

/* Start:/tools/css/perfect-scrollbar.css?14827425705865*/
/* perfect-scrollbar v0.6.14 */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps-container {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
      overflow: auto !important; } }
  .ps-container.ps-active-x > .ps-scrollbar-x-rail,
  .ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee; /* eee */
    opacity: 0.9; }
    .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #0089d9; /*999*/
      width: 11px; }
  .ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 15px; }
    .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps-scrollbar-x */
      height: 6px; }
    .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
      height: 11px; }
  .ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 15px; }
    .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #0089d9; /* aaa */
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps-scrollbar-y */
      width: 6px; }
    .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
      width: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #0089d9; /*999*/
      width: 11px; }
  .ps-container:hover > .ps-scrollbar-x-rail,
  .ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
  .ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
      background-color: #0089d9; } /* 999 */

/* End */


/* Start:/tools/css/all_style.css?1748422866184730*/
#bx_incl_area_1_1_1 {
    display: inline-block;
}

html,button,input,select,textarea {color: #222;}
html {
    background: #EBEBEB;
}
body {
    font-size: 13px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #4D4D4D;
    text-shadow: 0.05em 0.05em 0 #fff;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #858585;
    margin: 1em 0;
    padding: 0;
}
img {vertical-align: middle;}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {resize: vertical;}
a {
    color: #0089D9;
    text-shadow: 0.05em 0.05em 0 #fff;
}
/* Fix prev style */
#bx-panel a {
    text-shadow: none;
}
a:hover {text-decoration: none;}

.b-hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #999999;
    padding: 0;
    width: 266px;
    margin: 1em 0 1em -10px;
}

.b-chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0;
    text-align: center;
    font-size: 18px;
}
.b-clearfix:before,.b-clearfix:after {
    content: " ";
    display: table;
}
.b-clearfix:after {clear: both;}
.b-clearfix {*zoom: 1;}

/* internet-expert.ru */

/*@font-face {
    font-family: 'UbuntuRegular';
    src: url('/tools/fonts/ubuntu-r-webfont.eot');
    src: url('/tools/fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/ubuntu-r-webfont.woff') format('woff'),
    url('/tools/fonts/ubuntu-r-webfont.ttf') format('truetype'),
    url('/tools/fonts/ubuntu-r-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'UbuntuRegular';
        src: url('/tools/fonts/ubuntu-r-webfont.svg#UbuntuRegular') format('svg');

    }
}

@font-face {
    font-family: 'UbuntuBold';
    src: url('/tools/fonts/ubuntu-b-webfont.eot');
    src: url('/tools/fonts/ubuntu-b-webfont.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/ubuntu-b-webfont.woff') format('woff'),
    url('/tools/fonts/ubuntu-b-webfont.ttf') format('truetype'),
    url('/tools/fonts/ubuntu-b-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'UbuntuBold';
        src: url('/tools/fonts/ubuntu-b-webfont.svg#UbuntuBold') format('svg');

    }
}

@font-face {
    font-family: 'UbuntuLight';
    src: url('/tools/fonts/ubuntu-l-webfont.eot');
    src: url('/tools/fonts/ubuntu-l-webfont.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/ubuntu-l-webfont.woff') format('woff'),
    url('/tools/fonts/ubuntu-l-webfont.ttf') format('truetype'),
    url('/tools/fonts/ubuntu-l-webfont.svg#UbuntuLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'UbuntuLight';
        src: url('/tools/fonts/ubuntu-l-webfont.svg#UbuntuLight') format('svg');

    }
}

@font-face {
    font-family: 'UbuntuMedium';
    src: url('/tools/fonts/ubuntu-m-webfont.eot');
    src: url('/tools/fonts/ubuntu-m-webfont.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/ubuntu-m-webfont.woff') format('woff'),
    url('/tools/fonts/ubuntu-m-webfont.ttf') format('truetype'),
    url('/tools/fonts/ubuntu-m-webfont.svg#UbuntuMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'UbuntuMedium';
        src: url('/tools/fonts/ubuntu-m-webfont.svg#UbuntuMedium') format('svg');

    }
}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('/tools/fonts/ptn57f-webfont.eot');
    src: url('/tools/fonts/ptn57f-webfont.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/ptn57f-webfont.woff') format('woff'),
    url('/tools/fonts/ptn57f-webfont.ttf') format('truetype'),
    url('/tools/fonts/ptn57f-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'PTSansNarrowRegular';
        src: url('/tools/fonts/ptn57f-webfont.svg#PTSansNarrowRegular') format('svg');

    }
}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('/tools/fonts/ptn77f-webfont.eot');
    src: url('/tools/fonts/ptn77f-webfont.eot?#iefix') format('embedded-opentype'),
    url('/tools/fonts/ptn77f-webfont.woff') format('woff'),
    url('/tools/fonts/ptn77f-webfont.ttf') format('truetype'),
    url('/tools/fonts/ptn77f-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'PTSansNarrowRegular';
        src: url('/tools/fonts/ptn77f-webfont.svg#PTSansNarrowBold') format('svg');

    }
}
*/

.b-block {
    display: block;
}

.b-ib, .b-contacts-ico, .b-searchlist__item, .header-workhours-block, .days, .workhours, .b-ico_megamenu, .b-megamenu, .b-searchblock, .b-types-item, .b-cats-block__item, .b-cats-block, .b-megamenu-cats__ico, .b-slidebox__phone, .b-slidebox__compare, .b-slidebox__cart, .b-ico_slidebox, .b-button_slidebox, .b-slidebox__num{
    display: inline-block !important;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}
.b-doc-search__clear, .b-incart-popup__pic, .b-incart-popup__info, .b-incart-popup__buttons, .b-incart-popup__button, .b-imgset__item {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

h1, h2, h3, h4, h5, .b-table th, .b-slider-items__item, .b-h2, .b-h4, .b-h5 {
    font-family: 'PT Sans Narrow', sans-serif;
    color: #243D7E;
}

.b-table-partners {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    margin: 60px 0;
    width: 100%;
    text-align: left;

}
@media screen and (max-width: 1200px) {
    .b-table-partners {
        display: block;
        overflow-x: scroll;
    }
}

.b-table-partners td {
    border-top: 1px solid #e6e6e6;
    padding: 20px 15px 20px 0;
}

.b-table-partners td:last-child {
    padding-right: 0;
}

.b-table-partners tr {
    vertical-align: top;
}

.b-table-partners th {
    font-size: 18px;
    color: #4d4d4d;
    padding: 0 5px 20px;
}

.b-table-partners__button {
    display: inline-block;
    vertical-align: top;
    background: #bdccd4;
    color: #fff;
    height: 25px;
    line-height: 25px;
    border-radius: 10px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    padding: 0 10px;
    text-shadow: none;
    margin: 20px 0 0;
    cursor: pointer;
    white-space: nowrap;
}

.b-table-partners__popup {
    display: none;
    position: absolute;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0,0,0,.4);
    z-index: 1;
    top: -100%;
}

.b-table-partners__descr {
    position: relative;
}

h1, .b-slider-items__item {
    font-size: 27px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.h1_index {
    margin: -9px 0 0;
    text-transform: none;
}

h2, .b-h2 {
    font-size: 21px;
    margin: 0 0 20px;
}

.b-aside h2, .b-aside .b-h2 {
    font-size: 27px;
    font-weight: normal;
}

h3, .b-table th {
    font-size: 18px;
    font-weight: normal;
}
.b-map-col {
    width: 100%;
}
h3 {
    margin: 0 0 10px;
}

h3 a {
    color: #243D7E;
}

h4, .b-h4 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
    color: #4D4D4D;
}

h5, .b-h5 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #243D7E;
}

p {
    font-weight: 300;
    margin: 0 0 13px;
}


.b-position_relative {
    position: relative;
}

.b-list {
    font-weight: 300;
    font-size: 13px;
    margin: 5px 0 20px 20px;

}

.b-list li{margin: 0 0 10px;
    /* list-style-image: url(/images/v1/b-list.gif); */
    background: url("/images/v1/b-list.gif") no-repeat 0 10px;
    padding-left: 20px;
    list-style-type: none;
}

/*b-wrapper*/
.b-wrapper {
    position: relative;
    width: 1010px;
    margin: 0 auto;
    font-size: 16px;
    white-space: normal;
}

.b-wrapper_top {
    padding: 20px 0 20px;
    font-size: 13px;
}

.b-wrapper_top h1 {
    margin: 20px 0 0;
}

/*b-link*/
.b-link-spec {
    display: inline-block;
    position: relative;
    font-size: 17px;
    padding: 0 0 0 44px;
    margin: 0 0 20px;
    color: #FF6600;
}

/*b-pattern*/
.b-pattern {
    height: 100%;
    background: #fff;
    /*background: #e4e1e1 url("/images/v1/pattern.gif") repeat scroll 0 0;*/
}

.b-footer .b-pattern {
    background: #f5f5f5;
}

.b-pattern_bb {border-bottom: 1px solid #858585;}

/* */
.b-text_strong {font-weight: bold;}
.b-text_italic {font-style: italic;}
.b-text_18 {font-size: 18px;}
.b-text_11 {font-size: 11px;}
.b-text_13 {font-size: 13px;}
.b-text_15 {font-size: 15px;}
.b-text_16 {font-size: 16px;}
.b-text_21 {font-size: 21px;}
.b-text_24 {font-size: 24px;}
.b-text_43 {font-size: 43px;}
.b-text_left {text-align: left;}
.b-text_right {text-align: right;}
.b-text_spec {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #243D7E;
    line-height: 17px;
}
.b-text_19 {font-size: 19px;}
.b-header-contacts .b-text_19 {font-weight: 300;}
.b-text_blue {color: #0089D9;}
.b-text_darkblue {color: #243D7E;}
.b-text_green {color: #23A602;}
.b-text_orange {color: #FF6600;}
.b-text_grey {color: #666666;}
.b-text_red {color: #ED1C24;}
.b-text_center {text-align: center;}
.b-text {font-size: 13px;}

.b-delivery-no{
    color: #d72b17 !important;
}
.b-delivery-free{
    color: #23a602 !important;
}

/*.b-header*/
.b-header {
    height: 100px;
    background: #e8e8e8;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQxZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top,  #e8e8e8 0%, #d5d1d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#d5d1d2));
    background: -webkit-linear-gradient(top,  #e8e8e8 0%,#d5d1d2 100%);
    background: -o-linear-gradient(top,  #e8e8e8 0%,#d5d1d2 100%);
    background: -ms-linear-gradient(top,  #e8e8e8 0%,#d5d1d2 100%);
    background: linear-gradient(to bottom,  #e8e8e8 0%,#d5d1d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#d5d1d2',GradientType=0 );
}

.b-header .b-wrapper {
    white-space: nowrap;
}

.b-top-header {
    height: 23px;
    padding: 8px 0 0 5px;
}

.b-slidebox-header.b-top-header {
    background: none;
    height: auto;
    padding: 0;
}

.b-slidebox-header.b-top-header .b-dropdown {
    box-shadow: none;
    top: 32px;
}

.b-slidebox-header.b-top-header .b-dropdown a {
    color: #243d7e;
}

.b-top-header-list {
    font-size: 0;
    margin: 0 15px 0 0;
    padding: 0;
    float: right;
}

.b-top-header-list__item {
    font-size: 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 0 0 0 25px;
    margin: 0 0 0 5px;
    position: relative;
    color: #676767;
}

.b-top-header-list__item_last {
    border-right: none;
}

.b-top-header-list__exit {
    background: #4bc1fc;
    border-radius: 9px;
    color: #fff !important;
    font-size: 11px;
    padding: 3px 10px;
    text-shadow: 0.03em 0.03em 0 #fff;
    width: 90px;
    text-decoration: none;
    margin: 0 0 0 -10px;
}
.b-top-header-list__exit:hover {
    text-decoration: underline;
}
.b-header-contacts {
    font-size: 32px;
    font-weight: 700;
    white-space: normal;
    position: relative;
    display: inline-block;
    width: 400px;
    padding: 15px 0 0 25px;
    margin-left: 20px;
    vertical-align: top;
    color: #243D7E;
}

.b-header-contacts__phone {line-height: 30px;}
.before-open-phone{
    color:#55544c;
    text-decoration: underline;
}
.auto-call{
    text-decoration: underline;
    padding: 0 !important;
    margin: 0 8px 0 0;
}
.b-header-contacts__links {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    margin-left: 10px;
}

.b-header-contacts__links a{
    padding: 0 10px 0 0;
    color: #243D7E;
    display: block;
}

.b-header .b-line {
    right: 155px;
    top: 0
}

/*b-bg*/
.b-bg_orange, .b-megamenu__mainbtn {
    background: #ff8937;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmODkzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjZmMDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ff8937 0%, #ff6f02 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8937), color-stop(100%,#ff6f02));
    background: -webkit-linear-gradient(top,  #ff8937 0%,#ff6f02 100%);
    background: -o-linear-gradient(top,  #ff8937 0%,#ff6f02 100%);
    background: -ms-linear-gradient(top,  #ff8937 0%,#ff6f02 100%);
    background: linear-gradient(to bottom,  #ff8937 0%,#ff6f02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8937', endColorstr='#ff6f02',GradientType=0 );
}

.b-bg_grey, .b-types-item {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3f3f3+0,e2e2e2+100 */
    background: #f3f3f3; /* Old browsers */
    background: -moz-linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f3f3f3 0%,#e2e2e2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

/*b-logo*/
.b-logo {
    display: block;
    margin: 15px 0 7px 0;
}

/*b-cats-search*/
.b-cats-search {
    height: 45px;
    padding: 10px 0 18px;
}

/*b-search*/
.b-search {
    position: relative;
    margin: 0 0 5px;
    white-space:nowrap;
}

.b-search .b-form__input {
    width: 615px;
    padding: 0 10px;
    height: 43px;
    line-height: 43px;
    border-radius: 4px;
}

.b-search_small .b-form__input {
    width: 214px;
    padding: 0 5px;
    height: 33px;
    line-height: 33px;
}

.search-page .b-form__input {
    width: 612px;
}

.search-page {
    min-height: 600px;
}

.b-search__ico {
    position: absolute;
    right: 11px;
    top: 6px;
    z-index: 1;
    cursor: pointer;
}

.b-button.b-button_search {
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f6f6f6;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ1ZDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f6f6f6 0%, #d8d5d6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#d8d5d6));
    background: -webkit-linear-gradient(top,  #f6f6f6 0%,#d8d5d6 100%);
    background: -o-linear-gradient(top,  #f6f6f6 0%,#d8d5d6 100%);
    background: -ms-linear-gradient(top,  #f6f6f6 0%,#d8d5d6 100%);
    background: linear-gradient(to bottom,  #f6f6f6 0%,#d8d5d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d8d5d6',GradientType=0 );
    color: #4d4e4e;
    text-shadow: none;
    height: 46px;
    line-height: 46px;
    vertical-align: top;
}

.b-button.b-button_search-small {
    position: absolute;
    height: 35px;
    width: 38px;
    top: 0;
    right: 4px;
    border-radius: 0 4px 4px 0;
    box-shadow: none;
}

/*b-form*/
.b-form__input, .b-iexform__value, .b-form-table input[type="text"], .bx-auth-input{
    border: 1px solid #ccc;
    border-radius: 12px;
    height: 22px;
    line-height: 22px;
    outline: none !important;
}

.b-form__input:focus, .b-iexform__value:focus, .b-form-table input[type="text"]:focus, .b-form-table textarea:focus, .bx-auth-input:focus {
    box-shadow: 2px 2px 0 #69B0E0,  -2px -2px 0 #69B0E0,  2px -2px 0 #69B0E0,  -2px 2px 0 #69B0E0;
}

.b-form__input.correct, .b-iexform__value.correct, .b-form-table input[type="text"].correct {
    box-shadow: 1px 1px 0 #8BC540,  -1px -1px 0 #8BC540,  1px -1px 0 #8BC540,  -1px 1px 0 #8BC540;
}

.b-form__input.error, .b-iexform__value.error, .b-form-table input[type="text"].error {
    box-shadow: 2px 2px 0 #F69220,  -2px -2px 0 #F69220,  2px -2px 0 #F69220,  -2px 2px 0 #F69220;
}

.b-form-table input[type="text"], .bx-auth-input{
    width: 190px;
    padding: 0 10px 0 10px;
}

.b-form-table textarea{
    border-radius: 12px;
    border: 1px solid #999999;
    height: 90px;
    width: 300px;
    padding: 10px;
}


.b-form-table label{
    cursor: pointer;
}

.b-form-table td {
    padding: 0 10px 15px 0;
}

.b-form__radio-input {
    display: block;
    height: 17px;
    margin-top: 5px;
    position: absolute;
    width: 17px;
    z-index: 1;
}
.b-form__radio-label {
    cursor: pointer;
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 5px 0;
}
span.b-form__radio:not(#foo) > input[type="radio"] {
    opacity: 0;
    position: absolute;
}
span.b-form__radio:not(#foo) > input[type="radio"] + label {
}
span.b-form__radio:not(#foo) > input[type="radio"] + label i {
    background: url("/images/v1/b-ico.png") -100px -67px;
    display: inline-block;
    height: 17px;

    margin-right: 5px;
    vertical-align: middle;
    width: 17px;
}
span.b-form__radio:not(#foo) > input[type="radio"]:checked + label i {
    background: url("/images/v1/b-ico.png") -16px 0;
}

/*b-ico*/
.b-ico {
    position: absolute;
    left: 0;
    top: 0;
}

.b-ico_megamenu {
    position: static;
    width: 21px;
    height: 16px;
    margin: 0 0 0 20px;
    background: url(/images/v3/icons/b-ico_megamenu.png) no-repeat;
    vertical-align: middle;
}

/*.b-megamenu__mainbtn:hover .b-ico_megamenu {
    width: 21px;
    height: 21px;
    background: url(/images/v3/icons/b-ico_megamenu.png) -22px 0 no-repeat;
}*/

.b-ico_slidebox {
    position: static;
    width: 17px;
    height: 13px;
    margin: 3px 5px 0 0;
    background: url(/images/v3/icons/b-ico_slidebox.png) no-repeat;
}

.b-ico_search {
    width: 15px;
    height: 16px;
    left: 7px;
    top: 8px;
    background: url(/images/v1/b-ico.png);
}

.b-ico_point {
    width: 16px;
    height: 17px;
    left: -26px;
    top: 2px;

    background: url(/images/v1/b-ico.png) -17px 0;
}

.b-ico_key {
    width: 18px;
    height: 18px;
    background: url(/images/v1/b-ico.png) -34px 0;
}

.b-ico_phone {
    background: rgba(0, 0, 0, 0) url("/images/v1/b-ico_phone.png") no-repeat scroll 0 0;
    height: 18px;
    left: -8px;
    top: 24px;
    width: 26px;
}

.b-ico_scart {
    width: 37px;
    height: 38px;
    left: 4px;
    top: 15px;
    background: url(/images/v1/b-ico.png) 0 -19px;
}

.b-ico_mappoint {
    width: 23px;
    height: 30px;
    left: -30px;
    top: -3px;
    background: url(/images/v1/b-ico.png) -75px -28px;
}

.b-ico_wt {
    width: 17px;
    height: 17px;
    background: url(/images/v1/b-ico.png) 0 -114px;
}

.b-ico_news {
    width: 29px;
    height: 31px;
    left: 0;
    top: -2px;
    background: url(/images/v1/b-ico.png) 0 -58px;
}

.b-ico_hit {
    width: 32px;
    height: 30px;
    left: 0;
    top: -2px;
    background: url(/images/v1/b-ico.png) -96px -113px;
}

.b-ico_items-actions {
    width: 32px;
    height: 31px;
    left: 0;
    top: -2px;
    background: url(/images/v1/b-ico.png) -38px -20px;
}

.b-ico_items-top {
    width: 27px;
    height: 32px;
    left: 0;
    top: -2px;
    background: url(/images/v1/b-ico.png) -35px -114px;
}

.b-ico_items-new {
    width: 32px;
    height: 30px;
    left: 0;
    top: -2px;
    background: url(/images/v1/b-ico.png) -64px -114px;
}

.b-ico_brands {
    width: 33px;
    height: 32px;
    left: 0;
    top: -5px;

    background: url(/images/v1/b-ico.png) -38px -20px;
}

.b-ico_comeback {
    width: 36px;
    height: 22px;
    left: 15px;
    top: 5px;

    background: url(/images/v1/b-ico.png) 0 -90px;
}

.b-ico_delete {
    width: 19px;
    height: 19px;
    left: 0;
    top: 8px;

    background: url(/images/v1/b-ico.png) -38px -75px;
}

.b-ico_close {
    width: 20px;
    height: 20px;
    left: auto;
    top: 0;

    background: url(/images/v1/b-ico.png) -37px -75px;
}

.b-ico_spisok {
    width: 29px;
    height: 31px;
    left: 0;
    top: -2px;

    background: url(/images/v1/b-ico.png) -100px 0;
}

.b-ico_partners {
    width: 22px;
    height: 34px;
    left: -21px;

    background: url(/images/v1/b-ico.png) -100px -32px;
}

/*b-comeback*/
.b-wrapper .b-comeback {
    font-size: 14px;
    position: relative;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 35px 0 60px;
    border-radius: 15px;

    line-height: 32px;
}

.b-comeback + .b-bread {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 40px;
    width: 745px;
}

/*b-line*/
.b-line {
    position: absolute;
    width: 1px;
    background: #ccc;
}

.b-line_big {
    height: 70px;
}

.b-line_medium {
    height: 90px;
}

.b-line_small {
    height: 40px;
}

.b-cats .b-line_small {
    margin: 10px 0 0;
}

.b-line.b-line_gorsmall {
    background: url(/images/v1/b-line_gorsmall.png);
    width: 183px;
}

.b-line_gorsmall, .b-line_gor, .b-line_gorbig {
    height: 2px;
}

.b-line.b-line_gor {
    background: url(/images/v1/b-line_gor.png);
    width: 229px;
}

.b-simpleline {
    height: 1px;
    border-top: 1px solid #ccc;
    background: #fff;
    margin: 15px 0;
}

.b-simpleline_delivery{
    margin: 18px 0 20px;
}
/* header-workhours-block */
.header-workhours-block{
    margin: 12px 17px 0 0;
    padding-top: 3px;
}

.weekdays div{
    background: #8CC63F;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 0 0 1px;
}
.friday div {
    background: #8CC63F;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 5px 1px 7px 0;
}
.saturday{
    background: #f8d02f;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 3px 0 3px;
}
.sunday{
    background: #ED1C24;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    margin: 0 0 3px;
}
.workhours{
    margin: 0 0 0 5px;
}
.workhours span{
    display: block;
}
.weekdays-hours{
    margin: 10px 0 0;
}
.friday-hours {
    margin-top: 5px;
}
.friday-hours + .saturday-hours{
    margin: -1px 0 0;
}
.saturday-hours{
    margin: 17px 0 0;
    line-height: 1;
}
.sunday-hours{
    color: #d72b17;
    margin: 16px 0 0;
}
.sunday-hours.after-saturday {
    line-height: 1;
    margin: 5px 0 0 0;
}
/* end header-workhours-block*/
/*b-scart*/
.b-scart {
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 10px 0 0 48px;
    white-space: normal;
    color: #243D7E;
    text-decoration: none;
}

.b-scart__title {
    font-size: 15px;
    font-weight: 700;
    color: #0089d9;
}

.b-scart i {
    font-size: 16px;
    font-style: normal;
    color: #0089D9;
}
.hidden-message-small-cart{
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #4bc1fc;
    color:#fff;
    display: block;
    width: 90px;
    padding: 3px 10px;
    font-size: 11px;
    border-radius: 9px;
    text-shadow: 0.03em 0.03em 0 #fff;
    margin: 0 0 0 -43px;
}
.b-scart:hover .hidden-message-small-cart{
    visibility: visible;
    opacity: 1;
}
/*b-nav*/
.b-nav {
    font-family: 'PT Sans Narrow', sans-serif;
    /*border-top: 1px solid #858585;*/
    border-bottom: 1px solid #1269C7;
    height: 39px;
    background: #0088D9;
    line-height: 39px;
}

.b-nav .b-wrapper {width: 1010px;}

.b-nav-list {
    font-size: 0;

    list-style-type: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.b-nav-list_piter {
    text-align: center;
}
.b-nav-list__item {
    font-size: 15px;
    font-weight: 700;

    display: inline-block;
    /* white-space: normal; */
}
.b-nav-list__item_red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff433c+0,ff1201+100 */
    background: #ff433c; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff433c 0%, #ff1201 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff433c 0%,#ff1201 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff433c 0%,#ff1201 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff433c', endColorstr='#ff1201',GradientType=0 ); /* IE6-9 */
    position: relative;
    height: 40px;
}
.b-nav-list__item_red:hover {
    height: 39px;
}
.b-nav-list__item_red .b-nav-list__link {
    text-shadow: -0.05em -0.05em 0 #ff3e36;
}
.b-nav-list__link {
    position: relative;
    display: block;
    padding: 0 10px 0 40px;
    color: #fff;
    text-shadow: -0.05em -0.05em 0 #0066CC;
    text-transform: uppercase;
    text-decoration: none;
}

.b-nav-list__link:hover {
    background: #243D7E;
    text-shadow: -0.05em -0.05em 0 #003366;
}

.b-nav-list__link .b-ico {
    width: 26px;
    height: 26px;
    left: 10px;
    top: 6px;
    background: url(/images/v2/b-nav.png);
}
.b-nav-list__link_piter {padding: 0 20px 0 50px;}
.b-nav-list__link_about {}
.b-nav-list__link_about .b-ico {background-position: 0 0;}
.b-nav-list__link_about:hover .b-ico {background-position: 0 -26px;}
.b-nav-list__link_garant {}
.b-nav-list__link_garant .b-ico {background-position: -26px 0;}
.b-nav-list__link_garant:hover .b-ico {background-position: -26px -26px;}
.b-nav-list__link_podbor {}
.b-nav-list__link_podbor .b-ico {background-position: -157px -55px;}
.b-nav-list__link_podbor:hover .b-ico {background-position: -185px -55px;}
.b-nav-list__link_zakaz {}
.b-nav-list__link_zakaz .b-ico {background-position: -52px 0;}
.b-nav-list__link_zakaz:hover .b-ico {background-position: -52px -26px;}
.b-nav-list__link_delivery {}
.b-nav-list__link_delivery .b-ico {background-position: -77px 0;}
.b-nav-list__link_delivery:hover .b-ico {background-position: -77px -26px;}
.b-nav-list__link_action {}
.b-nav-list__link_action .b-ico {background-position: -103px -26px;}
.b-nav-list__link_action:hover .b-ico {background-position: -103px -26px;}
.b-nav-list__link_contacts {width: 67px;}
.b-nav-list__link_contacts .b-ico {background-position: -129px 0;}
.b-nav-list__link_contacts:hover .b-ico {background-position: -129px -26px;}
.b-nav-list__link_search .b-ico {background-position: -184px 0;}
.b-nav-list__link_search:hover .b-ico {background-position: -184px -27px;}
.b-nav-list__link_cat .b-ico {background-position: -157px -1px;}
.b-nav-list__link_cat:hover .b-ico {background-position: -156px -26px;}
.b-nav-list__link_payment {}
.b-nav-list__link_payment .b-ico {background-position: -210px 0;}
.b-nav-list__link_payment:hover .b-ico {background-position: -210px -27px;}
.b-nav-list__link_installation {}
.b-nav-list__link_installation .b-ico {background-position: -238px 0;}
.b-nav-list__link_installation:hover .b-ico {background-position: -237px -27px;}
/*b-cats-list*/
.b-cats {
    border-bottom: 1px solid #858585;
    background: #DDDADB;
}

.b-cats .b-cats-list {
    width: 1010px;
    padding: 0;
    margin: 0 auto;
}

.b-cats-list {
    font-size: 0;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 0 20px 0;
    padding: 11px 0 0;
    border-bottom: 3px solid #243D7E;
    position: relative;
    z-index: 1;
    list-style-type: none;
    white-space: nowrap;
}

.b-cats .b-cats-list {border-bottom: none;}

.b-cats-list__item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    z-index: 100;
}

.b-cats-list__link {
    font-size: 17px;
    display: block;
    height: 62px;
    padding: 46px 10px 0;
    color: #243D7E;
    text-shadow: 0.05em 0.05em 0 #fff;
    white-space: normal;
    text-align: center;
    text-decoration: none;
    line-height: 17px;
}

.b-cats-list__link:hover, .b-cats-list__item_selected .b-cats-list__link {color: #006FBF;}

.b-cats-list__link .b-ico {
    position: absolute;
    height: 30px;
    background: url(/images/v2/b-cats-list.png);
}

.b-cats-list__link_nas{width: 46px;}
.b-cats-list__link_nas .b-ico {top: 8px; left: 9px; width: 37px; background-position: 0 -32px;}
.b-cats-list__link_nas:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_nas .b-ico {background-position: 0 0;}
.b-cats-list__link_bm {width: 98px;}
.b-cats-list__link_bm .b-ico {top: 8px; left: 48px; width: 21px; background-position: -39px -32px;}
.b-cats-list__link_bm:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_bm .b-ico {background-position: -39px 0;}
.b-cats-list__link_av {width: 88px;}
.b-cats-list__link_av .b-ico {top: 15px; left: 40px; width: 33px; background-position: -62px -32px;}
.b-cats-list__link_av:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_av .b-ico {background-position: -62px 0;}
.b-cats-list__link_fis {width: 80px;}
.b-cats-list__link_fis .b-ico {top: 13px; left: 28px; width: 35px; background-position: -97px -32px;}
.b-cats-list__link_fis:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_fis .b-ico {background-position: -97px 0;}
.b-cats-list__link_kir {width: 97px;}
.b-cats-list__link_kir .b-ico {top: 13px; left: 42px; width: 35px; background-position: -134px -32px;}
.b-cats-list__link_kir:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_kir .b-ico {background-position: -134px 0;}
.b-cats-list__link_mt {width: 94px;}
.b-cats-list__link_mt .b-ico {top: 9px; left: 40px; width: 33px; background-position: -170px -32px;}
.b-cats-list__link_mt:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_mt .b-ico {background-position: -170px 0;}
.b-cats-list__link_tiv {width: 137px;}
.b-cats-list__link_tiv .b-ico {top: 5px; left: 67px; width: 29px; background-position: -203px -32px;}
.b-cats-list__link_tiv:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_tiv .b-ico {background-position: -203px 0;}
.b-cats-list__link_ta {width: 120px;}
.b-cats-list__link_ta .b-ico {top: 11px; left: 54px; width: 33px; background-position: -234px -32px;}
.b-cats-list__link_ta:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_ta .b-ico {background-position: -234px 0;}
.b-cats-list__link_tf {width: 52px;}
.b-cats-list__link_tf .b-ico {top: 9px; left: 16px; width: 39px; background-position: -268px -32px;}
.b-cats-list__link_tf:hover .b-ico, .b-cats-list__item_selected .b-cats-list__link_tf .b-ico {background-position: -268px 0;}

/*b-slider*/
.b-slider {
    margin: 0 0 19px;
    padding-bottom: 6.46465%;
    position: relative;
    z-index: 1;
}

.b-slider__item {
    position: absolute;
    z-index: 2;
    width: 100%;
}

.b-slider__dots {
    position: absolute;
    bottom: -1px;
    z-index: 3;
    right: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-slider__dot{
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 10px;
    height: 10px;
    margin: 0 0 0 9px;
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.b-slider__dot_curr,
.b-slider__dot:hover{
    background: #F69220;
}

.b-slider__url{
    display: block;
}

.b-slider__img{
    width: 100%;
}

.b-slider__img_nomobile{
}
.b-slider__img_mobile{
    display: none;
}

.b-slider__prev {
    position: absolute;
    z-index: 2;
}

.b-slider__next {
    position: absolute;
    z-index: 2;
}

.b-slider-pics {
    height: 100%;
    width: 100%;
}

.b-slider-items {
    width: 352px;
    margin: 0 20px 0 0;
}

.b-slider-items__item {
    display: block;
    border: 1px solid #B2B2B2;
    border-radius: 4px;
    position: relative;
    height: 54px;
    margin: 0 0 3px;
    padding: 25px 0 0 34px;
    background: #e8e9ea;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZTllYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNGM2YzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #e8e9ea 0%, #c4c6c8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e9ea), color-stop(100%,#c4c6c8));
    background: -webkit-linear-gradient(top,  #e8e9ea 0%,#c4c6c8 100%);
    background: -o-linear-gradient(top,  #e8e9ea 0%,#c4c6c8 100%);
    background: -ms-linear-gradient(top,  #e8e9ea 0%,#c4c6c8 100%);
    background: linear-gradient(to bottom,  #e8e9ea 0%,#c4c6c8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e9ea', endColorstr='#c4c6c8',GradientType=0 );
    text-decoration: none;
    line-height: 28px;
}

.b-slider-items__item_1, .b-slider-items__item_4 {
    padding-top: 13px;
    height: 66px;
}

.b-slider-items__item i {
    float: right;
    margin: 0 14px 0 -14px;
}

.b-slider-items__item_1 i {
    width: 96px;
    height: 73px;
    margin-top: -7px;
    background: url(/images/slider/small/cat_1.png) no-repeat;
}

.b-slider-items__item_2 i {
    width: 86px;
    height: 73px;
    margin-top: -18px;
    background: url(/images/slider/small/cat_2.png) no-repeat;
}

.b-slider-items__item_3 i {
    width: 87px;
    height: 70px;
    margin-top: -15px;
    background: url(/images/slider/small/cat_3.png) no-repeat;
}

.b-slider-items__item_4 i {
    width: 111px;
    height: 60px;
    margin-top: 0;
    background: url(/images/slider/small/cat_4.png) no-repeat;
}

/*b-sidebar*/
.b-sidebar {
    font-size: 15px;
    width: 230px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.b-header .b-sidebar {
    width: 280px;
}

.b-sidebar h3 {
    margin: 0 0 25px 60px;
}

/*b-content*/
.b-content {
    font-size: 0;
    white-space: nowrap;
}

/*b-main*/
.b-main {
    font-size: 16px;
    width: 740px;
    display: inline-block;
    min-height: 500px;
    vertical-align: top;
    white-space: normal;
    color: #4D4D4D;
    padding-left: 20px;
}

.b-contacts {
    font-size: 13px;
    width: 100%;
    display: inline-block;

    vertical-align: top;
    white-space: normal;
    color: #4D4D4D;
}
/*b-page*/
/*.b-page {
    width: 508px;
    display: inline-block;
    vertical-align: top;
}*/

/*b-aside*/
.b-aside {
    font-size: 13px;

    width: 226px;
    display: inline-block;
}

.b-aside h2, .b-aside .b-h2 {margin: -8px 0 15px 24px;}

.b-aside .b-line {margin: 8px 0;}

.b-aside .b-link-spec{
    font-size: 17px;

    margin: 28px 0 0 53px;
    color: #FF6600;
}

/*slick*/
.b-items-list .slick-track {
    left: 7px;
}

/*b-partners*/
.b-partners {
    font-size: 0;
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.b-partners__left, .b-items-list__left {
    background: url("/tools/slick/b-slick_arrows.png") no-repeat scroll -14px 0;
    display: block;
    width: 11px;
    height: 22px;
    left: -18px;
    position: absolute;
    top: 20px;
    cursor: pointer;
    z-index: 100;
}

.b-partners__left:hover, .b-items-list__left:hover {
    background: url("/tools/slick/b-slick_arrows.png") no-repeat scroll -38px 0;
}

.b-partners__right, .b-items-list__right {
    background: url("/tools/slick/b-slick_arrows.png") no-repeat scroll 0 0;
    display: block;
    width: 11px;
    height: 22px;
    right: -18px;
    position: absolute;
    top: 20px;
    cursor: pointer;
    z-index: 100;
}

.b-items-list__left, .b-items-list__right {
    top: 155px;
}

.b-partners__right:hover, .b-items-list__right:hover{
    background: url("/tools/slick/b-slick_arrows.png") no-repeat scroll -26px 0;
}

.b-partners-list, .b-items-list__scroll {
    font-size: 17px;
    border-bottom: 1px solid #ececec;
    padding: 10px 0 0;
    margin: 0 0 25px;
    position: relative;
    display: block;
    width: 1010px;
    overflow: hidden;
}

.b-partners-list .b-partners {margin: 0 0 0 -12px;}

.b-partners-list .b-link-spec {
    color: #FF6600;
    padding: 0 0 0 44px;
}

.b-partners.b-partners_logo {
    /* white-space: nowrap; */
}


.b-partners__all {
    text-align: right;
    font-size: 13px;
    padding: 0 0 5px;
}

.b-partners .b-partners__all {
    margin: -10px 0 25px;
}


.b-partners__item {
    position: relative;

    display: inline-block;
    padding: 0 10px;
    /* margin: -20px 0 -20px; */
    width: 91px;
    text-align: center;

    vertical-align: top;
}

.b-partners__item .b-partners__link {
    display: block;
    height: 70px;
    width: 95px;
}

.b-partners_bners .b-partners__item {
    margin: 0;
}

.b-partners_logo .b-partners__item img {
    margin: -25px 0 0;
}

.b-partners-list .b-partners__item:first-child .b-line {
    display: none;
}

.b-partners-list .b-partners__item .b-line {
    left: 1px;
    top: 2px;
}

.b-partners_bners .b-partners__item {
    display: block;
    padding: 0 10px 50px;
    width: 183px;
}

.b-partners_bners .b-partners__item_last {
    padding: 0 10px 10px;
}

.b-sidebar .b-partners {
    margin: 0 0 0 20px;
    width: 183px;
    text-align: center;
}

.b-partners_bners .b-partners__item .b-line {
    /* margin: 25px 0 0; */
    left: 0;
    margin: 68px 0 0;
    top: 0;
}

/*b-map*/
.b-map {
    width: 126px;
    height: 147px;
    position: relative;
    margin: 10px 0 0 47px;
    background: url(/images/v1/b-map.png);
    z-index: 0;
}

.b-map__point {
    position: absolute;
    display: block;
    width: 23px;
    height: 27px;
}

.b-map__point.b-map__d {
    top: 21px;
    left: 40px;
}

.b-map__point.b-map__l {
    top: 64px;
    left: 35px;
}

.b-map__point.b-map__o {
    top: 71px;
    left: 0;
}

.b-address-list {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    list-style-type: none;
    margin: 6px 0 0 0;
    padding: 0;
    text-align: center;
}

.b-address__item {
    display: block;
    margin: 0 0 5px;
}

.b-map__d:hover .b-map__da {color: #FF6600 !important;}

/*b-news-list*/
.b-news-list {
    font-size: 12px;
    margin: 0;
    padding: 0 0 25px;
    color: #4D4D4D;
    width: 455px;
    white-space: normal;
}
.b-news-pic {
    float: right;
    padding: 0 0 0 50px;
    height: 100px;
    width: 100px;
}
.b-news__item {
    display: block;
    padding: 0 15px 0 0;
    vertical-align: top;
}

.b-news__item_line {
    display: block;
    width: 100%;
    margin: 15px 0 0;
}

.b-news__item_line .b-news__pic {
    margin: 0 10px 10px 0;
}

.b-news__date {
    font-size: 13px;
    padding: 0;
    display: block;

    color: #999999;
}

.b-news__date_line {
    vertical-align: bottom;
    padding-bottom: 12px;
}

.b-news__date_num {
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
}

.b-news__title {
    font-size: 13px;
    display: block;
    text-decoration: none;
}
.b-news__title_line {
    vertical-align: bottom;
    padding: 0 0 12px 0;
}
.b-news__descr {
    display: block;
}

.b-news__pic {
    float: left;
    margin: 29px 20px 0 0;
}

.b-news__next {
    font-size: 13px;
    display: block;
    color: #FF6600;
}

.b-news__img {
    float: left;
    display: none;
    margin: 3px 5px 5px 0;
}

.b-news-list .b-link-spec, .b-partners .b-link-spec, .b-link-cat {
    font-size: 17px;
    padding: 0 0 0 44px;
    margin: 15px 0 20px;
    color: #FF6600;
}

.b-news-list .b-link-spec_line {
    margin-bottom: 0;
}

.b-new__pic {
    width: 300px;
    float: right;
    margin: 0 0 10px 20px;
}

.b-new__dop {
    margin: 8px 0 0;
}

/*b-delivery-ndx*/
.b-delivery-ndx {
    width: 100%;
    height: 220px;
    display: inline-block;
    background: url(/images/b-deliv.jpg) no-repeat right top;
}

.b-delivery-ndx_hits {
    margin: 140px 0 0;
}

.b-delivery-ndx hr {
    border-color: #fff;
}

.b-delivery-ndx__cnt {
    font-size: 13px;
    width: 460px;
    height: 220px;
    box-sizing: border-box;
    padding: 20px 20px 0 45px;
    background: rgb(20,86,164);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NTZhNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(20,86,164,1) 0%, rgba(125,185,232,1) 100%);
    background: -webkit-linear-gradient(left, rgba(20,86,164,1) 0%,rgba(125,185,232,1) 100%);
    background: linear-gradient(to right, rgba(20,86,164,1) 0%,rgba(125,185,232,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1456a4', endColorstr='#7db9e8',GradientType=1 );
    color: #fff;
}

.b-delivery-ndx__title {
    font-size: 16px;
    font-weight: 500;
}

.b-delivery-ndx a {
    color: #fff;
    text-shadow: none;
}
.b-delivery-ndx__list {
    margin: 0 0 0 -5px;
}

.b-delivery-ndx__list a {
    text-decoration: none;
}

/*b-footer*/
.b-footer {
    border-top: 1px solid #858585;
    margin: 20px 0 0;
    background: #e9e8e8;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZThlOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNWQxZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, #e9e8e8 0%, #d5d1d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e8e8), color-stop(100%,#d5d1d2));
    background: -webkit-linear-gradient(top, #e9e8e8 0%,#d5d1d2 100%);
    background: -o-linear-gradient(top, #e9e8e8 0%,#d5d1d2 100%);
    background: -ms-linear-gradient(top, #e9e8e8 0%,#d5d1d2 100%);
    background: linear-gradient(to bottom, #e9e8e8 0%,#d5d1d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#d5d1d2',GradientType=0 );
}

.b-footer .b-wrapper{
    padding: 15px 0;
}

.b-footer .b-nav-list .b-nav-list__link {
    font-family: 'PT Sans Narrow', sans-serif;

    color: #666666;
    text-shadow: -0.05em -0.05em 0 #fff;
}

.b-footer .b-nav-list .b-nav-list__link:hover {
    background: none;
    text-shadow: -0.05em -0.05em 0 #fff;
}

.b-footer .b-nav-list__link .b-ico {
    width: 37px;
    height: 37px;
    left: 9px;
    top: -9px;
}

.b-footer .b-nav-list__link_about .b-ico, .b-footer .b-nav-list__link_about:hover .b-ico {background: url(/images/v1/b-nav.png) 0 -76px;}
.b-footer .b-nav-list__link_garant .b-ico, .b-footer .b-nav-list__link_garant:hover .b-ico {background: url(/images/v1/b-nav.png) -39px -76px;}
.b-footer .b-nav-list__link_zakaz .b-ico, .b-footer .b-nav-list__link_zakaz:hover .b-ico {background: url(/images/v1/b-nav.png) -78px -76px;}
.b-footer .b-nav-list__link_delivery .b-ico, .b-footer .b-nav-list__link_delivery:hover .b-ico {background: url(/images/v1/b-nav.png) -117px -76px;}
.b-footer .b-nav-list__link_action .b-ico, .b-footer .b-nav-list__link_action:hover .b-ico {background: url(/images/v1/b-nav.png) -156px -76px;}
.b-footer .b-nav-list__link_contacts .b-ico, .b-footer .b-nav-list__link_contacts:hover .b-ico {background: url(/images/v1/b-nav.png) -194px -76px;}

.b-footer__left, .b-left {float: left;}
.b-footer__right, .b-right {float: right;}

.b-footer__right {
    text-align: right;
}
.b-footer__left{
    color: #a39e9b;
    text-shadow: none;
    font-size: 11px;
}
.b-footer .b-clearfix {
    font-size: 12px;
    /*margin: 40px 0 0;
      padding: 0 0 10px;*/
}

.b-copy {color: #FF6600;}
/* footer-2014-12-10 */
.footer-container{}
.footer-column{
    float: left;
}
.footer-col-logo{
    width: 167px;
}
.footer-col-logo img{
    max-width: 100%;
}
.footer-col-articles{

}
.footer-list{
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 24px;
    width: 153px;
}
.footer-list li{
    line-height: 20px;
}
.footer-list li a{
    display: block;
    text-decoration: none;
}
.footer-list li a:hover{
    text-decoration: underline;
}
.footer-list li a::first-letter{
    text-transform: uppercase;
}
.footer-col-contacts{
    text-align: right;
    float: right;
    position: relative;
    width: 290px;
}
.footer-contacts-phone, .footer-contacts-phone2{
    position: relative;
    color: #243D7E;
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap;
    top: 0;
    text-decoration: none;
    display: block;
}
.iex-header-phone {
    text-decoration: none;
}
.footer-contacts-phone:before{
    content: '';
    display: inline-block;
    position: relative;
    width: 26px;
    height: 16px;
    left: -5px;
    top: 0;
    background: rgba(0, 0, 0, 0) url("/images/v1/b-ico_phone.png") no-repeat scroll 0 0;
}
.footer-contacts-adress {
    color:#55544c;
    text-decoration: underline;
}
.footer-col-contacts .auto-call{
    margin: 0;
}
.footer-contacts-link{
    margin-top: 3px;
}
/* end footer-2014-12-10 */

/*b-bread*/
.b-bread {
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 5px;
    color: #666666;
}

.b-bread a{
    font-weight: 300;
    color: #666666;
    text-decoration: none;
}


/*b-sort*/
.b-sort {
    font-weight: 300;
    float: right;
}
.b-sort__link {padding: 0 0 0 5px;}
.b-sort__link_current {
    font-weight: bold;
    text-decoration: none;
}
.b-sort__type {
    font-size: 10px;
    padding: 0 3px;
}
.sort-left{
    float:left;
}

/* .b-paging */

.b-paging {
    margin: 20px 0;
}

.b-paging .b-sort__link {
    color: #0089D9;
    text-decoration: none;
}

.b-paging .b-sort__link:hover {
    text-decoration: underline;
}

.b-paging .b-sort__linkactive {
    font-weight: bold;
}

.b-paging__containter {
    font-weight: 300;
    font-size: 14px;
    text-align: right;
}

.b-paging-type {font-weight: 300;}

.b-paging__current {
    font-weight: bold;
    color: #0089D9;
    padding: 0 2px;
}

.b-paging-type a {
    color: #0089D9;
    padding: 0 2px;
}

.b-paging__containter  a {
    color: #4d4d4d;
    text-decoration: none;
    padding: 0 4px;
}

.b-paging__left, .b-paging__right {text-decoration: underline;}
.b-paging__left:hover, .b-paging__right:hover {text-decoration: none;}
.b-paging__current {padding: 0 4px;}

/*b-items-list*/
/* styles for list-view*/
.goods-showen-on-page{
    display: inline-block;
    margin-right: 15px;
}
.number-showen-buttons{
    display: inline-block;
}
.number-showen-buttons > span{
    font-weight: bold;
}
.change_count{
    border: none;
    background: none;
    border-bottom: 1px solid #4D4D4D;
    color: #4D4D4D;
    padding: 0;
    margin: 0 1px;
}
.change_count:hover{
    border-bottom: none;
}
.change-list-grid{
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    text-align: right;
}
.list-grid-title{
    display: inline-block;
    vertical-align: top;
}
.grid-view{
    display: inline-block;
    width: 14px;
    height: 11px;
    background: url(/images/v1/grid-view-icon.png) 0 0 no-repeat;
    box-shadow: 1px 1px 0 0 #fff;
    margin-left: 10px;
}
.grid-view.active{
    background: url(/images/v1/grid-view-icon-blue.png) 0 0 no-repeat;
}
.list-view{
    display: inline-block;
    width:14px;
    height: 11px;
    background: url(/images/v1/list-view-icon.png) 0 0 no-repeat;
    box-shadow: 1px 1px 0 0 #fff;
    margin-left: 5px;
}
.list-view.active{
    background: url(/images/v1/list-view-icon-blue.png) 0 0 no-repeat;
}
.b-items-list-new:after{display: table; clear: both; content: '';}
.b-items-item-new{
    background: #fff;
    margin: 0 0 23px;
    padding: 28px 28px 15px 23px;
    position: relative;
}
.list-skidka-green{
    position: absolute;
    right: 5px;
    top:47px;
    background: #07a30b;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-weight: bold;
    color:#fff;
    text-shadow: none;
    width: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 18px;
    z-index: 500;
}
.list-mark-top{
    top:5px;
}
.list-mark-search{
    left: 10px;
    position: relative;
    top: 35px;
}
.list-newgood-mark{
    position: absolute;
    right: 5px;
    top:5px;
    background: #0088d9;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    text-shadow: none;
    width: 37px;
    text-align: center;
    line-height: 37px;
    border-radius: 18px;
}
.list-not-supply-mark{
    position: absolute;
    right: 5px;
    top:5px;
    background: #7a8fa2;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color:#fff;
    text-shadow: none;
    width: 110px;
    text-align: center;
    z-index: 10;
    line-height: 20px;
}
.list-img-new{
    width:146px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    float: left;
    margin-right: 15px;
}
.list-img-new img{
    max-width:100%;
    max-height: 100%;
}
.list-item-right-new{
    min-height: 130px;
    margin-left: 161px;
}
.list-goods-name{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    display: block;
    margin: 0 20px 10px 0;
    line-height: 18px;
    word-wrap: break-word;
}
.list-properties{
    color:#4d4d4d;
    margin: 8px 20px 0 0;
    word-wrap: break-word;
}
.list-bottom-stroke{
    margin-top:10px;
}
.list-compare{
    float:left;
}
.list-compare a{
    color: #aaa;
    font-size: 12px;
}
.list-orange-button{
    float: right;
    background: #ffa42a;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIH…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, #ffa42a 0%, #ff6e0d 40%, #ff6e0d 60%, #ff9c26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa42a), color-stop(40%,#ff6e0d), color-stop(60%,#ff6e0d), color-stop(100%,#ff9c26));
    background: -webkit-linear-gradient(top, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: -o-linear-gradient(top, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: -ms-linear-gradient(top, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: linear-gradient(to bottom, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa42a', endColorstr='#ff9c26',GradientType=0 );
    text-shadow: 1px 1px 0 #CC6633;
    font-size: 14px;
    font-weight: 300;
    border-style: none;
    border-bottom: 1px solid #fff;
    border-radius: 12px 12px 13px 13px;
    height: 24px;
    padding: 0 15px;
    line-height: 25px;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}
.list-price-new{
    float:right;
    font-size: 13px;
    line-height: 21px;
    margin: 0 13px 0 0;
}
.price-big{
    font-size: 20px;
}
.list-price-cheap{
    position: relative;
    float:right;
    font-size: 13px;
    color: #a02525;
    line-height: 28px;
    margin: 0 13px 0 0;
}
.list-price-cheap .price-big{
    font-size: 14px;
}
.list-price-cheap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #a02525;
    left: 0;
    bottom: 43%;
}
.list-price-uncheap{
    float:right;
    color: #07a30c;
    line-height: 25px;
    margin: 0 13px 0 0;
}
/* end styles for list-view */
.b-items-list {
    font-size: 0;
    margin: 0 0 20px;
}
.good-right-column > .b-analog > .b-items-list{
    margin: 0;
}

.b-items-item{
    font-size: 13px;
    position: relative;
    width: 230px;
    min-height: 290px;
    display: inline-block;
    margin: 0 23px 23px 0;
    background: #fff;
    vertical-align: top;
}

.good-right-column .b-items-item{
    margin-right: 0;
}
.b-items-item_small {
    height: 245px;
}

.b-items-item_last {margin: 0 0 20px;}
.slick-track .b-items-item_last {margin: 0 23px 23px 0;}

.b-items-item__inner {
    position: relative;
    padding: 20px;
}
.grid-price-uncheap{
    color: #07a30c;
}
.grid-price-cheap{
    position: relative;
    float: left;
    font-size: 13px;
    color: #a02525;
    line-height: 25px;
    margin: 0 0 0 0;
}
.grid-price-cheap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #a02525;
    left: 0;
    bottom: 43%;
}
.grid-price-cheap .price-big{
    font-size: 14px;
}
.b-items-item__props {
    height: 72px;
    overflow: hidden;
    font-size: 11px;
    margin: 10px 0 0;
}

.b-items-item__props-value {
    float: right;
    font-weight: bold;
    text-shadow: none !important;
}

.b-items-item__props .b-text_grey {
    color: #999999;
}

.b-items-item__pic {
    display: block;
    height: 130px;
    margin: 0 0 5px;

    text-align: center;
    overflow: hidden;
}

.b-items-item__pic img {
    vertical-align: top;
    display: inline-block !important;
    height: 130px;
}

.b-items-item__pic:before {
    content: "";
    display: inline-block;
    height: 160px;
    width: 1px;
    vertical-align: middle;
}

.b-items-item__name {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    white-space: normal;
    display: block;
    height: 80px;
    overflow: hidden;
    margin: 0 0 5px;
    line-height: 20px;
}

.b-items-list_props .b-items-item__name {
    height: 60px;
}

.b-items-item__marking {
    line-height: 14px;
    height: 14px;
    display: block;
    overflow: hidden;
}

.slick-slide .b-items-item__marking {
    display: none;
}

.b-items-item__marking + .b-text_blue, .b-items-item__marking + .b-text_green, .b-items-item__marking + .b-text_orange {
    margin: 0 0 2px;
    display: block;
}

.b-items-item__price .b-text_strong {font-size: 20px;}

.b-cart-itembuy {/*кнопка в категориях*/
    font-size: 15px;
    float: right;
    margin: 3px 0 0;
}
.b-cart-itembuy_properties {
    margin-top: 20px;
}
.b-items-item__compare {
    color: #AAAAAA;
    font-size: 11px;
    float: right;
    line-height: 25px;
}

/*b-compare*/
.b-compare {
    margin: 10px 0;
    width: 230px;
}

.b-compare-list {
    list-style: none;
    margin: 10px 0 15px;
    padding: 0;
}

.b-compare-list li {
    margin: 0 0 8px;
}

.b-compare-list__delete {
    padding: 0 10px 0 0;
}

.b-compare .b-button {
    padding: 3px 15px;
}

.b-compare .b-filter-item {
    padding-bottom: 15px;
}

/*b-analog*/
.good-right-column .b-analog{
    padding-top: 10px;
}
.b-analog {
    padding: 20px 0 0;
}

.b-analog .b-items-item {
    width: 228px !important;
    margin: 0 23px 23px 0 !important;
}

.b-items-list_small .b-items-item {
    width: 230px;
}

/*b-filter*/
.b-filter {
    width: 230px;
    margin: 0 0 30px;
    position: relative;
}

.b-filter-item {
    position: relative;
    border-top: 1px solid #ececec;
    padding: 4px 10px 0 19px;
}

.b-filter-item__slider {
    margin: 20px 0 0 8px;
    width: 159px;
}

.b-filter-item__name {
    font-size: 15px;
    display: block;
    margin: 0 0 7px;
    color: #4D4D4D;
}

.b-form__input_filter {
    border: 1px solid #B3B3B3;
    border-radius: 3px;
    padding: 0 2px;
    width: 67px;
    text-align: center;
}

.b-filter-item__state {
    font-size: 12px;

    position: absolute;
    top: 25px;
    left: 150px;

    text-decoration: underline;
    color: #0089D9;
    cursor: pointer;
}

.b-filter-item__state:before {
    content: ".";
    font-size: 12px;

    position: absolute;
    top: -2px;
    left: -7px;
}


div.b-filter-item__value:not(#foo) > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

div.b-filter-item__value:not(#foo) > input[type="checkbox"] + label {
    vertical-align: middle;
    width: 100px;
    display: block;
    font-size: 12px;
}

div.b-filter-item__value:not(#foo) > input[type="checkbox"] + label i {
    float: left;
    margin: 0 6px 3px 0;
    height: 13px;
    width: 13px;

    vertical-align: middle;
    background: url(/images/v1/b-ico.png) no-repeat -47px -60px;
}

div.b-filter-item__value:not(#foo) > input[type="checkbox"]:checked + label i {
    background: url(/images/v1/b-ico.png) no-repeat -31px -58px;
    height: 15px;
    width: 15px;
    margin: -2px 4px 3px 0;
}

.b-form__label_filter {cursor: pointer;}
.b-form__label.b-form__label_filter {
    line-height: 13px;
}

.b-filter-item_producer .b-filter-item__value {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}

.b-filter .b-pattern {
    border-bottom: 1px solid #B3B3B3;
}
.b-filter__header {border-bottom: 1px solid #B3B3B3;}

.b-filter__footer {
    border-top: 1px solid #fff;
    text-align: center;
    padding: 20px 0;
}

.b-filter__footer,
.b-filter__header,
.b-sale-check,
.b-filter__long-list-toggle{
    background: #f5f5f5;
    /*background: #e6e5e5;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q0ZDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top,  #e6e5e5 0%, #d7d4d4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e5e5), color-stop(100%,#d7d4d4));
    background: -webkit-linear-gradient(top,  #e6e5e5 0%,#d7d4d4 100%);
    background: -o-linear-gradient(top,  #e6e5e5 0%,#d7d4d4 100%);
    background: -ms-linear-gradient(top,  #e6e5e5 0%,#d7d4d4 100%);
    background: linear-gradient(to bottom,  #e6e5e5 0%,#d7d4d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e5e5', endColorstr='#d7d4d4',GradientType=0 );*/

}

.b-filter__header_nopad {
    padding: 0;
}
.b-filter-item.b-filter__header .b-menu-left__item{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    text-shadow: none;
}
.b-filter__long-list-toggle{
    display: block;
    position: relative;
    border-top: 1px solid #b3b3b3;
    padding: 5px 10px 7px 19px;
}
.b-filter__long-list-toggle .show,
.b-filter__long-list-toggle .hide{
    position: relative;
}
.b-filter__long-list-toggle .show{
}
.b-filter__long-list-toggle .hide{
    display: none;
}
.b-filter__long-list-wrap{
    display: none;
}

/*b-button*/
.b-button {
    font-size: 16px;
    font-weight: 300;

    border-style: none;
    border-bottom: 1px solid #fff;
    border-radius: 12px 12px 13px 13px;

    height: 24px;
    padding: 0 15px;
    line-height: 25px;

    background: #3aa7e6;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhYTdlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzA0OGJkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzA0OGJkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZWEwZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top,  #3aa7e6 0%, #048bda 30%, #048bda 70%, #2ea0e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa7e6), color-stop(30%,#048bda), color-stop(70%,#048bda), color-stop(100%,#2ea0e3));
    background: -webkit-linear-gradient(top,  #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    background: -o-linear-gradient(top,  #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    background: -ms-linear-gradient(top,  #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    background: linear-gradient(to bottom,  #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3aa7e6', endColorstr='#2ea0e3',GradientType=0 ); */
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #016BCE;
}

.b-button_orange {
    background: #ffa42a;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYTQyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmNmUwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmNmUwZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjljMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top,  #ffa42a 0%, #ff6e0d 40%, #ff6e0d 60%, #ff9c26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa42a), color-stop(40%,#ff6e0d), color-stop(60%,#ff6e0d), color-stop(100%,#ff9c26));
    background: -webkit-linear-gradient(top,  #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: -o-linear-gradient(top,  #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: -ms-linear-gradient(top,  #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: linear-gradient(to bottom,  #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa42a', endColorstr='#ff9c26',GradientType=0 );
    text-shadow: 1px 1px 0 #CC6633;
}

.b-button_grey {
    background: #c4c6c8;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0YzZjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2E2YThhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iI2E2YThhYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYmJkYmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #c4c6c8 0%, #a6a8ab 48%, #a6a8ab 55%, #bbbdbf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c6c8), color-stop(48%,#a6a8ab), color-stop(55%,#a6a8ab), color-stop(100%,#bbbdbf));
    background: -webkit-linear-gradient(top,  #c4c6c8 0%,#a6a8ab 48%,#a6a8ab 55%,#bbbdbf 100%);
    background: -o-linear-gradient(top,  #c4c6c8 0%,#a6a8ab 48%,#a6a8ab 55%,#bbbdbf 100%);
    background: -ms-linear-gradient(top,  #c4c6c8 0%,#a6a8ab 48%,#a6a8ab 55%,#bbbdbf 100%);
    background: linear-gradient(to bottom,  #c4c6c8 0%,#a6a8ab 48%,#a6a8ab 55%,#bbbdbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c6c8', endColorstr='#bbbdbf',GradientType=0 );
    text-shadow: none;
}

.finish-order-big{
    font-size: 20px;
    font-weight: 300;
    padding: 0 120px 0;
    text-transform: uppercase;
    height: 32px;
}
/*b-item*/
.b-item {
    font-size: 13px;
    margin: 20px 0 0;
    padding: 0 0 30px;
    white-space: normal;
}

.b-item_delete {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    z-index: 10;
    top: 420px;
    width: 486px;
    text-align: center;
    background: rgba(134, 134, 134, .7);
    color: #fff;
    text-shadow: none;
}

.b-item_delete .b-pattern {
    padding: 15px 0;
}
.b-good-images{
    width:417px;
    float: right;
    margin: 0 0 0 5px;
    position: relative;
}

.b-good-images .b-link-spec {
    position: absolute;
    z-index: 10;
    left: 5px;
    top: 8px;
    font-size: 15px;
    padding: 1px 0 0 31px;
}

.good-big-image{
    min-height: 308px;
    vertical-align: top;
    background: #fff;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
    max-width: 417px;
    overflow: hidden;
}
.good-big-image-middle{
    vertical-align: middle;
    display: table-cell;
}
/*.good-big-image:before {
  content: "";
  height: 300px;
  width: 1px;
  display: inline-block;
  vertical-align: middle;
}*/
.b-good-small-images{
    margin-top: 4px;
}
.good-small-image{
    float: left;
    width: 57px;
    height: 57px;
    margin: 0 3px 3px 0;
    background: #fff;
    text-align: center;
}
.good-small-image:nth-of-type(7n+7){
    margin-right: 0;
}
.good-small-image img{
    max-width: 100%;
    max-height: 100%;
}

.b-good-popup-overlay{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9989;
}

.b-good-popup{
    /*display: none;*/
    opacity: 0;
    background-color: #ebebeb;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.5);
    z-index: 9991;
}
.b-good-popup table{
    width: 100%;
}
.b-good-popup td{
    vertical-align: top;
}
.b-good-popup__img{
    position: relative;
    width: 615px;
    height: 615px;
    line-height: 615px;
    overflow: hidden;
    background-color: #fff;
}
.b-good-popup__img span{
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 649px;
}
.b-good-popup__img img{
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    margin-right: -5px;
}
.b-good-popup__prev,
.b-good-popup__next{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url("/images/v3/icons/b-ico-card.png") no-repeat;
}
.b-good-popup__prev{
    left: 14px;
    background-position: -2px 0;
}
.b-good-popup__next{
    right: 14px;
    background-position: -2px -31px;
}
.b-good-popup__details{
    position: relative;
    width: 213px;
    padding: 44px 15px 22px 20px;
    text-align: left;
}
.b-good-popup__close{
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("/images/v3/icons/b-ico-card.png") repeat scroll -2px -61px;
    right: 20px;
    top: 10px;
}
.b-good-popup__title{
    color: #243d7e;
    font-size: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 25px;
    text-shadow: 1px 1px #ffffff;
    line-height: 23px;
    text-transform: uppercase;
}
.b-good-popup__prop{
    color: #333333;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 8px;
}
.b-good-popup__prop span{
    display: inline-block;
    width: 108px;
}
.b-good-popup__icons{
    margin: 30px 0 0;
    font-size: 0;
}
.b-good-popup__icons img{
    border: 1px solid #cccccc;
    border-radius: 6px;
    margin: 0 7px 7px 0;
}
.b-good-popup__icons img:nth-child(4n){
    margin-right: -20px;
}
.b-good-popup__hr{
    border-bottom: 1px solid #858585;
    margin: 32px -16px 0 -22px;
}
.b-good-popup__icons img.js-good-popup__curr{
    border-color: #0088d9;
}
.b-good-popup__price{
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    margin: 22px 0 10px;
    text-shadow: 1px 1px #ffffff;
}
.b-good-popup__price span{
    font-size: 40px;
}
.b-good-popup__details .b-cart-itembuy{
    font-size: 16px;
    display: inline-block;
    border-radius: 19px;
    float: none;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 177px;
    margin-left: -9px;
}
.b-good-popup__details .b-items-item__bought{
    bottom: -1px;
    left: -1px;
    text-align: center;
}

.b-incart-popup-overlay{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}
.b-incart-popup{
    display: none;
    background-color: #ebebeb;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 1px 1px 23px rgba(0, 0, 0, 0.7);
    z-index: 10001;

    width: 693px;
    padding: 20px 0 26px 20px;
    border-radius: 4px;
    margin-left: -357px;
    margin-top: -121px;
}
.b-incart-popup_empty{
    width: 389px;
    margin-left: -202px;
    margin-top: -111px;
}
.b-incart-popup_error{}
.b-incart-popup__close{
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0) url("/images/v3/icons/b-ico-card.png") repeat scroll -2px -61px;
    right: 22px;
    top: 23px;
}
.b-incart-popup__title{
    font-size: 27px;
    text-transform: uppercase;
    color: #243d7e;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 13px;
}
.b-incart-popup__pic{
    display: inline-block;
    width: 180px;
    margin-right: 13px;
}
.b-incart-popup__pic img{
    width: 100%;
}
.b-incart-popup__info{
    display: inline-block;
    width: 281px;
    margin-right: 13px;
}
.b-incart-popup__name{
    color: #243d7e;
    font-size: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-bottom: 25px;
    text-shadow: 1px 1px #ffffff;
    line-height: 23px;
    text-transform: uppercase;
}
.b-incart-popup__art{
    margin-top: 8px;
}
.b-incart-popup__buttons{
    display: inline-block;
    width: 200px;
    margin-right: -50px;
}
.b-incart-popup_empty .b-incart-popup__buttons{
    margin-left: 99px;
    margin-top: 7px;
}
.b-incart-popup__price{
    font-size: 33px;
    margin-bottom: 15px;
    line-height: 33px;
    margin-left: 3px;
}
.b-incart-popup__currency{
    font-size: 20px;
}
.b-incart-popup__button{
    display: inline-block;
    text-align: center;
    width: 148px;
    height: 26px;
    line-height: 27px;
    margin-bottom: 7px;
    font-size: 12px;
    text-transform: uppercase;
}
.b-incart-popup__button_incart{}
.b-incart-popup__button_continue{}

.b-item-pics {
    width: 485px;
    min-height: 300px;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    background: #fff;
    text-align: center;
    position: relative;
}

.b-item-pics:before {
    content: "";
    height: 300px;
    width: 1px;
    display: inline-block;
    vertical-align: middle;
}

.b-item-props .b-text_blue {font-weight: bold;}
.b-item-props .b-text {padding: 0 0 0 20px;}
.b-item-props {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.b-good-information{
    width: 560px;
}
.b-good-title{
    margin-bottom: 0;
    text-transform: none;
}
.b-good-info-left{
    float: left;
    width: 55%;
    font-family: 'PTSansRegular', Arial, sans-serif;
    font-size: 15px;
    color: #4d4d51;
}
.good-info-left-part{
    margin-bottom: 28px;
}
.good-left-low-properties{}
.good-left-low-properties .row > span{
    display: inline-block;
    width: 45%;
}
.good-left-delivery{}
.good-left-delivery span{
    display:block;
    text-decoration: underline;
    color: #4d4d51;
}
.good-left-properties{
    margin: 11px -30px 0 0;
    background-color: #DCDADB;
    border: 1px solid #cccccc;
    padding: 13px 9px 8px;
}
.properties-title{
    font-size: 22px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.properties-left-table{
    border-spacing: 0;
    width: 100%;
}
.properties-left-table td {
    padding: 3px 0;
    border-top: 1px solid #CCCCCC;
}
.properties-left-table td.header {
    font-weight: bold;
    background-color: #DCDADB;
}
.properties-left-table tr:first-child td {
    border-top: none;
}
.properties-label{
    width: 70%;
}
.properties-value {
    width: 30%;
    padding-left: 5px !important;
    text-align: right;
    line-height: 14px;
}
.hidden-row{
    display: none;
    visibility: hidden;
}
.manage-properties{
    color:#0088d8;
    text-decoration: underline;
    margin-top: 8px;
}
.manage-properties:hover{
    text-decoration: none;
    cursor: pointer;
}
.hidden-element{
    display: none;
    visibility: hidden;
}
.good-left-user-mark{}

.b-good-info-right{
    float:right;
    width: 45%;
    text-align: center;
    padding-bottom: 30px;/*there is good-share-block - position:absulute, bottom:0*/
}
.good-info-price{
    display: inline-block;
    text-align: left;
}
.b-item-num span{
    font-size: 14px;
    line-height: 31px;
    margin-right: 10px;
}
.b-item-price {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.b-item-price-cheap{
    position: relative;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #a02525;
    line-height: 28px;
}
.b-item-price-cheap:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #a02525;
    left: 0;
    bottom: 42%;
}
.b-item-price-cheap span{
    font-size: 24px;
}
.b-item-price-uncheap{
    font-size: 18px;
    vertical-align: middle;
    color: #07a30c;
}
.b-item-price-uncheap span{
    font-size: 43px;
}
.good-info-buy .b-button_orange{
    font-size: 21px;
    padding: 3px 30px;
    margin: 17px 20px 0;
    border-radius: 18px;
    line-height: 31px;
    float: none;
}

.good-info-buy {
    position: relative;
}

.b-item-price span{font-size: 43px;}

.b-item-num {
    font-size: 0;
    margin: 17px 0 0;
    vertical-align: middle;
}

.b-item-num__minus, .b-item-num__plus, .b-item-num__num {
    font-size: 13px;

    border-top: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
    height: 29px;
    line-height: 29px;
    display: inline-block;

    vertical-align: top;
    text-align: center;
}

.b-item-num__minus, .b-item-num__plus {
    text-decoration: none;
    width: 14px;
    color: #4d4d4d;
}

.b-item-num__minus {
    border-left: 1px solid #B3B3B3;
    border-radius: 3px 0 0 3px;
}

.b-item-num__plus {
    border-right: 1px solid #B3B3B3;
    border-radius: 0 3px 3px 0;
}

.b-item-num__num {
    border-left: none;
    border-right: none;
    width: 48px;
    height: 27px;
}
.good-info-qty{
    margin: 17px 0 16px;
}
.good-is-exist {
    position: relative;
}
.good-is-exist span{
    font-size: 13px;
    line-height: 16px;
    cursor: pointer;
    text-decoration: underline;
}
.good-share-block{
    margin-top: 50px;
}

.b-bg_grey,.ui-autocomplete .ui-menu-item .ui-state-focus, .b-top-header {
    background: #dedfe0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGZlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM5Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top,  #dedfe0 0%, #c8c9cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dedfe0), color-stop(100%,#c8c9cb));
    background: -webkit-linear-gradient(top,  #dedfe0 0%,#c8c9cb 100%);
    background: -o-linear-gradient(top,  #dedfe0 0%,#c8c9cb 100%);
    background: -ms-linear-gradient(top,  #dedfe0 0%,#c8c9cb 100%);
    background: linear-gradient(to bottom,  #dedfe0 0%,#c8c9cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedfe0', endColorstr='#c8c9cb',GradientType=0 );
}

.ui-autocomplete .ui-menu-item .ui-state-focus {
    border: 1px solid #999;
    color: #243d7e;
}
.other-information-two-cols{
    padding: 30px 0 0;
}
.good-other-information{
    font-family: 'PTSansRegular', Arial, sans-serif;
    font-size: 15px;
}
/* tabs в карточке товара */
.good-tabs-block{

}
.tab-links{
    padding: 0;
    margin: 0;
}
.tab-links li{
    padding: 0 0 0 3px;
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}
.tab-links li:first-of-type{
    padding:0;
}
.tab-links a{
    padding:14px 0;
    display:block;
    border: 1px solid #cccccc;
    background:#eee;
    color: #4d4d51;
    text-decoration:none;
    text-transform: uppercase;
    word-break: break-all;
    transition:all linear 0.15s;
}
.tab-links a:hover{
    color:#243d7e;
}
.tab-links li.active a{
    background: #d8d5d5;
    color:#243d7e;
}
.tab-content-block{
    padding: 20px 0;
    font-size: 15px;
}
.tab{
    display:none;
}
.tab.active {
    display:block;
}
/* end tabs в карточке товара */
.good-right-column{
    float: right;
    width: 230px;
}
/*.b-item-other {
    font-size: 13px;
    float: right;
    width: 485px;
    margin: 37px 0 20px;
    white-space: normal;
}

.b-item-other .b-button_small {
    margin: 0 0 12px;
    width: 200px;
}

.b-button_small {
    display: inline-block;
    height: 22px;
    line-height: 22px;
}
*/
/*b-props*/
.good-properties-block{
    margin: 30px 0 30px;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.b-props-table{
    width: 740px;
}
.b-props-table th {
    font-weight: bold;
    padding: 11px 0 11px 20px;
    background: #eee;
    text-align: left;
}
.b-props-table td{
    padding: 10px 0;
    color: #4d4d51;
}
.b-props-table tr:last-of-type td{
    border-bottom: none;
}
.b-props__label{
    width: 55%;
    padding: 10px 0 10px 20px !important;
    vertical-align: top;
}
.b-props__value {
    font-weight: 300;
    width: 45%;
}

/*b-menu*/
.b-menu {
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    margin: 10px 5px 45px 0;
}

.b-menu + h3 {margin-left: 40px;}

.b-menu + h3  + .b-partners_bners{margin-left: 0;}

.b-menu-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.b-menu-list .b-menu-list__item:first-child{border-top: none;}

.b-menu-list__item {
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #fff;
}

.b-menu-list_sub .b-menu-list__item:last-child {border-bottom: none;}

.b-menu-list__link {
    font-size: 15px;

    display: block;
    padding: 10px 20px;

    color: #4D4D4D;
    text-transform: uppercase;
    text-decoration: none;
    background: #DDDADB;
}
.b-menu-list__link span {
    font-size: 14px;
}

.b-menu-list_sub .b-menu-list__link, .b-menu-list .b-menu-list .b-menu-list__link {
    padding: 15px 15px 15px 22px;
    text-transform: none;
    background: #E9E6E7;
}

.b-menu-list .b-menu-list .b-menu-list__link {
    padding: 8px 15px 8px 22px;
}

.b-menu-list_sub .b-menu-list__link span,
.b-menu-list .b-menu-list .b-menu-list__link span
{border-bottom: 1px solid;}

.b-menu-list__link:hover, .b-menu-list__link_current {
    color: #243D7E;
    background: url(/images/v1/pattern.gif) #D8D5D5;
}

.b-menu-list_sub .b-menu-list__link:hover, .b-menu-list_sub .b-menu-list__link_current,
.b-menu-list .b-menu-list .b-menu-list__link:hover, .b-menu-list .b-menu-list .b-menu-list__link.active
{
    color: #0089D9;
    background: #E9E6E7;
}

.b-menu-list_sub .b-menu-list__link:hover span, .b-menu-list_sub .b-menu-list__link_current span,
.b-menu-list .b-menu-list .b-menu-list__link:hover span, .b-menu-list .b-menu-list .b-menu-list__link_current span {
    border-bottom: 1px solid;
}


/*b-table*/
.b-table {
    width: 100%;
}

.b-table td{
    border-bottom: 1px solid #858585;
    border-top: 1px solid #fff;
    padding: 7px !important;
    vertical-align: middle;
    color: #4d4d4d;
    font-size: 16px;
}

.b-table th{
    border-bottom: 1px solid #858585;
    padding: 7px;
    vertical-align: middle;
    text-align: left;
}
.b-wrapper p {
    font-size: 16px;
}

.b-table_top th {
    vertical-align: top;
    text-align: center;
}
.b-table_top td {
    text-align: center;
}
.b-table_town th {
    padding-top: 30px;
}

.b-table_town td {
    border-bottom: none;
    vertical-align: top;
    padding: 5px 7px;
}

.b-table tr:first-child td {
    border-top: none;
}

.b-table tr:last-child td {
    border-bottom: none;
}

.b-table_rukovoditel {

}
.b-table_rukovoditel tr td:nth-of-type(1) {
    width: 147px;
}
.b-table_rukovoditel tr td:nth-of-type(2) {
    width: 177px;
}
.b-table_rukovoditel tr td:nth-of-type(3) {
    width: 141px;
}
.b-table_rukovoditel tr td:nth-of-type(4) {
    width: 219px;
}
.b-table_rukovoditel tr:last-child td{
    border-bottom: 1px solid #858585;
}
/*
.b-table_delivery td,
.b-table_delivery th,
.b-table_delivery tr:last-child td{
    border: 1px solid #858585;
}
.b-table_delivery_samovivoz {
    width: auto;
}
.b-table_delivery_samovivoz th,
.b-table_delivery_samovivoz td {
    border: none;
    vertical-align: top;
    padding: 0 15px 16px 0 ;
}
.b-table_delivery {}
.b-table_delivery td{}
.b-table_delivery th{
    background-color: #dddadb;
    font-family: "UbuntuRegular", sans-serif;
    font-size: 14px;
}
*/

/*b-cart*/
.b-cart {
    font-size: 14px;
    white-space: normal;
}

.b-cart-pic {
    width: 100px;
}

.b-cart-name {
    width: 355px;
}

.b-cart__pic {
    display: block;
    height: 100px;
    position: relative;
    width: 100px;
}

.b-cart__old-price {
    margin-right: 20px !important;
    font-size: 14px !important;
}
.b-cart__old-price .price-big {
    font-size: 20px !important;
}
.b-cart .b-text_blue,.b-cart .b-text_red {
    font-weight: bold;
    padding: 0 0 0 10px;
}

.b-cart .b-item-num {
    margin: 0;
}

.b-cart__delete {
    position: relative;
}

.b-cart .b-text_43 {
    font-weight: bold;
    padding: 0 10px;
}

.b-cart-go {
    font-size: 20px;
    font-weight: 300;


    padding: 3px 120px 5px;
    text-transform: uppercase;
}

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
========================================================================== */

@media print {
    * {
        /*background: transparent !important;*/ /* Это неправильно! Убивает карту яндекс */
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/

    a[href]:after {
        content: " ";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
    .b-contact-map a[href]:after, .b-speclinks a[href]:after {
        content: none;
    }
    .b-speclinks {
        display: none;
    }
}

/* ------ contacts ------*/
.b-contact-wrapper {
    font-size: 16px;
    margin: 25px 0 20px;
    padding: 0 0 20px;
    white-space: normal;
    border-bottom: 1px solid #858585;
}
.b-contact-wrapper  td{
    padding: 5px 30px 5px 0;
}
.b-button_contact-map {
    text-align: center;
    width: 207px;
    /* display: inline-block; */
    display: none;
}
.mb-1 {
    margin-bottom: 8px;
}
.b-contact-map-border {
    border: 1px solid #858585;
    margin: 20px 0 20px 0;
}
.b-contact-map {
    /* display: none; */
    display: block;
}

/*b-popup*/

.b-popup__overlay {
    position: fixed;
    left: 0;
    top: 0;

    display: none;

    width: 100%;
    height: 100%;

    background: rgba(0,0,0,.2);
    text-align: center;
    z-index: 1000;
}

.b-popup__overlay:before {
    display: inline-block;

    height: 100%;
    width: 0;

    vertical-align: middle;
    content: '';
}

.b-popup {
    position: relative;
    z-index: 4000;

    display: inline-block;

    width: 275px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 3px 3px 5px #CECECE, -3px -3px 5px #CECECE;

    background: #ececec;
    vertical-align: middle;
    text-align: left;
}

.b-popup_how {
    width: 800px;
    padding: 25px;
    height: 600px;
    border-radius: 5px;
}

.b-popup_how .b-popup__close {
    right: 23px;
    top: 3px;
}

.b-popup__title {
    font-size: 21px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;

    height: 51px;
    line-height: 51px;


    color: #4D4D4D;
}

.b-popup__title .b-pattern {
    padding: 0 0 0 25px;
}

.b-popup__wrapper {
    padding: 20px;
}

.b-popup .b-form__input, .b-popup .b-iexform__value {
    display: block;
    width: 228px;
    padding: 2px 0 3px 5px;
    border-radius: 3px;
    border: 1px solid #999999;
    margin: 0 0 10px;
}

.b-popup__close {
    position: absolute;
    top: 9px;
    right: 19px;

    display: block;
}

.b-popup__overlay_login .b-ico_close{
    right: -10px;
}

.b-popup__overlay_login .b-form__radio-label {
    padding: 5px 0 0 20px;
}

/*b-dropdown*/
.b-dropdown {
    font-size: 14px;
    font-family: 'UbuntuRegular', sans-serif;
    position: absolute;
    border: 1px solid #fff;
    border-top: 3px #0089D9 !important;
    width: 1010px;
    display: none;

    background: #ECECEC;
    z-index: 100;
    box-shadow: 1px 3px 10px #808080, -1px 0 10px #808080;
}

.b-dropdown-show {
    display: inline;
}

.b-dropdown__overlay {
    outline: 10000px solid rgba(0, 0, 0, 0.25);
}

.b-region .b-dropdown {
    font-size: 12px;
    width: 290px;
    position: absolute;
    top: 25px;
    left: 72px;
}

.b-region .b-dropdown .b-ico {
    left: 22px;
}

.b-region .b-dropdown__inner {
    padding: 7px 0 10px 20px;
}

.b-region .b-dropdown-list__item {
    width: 260px;
    margin: 5px 0 0;
}

.b-region .b-dropdown-list__item a {
    display: inline;
}

.b-dropdown__inner {
    padding: 20px 0 25px 20px;
}

.b-dropdown .b-dropdown-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.b-dropdown-list__item {
    float: left;
    width: 330px;
    margin: 0 20px 0 0;
    border-bottom: 1px solid #FFFFFF;
    overflow: hidden;
}

.b-dropdown-list__item a{
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #CCCCCC;
    color: #4D4D4D;
    text-decoration: none;
}

.b-dropdown-list__item a:hover{
    color: #0089D9;
}

.b-dropdown .b-items-item {
    float: right;
    height: 260px;
    margin: 0;
}

.b-dropdown .b-ico_dropdown {
    top: -10px;
    width: 18px;
    height: 10px;
    background: url(/images/v1/b-ico.png) -37px -96px;
}

.b-cats-list__link_nas + .b-dropdown .b-ico_dropdown {left: 21px;}
.b-cats-list__link_ta + .b-dropdown, .b-cats-list__link_tf + .b-dropdown, .b-cats-list__link_fis + .b-dropdown, .b-cats-list__link_nas + .b-dropdown, .b-cats-list__link_bm + .b-dropdown, .b-cats-list__link_av + .b-dropdown  {width: 721px;}
.b-cats-list__link_bm + .b-dropdown .b-ico_dropdown, .b-cats-list__link_kir + .b-dropdown .b-ico_dropdown, .b-cats-list__link_mt + .b-dropdown .b-ico_dropdown {left: 50px;}
.b-cats-list__link_av + .b-dropdown .b-ico_dropdown {left: 45px;}
.b-cats-list__link_fis + .b-dropdown .b-ico_dropdown {left: 66px;}
.b-cats-list__link_tiv + .b-dropdown .b-ico_dropdown {left: 75px;}
.b-cats-list__link_ta + .b-dropdown .b-ico_dropdown {left: 573px;}
.b-cats-list__link_tf + .b-dropdown .b-ico_dropdown {left: auto;right: 25px;}
.b-cats-list__link_fis + .b-dropdown {margin: 0 0 0 -25px;}
.b-cats-list__link_ta + .b-dropdown {margin: 0 0 0 -513px;}
.b-cats-list__link_tf + .b-dropdown {right: 0;}
.b-cats-list__link_kir + .b-dropdown, .b-cats-list__link_mt + .b-dropdown {width: 370px;}
.b-cats-list__link_tiv + .b-dropdown {width: 364px;}
.b-dropdown-list__item:hover .b-cats-list__link + .b-dropdown {display: block;}

.b-hideblock_hide {
    display: none;
    padding: 10px;
    background-color: #ffffff;
}

.b-hideblock_hide_items {
    background: none;
    padding: 0;
}

/*b-form-table*/
.b-form-table td.b-form-table__td_pn {
    padding: 0 0 5px 0;
}

/*b-items-item__bought*/
.b-items-item__bought {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.b-items-item__bought .b-pattern {
    padding: 8px;
}

.b-items-item__bought a {
    text-shadow: none;
}
.b-items-item__bought_close{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.b-items-item__to-cart{
    background: #ffa42a;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIH…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, #ffa42a 0%, #ff6e0d 40%, #ff6e0d 60%, #ff9c26 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa42a), color-stop(40%,#ff6e0d), color-stop(60%,#ff6e0d), color-stop(100%,#ff9c26));
    background: -webkit-linear-gradient(top, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: -o-linear-gradient(top, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: -ms-linear-gradient(top, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    background: linear-gradient(to bottom, #ffa42a 0%,#ff6e0d 40%,#ff6e0d 60%,#ff9c26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa42a', endColorstr='#ff9c26',GradientType=0 );
    text-shadow: 1px 1px 0 #CC6633;
    font-size: 14px;
    font-weight: 300;
    border-style: none;
    border-bottom: 1px solid #fff;
    border-radius: 12px 12px 13px 13px;
    height: 24px;
    padding: 3px 15px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
}
.b-item .b-items-item__bought {
    bottom: auto;
    left: -13px;
    right: auto;
    top: 0;
    width: 274px;
}

.b-menu-left.b-list {
    margin: 0 5px 20px 5px;
    padding: 10px 0 0;
    list-style-type: none;
}

.b-menu-left ul{
    padding: 0;
    margin: 5px 0 10px -10px;
}

.b-filter-item.b-filter__header .b-menu-left ul .b-menu-left__item{
    font-size: 16px;
    line-height: 16px;
}

.b-menu-left__item_selected {
    text-decoration: none;
    color: #4D4D4D;
}

/*b-partners*/
.b-partners {
    font-size: 13px;
    margin: 0 0 40px;
}

.b-partners__map {
    font-family: 'PT Sans Narrow', sans-serif;
    width: 992px;
    height: 499px;
    padding: 0 0 40px;
    background: url(/images/v1/partners/map_crimea.jpg) no-repeat;
    border-bottom: 1px solid #858585;
}

.b-partners__map .b-partners__link {
    position: absolute;
    color: #666666;
    text-decoration: none;
}

.b-partners__point_murm {left: 296px; top:35px;}
.b-partners__point_smol {left: 43px; top:100px;}
.b-partners__point_tver {left: 158px; top: 102px;}
.b-partners__point_vol {left: 215px; top: 113px;}
.b-partners__point_bryan {left: 62px; top: 120px;}
.b-partners__point_kaluga {left:59px;top:145px;}
.b-partners__point_podol {left: 120px; top: 150px;}
.b-partners__point_moskva {left: 171px; top: 125px; font-size: 17px;}
.b-partners__point_ivanovo {left: 200px; top: 151px;}
.b-partners__point_vlad {left: 169px; top: 169px;}
.b-partners__point_belgor {left: 76px; top: 182px;}
.b-partners__point_ig {left:255px; top: 204px;}
.b-partners__point_kazan {left: 209px; top: 214px;}
.b-partners__point_krasn {left: 30px; top: 226px;}
.b-partners__point_sar {left: 132px; top: 232px;}
.b-partners__point_sam {left: 183px; top: 239px;}
.b-partners__point_ufa {left: 229px; top: 261px;}
.b-partners__point_ekat {left: 293px; top: 243px;}
.b-partners__point_perm {left: 291px; top: 158px;}
.b-partners__point_tambov {left: 126px; top: 198px;}
.b-partners__point_sevas {left: 2px; top: 189px;}

.b-partners-list__item {
    font-size: 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 229px;
    margin: 0 15px 15px 0;
    vertical-align: top;
}

.b-partners-list__item a{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    display: block;
}

.b-partners-town {
    list-style-type: none;
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid #fff;
}

.b-partners-town__item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 125px;
    margin: 0 0 10px;
}

.b-partners-town .b-partners__link {
    display: block;
    position: relative;
    color: #243D7E;
    text-transform: uppercase;
    padding: 0 0 0 7px;
}

.b-partners-town__link:before {
    content: "•";
    position: absolute;
    left: 0;
}

.b-partners-town__link:hover {
    color: #0089D9;
    text-decoration: underline;
}

.b-partners-blocks {
}

.b-partners-blocks__item {
    font-size: 13px;
    position: absolute;
    display: none;
    top: 0;
    left: 300px;
    padding: 20px;
    width: 330px;
    border: 1px solid #fff;
    border-right-color: #5394D8;
    border-bottom-color: #5394D8;
    border-radius: 6px;
    background: #0089D9;
    box-shadow: 2px 2px 4px #aaa;
}

.b-partners-partner {
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    margin: 0 0 10px;
    color: #fff;
    text-shadow: none;
}

.b-partners-partner__name {
    font-size: 20px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 0 4px;
    display: block;
    line-height: 22px;
}

.b-partners-partner a {
    text-shadow: none;
}

.b-partners-blocks__50{left: 328px; top: -29px;}
.b-partners-blocks__50 .b-ico {top:30px;}
.b-partners-blocks__40{left: 130px; top: -6px;}
.b-partners-blocks__40 .b-ico {top:106px;}
.b-partners-blocks__54{left: 119px; top: 17px;}
.b-partners-blocks__54 .b-ico {top:65px;}
.b-partners-blocks__55{left: 183px; top: 16px;}
.b-partners-blocks__55 .b-ico {top:68px;}
.b-partners-blocks__42{left: 247px; top: 16px;}
.b-partners-blocks__42 .b-ico {top:77px;}
.b-partners-blocks__47{left: 103px; top: 40px;}
.b-partners-blocks__47 .b-ico {top:74px;}
.b-partners-blocks__51{left: 176px; top: 33px;}
.b-partners-blocks__51 .b-ico {top:86px;}
.b-partners-blocks__49{left: 193px; top: -12px;}
.b-partners-blocks__49 .b-ico {top:120px;}
.b-partners-blocks__44{left: 241px; top: 85px;}
.b-partners-blocks__44 .b-ico {top:47px;}
.b-partners-blocks__41{left: 204px; top: 63px;}
.b-partners-blocks__41 .b-ico {top:73px;}
.b-partners-blocks__39{left: 131px; top: 60px;}
.b-partners-blocks__39 .b-ico {top:88px;}
.b-partners-blocks__45{left: 311px; top: 156px;}
.b-partners-blocks__45 .b-ico {top:28px;}
.b-partners-blocks__46{left: 242px; top: 93px;}
.b-partners-blocks__46 .b-ico {top:87px;}
.b-partners-blocks__48{left: 81px; top: 49px;}
.b-partners-blocks__48 .b-ico {top:143px;}
.b-partners-blocks__53{left: 186px; top: 15px;}
.b-partners-blocks__53 .b-ico {top:183px;}
.b-partners-blocks__52{left: 222px; top: 25px;}
.b-partners-blocks__52 .b-ico {top:180px;}
.b-partners-blocks__56{left: 264px; top: 133px;}
.b-partners-blocks__56 .b-ico {top:92px;}
.b-partners-blocks__18{left: 0; top: 0;}
.b-partners-blocks__18 .b-ico {top:0;}
.b-partners-blocks__43{left: 379px; top: -2px;}
.b-partners-blocks__43 .b-ico {top:225px;}
.b-partners-blocks__575{left: 343px; top: 138px;}
.b-partners-blocks__576{left: 171px; top: 163px;}
.b-partners-blocks__582{left: 49px; top: 155px;}

.b-partners__link_ico {
    position: absolute;
    width: 15px;
    height: 17px;
}

.b-partners__point-ico_murm {left: 267px;top:20px;}
.b-partners__point-ico_smol {left: 87px;top:107px;}
.b-partners__point-ico_tver {left: 114px;top:107px;}
.b-partners__point-ico_vol {left:172px;top:115px;}
.b-partners__point-ico_bryan {left:64px;top:124px;}
.b-partners__point-ico_podol {left:112px;top:140px;}
.b-partners__point-ico_moskva {left:120px;top:127px;font-size: 17px; width: 21px; height: 25px;}
.b-partners__point-ico_ivanovo {left: 156px;top:153px;}
.b-partners__point-ico_vlad {left: 140px;top:159px;}
.b-partners__point-ico_belgor {left:65px;top:174px;}
.b-partners__point-ico_ig {left:214px;top:205px;}
.b-partners__point-ico_kazan {left:175px;top:205px;}
.b-partners__point-ico_krasn {left:14px;top:218px;}
.b-partners__point-ico_sar {left:120px;top:225px;}
.b-partners__point-ico_sam {left:152px;top:232px;}
.b-partners__point-ico_ufa {left:202px;top:253px;}
.b-partners__point-ico_ekat {left: 251px;top:242px;}
.b-partners__point-ico_kaluga {left: 71px;top:132px;}
.b-partners__point-ico_perm {left: 251px;top:100px;}
.b-partners__point-ico_tambov {left: 100px;top:132px;}

.b-iexform__message, .b-iexform__info {
    font-size: 11px;
    padding: 0 20px 5px;
}

.b-iexform__message_err, .b-iexform__errmsg {
    color: #ff0000;
}

.b-iexform__errmsg {
    float: right;
    margin: -12px 0 0;
    padding: 0 10px 0 0;
}

.b-button_pseudo {
    background: none;
    text-decoration: none;
    border-bottom: 1px dashed;
    color: #0089D9;
    text-shadow: 0.05em 0.05em 0 #FFFFFF;
    border-radius: 0;
    font-size: 13px;
    padding: 0;
    display: inline;
    font-weight: bold;
}

.b-iexform__label {
    font-size: 14px;
    color: #4D4E4E;
}

.b-popup__overlay_partners {
    position: fixed;
    left: 0;
    top: 0;

    display: none;

    width: 100%;
    height: 100%;

    text-align: center;
    z-index: 10;
}

.b-bread h1 {
    margin: 0;
}

.b-sravwrap{
    font-size: 14px;
}

.b-srav {
    font-size: 14px;
    width: 1010px;
    margin: 20px 0;
    overflow-x: scroll;
    white-space: normal;
}

.b-srav-table .b-bg_grey .b-link {
    font-weight: normal;
    font-size: 12px;
}

.b-srav-table tr {
    vertical-align: top;
}

.b-srav-table td,.b-srav-table th {
    font-weight: normal;
    padding: 0 20px 0 0;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
}

.b-srav-table td {
    padding: 15px 20px 15px 0;
}

.b-srav-table .b-bg_grey {
    width: 230px;
}

.b-srav-table .b-items-item {
    width: 154px;
    height: 215px;
    display: block;
    margin: 0;
    text-align: left;
}

.b-srav-table .b-items-item__pic {
    width: 150px;
    height: 125px;
    padding: 5px 0;
}

.b-srav-table .b-items-item__pic:before {
    display: none;
}

.b-srav-table .b-items-item__name {
    font-size: 15px;
    font-weight: normal;
    padding: 0 15px;
}

.b-srav-table th .b-text_orange {
    display: inline-block;
    margin: 10px 0 15px 0;
}

.b-text_orange {
    color: #FF6600;
}

table.sale-personal-order-list th, table.sale-personal-order-list td, table.sale-personal-order-list-filter td, table.sale-personal-order-list-filter th, table.sale_personal_order_detail td {
    border: 1px solid #CCCCCC;
    padding: 8px;
}

table.sale-personal-order-list th, table.sale-personal-order-list-filter th, table.sale_personal_order_detail th {
    font-size: 10px;
    text-align: center;
    font-weight: normal;
    background: #DDDADB;
    color: #4D4D4D;
    text-shadow: 1px 1px 0 #fff;
    text-transform: uppercase;
}

table.sale-personal-order-list-filter th, table.sale_personal_order_detail th {
    font-size: 12px;
}

table.sale-personal-order-list td li{
    list-style-type: none;
    margin: 0 0 6px;
}

table.sale-personal-order-list-filter, table.sale-personal-order-list, table.sale_personal_order_detail {
    background: #fff;
}

input.b-button {
    border-bottom-style: none;
}

.b-goto {
    font-size: 12px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 19px;
    margin: 10px 0 0 -21px;
    padding: 0 0 0 21px;
    color: #284281;
    background: url(/images/v1/b-goto.png) no-repeat;
}

.b-zakaz {
    font-size: 13px;
    display: block;
    width: 137px;
    height: 72px;
    padding: 6px 0 0 13px;
    margin: -5px 0 24px 46px;
    background: url(/images/v1/b-zakaz.png) no-repeat;
    color: #FFFFFF;
    text-shadow: none !important;
}

.b-menu + h3 + .b-partners_bners + .b-zakaz {
    margin-left: 26px;
}

.onicon_chat-contacts p {
    font-size: 15px;
    margin-top: 5px;
}

.b-pic_left {
    float: left;
    margin: 0 10px 5px 0;
}

.b-pic_right {
    float: right;
    margin: 0 0 5px 10px;
}

.b-slider__price {
    position: absolute;
    top: 32px;
    left: 466px;
}

.b-button-rs {
    font-size: 17px;
    text-decoration: none;
    float: right;
    display: block;
    width: 214px;
    height: 28px;
    color: #fff;
    text-shadow: none;
    padding: 19px 0 0 19px;
    margin: -19px 0 0;
    background: url(/images/v1/b-button-rs.png);
}

.b-button-rs:hover {
    background: url(/images/v1/b-button-rs.png) 0 -55px;
}

.b-oldprice {
    text-decoration: line-through;
}

.b-no-items {
    font-size: 18px;
    background: url("/images/no-items.png") no-repeat scroll 123px 10px rgba(0, 0, 0, 0);
    margin: 140px 0 130px 20px;
    padding-left: 65px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
}

.b-attention {
    font-size: 13px;
    font-weight: bold;
    padding: 16px 0 16px 40px;
    margin: 10px 0 10px;
    position: relative;
    border-top: 2px solid #F3F3F3;
    border-bottom: 1px solid #ACAAAB;
    color: #2C4588;
    display: none;
}

.b-attention .b-popup__close {
    right: 30px;
}

.b-attention__inner {
    background: url(/images/v1/b-attention.png) no-repeat;
    padding: 0 0 0 83px;
}

.ui-autocomplete {
    z-index: 100;
    border: 1px solid #999999;
}

.b-region {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -25px;
}

.b-region_slidebox {
    margin: 5px 0 0;
    position: relative;
    left: 0;
    top: 0;
}

.b-region__form {
    font-size: 12px;
}

.b-top-header a {
    color: #243d7e;
}
.b-top-header .b-top-header-a-pale{
    color: rgba(36, 61, 136, 0.75);
}

.b-wtblock {
    font-size: 14px;
    width: 200px;
    height: 55px;
    padding: 5px 0 0 14px;
    margin: 29px 20px 0 0;
    background: url(/images/v1/b-wtblock.png) no-repeat;
    color: #fff;
    white-space: normal;
    text-shadow: none;
}

.b-specprice {
    font-size: 21px;
    font-weight: bold;
    line-height: 68px;
    padding: 0 0 0 289px;
    display: block;
    width: 700px;
    height: 68px;
    margin: 0 0 20px;
    background: url(/images/v1/b-specprice.png);
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
/*highslide*/
a.highslide-credits{
    display:none !important;
}

/* zoom
.zoomWrapper{
  background: #fff;
  width: 417px;
  height: 308px;
}
.zoomContainer:hover{
  background: #fff;
}
*/
/* bxSlider - in Catalog Detail
.bx-wrapper{
  width: 80% !important;
  margin: 0% !important;
  max-width: 90% !important;
  display: inline-block !important;
  float: right;
}
#bx-pager{
  display: inline-block;
  float: left;
  width: 20%;
}
#bx-pager > a{
  display: block;
  width: 55px;
  margin: 10px 10px 0;
  border: 1px solid #ccc;

}
#bx-pager > a >img{
  max-width: 100%;
}
*/

/* popup window good-images */
.black-overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3500;
    top: 0;
    left: 0;
    opacity: .7;
    background: #333;
    padding: 0;
}
.close-hidden-img-window{
    position: absolute;
    top: 14px;
    right: 14px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    z-index: 200;
}
.close-hidden-img-window:before, .close-hidden-img-window:after{
    content: '';
    position: absolute;
    background: #ccc;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -o-transform:      rotate(45deg);
    -ms-transform:     rotate(45deg);
    transform:         rotate(45deg);
    top: 6px;
    right: -3px;
}
.close-hidden-img-window:after{
    -webkit-transform: rotate(135deg);
    -moz-transform:    rotate(135deg);
    -o-transform:      rotate(135deg);
    -ms-transform:     rotate(135deg);
    transform:         rotate(135deg);
}
.hidden-img-window{
    display: none;
    position: fixed;
    top: 0;
    z-index: 5000;
    width: 800px;
    min-height: 600px;
    max-height: 600px;
    overflow-y: hidden;
    background: #fff;
    border-radius: 3px;
}
.hidden-img-window-content{
    min-height: 600px;
    display: table;
    width: 100%;
}
.g-popup-small-images{
    float: left;
    width: 80px;
}
.g-popup-small-images-inner{}
.g-single-image-thumb{
    border: 1px solid #ccc;
    margin: 10px;
}
.g-single-image-thumb img{
    max-width: 100%;
    max-height: 100%;
}
.g-popup-big-block{
    width: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #e0e0e0;
}
.g-popup-big-block-middle{
    vertical-align: middle;
}
.MagicZoomBigImageCont{
    border: none !important;

}
.MagicZoom > img{
    width: auto !important;
    height: auto !important;
    max-width: 417px;
    max-height: 308px;
}
.MagicZoom2{
    /* max-height: 500px;*/
    overflow: hidden;
}
.MagicZoom2 .MagicZoomBigImageCont{
    cursor: crosshair;
}
.MagicZoom2 > img{
    max-width: 719px;
    max-height: 600px;
    width: auto !important;
    height: auto !important;
}
/* good->popup->slider */
.g-popup-small-images .bx-wrapper{
    margin: 0;
}
.g-popup-small-images .bx-wrapper .bx-viewport{
    min-height: 560px;
    max-height: 560px;
    margin: 20px 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:    none !important;
    box-shadow:         none !important;
    border: none !important;
    left: 0 !important;
}
.g-popup-small-images .bxslider{
    padding: 0;
}
.g-popup-small-images .bxslider > li{
    max-width: 80px;
}
.g-popup-small-images .bx-wrapper .bx-controls-direction a {
    /*display:none;*/
    position: absolute;
    width: 80px;
    height: 50px;
    left: 50%;
    margin-left: -40px;
    outline: 0;
    text-indent: -9999px;
    z-index: 9999;
    cursor: default;
}
.g-popup-small-images:hover .bx-wrapper .bx-controls-direction a {

}
.g-popup-small-images .bx-wrapper .bx-controls-direction a:before{
    position: absolute;
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    left:50%;
    top: 15px;
    margin-left:-10px;
    background: #fff url('/images/v1/bxslider-arrow.png') center center no-repeat;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.45);
    cursor: pointer;
    z-index: 9999;
}
.g-popup-small-images .bx-wrapper .bx-controls-direction .bx-prev {
    top: -4px !important;
    background: 50% 50% no-repeat #fff;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(60%,rgba(255,255,255,1)),color-stop(80%,rgba(255,255,255,0.5)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,1) 0,rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(255,255,255,1) 60%,rgba(255,255,255,0.5) 80%,rgba(255,255,255,0) 100%);
}
.g-popup-small-images .bx-wrapper .bx-controls-direction .bx-next {
    top:inherit;
    bottom:-20px !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(20%,rgba(255,255,255,0.5)),color-stop(40%,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 20%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 20%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 20%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 20%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,0.5) 20%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 100%);
}
.g-popup-small-images .bx-wrapper .bx-controls-direction .bx-next:before{
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -o-transform:      rotate(180deg);
    -ms-transform:     rotate(180deg);
    transform:         rotate(180deg);
    box-shadow: 0 -1px 3px rgba(0,0,0,.45);
}


/* b-wrapper-cart */

.b-wrapper-cart {
    font-size: 14px;
    margin-top: 20px;
    padding: 20px 0;
}
.b-cart-adress-name {
    font-size: 21px;
    font-weight: normal;
    padding-left: 0;
    display: block;
    text-transform: none;
    color: #0089d9;
    margin-top: 10px;
}
.b-chek {
    background: none repeat scroll 0 0 #f7f7f7;
    box-shadow: 0 0 7px #999;
    font-size: 14px;
    margin: 0;
    padding: 20px;
    position: relative;
    width: 380px;
    box-sizing: border-box;
}
.b-chek__bg {
    /*background: url(/images/cart/b-chek.png) no-repeat scroll 0 0 #ebebeb;*/
    background: transparent;
    bottom: -8px;
    height: 19px;
    left: 0;
    position: absolute;
    width: 405px;
}

.b-chek-title {
    padding: 0 !important;
    color: #4d4d4d;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.b-color_red {
    color: #ed1c24;
}


.b-props-cart {}
.b-props-cart_bottom {
    margin-left: 40px;
}
.b-props-cart tr {
    border-bottom: 1px solid #999;
    vertical-align: top;
}
.b-props-cart__label {
    width: 60%;
    padding: 10px 0;
}
.b-props-cart__count{
    text-align: center;
    width: 10%;
    padding: 10px 0;
}
.b-props-cart__value {
    text-align: right;
    width: 40%;
    padding: 10px 0;
}
.b-props-cart__value strong {
    font-size: 17px;
}
.b-chek__down td {
    padding-top: 35px;
}
.b-chek__itogo {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
}
.b-props-cart tr:last-child {
    border-bottom: 0;
}

/* b-form-cart */

.b-form-cart h1 {
    margin: 0 0 35px;
    text-transform: none;
    font-weight: bold;
    color: #253e7e;
    font-family: 'Ubuntu', sans-serif;

}
.b-form-cart__item {
    margin: 0 0 15px;
    position: relative;
    width: 382px;
}
.b-form-cart__label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;

}
.b-form-cart__label-text {
    color: #808080;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
}
.b-form-cart__input {
    border: 1px solid #999;
    border-radius: 3px;
    height: 28px;
    vertical-align: middle;
    width: 380px;
}
.b-form-cart__help {
    color: #808080;
    float: right;
    font-size: 12px;
}
.b-form-cart__input:focus {
    box-shadow: 0 0 0 2px #53b6ff;
}
.b-form-cart__item i {
    color: #ff6600;
    font-weight: 600;
    padding: 0 0 0 3px;
}
.b-form-cart__textarea {
    border: 1px solid #999;
    border-radius: 3px;
    height: 100px;
    width: 455px;
}
.b-form-cart__textarea:focus {
    box-shadow: 0 0 0 2px #53b6ff;
}
.b-form-cart__sum  {
    font-size: 16px;
    padding: 0 0 55px;
    text-align: right;
}
.b-form-cart__sum  span {
    font-size: 18px;
    padding: 0 0 0 10px;
}
.b-form-cart__sum  strong {
    font-size: 43px;
}

.b-cart-order {
    position: relative;
    margin: 40px 0 0;
}
.b-cart-order__link {
    background: url(/images/cart/b-cart-strelka.png) no-repeat scroll 0 0 ;
    display: block;
    left: -21px;
    line-height: 23px;
    padding: 0 0 0 45px;
    position: absolute;
    text-decoration: none;
    top: 10px;
    vertical-align: middle;
}

.b-button-order {
    border-radius: 50px;
    display: block;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 5px;
    text-align: center;
    text-transform: uppercase;
    width: 480px;
}


.b-button-order.--disable {
    opacity: 0.4;
    pointer-events: none;
}


/* b-brend-link */
.b-brend-link {
    display: block;
    font-size: 27px;
    text-decoration: underline !important;
    color: #243d7e;
    font-family: 'PT Sans Narrow', sans-serif;
    padding-bottom: 20px;
    text-shadow: none;
}
.b-brend-text {
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
}
.b-brend-descr {}
/* End */
/* Прокрутка наверх */

.b-jumpup {
    bottom: 250px;
    display: none;
    position: fixed;
    right: 30px;
    z-index: 200;
    cursor: pointer;
}
.b-jumpup i {
    background: url("/images/page-up.png") no-repeat scroll 50% 50% #0088d9;
    border-radius: 5px;
    display: block;
    height: 43px;
}

/* End */

/*b-searchblock*/
.b-searchblock {
    width: 730px;
}

/*b-searchdrop*/
.b-searchdrop {
    padding: 20px 0 0 !important;
    position: absolute;
    width: 986px !important;
    border-radius: 3px;
    background: #FFFFFF !important;
    top: 55px !important;
    left: -260px !important;
    border: none !important;
    z-index: 1000;
    white-space: normal;
    box-shadow: 1px 1px 3px #666;
}

.b-searchdrop:before {
    content: "";
    width: 1px;
    height: 1px;
    border: 9px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -19px;
    left: 270px;
}

.b-searchdrop__close {
    position: absolute;
    right: 25px;
    top: 5px;
}

.b-searchlist {
    list-style-type: none;
}

.b-searchlist__item {
    cursor: pointer;
}

.b-searchlist td {
    vertical-align: top;
}

.b-searchlist__pic {
    width: 55px;
    padding: 0 0 30px 40px;
    position: relative;
}

.b-searchlist__desc {
    font-size: 13px;
    padding: 0 30px 30px 20px;
    width: 180px;
}

.b-searchlist__desc:hover {
    color: #0089d9;
}

.b-searchlist__desc a {
    text-decoration: none;
}

.b-searchdrop__num {
    padding: 0 0 0 40px;
}

.b-searchdrop__num a {
    color: #0089d9 !important;
}

/*ui*/
.ui-widget-content, .ui-menu .ui-menu-divider, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: none;
    font-weight: normal;
    border: none;
    margin: 0;
    color: #222;
}

.ui-menu .ui-menu-item {
    width: auto !important;
}

/*b-megamenu*/
.b-megamenu {

}

.b-megamenu__drop {
    display: none;
    border-top: 4px solid #FF6F00;
    border-radius: 0 3px 3px 3px;
    position: absolute;
    padding: 20px;

    z-index: 1000;
    background: #FCFCFC;
    box-shadow: 1px 1px 3px #B5B4B5, -1px 0 3px #B5B4B5;
}

.b-megamenu:hover .b-megamenu__drop {
    /*display: block;*/
}

.b-megamenu__mainbtn {
    font-size: 20px;
    font-weight: 500;
    display: block;
    height: 45px;
    padding: 0 13px 0 19px;
    border-radius: 3px;
    line-height: 45px;
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px 1px #CD3200;
}

.b-megamenu__mainbtn:hover {
    border-radius: 3px 3px 0 0;
}

/*b-types*/
.b-types {
    margin: 0 0 28px 2px;
}

.b-types-item {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    font-size: 17px;
    height: 52px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width: 325px;
    line-height: 52px;
    color: #223B80;
    text-align: center;
    text-shadow: none;
}

.b-types-item:hover {
    color: #3B7DD8;
    text-decoration: underline;
}

/*b-cats*/
.b-cats-block {
    font-size: 0;
    border-bottom: 1px solid #0086DB;
    border-right: 1px solid #0086DB;
    width: 1010px;
    margin: 0 0 15px;
}

.b-cats-block__item {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 21px;
    width: 246px;
    height: 215px;
    border-top: 1px solid #0086DB;
    border-left: 1px solid #0086DB;
    text-transform: uppercase;
    background: #fff;
    text-shadow: none;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
}

.b-cats-block__item:hover {
    background: #0086DB;
    color: #fff;
}

.b-cats-block__pic {
    display: block;
}

.b-cats-block__pic img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.b-cats-block__item_248 {
    width: 248px;
}

/*b-megamenu-cats*/
.b-megamenu-cats {

}

.b-megamenu-cats__table {
    width: 100%;
}

.b-megamenu-cats__table td {
    vertical-align: top;
    padding: 0 20px 0 0;
}

.b-megamenu-cats__cat {
    padding: 0 0 0 43px;
    position: relative;
    width: 267px;
    margin: 0 0 15px;
}

.b-megamenu__drop .b-megamenu-cats__cat {
    width: 255px;
}

.b-megamenu-cats__ico {
    background: url(/images/v2/b-cats-list.png) no-repeat;
    height: 30px;
    position: absolute;
    left: -8px;
    top: 0;
}

.b-megamenu-cats__ico_nas {
    width: 37px;
    background-position: 0 -32px;
}

.b-megamenu-cats__ico_avt {
    width: 33px;
    left: -4px;
    background-position: -62px -32px;
}

.b-megamenu-cats__ico_izm {
    width: 33px;
    left: -4px;
    background-position: -170px -32px;
}

.b-megamenu-cats__ico_pod {
    width: 35px;
    left: -6px;
    background-position: -97px -32px;
}

.b-megamenu-cats__ico_arm {
    width: 33px;
    left: -4px;
    background-position: -234px -32px;
}

.b-megamenu-cats__ico_tr {
    width: 39px;
    left: -4px;
    background-position: -268px -32px;
}

.b-megamenu-cats__ico_tep {
    width: 29px;
    left: -4px;
    background-position: -203px -32px;
}

.b-megamenu-cats__ico_ot {
    width: 35px;
    left: -6px;
    background-position: -134px -32px;
}

.b-megamenu-cats__ico_bak {
    width: 21px;
    left: 2px;
    background-position: -39px -32px;
}

.b-megamenu-cats__title {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #223B80;
    text-shadow: none;
    line-height: 21px;
    display: block;
    margin: 0 0 6px;
}

.b-megamenu-cats__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b-megamenu-cats__list li {
    margin: 0 0 7px;
}

.b-megamenu-cats__list a {
    font-size: 13px;
    display: block;
    line-height: 15px;
    color: #333333;
    text-decoration: none;
}

.b-megamenu-cats__list a:hover {
    color: #3B7DD8;
    text-decoration: underline;
}

/*b-slidebox*/
.b-slidebox {
    position: fixed;
    left: 0;
    right: 0;
    height: 95px;
    top: 0;
    padding: 10px 0 0;
    background: #dddee0;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGVlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM5Y2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #dddee0 0%, #c8c9cb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddee0), color-stop(100%,#c8c9cb));
    background: -webkit-linear-gradient(top,  #dddee0 0%,#c8c9cb 100%);
    background: -o-linear-gradient(top,  #dddee0 0%,#c8c9cb 100%);
    background: -ms-linear-gradient(top,  #dddee0 0%,#c8c9cb 100%);
    background: linear-gradient(to bottom,  #dddee0 0%,#c8c9cb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddee0', endColorstr='#c8c9cb',GradientType=0 );
    z-index: 3000;
}

.b-slidebox-header {
    font-size: 12px;
    height: 25px;
    color: #4d4d4d;
}

.b-slidebox-header a {
    color: #213C81;
    text-shadow: none;
}

.b-slidebox__phone {
    font-size: 14px;
    font-weight: bold;
    margin: 0 60px 0 0;
    vertical-align: middle;
    color: #333333 !important;
    text-decoration: none;
}

a.b-slidebox__compare {
    font-size: 13px;
    vertical-align: middle;
    text-decoration: underline;
    color: #717171;
}

.b-slidebox__num {
    font-weight: bold;
    font-size: 15px;
    width: 40px;
    height: 25px;
    margin: 0 8px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #989898;
    text-decoration: none;
    color: #989898;
}

.b-slidebox__num_yes {
    background: #FF6E01;
    border-color: #FF6E01;
    color: #fff;
}

.b-slidebox__cart {
    font-size: 13px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    color: #fff;
    text-decoration: underline;
}

.b-slidebox__cart b {
    text-decoration: none !important;
}

.b-slidebox-header .b-button_slidebox {
    font-size: 12px;
    height: 22px;
    margin: 0 6px 0 15px;
    line-height: 22px;
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
}

/* Бесплатная доставка в карточке товара */
.b-left-delivery {
    margin: -20px 0 4px 0;
}
.b-left-delivery .b-ico {
    background: url("/images/v3/icons/b-left-delivery.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 35px;
    margin-right: 8px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 35px;
}
.b-left-delivery__item {
    position: relative;
    margin-bottom: 6px;
}
.b-left-delivery__item.b-left-delivery__item_last {
    margin-bottom: 0;
}
.b-left-delivery__item.b-left-delivery__item_sam {
    color: #696969 !important;
}
.b-left-delivery__item_sam .b-ico {
    background-position: -45px -43px;
}

.b-left-delivery__item_montaj { color: #ff3329 !important; }

.b-left-delivery__item_montaj .b-ico {
    background-position: -88px -43px;
}

.b-left-delivery__item.b-left-delivery__item_del {
    color: #178cd7 !important;

}
.b-left-delivery__item_del .b-ico{
    background-position: -1px -43px
}

.b-item-delivery {
    background: url("/images/v3/icons/b-left-delivery.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    width: 124px;
    height: 35px;
    font-size: 0;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 200;
}
/* ===================================== */

.js-cart_block {
    min-height: 600px;
}



/* =========b-popup_sklad========= */
.b-popup_sklad {
    width: 280px;
    padding-top: 20px;
}
.b-popup_sklad .b-popup__close {
    right: 26px;
}
.b-subscribe {
    font-size: 13px;
}
.b-subscribe-block {
    font-size: 13px;
}
.b-last-date {
    font-size: 13px;
}
/* ===================================== */


.b-contacts-table__title {
    color: #225f7e;
    font-weight: bold;
    margin: 0 0 10px;
}

/*b-brands*/
.b-brands {
    margin: 0 -10px 0 0;
}

.b-brands__item {
    width: 170px;
    height: 150px;
    margin: 0 7px 7px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    padding-top: 20px;
    border: 1px solid #c0c0c0;
    position: relative;
}

.b-brands__name {
    display: block;
    margin-top: 50px;
}

.b-brands__name_pic {
    position: relative;
}

.b-brand {
    margin: 20px 0;
}

.b-brand__logo {
    width: 240px;
    height: 115px;
    line-height: 115px;
    margin: 0 15px 0 0;
    border: 1px solid #198EBE;
    text-align: center;
}

.b-brand__doc {
    margin: 17px 0 0;
}
/*b-brands*/
.b-brands h2, .b-brands .b-h2 {
    margin-left: 27px;
}

.b-brands .b-block{
    width: 736px;
    height: 180px;
}

.b-brands table {
    margin: 15px 0 0 0;
    width: 100%;
}


.b-brands table tr {
    vertical-align: middle;
}

.b-brands table td {
    width: 20%;
    padding: 15px 0 ;
    text-align: center;
}

.b-doc {
    font-size: 13px;
    width: 988px;
    border-right: 1px solid #C0C0C0;
    border-left: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
}

.b-doc tr {
    vertical-align: middle;
}

.b-doc td {
    border-bottom: 1px solid #C0C0C0;
}

.b-doc__letter {
    font-weight: normal;
    padding: 3px 0;
    text-align: center;
    background: #DCDCDC;
    border-bottom: 1px solid #C0C0C0;
}

.b-doc__anchor {
    position: absolute;
    margin: -240px 0 0;
}

.b-doc__letter span {
    font-size: 14px;
    text-transform: uppercase;
    height: 18px;
    line-height: 18px;
    padding: 0 4px;
    border: 1px solid #C0C0C0;
    color: #808080
}

.b-doc__name {
    width: 105px;
    padding: 0 0 0 13px;
    text-transform: uppercase;
    color: #005C87;
}

.b-doc__logo {
    padding: 0 10px 0 10px;
    width: 100px;
    border-right: 1px solid #C0C0C0;
    text-align: center;
}

.b-doc__block {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    text-decoration: underline;
    color: #333333;
    cursor: pointer;
    float: left;
    padding: 33px 0 0 10px;
    height: 44px;
    line-height: 17px;
}

.b-brand__doc .b-doc__block {
    border: none;
    text-decoration: underline;
    color: #333333;
    cursor: pointer;
    float: left;
    padding: 0 0 0 10px;
    height: 44px;
    width: 227px;
    line-height: 17px;
    font-size: 13px;
}

/* ---b-doc----------- */
.b-doc__data {
    width: 750px;
}

.b-doc__block_cat {
    border-left: none;
    width: 176px;
}

.b-doc__block_sert {
    border-right: none;
    width: 135px;
}

.b-doc__block_rec {
    width: 200px;
}

.b-doc__block_instr {
    width: 130px;
}

.b-doc__block_tech {
    width: 166px;
}

.b-doc__block:hover, .b-doc__block_current {
    color: #005C88;
}

.b-brand__doc .b-doc__block:hover {
    background: none;
}

.b-doc-open {

}

.b-doc-open__close {
    font-size: 12px;
    color: #A9A9A9;
    margin: 0 0 10px 10px;
    text-decoration: none;
}

.b-doc-open__title {
    font-weight: bold;
    display: block;
    margin: 20px 0 -22px;
}

.b-doc-open__list + .b-doc-open__title {
    margin-top: -20px;
}

.b-doc-open__left {
    vertical-align: bottom;
}

.b-doc-open__left_cat {background: url(/images/documentation/b-doc-open__left_cat.png) 20px 30px no-repeat;}
.b-doc-open__left_rec {background: url(/images/documentation/b-doc-open__left_rec.png) 20px 30px no-repeat;}
.b-doc-open__left_instr {background: url(/images/documentation/b-doc-open__left_instr.png) 20px 30px no-repeat;}
.b-doc-open__left_tech {background: url(/images/documentation/b-doc-open__left_tech.png) 20px 30px no-repeat;}
.b-doc-open__left_sert {background: url(/images/documentation/b-doc-open__left_sert.png) 20px 30px no-repeat;}

.b-doc-open__list {
    margin: 37px 10px 26px 7px;
}

.b-ico__doc-cat {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll 0 0;
    height: 21px;
    margin: 0 13px 0 0;
    width: 25px;
}
.b-doc__block:hover .b-ico__doc-cat, .b-doc__block_current .b-ico__doc-cat {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll 0 -24px;
}
.b-ico__doc-rec {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -26px 0;
    float: left;
    height: 22px;
    margin: 0 13px 10px 0;
    width: 21px;
}
.b-brand__doc .b-ico__doc-rec, .b-brand__doc .b-ico__doc-tech {
    float: none;
    margin: 0 13px 0 0;
}
.b-doc__block:hover .b-ico__doc-rec, .b-doc__block_current .b-ico__doc-rec {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -26px -24px;
}
.b-ico__doc-instr {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -48px 0;
    height: 22px;
    margin: 0 13px 0 0;
    width: 21px;
    float: left;
}
.b-doc__block:hover .b-ico__doc-instr, .b-doc__block_current .b-ico__doc-instr {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -48px -24px;
}
.b-ico__doc-tech {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -70px 0;
    float: left;
    height: 23px;
    margin: 0 13px 10px 0;
    width: 22px;
}
.b-doc__block:hover .b-ico__doc-tech, .b-doc__block_current .b-ico__doc-tech {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -70px -24px;
}
.b-ico__doc-sert {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -93px 0;
    height: 23px;
    margin: 0 13px 0 0;
    width: 22px;
    float: left;
}
.b-doc__block:hover .b-ico__doc-sert, .b-doc__block_current .b-ico__doc-sert {
    background: rgba(0, 0, 0, 0) url("/images/documentation/b-ico_doc.png") no-repeat scroll -93px -24px;
}

.b-brand__doc .b-ico {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    position: relative;
    float: none;
}


.b-doc-open__list {
    margin: 37px 10px 26px 7px;
}

.file {
    margin: 0 0 20px;
}

.file, .file .icon, .file_text {
    display: inline-block;
    vertical-align: top;
}

.b-text_nodecor {
    text-decoration: none;
}

.file .icon {
    opacity: 0.5;
    vertical-align: top;
    width: 40px;
}

.file_text {
    width: 320px;
}

.b-text_dark {
    color: #333;
}

.b-link {
    border-bottom: 1px solid;
    text-decoration: none;
}

.b-alph {
    margin: 0 0 15px;
}

.b-alph__list {
    margin: 0;
    padding: 0;
}

.b-alph__link {
    border: 1px solid transparent;
    color: #808080;
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 24px;
}

.b-alph__item, .b-brands__item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.b-cat-menu-table {
    margin: 0 0 20px;
    width: 988px;
}

.b-cat-menu-table td {
    vertical-align: top;
    width: 50%;
}

.b-cat-menu-table_float .b-cat-menu__title {
    margin: 0;
}
.b-cat-menu__title {
    color: #333333;
    margin: 15px 0;
    text-transform: none;
}

.b-cat-menu__title a {
    color: #333333;
    display: block;
    font-size: 17px;
    padding: 15px 0;
    position: relative;
    text-decoration: none;
}

.b-cat-menu__openlink i {
    /*background: rgba(0, 0, 0, 0) url("/images/v2/b-cat-menu__openlink.png") no-repeat scroll 0 0;*/
}
.b-cat-menu__openlink i, .b-cat-menu__closelink i {
    display: block;
    height: 9px;
    position: absolute;
    right: 0;
    top: 23px;
    width: 18px;
}
/* ---------------------- */
.b-hl {
    background: #e65624;
    color: #fff;
}

.b-jumpup {
    /*background: url(/images/v2/top.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 34px;
    width: 34px;
    bottom: 350px;
    right: 50px;
    text-decoration: none;
    position: fixed;
    z-index: 100;
    display: none;
}

.b-photo-object {
    border: 1px solid #ccc;
    padding: 2px;
    margin: 0 10px 10px 0;
    text-align: center;
}

/*b-doc*/
.b-doc-search {
    margin: 0 0 22px;
}

.b-doc-search__input {
    font-size: 16px;
    width: 332px;
    height: 44px;
    border: 1px solid #1894C7;
    padding: 0 0 0 30px;
    line-height: 44px;
    background: #F5F5F5;
    color: #8F8F8F;
}

.b-doc-search__input_header {
    font-size: 15px;
    width: 305px;
    padding: 0 0 0 15px;
    height: 31px;
    line-height: 31px;
}

.b-doc-search__button {
    font-size: 15px;
    font-weight: bold;
    width: 116px;
    height: 46px;
    border: none;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background: #1894C7;
}

.b-doc-search__clear {
    font-size: 15px;
    padding: 0 20px 0 33px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: url(/images/documentation/b-doc-search__clear.png) 10px 15px #1894C7 no-repeat;
    text-decoration: none;
}

.b-doc-search__notfound {
    font-size: 18px;
    display: block;
    line-height: 40px;
    padding: 0 0 0 24px;
    margin: 0 0 0 10px;
    background: url(/images/documentation/b-doc-search__notfound.jpg) no-repeat;
}

/* b-geopopup */

.b-geopopup {
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    font-size: 16px;
    left: 50%;
    transform: translate(-50%);
    top: 235px;
    overflow: hidden;
    position: fixed;
    width: 436px;
    z-index: 999998;
    background: #fff;
}
.b-geopopup__header {
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 500;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px #cd3200;
    text-transform: uppercase;
}
.b-geopopup__city {
    padding: 20px;
    text-align: start;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.position-relative {
    position: relative !important;
}
.b-geopopup__link {
    color: #999999;
    text-decoration: none;
    font-size: 16px;
    margin: 0 0 10px;
    height: 28px;
    line-height: 28px;
    width: 50%;
}
.b-geopopup__link:hover, .b-geopopup__link_selected {
    color: #0089d9;
}
.b-geopopup__link i {
    background: url("/images/v3/icons/b-ico-geopopup.png") no-repeat -3px -31px;
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    margin-right: 10px;
}
.b-geopopup__link_selected i {
    background-position: -3px -0px;
}
.b-ico-geopopup-check-active { background-position: -3px -0px; width: 28px; height: 28px; }
.b-ico-geopopup-check { background-position: -3px -31px; width: 28px; height: 28px; }

.b-imgset{
    font-size: 0;
}
.b-imgset__item{
    margin-right: 11px;
}
.b-imgset__item img{
    height: 161px;
}

/* b-sale-check*/
.b-sale-check {
    border-top: 1px solid #fff;
}
.b-sale-check__link {
    color: #ff6600;
    font-size: 17px;
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    text-transform: uppercase;
    display: block;
    padding: 8px 0;
    font-weight: bold;
}
.b-sale-check__link i {
    display: inline-block;
    vertical-align: top;
    height: 18px;
    width: 18px;
    background: url("/images/v3/icons/ico-sale-check.png") no-repeat -2px -0px;
    margin-right: 6px;
    margin-left: 10px;
    margin-top: 3px;
}

.b-sale-check__link_active i/*, .b-sale-check__link:hover i*/ {
    background-position: -2px -20px;
}
/*------ Форма заказа ------*/
.b-block_line {
    background: url("/images/v2/img_line.png") repeat;
    display: block;
    height: 3px;

}
.b-block_payment {
   /* background: url("/images/v2/fon_block_payment.png") no-repeat right 40px;*/
    width: 540px;
    padding-top: 40px;
}

.b-block_payment__card {
    margin: 10px 0 0 1px !important
}

.b-wrap {
    padding: 5px 0;
}
.b-wrap img {
    margin: 0 0 0 40px;
}
.b-wrap input {
    cursor: pointer;
}

.b-wrap.enable .radio_off{
    background-image: url(/images/v2/radio-on.png);
}

.b-wrap.block {
    opacity: .5;
}

.b-type {}

.b-type span, .b-type div  {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}
.b-type div  {
    width: 480px;
}

.b-block_delivery {
    /*background: url("/images/v2/fon_block_delivery.png") no-repeat right 40px;*/
    width: 540px;
    padding: 0 0 40px;
}
.b-block_delivery span {
    padding-right: 5px;
}

.b-block_white {
    background: #ffffff;
    display: block;
    left: 0;
    margin: 0 0 0 -35px;
    padding: 10px 35px;
    position: relative;
    width: 920px;
}

.b-payment__title {
    color: #c3c3c3;
    cursor: pointer;
}
.b-payment__title span{
    color: #4d4d4d;
}

div:not(#foo) > span > input[type="radio"] {
    float: left;
    height: 24px;
    opacity: 0;
    width: 24px;
}

input[type="radio"] {
    vertical-align: text-bottom;
}
div:not(#foo) > span > input[type="radio"]:checked + label {
    background-image: url("/images/v2/radio-on.png");
    margin: 0 10px 0 -24px;
}
div:not(#foo) > span > input[type="radio"] + label {
    background: rgba(0, 0, 0, 0) url("/images/v2/radio-off.png") no-repeat scroll left center;
    clear: none;
    cursor: pointer;
    margin: 0 10px 0 -24px;
    padding: 5px 12px;
}

.radio_off {
    display: inline-block;
    background: url("/images/v2/radio-off.png") no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
.b-name-type {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
/*----------- Заказ оформлен ---------------*/
.b-new-order {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto 60px;
    min-height: 400px;
    position: relative;
    text-align: center;
    width: 800px;
}
.b-new-order_title {
    background: #0086db none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    display: block;
    font-size: 25px;
    padding: 35px 0;
    text-shadow: none;
}
.b-new-order_number {
    font-size: 21px;
    font-weight: normal;
    padding-left: 10px;
    text-transform: none;
}
.b-new-order_number em{
    font-style: normal;
    font-weight: bold;
}
.b-new-order_tel {
    color: #4d4d4d;
    font-size: 27px;
}

.b-new-order_bg {
    background: #ebebeb url("/images/v2/order_bg.png") repeat 0 0;
    bottom: 0;
    height: 16px;
    left: 0;
    position: absolute;
    width: 800px;
}
.b-new-dop {
    margin: 45px 0 30px 0;
}

/* -------b-order------ */
.b-order {
    position: relative;
    left: 98px;
    width: 800px;
    font-size: 14px;
}
.b-order__title {
    font-family: 'PT Sans Narrow', sans-serif;
    display: block;
    text-align: center;
    height: 55px;
    color: #FFF;
    font-size: 23px;
    line-height: 23px;
    padding-top: 40px;

    text-shadow: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#005dc6+0,2989d8+7,0086db+100 */
    background: #005dc6; /* Old browsers */
    background: -moz-linear-gradient(top,  #005dc6 0%, #2989d8 7%, #0086db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#005dc6), color-stop(7%,#2989d8), color-stop(100%,#0086db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #005dc6 0%,#2989d8 7%,#0086db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #005dc6 0%,#2989d8 7%,#0086db 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #005dc6 0%,#2989d8 7%,#0086db 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #005dc6 0%,#2989d8 7%,#0086db 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dc6', endColorstr='#0086db',GradientType=0 ); /* IE6-9 */

    border-radius: 5px 5px 0 0;
}
.b-order__number, .b-order__contacts {
    background-color: #FFF;
    display: block;
    text-align: center;
    color: #4d4d4d;
}
.b-order__number {
    padding-bottom: 20px;
}
.b-order__zakaz {
    color: #223b80;
    font-size: 17px;
    line-height: 17px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 35px 0;
}
.b-order__text-valid {
    margin-bottom: 0;
    padding-top: 10px;
}
.b-order__button-bank {
    margin-top: 10px;
}
.b-order__line {
    display: block;
    background: #fff url("/images/order/b-order__line.png") repeat scroll 0 0;
    height: 1px;
}
.b-order__contacts {
    height: 130px;
    padding-top: 35px;
}
.b-order__phone {
    font-size: 27px;
    line-height: 27px;
    color: #4d4d4d;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    margin-top: 25px;
}
.b-order__bottom-block {
    position: absolute;
    display: block;
    width: 801px;
    height: 13px;
    background: url('/images/order/b-order__bottom-block.png') no-repeat;

    bottom: 0;
    left: -1px;
}
/* -------------------- */

/* ---- b-actions-itembuy ----*/
.b-actions-itembuy {
    float: right;
    font-size: 15px;
    margin: 3px 0 0;
}
/* -------------------- */

/* b-card   footer */
.b-card {
    display: block;
    position: absolute;
    right: 0;
}
.b-card_moscow { top: 135px; }
.b-card_piter { top: 120px; }
.b-card__visa, .b-card__mastercard {
    display: inline-block;
    zoom: 1;
    *display: inline;

    height: 30px;
    background: url("/images/v3/icons/b-card.png") no-repeat;
}
.b-card__visa {
    width: 65px;
    margin-right: 5px;
}
.b-card__mastercard {
    width: 80px;
    background-position: -75px 0;
    margin-right: 5px;
}
/* -------------------- */

.b-price__request {
    color: blue;
    font-size: 14px;
    display: block;
    height: 23px;
    margin-top: 5px;
}

.b-item-delivery-request{
    color: #0089D9;
    font-size: 13px;
    height: 23px;
    margin: 10px 0 0;
    display: inline-block;
}

.b-subscriptions{
    font-size: 13px;
    min-height: 500px;
}
.b-wrapper_subscriptions{
    min-height: 500px;
}
.b-table_subscriptions{
    margin-top: 25px;
}
.b-table_subscriptions th{}
.b-table_subscriptions td{}

.b-subscriptions-control{
    width: 100%;
    font-size: 14px;
    color: #243d7e;
    font-family: 'Ubuntu', sans-serif;
}
.b-subscriptions-control td{}
.b-subscriptions-control td:nth-child(2){
    text-align: right;
}
.b-subscriptions-form{}
.b-subscriptions-form__input{
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 13px;
    height: 27px;
    margin: 0 5px;
    padding: 0 5px;
}
.b-subscriptions-form__submit{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0%, #d8d5d6 100%) repeat scroll 0 0;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    margin-left: 7px;
    padding: 0 11px;
    margin-right: 5px;
}
.b-subscriptions-download{}
.b-propgroups-form__modified{
    opacity: 0.5;
}
.b-propgroups-table td{
    padding: 7px 0;
}
.b-propgroups-form{
    line-height: 26px;
}
.b-propgroups-form__wrap{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.b-propgroups-form__file{
    position: absolute;
    z-index: 3;
    left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: 0;
}
.b-propgroups-form__input{
    width: 279px;
    color: #666666;
    margin-left: 0;
}
.b-propgroups-form__button{
    position: absolute;
    z-index: 2;
    top: 0; right: 0;
    height: 29px;
}
.b-propgroups-form__submit{
    height: 29px;
    font-weight: bold;
}

/* Datepicker */
.ui-datepicker{
    border: 1px solid #999999;
    box-shadow: 0 7px 12px #999;
    background-color: #ffffff;
    margin-top: 2px;
    padding: 3px 2px 0;
}
.ui-datepicker-header{
    background: #0088d9;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    text-shadow: none;
    border: 1px solid #1269c7;
}

/* -------b-sklad------- */
.b-sklad {
    display: none;
    width: 245px;
    /*height: 135px;*/
    font-size: 18px;
    padding: 10px 10px;
    background-color: #ebebeb;
    border: 1px solid #999999;
    text-align: left;

    position: absolute;
    z-index: 1000;
    top: 30px;
}
.b-sklad-table {
    font-size: 12px;
    margin-top: 10px;
    width: 265px;
    margin-left: -10px;
}
.b-sklad-table tr{
    border-bottom: 1px dotted #d4d4d4;
    height: 25px;
    text-align: left;
}
.b-sklad-table__name {
    width: 145px;
    padding-left: 11px;
}
.b-sklad-table .tr_last {
    border-bottom: none;
}
.b-sklad-table tr:last-child {
    border-bottom: none;
}
.b-sklad-table span {
    cursor: auto;
    text-decoration: none;
}

/* -------b-text------- */
.b-text-green {color: #009245;}
.b-text-blue {color: #0089d9;}
.b-text-orange {color: #ff6600;}
.b-text-brown {color: #8c6239;}
.b-text-grey {color: #999999 !important;}
/* --------------------- */

/* b-vspace, b-hspace */
.b-vspace-40{
    height: 40px;
}
/* --------------------- */

.hasDatepicker {
    background: url(/images/calendar.png) no-repeat 96% center;
    /* padding-right: 26px; */
}

.b-contact__telephone {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #000000;
    padding-bottom: 10px;
}

.iex-header-phone span {
    font-weight: normal;
}

.b-contact__telephone h2 {
    margin-bottom: 10px;
}

.b-contact__telephone a:link,
.b-contact__telephone a:hover,
.b-contact__telephone a:visited{
    color: #000000;
}

.b-alert {
    color: #ff7611;
    font-size: 14px;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d3d4;
}

/* ЛК: Заказы */
.bx_my_order{
}
.bx_my_order h3{
    font-weight: bold;
    font-size:24px;
    color: #3f3f3f;
}
.bx_my_order_table{
    width: 100%;
    border-collapse: collapse;
}
.bx_my_order_table tr td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx_my_order_table thead tr td{
    font-weight: bold;
    font-size: 15px;
    color: #3d4345;
    padding: 0 0 10px;
}
.bx_my_order_table thead tr td:nth-child(1){
    width: 60%;
}
.bx_my_order_table thead tr td:nth-child(2){}
.bx_order_action{
    margin-bottom: 20px;
}
.bx_my_order_table td a{font-size: 14px;color: #0073a3}
.bx_my_order_table td a:hover{text-decoration: none;}
.bx_my_order_table tbody tr td{
    padding: 7px 0 0 0;
    font-size: 14px;
    vertical-align: top;
    line-height: 20px;
}
.bx_my_order_table tbody tr td:nth-child(1){
    padding-right: 15px;
}
.bx_my_order_table tbody tr td:nth-child(2){
    padding-left: 6px;
}
.bx_my_order .bx_item_list{
    margin: 0 15px 0 4px;
    padding: 0 0 0 14px;
    max-width: 390px;
    list-style: outside none decimal;
}
.bx_my_order .bx_item_list li{
    margin-bottom: 6px;
}

.bx_my_order .bx_item_param {
    max-width: 280px;
    margin: -9px 0 0;
}

.bx_my_order .bx_item_list a {
    color: #0073a3;
}

table.sale_personal_order_detail{
    width:100%;
    border-collapse:collapse;
    margin: 9px 0 20px;
}

table.sale_personal_order_detail th{
    background-color: #dddadb;
}

table.sale_personal_order_detail th,
table.sale_personal_order_detail td{
    border: 1px solid #ADC3D5;
    padding: 4px 5px;
    vertical-align:top;
}

.b-order-filter-short{
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    z-index: 1;
    padding: 0 3px;
}
.b-order-filter-short table{
    width: 100%;
}
.b-order-filter-short td{
}
.b-order-filter-detail td:nth-child(1) {
    width: 134px;
}
.b-order-filter-short__title{
}
.b-order-filter-short__item,
.b-order-filter-short__item:visited{
    display: inline-block;
    margin-right: 5px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0%, #d8d5d6 100%) repeat scroll 0 0;
    border: 1px solid #b3b2b3;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    padding: 4px 12px;
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    color: #243d7e;
    text-decoration: none;
    outline: none !important;
    text-transform: uppercase;
}
.b-order-filter-short__active{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0%, #ebebeb 100%) repeat scroll 0 0;
    margin-bottom: -1px;
    padding-bottom: 5px;
    border-top: 2px #4f68a9;
    margin-top: -1px;
}
.b-order-filter-short__toggle,
.b-order-filter-short__toggle:visited{
    position: absolute;
    right: 3px;
    margin-right: 0;
    bottom: 0;
    font-weight: bold;
    text-shadow: none;
}
.b-order-filter-short__toggle_incative{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff8937 0%, #ff6f02 100%) repeat scroll 0 0;
    border-color: #ffac35;
    color: #ffffff;
    box-shadow: none;
    text-shadow: 1px 1px rgba(204, 51, 0, 0.7);
}

.b-order-filter-short__toggle{}

.b-order-filter-show-detail{
    text-align: right;
}
.b-order-filter-detail{
    display: none;
    margin-top: 10px;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.1);
}
.b-order-filter-detail_active{
    display: block;
}
.b-order-filter-detail table{
    width: 100%;
    background-color: #ffffff;
}
.b-order-filter-detail td{
    border: 1px solid #cccccc;
    padding: 8px;
}
.b-order-filter-detail__input{
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 13px;
    height: 21px;
    padding: 0 5px;
    width: 107px;
    margin-right: 18px;
}
.b-order-filter-detail__input.js-order-filter-date{
    width: 80px;
}
.b-order-filter-detail__period{
    display: inline-block;
    height: 21px;
    line-height: 22px;
    margin-right: 8px;
}
.b-order-filter-detail__period:nth-child(3){
    margin-right: 84px;
}
.b-order-filter-detail__period input{
    margin-top: -3px;
    vertical-align: middle !important;
}
.b-order-filter-detail__button{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0%, #d8d5d6 100%) repeat scroll 0 0;
    border: 1px solid #999999;
    border-radius: 4px;
    font-size: 13px;
    height: 24px;
    padding: 0 11px;
    width: 120px;
}
.b-order-filter-detail__actions{
    background-color: #EBEBEB;
}
.b-order-item{
    font-size: 14px;
    background-color: #f7f7f7;
    box-shadow: 0 0 7px #999;
    padding: 14px 13px 28px 16px;
    position: relative;
    margin-bottom: 40px;
}
.b-order-item__bg{
    background: #ebebeb url("/images/cart/b-chek.png") repeat-x scroll 0 0;
    bottom: -8px;
    height: 19px;
    left: 0;
    position: absolute;
    width: 100%;
}
.b-order-item__title{
    display: inline-block;
    border-bottom: 1px solid #c9c9c9;
    font-size: 19px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 0 50px 0 3px;
    margin: 0 0 15px 0;
    color: #4d4d4d;
}
.b-order-item__status{
    font-weight: bold;
    padding: 0 0 0 42px;
    margin: 0 0 15px 0;
    line-height: 33px;
    font-size: 13px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    border-radius: 5px;
    height: 32px;
    position: relative;
    width: 251px;
    float: right;
}
.b-order-item__status i{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background: url(/images/order-status.png) no-repeat;
}
.b-order-item__status.yellow i{
    background-position: 0 0;
}
.b-order-item__status.red i{
    background-position: -33px 0;
}
.b-order-item__status.green i{
    background-position: -66px 0;
}
.b-order-item__status.gray i{
    background-position: -99px 0;
}
.b-order-item__param{
    margin-bottom: 9px;
}
.b-order-item__cost{
    font-size: 21px;
    font-weight: bold;
}
.b-order-item__actions{
    border-top: 1px solid #c9c9c9;
    padding-top: 12px;
    position: relative;
    margin-top: 11px;
}
a.b-order-item__button{
    display: inline-block;
    margin-right: 10px;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f6f6f6 0%, #d8d5d6 100%) repeat scroll 0 0;
    border: 1px solid #b3b2b3;
    border-radius: 21px;
    color: #4d4d4d;
    text-decoration: none;
    text-shadow: none;
    height: 27px;
    line-height: 26px;
    text-align: center;
    width: 164px;
}
a.b-order-item__button_pay{
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3aa7e6 0%, #048bda 30%, #048bda 70%, #2ea0e3 100%) repeat scroll 0 0;
    color: #ffffff;
    border-color: #0089d9;
    text-shadow: 1px 1px #0066cc;
}
a.b-order-item__button_pay_disabled{
    opacity: 0.4;
}
a.b-order-item__details{
    position: absolute;
    right: 0;
    color: #0066cc !important;
    height: 30px;
    line-height: 31px;
}
/* ЛК: Заказы EOF */

/* Страница контакты */
.b-contacts-ico {
    width: 103px;
    height: 45px;
    background: url("/images/v3/icons/b-contacts-ico.png") no-repeat;
    margin-right: 15px;
}
.b-contacts-ico_nal { background-position: -6px -7px; }
.b-contacts-ico_nal:hover { background-position: -6px -56px; }
.b-contacts-ico_bez { background-position: -120px -7px; width: 113px; }
.b-contacts-ico_bez:hover { background-position: -120px -56px; }
.b-contacts-ico_plas { background-position: -244px -7px; width: 120px; }
.b-contacts-ico_plas:hover { background-position: -244px -56px; }
.b-contacts-ico_online { background-position: -374px -7px; width: 88px; }
.b-contacts-ico_online:hover { background-position: -374px -56px; }

.b-contacts__photo {
    float: left;
    margin: 0 30px 10px 0;
}

.b-button_contact-map_odincovo {
    position: absolute;
    left: 0;
    margin: 175px 0 0;
}

/* b-rasp */
.b-rasp {
    position: absolute;
    right: -170px;
    top: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 16px;
}
.b-rasp_relative {
    position: relative;
    left: 0;
    top: 0;
    margin-top: -20px;
}
.b-rasp_piter {
    font-size: 15px;
    margin-top: -3px;
    right: auto;
    left: 400px;
    top: 0;
}
.b-rasp span {
    padding-left: 20px;
}
/* b-contacts-phone */
.b-contacts-phone {
    position: relative;
}
.b-contacts-phone_top {
    padding-bottom: 20px;
}
/* ---------------- */
/* Страница контакты end */

/* Календарь */
.b-vih { opacity: 1 !important;}
.b-vih span{
    background: #ffbbbb none repeat scroll 0 0 !important;
    color: #757575 !important;
    text-shadow: none;
}

.b-socr {}
.b-socr span{
    background: #d88cff none repeat scroll 0 0 !important;
    color: #000 !important;
    text-shadow: none;
}
.b-socr a{
    background: #d88cff none repeat scroll 0 0 !important;
    text-shadow: none;
}
/* --------- */


/* b-info zakaz */

.b-bg_info {
    background: url("/images/order/bg_info.jpg") no-repeat center top;
    height: 307px;
    position: relative;
}
.b-bg_order {
    background: url("/images/order/zakaz/bg_order.png") no-repeat center top;
    height: 310px;
}

.b-bg_info-pay {
    background: url("/images/order/pay/b-bg_info-pay.png") no-repeat center top;
    height: 310px;
}
.b-menu-info {
    list-style-type: none;
    margin: 22px 0 15px -8px;
    padding: 0;
}
.b-menu-info li {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #223b80;
    height: 20px;
    line-height: 18px;
    padding: 0 8px;
    margin: 0 0 10px;
}
.b-menu-info__link {
    text-transform: uppercase;
    font-size: 18px;
    color: #223b80;
    font-weight: 500;
    display: block;
    text-decoration: none;
    border-bottom: 2px solid #d0d2d9;
    text-shadow: none;
    letter-spacing: -0.1px;
    font-family: 'Ubuntu', sans-serif;
}
.b-menu-info li:last-child {
    padding-left: 8px;
    padding-right: 0;
}
.b-menu-info__link_select, .b-menu-info__link:hover {
    color: #0089d9;
    border-bottom: 2px solid #d2d9e7;
}
.b-menu-info li:first-child {
    border-left: none;
}
.b-block-info {
    background: #fff;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 30px 30px;
    position: absolute;
    right: 8px;
    top: 32px;
    width: 57%;
}
.b-block-info_left {
    border-radius: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 40%;
    max-height: 270px;
    overflow: hidden;
}
.b-block-info_right {
    border-radius: 0;
    right: 0;
    top: 0;
    width: 40%;
    max-height: 270px;
    overflow: hidden;
}

.b-title {
    font-size: 27px !important;
    font-weight: 700;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    line-height: 30px;
    margin: 20px 0 15px;
}
.b-title_h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    font-family: "Ubuntu", sans-serif;
    line-height: 20px;
    margin: 0 0 15px;
}
.b-margin-top35 {
    margin-top: 35px;
}
.b-row {
    display: table;
    font-size: 14px;
    padding: 0 0 20px;
}
.b-row__pic, .b-row__text {
    display: table-cell;
}
.b-row__text {
    width: 35%;
    vertical-align: middle;
    padding-right: 68px;
}
.b-row__pic {
    width: 65%;
    text-align: right;
    vertical-align: middle;
}
.b-row__pic img {}
.b-row img {
    width: auto;
    border-radius: 30px;
    box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.1);
    margin: 10px 0 15px;
}
.b-payment img {
    border-radius: 0;
    box-shadow: none;
}
.b-ico_camera {
    background: url("/images/order/camera-ico.png")no-repeat;
    height: 40px;
    width: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.b-btn-video {
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 0 15px;
}
.b-bg_white {
    background: #fff;
}
.b-bg_white .b-row {
    padding: 0;
}
.b-bg_white-pic .b-row__text {
    vertical-align: top;
}
.b-bg_white-pic .b-row__pic img {
    margin-top: -24px;
}
.b-bg_white-pic-small {
    height: 250px;
    margin: 22px 0 50px;
}
.b-btn-video.b-ib {
    margin: -10px 0 0 15px;
}
.b-row_65 {
    width: 65%;
}
.b-row_35 {
    width: 35%;
}
.b-row_50 {
    width: 50%;
}
.b-row__text.b-row_50 {
    padding-right: 15px;
}
.b-row__pic.b-row_50 {
    text-align: left;
    padding-left: 15px;
}

/* b-info mobile */
@media screen and (max-width: 768px) {

    img {
        max-width: 100%;
    }
    .b-row {
        display: block;
        text-align: center;
    }
    .b-row__text, .b-row__pic {
        display: inline-block;
        width: 100%;
    }
    .b-row__text {
        padding-right: 0;
        text-align: left;
    }
    .b-row p {
        text-align: left;
    }

    .b-menu-info li {
        border-left: 0;
    }
    .b-block-info {
        left: auto;
        min-width: 279px;
        right: auto;
        width: 85%;
    }
    .b-bg_white-pic .b-row__pic img {
        margin: 0 0 15px;
    }
    .b-bg_white-pic-small {
        height: 100%;
        margin: 0;
        padding: 0 0 20px;
    }
    .b-row_35 {
        width: 50%;
    }
    .b-row_50 {
        width: 75%;
    }
    .b-block-info_left {
        width: 50%;
        font-size: 13px;
        min-height: 270px;
    }
    .b-row__text.b-row_50 {
        padding-right: 0;
    }
    .b-row__pic.b-row_50 {
        padding-left: 0;
    }
}

/* b-zakaz-list */
.b-bg_zakaz {
    background: url("/images/order/bg-zakaz.png") no-repeat center top;
    height: 335px;
    margin: 24px 0 20px;
}
.b-block-info a {
    font-size: 18px;
    font-weight: bold;
}
.b-zakaz-list {
    margin: 0 -27px 30px 0;
}
.b-zakaz__item {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    margin: 0 27px 20px 0;
    box-shadow: 0 13px 10px -11px rgba(0, 0, 0, 0.2);
}
.b-zakaz__content {
    display: block;
    padding: 35px;
}
.b-zakaz__link {
    font-size: 18px;
    font-weight: bold;
}
/* b-info zakaz end */

/* -----b-header-telephone----- */
.b-header-telephone { text-align: right;}
.b-header-email {
    margin-top: -2px;
}
/* ---------------------------- */

/* */
.b-bg_delivery {
    background: url("/images/order/bg_delivery.jpg?v=2") no-repeat center top;
    height: 310px;
    margin: 24px 0 20px;
}

/* b-table_delivery */
.b-table_delivery td,
.b-table_delivery th,
.b-table_delivery tr:last-child td{
    border: 1px solid #999999;
    color: #333;
    text-shadow: none;
    padding: 7px 15px;
}






.b-table_delivery_samovivoz {
    width: auto;
}
.b-table_delivery_samovivoz th,
.b-table_delivery_samovivoz td {
    border: none;
    vertical-align: top;
    padding: 0 15px 16px 0 ;
}
.b-table_delivery {
    width: 75%;
}
.b-table_delivery td{}
.b-table_delivery th{
    background-color: #dddadb;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}
/* ---------------------------- */

/* bg-montazh */
.b-bg_montazh {
    background: url("/images/selection-installation/bg-montazh.jpg") no-repeat center top;
    height: 310px;
}
.b-block-info_left, .b-block-info_right {
    min-height: 270px;
}
.b-title {
    text-transform: none;
}
.b-text_Ubuntu14 {
    font-size: 14px;
    text-shadow: none;
    font-family: "Ubuntu", sans-serif;

}
.b-text_Ubuntu14 a {
    text-shadow: none;
}
/* ---------------------------- */

/* bg-naladka */
.b-bg_naladka {
    background: url("/images/selection-installation/bg-naladka.jpg") no-repeat center top;
    height: 310px;
}

.b-block-info_grey {
    background: #f2f2f2;
}
/* ------ */

.b-calc {
    float: left;
    padding-right: 55px;
    width: 600px;
}
.b-calc_pek {
    float: none;
}
.b-calc img {
    width: auto;
    box-shadow: none;
    border-radius: 0;
}
.b-pek {
    padding: 20px;
    border: 1px solid #cccccc;
    float: right;
    width: 250px;
    margin-right: 20px;
}
.text-center {
    text-align: center !important;
}
.b-text_pink {
    color: #fe305e;
}
.b-delivery-img {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 35px;
}
.b-delivery-img img {
    margin: 0 !important;
}
.b-block-transp {
    display: inline-flex;
    vertical-align: bottom;
    padding: 20px;
    border: 1px solid #fe305e;
    width: 60%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.b-block-title {
    font-size: 22px;
    text-align: center;
    width: 100%;
}
.b-sale {
    font-size: 80px;
    font-weight: bold;
    color: #fe305e;
    padding-right: 15px;
}
.b-sale-text {
    font-size: 20px;
    font-weight: lighter;
}
.b-play-video {
    z-index: 999;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #3aa7e6 0%, #048bda 30%, #048bda 70%, #2ea0e3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3aa7e6), color-stop(30%,#048bda), color-stop(70%,#048bda), color-stop(100%,#2ea0e3));
    background: -webkit-linear-gradient(top, #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    background: -o-linear-gradient(top, #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    background: -ms-linear-gradient(top, #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    background: linear-gradient(to bottom, #3aa7e6 0%,#048bda 30%,#048bda 70%,#2ea0e3 100%);
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #ffffff;
    padding: 5px 10px 7px 10px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    text-shadow: 1px 1px 0 #016BCE;
}

.b-play-video img {
    padding-right: 10px;
    padding-left: 5px;
}


/* ------Skype------ */
.skype_c2c_logo_img {
    display: none !important;
}
img.skype_c2c_logo_img {
    display: none !important;
}
img.skype_pnh_logo_img {display: none !important }
.skype_c2c_text_span {}
.skype_c2c_free_text_span {}
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}
/* ----------------- */

/* ---b-sections-menu--- */
.b-wrapper_sections-menu {
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

.b-sections-menu {
    list-style: outside none none;
    padding: 0 25px 0 0;
}

.b-cats-brand.b-wrapper_sections-menu {
    border-bottom: none;
    margin-right: -40px;
}

.b-cats-brand .b-sections-menu {
    width: 100%;
    padding: 0;
    list-style: disc outside;
    color: #4c78cf;
}

.b-cats-brand .b-sections-menu li{
    float: left;
    margin-right: 30px;
}

.b-sections-menu_last {
    padding-right: 0;
}
.b-sections-menu > li {
    white-space: normal;
    width: 230px;
    padding-bottom: 8px;
    font-size: 14px;
}
.b-sections-menu__item {
    color: #4c78cf;
    width: 210px;
    font-size: 15px;
}
/* --------------------- */

/* good-buy-one-click */
.good-buy-one-click {
    margin-top: 10px;
}
.b-button_buy-one-click {
    padding: 6px 9px 7px;
    font-size: 15px;
    border-radius: 18px;
}

.b-runner {
    width: 1010px;
    margin: 0 auto;
    color: red;
    font-size: 15px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.b-link__oplata {
    position: absolute;
    right: 0;
    margin: 10px 0 0;
}

.b-cart-strelka {
    width: 36px;
    height: 23px;
    background: url(/images/cart/b-cart-strelka.png) no-repeat;
    display: inline-block;
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
    vertical-align: middle;
    margin: 0 0 0 10px;
}

/* b-smallbasket */
.b-smallbasket {
    height: 440px;
    width: 400px;
    position: absolute;
    right: -15px;
    top: 108px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    z-index: 1000;
    padding: 10px 20px 20px;
    box-sizing: border-box;
    border-top: 6px solid #3ab6fc;
    border-radius: 0 0 3px 3px;
}
.b-smallbasket__arrow {
    border-color: transparent transparent #3ab6fc transparent;
    border-width: 10px 20px 10px 20px;
    border-style: solid;
    position: absolute;
    top: -26px;
    right: 120px;
}
.b-smallbasket__list {
    height: 309px;
    overflow-y: scroll;
    overflow-x: visible;
    width: 100%;
    position: relative;
    padding-right: 2px;
}
.b-smallbasket__item {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-content: center;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: space-around;
    padding-bottom: 20px;
    padding-top: 15px;
    height: 103px;
    min-height: 103px;
    overflow: hidden;
    box-sizing: border-box;
}
.b-smallbasket__pic {
    border: 1px solid #cccccc;
    width: 61px;
    height: 61px;
    display: flex;
    align-content: center;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: space-around;
}
.b-smallbasket__pic .img {
    text-align: center;
    width: 61px;
    -webkit-flex-basis: 61px;
    flex-basis: 61px;
}
.b-smallbasket__pic img {

}
.b-smallbasket__name {
    padding: 0 40px 0 20px;
    text-align: justify;
    font-size: 12px;
    align-self: flex-start;
    font-family: "Ubuntu", sans-serif;
    line-height: 1.2;
    max-height: 70px;
    overflow: hidden;
    white-space: normal;
}
.b-smallbasket__num {
    padding-right: 23px;
    position: relative;
}
.b-smallbasket__num .b-item-num {
    white-space: nowrap;
}
.b-smallbasket__price {
    font-size: 14px;
    margin-left: -10px;
}
.b-smallbasket__price span {
    font-size: 12px;
}
.b-smallbasket__item-close {
    color: red;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 15px;
    font-style: normal;
    font-size: 20px;
    line-height: 19px;
}
.b-smallbasket__footer {
    border-top: 3px solid #ccc;
    padding-top: 20px;
}
.b-smallbasket__itogo span {
    font-weight: bold;
    font-size: 14px;
}
.b-smallbasket__itogo {
    margin-bottom: 20px;
}
.b-smallbasket__btn {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 35px;
    border-radius: 50px;
    display: inline-block;
}
/* b-smallbasket end */

/* b-shop-list */
.b-content_shop-list h1 {
    text-transform: none;
    margin-bottom: 20px;
}
.b-shop-list {
    background: #fff;
}
.b-shop-bar {
    text-align: right;
    margin-bottom: 25px;
    margin-top: 35px;
}
.b-shop-bar__item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 55px 0 15px;
    color: #fff;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
    border-radius: 2px;
    text-shadow: none;
    margin-left: 20px;
}
.b-shop-bar__item:hover {
    text-decoration: none;
}
.b-shop-bar__item_del {
    color: #ee1b22;
    font-weight: normal;
    text-decoration: underline;
    padding-right: 35px;
}

.b-ico_shop-list {
    background: url("/images/v1/b-ico.png") no-repeat;
    left: auto;
    right: 15px;
}
.b-ico_shop-list-del {
    color: #ee1b22;
    font-size: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 0;
}
.b-ico_shoplist {
    background-position: 0 -134px;
    width: 15px;
    height: 16px;
    left: 0;
    right: auto;
    top: 8px;
}
.b-ico_mail {
    background-position: -35px -151px;
    width: 23px;
    height: 18px;
    top: 13px;
}
.b-ico_print {
    background-position: -64px -148px;
    width: 27px;
    height: 27px;
    top: 9px;
}
.b-ico_basket {
    background-position: 0 -155px;
    width: 27px;
    height: 23px;
    top: 11px;
}
.b-ico_add-shop-list {
    background-position: -99px -151px;
    width: 24px;
    height: 20px;
}

.b-ico_m-shoplist {
    background-position: -104px -175px;
    width: 23px;
    height: 21px;
}

.b-bg_green {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4ca635 0%, #32932a 30%, #32932a 70%, #4ca635 100%);
}
.b-bg_blue {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3aa7e6 0%, #048bda 30%, #048bda 70%, #2ea0e3 100%);
}

.b-shop-list {
    margin-bottom: 30px;
}
.b-shop-list td {
    padding: 25px;
    vertical-align: top;
}
.b-shop-list .b-cart-pic {
    width: 240px;
    text-align: center;
    box-sizing: border-box;
}
.b-shop-list .b-cart__pic {
    height: auto;
    width: auto;
}
.b-shop-list .b-cart-name .b-text_21 {
    line-height: 1.2;
    display: block;
}
.b-shop-list .b-cart-name .b-text_blue, .b-shop-list .b-cart-name .b-text_orange {
    display: block;
    padding: 0;
    margin-top: 15px;
}
.b-shop-list .b-item-num {
    white-space: nowrap;
}
.b-shop-list .b-price .b-text_19 {
    font-weight: bold;
}
.b-shop-list .grid-price-cheap {
    float: none;
    white-space: nowrap;
}
.b-shop-list__compare {
    font-family: "Ubuntu", sans-serif;
    line-height: 12px;
    margin-bottom: 25px;
    align-content: center;
    display: flex;
}
.b-shop-list__compare label {
    margin-left: 8px;
}
.b-shop-list .b-ico_delete {
    left: 65px;
    top: 40px;
    display: block;
}
.b-shop-list__btn {
    height: 30px;
    line-height: 30px;
    padding: 0 70px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
}
.b-shop-list .b-shop-list__footer {
    width: 100%;
}
.b-shop-list__footer td {
    vertical-align: baseline;
    padding: 10px 0;
    font-size: 15px;
}
/* b-shop-list end*/


/* b-header b-shop-list */
.b-header-contacts {
    margin-right: 25px;
    width: 260px;
}
.b-header-contacts__phone {
    text-decoration: none !important;
}
.b-header-telephone, .b-header-contacts__links {
    display: block !important;
}
.b-header-telephone {
    text-align: left;
}
.b-header-contacts__links {
    margin-left: 0;
    position: relative;
    margin-top: 7px;
    font-family: "Ubuntu", sans-serif;
}
.b-header-email {
    position: absolute;
    top: 0;
    right: 4px;
    z-index: 1;
}
.b-header__shop-list {
    position: relative;
    padding-left: 24px;
    margin-top: 20px;
    font-family: "Ubuntu", sans-serif;
    color: #243d7e;
    font-size: 12px;
    line-height: 1.2;
    margin-right: 20px;
}
.header-workhours-block {
    margin-right: 30px;
}
.b-scart {
    margin-left: 15px;
}
.b-header .b-line {
    right: 160px;
    top: 15px;
}

.b-items-item__add-shop-list {
    bottom: 50px;
    font-size: 12px;
    position: absolute;
    right: 32px;
    color: #243d7e;
}

/* popover */
.b-ico_add-shop-list {
    left: 18px;
    top: 22px;
}
.popover {
    background-clip: padding-box;
    color: #fff;
    background-color: #949599;
    box-sizing: border-box;
    font-style: normal;
    font-weight: 400;
    height: 65px;
    top: 181px;
    left: 42px;
    letter-spacing: normal;
    line-height: 1.42857;
    overflow-wrap: normal;
    padding: 15px 5px 15px 53px;
    position: absolute;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    width: 175px;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060;
}
.popover .arrow {
    position: absolute;
    bottom: -8px;
    right: 50px;
    border: 10px solid transparent;
    border-bottom-color: #949599;
    transform: rotate(-45deg);
}
.popover-content {
    text-decoration: none;
    color: #fff;
    text-shadow: none;
    cursor: pointer;
}
.popover-content:hover {
    text-decoration: none;
    color: #fff;
}

.b-item__add-shop-list {
    position: relative;
    margin-top: 10px;
}
.b-item__add-shop-list__link {
    color: #243d7e;
}
.b-item__add-shop-list .popover .arrow {
    bottom: auto;
    top: -8px;
    transform: rotate(135deg);
}
.good-share-block {
    margin-top: 40px;
}

.b-online_call {
    font-size: 12px;
    display: inline-block;
    float: left;
    text-shadow: none;
    text-decoration: none;
    border-bottom: #243D7E dashed 1px;
    font-weight: normal;
    padding-top: 5px;
    color: #243D7E;
}

/*b-speclinks*/
.b-speclinks {

}
.b-speclinks a {
    margin-right: 10px;
    font-size: 13px;
    color: #4c4c4c;
    text-decoration: underline;
    display: inline-block;
}
.b-speclinks a:hover {
    text-decoration: none;
}
.b-ico_speclink {
    background: url(/images/v3/icons/b-speclink-ico.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.b-ico_speclink-mail {
    width: 25px;
    height: 27px;
    background-position: -3px -3px;
}

.b-ico_speclink-print {
    width: 28px;
    height: 31px;
    background-position: -34px -3px;
}
.b-popup .js-contacts-form {
    padding: 15px 0 15px 20px;
}
.b-popup__close {
    text-decoration: none;
}
.js-contacts-form-popup .b-popup {
    padding: 15px;
}

.b-items-item-buttons {
    width: 100%;
    height: 43px;
}

.b-items-item-buttons.--analog div {
width: 100%;
}
.b-items-item-buttons__price {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.b-items-list_props .grid-price-cheap {
    margin: 3px 0 -5px;
    float: none;
    display: inline-block;
}

.b-items-list_props .b-price__request {
    font-size: 13px;
    color: #003399;
    margin: 3px 0 0;
}

.b-items-item-buttons__links {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.b-items-item-buttons .b-items-item__compare, .b-items-item-buttons .b-items-item__add-shop-list {
    font-size: 11px;
    color: #999999;
    display: inline-block;
    position: relative;
    bottom: auto;
    right: auto;
    padding: 0 0 0 23px;
    float: none;
    line-height: 24px;
}

.b-items-item-buttons .b-items-item__add-shop-list:before {
    width: 17px;
    height: 17px;
    background: url(/images/b-list_ico.png) 0 -21px;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
}

.b-items-item-buttons .b-items-item__compare:before {
    width: 17px;
    height: 17px;
    background: url(/images/b-list_ico.png) 0 0;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
}

.b-items-item-buttons .b-cart-itembuy {
    float: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    margin: 6px 0 0;
}

.b-items-item__price-block {
    height: 53px;
    overflow: hidden;
}

.b-price__request {
    cursor: pointer;
}

/* стили для формы проверки статуса заказа ID Код: 37860 */


.good-big-image, .good-small-image {
    border: 1px solid #ECECEC;
}

/*2 steps*/
.b-button_next-step {
    height: 40px;
    line-height: 40px;
    padding: 0 23px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    border-radius: 20px;
    background: #0089da;
    text-decoration: none;
    text-shadow: none;
}

.b-button_next-step.--disable {
    opacity: 0.4;
    pointer-events: none;
}


.b-block__title {
    text-transform: uppercase;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.b-ico__quest {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url(/images/order/qw.png) no-repeat;
}
.b-button_next-step__ico {
    width: 36px;
    height: 22px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/order/arrws.png) no-repeat;
}
.b-button_next-step__ico_prev {
    transform: rotate(-180deg);
    margin: 0 10px 0 0;
}
.b-type__descr {
    display: none !important;
    position: absolute;
    box-shadow: 0 0 7px #999;
    background: #fff;
    z-index: 10;
    padding: 10px;
    margin-left: 10px;
}

.b-ico__quest:hover + .b-type__descr {
    display: block !important;
}

.b-block_delivery .b-wrap, .b-block_payment .b-wrap {
    padding: 12px 0 10px 5px;
    font-size: 16px;
    border-bottom: 1px dotted #cfcfcf;
}

.b-delivery-submenu {
    background: #f7f7f7;
}

.b-block_delivery .b-delivery-submenu .b-wrap {
    border-bottom: none;
    padding-left: 20px;
}

.b-block_delivery .b-wrap.active, .b-block_payment .b-wrap.active {
    background: #f7f7f7;
}
.b-delivery-description {
    font-size: 12px;
    opacity: .7;
    padding: 0 40px;
}
/*2 steps*/
.b-news-detail-pics__item {
	margin-top: 5px;
	width: 205px;
}

label.button span {
    margin-top: 10px;
    padding: 0 5px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;

    text-decoration: none;
    color: initial;
}
.b-pform__filereal {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    opacity: 0;
    cursor: pointer;
}
.b-button_order {
    padding: 10px;
    border-radius: 20px;
    font-size: 16px;
    color: #0089d9;
    font-weight: bold;
    background: none;
    border: 1px solid;
    margin-top: 15px;
    display: flex !important;
    justify-content: center;
    width: 60% !important;
}
.mt-2 {
    margin-top: 15px;
}
.mb-2 {
    margin-bottom: 15px;
}
.b-req-ico {
    position: relative;
    padding-right: 40px !important;

}
.b-req-ico:after {
    content: "";
    background: url(/images/v3/icons/fl.svg);
    width: 17px;
    height: 18px;
    position: absolute;
    right: 7px;
    top: 2px;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.b-animation-banner .iexmodal-inner {
     padding: 0;
 }

.b-animation-banner .iexmodal-inner-wrap::before, .iexmodal-inner-wrap::after {
    height: 0;
}
.b-animation-banner {
    text-shadow: none;
}

.b-animation-banner svg {
    margin-bottom: -4px;
}
.b-animation-banner .iexmodal-close-dark {
    right: 6px;
    font-size: 26px;
}
.iexmodal-content-wrap svg {
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
}

/*Бегущая строка*/
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}


@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}


.marquee {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px 0 15px;/*не синхронизируем с тестовым*/
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 30s infinite linear;
    -moz-animation: scroll 30s infinite linear;
    animation: scroll 30s infinite linear;
    font-size: 17px;
    color: #333;
}

.b-card-sale-notify{
    color: #23A602;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.b-megamenu-cats__table {
    margin-top: 20px;
}

.b-popup-bner-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    padding: 24px;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    background: #000000b5;
}

.b-popup-bner-wrap.--show {
    display: flex;
}

.b-popup-bner {
    position: relative;
}

.b-close-popup {
    position: absolute;
    right: 16px;
    top: 16px;
}

.b-video-block {
margin-bottom: 30px;
    margin-top: 30px;
}

.b-video-block iframe {
    aspect-ratio: 1.5;
    height: auto;
}

.b-telegram-link {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}

.b-items-item-buttons.--list {


}

.b-items-item__inner.--list {


}


.b-items-list.b-items-list_props {
    display: grid;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;

}

.b-items-list .b-items-item {
    border: 1px solid #ececec;
    margin: 0;

}

.b-items-item__pic.--blur {
    filter: blur(2px);
}

.good-big-image-middle.--blur {
    filter: blur(2px);
}

.b-items-item-buttons .b-items-item__compare {
    margin-top: 9px;
}

.b-item-list-poxojie {
    display: grid;
    margin-top: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 24px;

}

@media (max-width: 1000px) {
    .b-items-list.b-items-list_props {
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .b-items-list.b-items-list_props {
        grid-template-columns: 1fr 1fr;
    }
    .b-item-list-poxojie {
        grid-template-columns: 1fr 1fr ;
    }
}

@media (max-width: 530px) {
    .b-items-list.b-items-list_props {
        grid-template-columns: 1fr;
        padding: 0;
    }
    .b-item-list-poxojie {
        grid-template-columns:  1fr ;
    }
}
/* End */


/* Start:/tools/css/header.css?16665988742690*/
.b-head {
    padding: 14px 0;
}

.b-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.b-head-row .__right {
    display: flex;
}

.b-head-row .__logo {
    margin-right: 40px;
}

.b-head-row .__info {
    margin-right: 100px;
}

.b-head-row .__form {
    margin-right: 32px;
}

.b-head-row .__info .__phone {
    display: flex;
    align-items: center;
}

.b-head-row .__info .__phone a {
    font-weight: bold;
    font-size: 18px;
    color: #243D7E;
    text-decoration: none;
    margin-right: 6px;
}



.b-head-row .__info .__phone a span {
    color: #0088D9;
    font-size: 18px;
}

.b-head-row .__info .__phone span {
    font-size: 11px;
    line-height: 10px;
    color: #0088D9;
}

.b-head-row .__time {
    font-size: 13px;
    line-height: 16px;
    margin-right: 32px;
    position: relative;
}

.b-head-row .__time:before {
    content: '';
    position: absolute;
    right: -27px;
    top: 0;
    width: 1px;
    height: 70px;
    background: #CCCCCC;
}

.b-head-row .__time .__wrap {
    color: #306CC5;
    margin-bottom: 14px;
}

.b-head-row .__time .__wrap span {
    color: #94A3B7;
}

.b-head-row .__cart .b-scart {
    padding-top: 0;
}

.b-head-row .__cart .b-ico_scart {
    top: 5px;
}

.b-callback {


}

.b-top-header {
    height: auto !important;
    padding: 8px 0 8px 5px !important;
}

.b-callback .__title {
    font-size: 12px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #0088D9;
}

.b-callback a {
    font-size: 12px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #243D7E;
}

.b-region {
    font-size: 12px;
    position: static !important;

}

.text-left {
    text-align: left;
}


.b-header-email {
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #243D7E;
    position: static;
    margin-bottom: 8px;
    display: block;
}
.d-lg-none {
    display: none;
}

@media (max-width: 1000px) {
    .d-m-none {
        display: none;
    }
    .d-lg-none {
        display: block;
    }

    .b-head-row .__cart {
        padding-right: 15px;
        margin-right: 24px;
        height: 24px;
    }
    .b-head {
        box-shadow: 0 0 12px rgb(0 0 0 / 12%);
        position: sticky;
        top: 0;
        margin-bottom: 16px;
        z-index: 999;
        background: #ffffff;
    }
    .b-head-row .__burger {
        padding-right: 12px;
    }



}

@media (max-width: 767px) {
    .b-head-row .__logo img {
    max-width: 70px;
    }
}

/* End */


/* Start:/tools/css/m_style.css?173106019227693*/
.m {
    display: none;
}

@media screen and (max-width: 1100px) {
    .b-nav-list__item {
        font-size: 14px;
    }

    .b-nav-list__link {
        padding: 0 8px 0 38px;
    }
	.b-header-telephone {
		font-size: 28px;
	}
}
@media screen and (min-width: 1000px) {
    .b-visible-mobile {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .b-slider__img {
        width: 100%;
    }
    .b-button_order {
        width: 100% !important;
    }
    .m {
        display: block;
    }
    .b-nomobile, .b-jumpup, .b-scart__title, .b-scart__price, .hidden-message-small-cart, .b-slidebox, .b-bread, .b-sidebar .b-search, .b-cats-brand  {
        display: none !important;
    }

    /*specific*/
    .b-wrapper {
        width: auto;
        padding: 0 2%;
    }

    /*b-cats-block*/
    .b-cats-block {
        width: auto;
        min-width: 340px;
        margin-top: 2%;
    }

    .b-cats-block__item {
        font-size: 17px;
        font-weight: bold;
        display: block;
        border-right: 1px solid #0086db;
        width: 100%;
        height: 90px;
        color: #203980;
        line-height: 21px;
    }

    .b-cats-block__pic {
        float: right;
        margin: 0 20px 0 0;
        width: 150px;
        text-align: center;
    }

    .b-cats-block__pic img {
        max-height: 76px;
        max-width: 145px;
    }

    .b-cats-block__text {
        display: block;
        padding: 25px 155px 0 20px;
        width: 145px;
        text-align: left;
    }

    /*m-submenu*/
    .m-submenu {
        font-family:"PTSansNarrowRegular",Arial,sans-serif;
        list-style: none;
        border-bottom: 1px solid #223B80;
        padding: 0 0 15px;
        margin: 20px 0 0;
        display: inline-block;
        width: auto;
    }
    .m-submenu__item {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid #223B80;
    }

    .m-submenu__item:last-child {
        border: none;
    }
    .m-submenu__link {
        font-weight: bold;
        font-size: 15px;
        color: #223B80;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 19px;
    }

    /*.b-top-header-list*/
    .b-top-header-list {
        float: none;
        display: inline-block;
        margin: 0;
    }

    .b-top-header-list__item {
        width: 120px;
        vertical-align: top;
        text-align: left;
        margin: 0 0 0 20px;
    }

    .b-top-header-list__item a {
        color: #223B80;
    }

    .b-top-header-list__item .b-ico {
        top: 3px;
    }

    /*footer*/
    .b-footer {
        border-top: 1px solid #223B80;
    }

    .footer-list {
        width: 190px;
        padding: 0 0 0 17px;
    }

    .footer-list li a {
        color: #223B80;
    }

    .b-footer__copy {
        font-size: 11px;
        padding: 15px 0;
        border-top: 1px solid #223B80;
        text-align: center;
    }

    .footer-contacts-phone {
        font-size: 21px;
        margin: 0 0 10px;
		text-decoration: none;
    }

    .b-card {
        position: static;
    }

    /*slider*/
    .m-slider__item {
        display: block;
        width: auto;
    }

    .m-slider__item img {
        width: 100%;
        height: auto;
    }

    /*b-header*/
    .b-header {
        height: 85px;
        margin-bottom: 2%;
        border-bottom: 1px solid #223B80;
    }

    /*b-scart*/
    .b-ico_scart {
        width: 34px;
        height: 30px;
        position: static;
        display: block;
        background: url(/images/mobile/m-ico.png) -31px 0;
    }

    .b-scart {
        position: relative;
        padding: 0;
        width: auto;
        float: left;
    }

    .m-scart {
        float: right;
        margin: 24px 13px 0 0;
    }

    i.b-scart__quant {
        font-weight: bold;
        font-size: 15px;
        font-style: normal;
        position: absolute;
        display: block;
        top: -4px;
        right: -16px;
        padding: 0 5px 0 3px;
        border-radius: 2px;
        color: #fff;
        background: #FF7000;
        text-shadow: none;
    }

    /*m-ico*/
    .m-ico {
        display: block;
    }

    .m-ico__nav {
        width: 42px;
        height: 26px;
        float: right;
        margin: 4px 0 0 30px;
        background: url(/images/mobile/m-ico.png) -66px 0;
        cursor: pointer;
    }

    /*m-nav-list*/
    .m-nav {
        display: none;
        position: fixed;
        overflow: auto;
        right: 0;
        top: 0;
        bottom: 0;
        width: 260px;
        background: #0085da;
        z-index: 100;
    }
    .m-nav-list {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #0085DA;
        list-style-type: none;
    }
    .m-nav-list__item {
        border-bottom: 1px solid #0071BB;
        border-top: 1px solid #3399FF;
    }
    .m-nav-list__item:last-child {
        border-bottom: none;
    }
    .m-nav-list__link {
        font-size: 15px;
        font-family: "PTSansNarrowRegular",Arial,sans-serif;
        font-weight: bold;
        display: block;
        width: 196px;
        position: relative;
        padding: 14px 20px 11px 44px;
        text-shadow: -1px -1px 1px #0063CD;
        text-transform: uppercase;
        text-decoration: none;
        color: #fff;
    }

    .m-nav-list_hide {
        display: block;
        padding: 28px 0 15px 0;
        width: 100%;
    }

    .m-nav-list_hide .m-nav-list__item {
        border: none;
    }

    .m-nav-list_hide .m-nav-list__link {
        width: auto;
        height: 25px;
        margin: 0 0 10px;
        padding: 0;
    }

    .m-nav-list__link .b-ico {
        height: 25px;
        left: 9px;
        top: 12px;
        width: 25px;
        background-image: url("/images/v2/b-nav.png");
    }

    /*m-subnav*/
    .m-subnav {
        list-style-type: none;
        margin: 0;
        padding: 0;
        background: #fff;
    }

    .m-subnav__item {
        border-bottom: 1px solid #CBCBCB;
    }

    .m-subnav__item:last-child {
        border-bottom: none;
    }

    .m-subnav__link {
        font-family: "PTSansNarrowRegular",Arial,sans-serif;
        font-size: 15px;
        display: block;
        padding: 12px 10px;
        color: #384D8A;
        text-decoration: none;
        text-transform: uppercase;
    }

    .m-subnav__link:active,.m-subnav__link:hover {
        color: #0085DA;
    }

    .m-subnav__link .b-ico {
        background: url(/images/v2/b-cats-list.png) no-repeat;
        float: left;
        position: static;
        vertical-align: middle;
        height: 31px;
    }

    .m-subnav__link_nasos .b-ico {
        width: 37px;
        margin: 0 14px 0 0;
        background-position: 0 -32px;
    }
    .m-subnav__link_nasos:active .b-ico,.m-subnav__link_nasos:hover .b-ico {background-position: 0 0;}

    .m-subnav__link_bak .b-ico {
        width: 21px;
        margin: 0 20px 0 10px;
        background-position: -39px -32px;
    }
    .m-subnav__link_bak:active .b-ico,.m-subnav__link_bak:hover .b-ico {background-position: -39px 0;}

    .m-subnav__link_arm .b-ico {
        width: 33px;
        height: 23px;
        margin: 0 16px 0 2px;
        background-position: -234px -32px;
    }
    .m-subnav__link_arm:active .b-ico,.m-subnav__link_arm:hover .b-ico {background-position: -234px 0;}

    .m-subnav__link_avt .b-ico{
        width: 32px;
        height: 22px;
        margin: 0 16px 0 5px;
        background-position: -63px -32px;
    }
    .m-subnav__link_avt:active .b-ico,.m-subnav__link_avt:hover .b-ico {background-position: -63px 0;}

    .m-subnav__link_filtr .b-ico{
        width: 36px;
        height: 24px;
        margin: 0 14px 0 3px;
        background-position: -96px -32px;
    }
    .m-subnav__link_filtr:active .b-ico,.m-subnav__link_filtr:hover .b-ico {background-position: -96px 0;}

    .m-subnav__link_kotl .b-ico{
        width: 36px;
        height: 24px;
        margin: 0 14px 0 3px;
        background-position: -133px -32px;
    }
    .m-subnav__link_kotl:active .b-ico,.m-subnav__link_kotl:hover .b-ico {background-position: -133px 0;}

    .m-subnav__link_izm .b-ico{
        width: 32px;
        height: 28px;
        margin: 0 17px 0 3px;
        background-position: -170px -32px;
    }
    .m-subnav__link_izm:active .b-ico,.m-subnav__link_izm:hover .b-ico {background-position: -170px 0;}

    .m-subnav__link_teplo .b-ico{
        width: 29px;
        margin: 0 15px 0 8px;
        background-position: -204px -32px;
    }
    .m-subnav__link_teplo:active .b-ico,.m-subnav__link_teplo:hover .b-ico {background-position: -204px 0;}

    .m-subnav__link_trub .b-ico{
        width: 39px;
        margin: 0 12px 0 0;
        background-position: -268px -32px;
    }
    .m-subnav__link_trub:active .b-ico,.m-subnav__link_trub:hover .b-ico {background-position: -268px 0;}

    /*m-logo*/
    .m-logo {
        display: inline-block;
        width: 151px;
        height: 66px;
        margin: 13px 0 0;
    }

    .b-body_activemenu {
        margin: 0 264px 0 -260px;
    }

    /*b-searchblock*/
    .b-searchblock {
        width: auto;
        float: none;
        margin: 0 0 2%;
        width: 100%;
    }

    .b-search {
        margin: 0;
    }

    .b-search .b-form__input {
        height: 35px;
        line-height: 35px;
        width: 80%;
    }

    .b-button.b-button_search {
        width: 30px;
        height: 28px;
        border: none;
        box-shadow: none;
        margin: 3px 0 0 5px;
        background: url(/images/mobile/m-ico.png) 0 0;
        color: transparent;
    }

    /*b-sidebar b-main*/
    .b-sidebar, .b-main {
        width: 100%;
    }

    .b-sidebar {
        margin: 0;
    }

    .b-items-item {
        margin: 0 12px 24px;
    }

    .change-list-grid {
        text-align: left;
        height: auto;
        margin: 0 0 2%;
    }

    .sort-left , .b-sort {
        float: none;
    }

    .js-search-container {
        display: none !important;
    }

    /*catalog*/
    .b-filter-item {
        margin: 0 !important;
    }

    .b-filter__header_nopad {
        background: none;
        border: none;
    }

    .b-list li {
        background: none;
    }

    .b-list li li {
        background: url(/images/v1/b-list.gif) 0 10px no-repeat;
    }

    /*cart*/
    .b-cart-pic, .b-cart-pic img, .b-cart__pic {
        width: 50px !important;
        height: 50px !important;
    }

    .b-cart__pic {
        margin: 0 0 10px;
    }

    .b-cart-name {
        font-size: 13px;
        width: auto;
    }

    .b-cart-name .b-text_21, .b-price .b-text_19{
        font-size: 12px;
    }

    .b-cart.b-table .b-text_24 {
        font-size: 14px;
    }

    .b-cart.b-table .b-text_nowrap {
        width: 82px;
        text-align: center;
    }

    .b-cart-name .b-text_green {
        display: block;
    }

    .b-cart.b-table td {
        vertical-align: top;
        padding: 3px;
    }

    .b-cart__delete {
        display: block;
        width: 19px;
        height: 19px;
        margin: 0;
        background: url(/images/v1/b-ico.png) no-repeat -38px -75px;
    }
    .b-cart__delete .b-ico_delete {
        display: none;
    }

    .b-item-num {
        width: 55px;
    }

    .b-item-num__num {
        width: 20px;
        height: 29px;
        padding: 0;
        border-radius: none;
    }

    .b-cart-pic  .list-skidka-green  {
        display: none;
    }

    .b-cart.b-table .b-text_43{
        font-size: 20px;
    }

    .b-cart-go {
        padding: 3px 7% 5px;
    }
    /*b-slider*/
    .b-slider {
        margin: 0;
    }

    .b-slider__dots {
        display: none;
    }

    /*b-paging*/
    .b-paging {
        text-align: left;
    }

    .b-paging__left {
        padding-left: 0 !important;
    }

    /*.b-menu-left*/
    .b-menu-left.b-list {
        margin-left: 0;
        padding-top: 0;
    }

    .b-list li {
        padding-left: 0;
    }

    .b-list li li{
        padding-left: 20px;
    }

    .b-menu-left li ul {
        margin-left: 20px;
    }

    /*b-incart-popup*/
    .b-incart-popup {
        width: auto;
        left: 10px;
        right: 10px;
        margin: 0;
        padding: 3%;
        top: 10%;
    }

    .b-incart-popup__title {
        font-size: 15px;
    }

    .b-incart-popup__item {
        width: 193px;
        display: inline-block;
    }

    .b-incart-popup__buttons {
        width: auto;
        display: inline-block;
        margin: 0 15px 0 0;
    }

    .b-incart-popup__info {
        width: auto;
        margin: 5px 0 0;
    }

    .b-incart-popup__pic {
        margin: 0 10px 0 0;
    }

    .b-incart-popup__name {
        text-transform: none;
        line-height: 19px;
        margin: 0;
    }

    .b-incart-popup__price {
        font-size: 19px;
        line-height: 22px;
    }

    .b-incart-popup__button {
        display: block;
    }

    /*.b-filter*/
    .b-filter {
        width: auto;
    }

    .b-compare {
        width: auto;
    }

    /*b-item*/
    .b-item {
        margin: 0;
    }

    .b-good-information {
        width: auto;
    }

    .b-good-images {
        float: none;
        width: auto;
        margin: 2% 0 0;
    }

    .b-good-info-right {
        float: none;
        width: auto;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 3%;
    }

    .good-info-price {
        margin: 0 2% 0 0;
        vertical-align: middle;
    }

    .good-info-qty {
        width: auto;
        margin: 0 2% 0 0;
        display: inline-block;
        vertical-align: middle;
    }

    .good-info-buy {
        display: inline-block;
        vertical-align: top;
        margin: 7px 0 0;
    }

    .good-info-buy .b-button_orange {
        margin: 0;
    }

    .b-good-info-left {
        float: none;
        width: auto;
    }

    .good-share-block {
        margin: 2% 0 0;
    }

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

    .good-big-image-middle img{
        width: 100%;
        height: auto;
    }

    .b-items-item-new {
        padding: 3%;
        margin: 0 0 2%;
    }

    .list-img-new {
        display: inline-block;
        float: none;
        margin: 0 0 2%;
    }
    .list-item-right-new {
        display: inline-block;
        margin-left: 0;
    }

    /*b-wrapper-cart*/
    .b-wrapper-cart {
        margin: 2%;
        padding: 2% !important;
    }

    .b-chek {
        margin: 18px 0 10px;
    }

    .b-form-cart h1 {
        margin: 0;
    }

    .b-footer__right {
        float: none !important;
    }

    .b-chek {
        width: auto;
    }

    .b-cart-adress-name.b-chek-title {
        margin: 0;
    }

    .b-form-cart__label {
        width: 110px;
    }

    .b-form-cart__item {
        max-width: 382px;
        width: auto;
    }

    .b-form-cart__input, .b-form-cart__textarea {
        width: 100%;
    }

    .b-chek__bg {
        display: none;
    }

    .b-type {
        display: table;
    }

    .b-type span, .b-type div {
        display: table-cell;
        float: none;
    }


    .b-type span {
        padding: 3px 5px 0 0;
    }

    div:not(#foo) > span > input[type="radio"] {
        position: absolute;
    }

    div:not(#foo) > span > input[type="radio"] + label {
        margin: 0 !important;
    }

    .b-block_payment {
        margin-top: -60px;
    }

    .b-block_delivery {
        padding: 20px 0 0;
    }

    .b-block_delivery .b-block_white {
        width: auto;
        margin: 0 -2%;
        padding: 10px 14px;
    }

    .b-block_delivery {
        background: none;
    }

    .b-props-cart_bottom {
        margin: 0;
    }

    .b-chek__down td {
        padding-top: 20px;
    }

    .b-chek__itogo {
        font-size: 15px;
    }

    .b-button-order {
        width: auto;
        padding: 0 20px;
    }

    .b-cart-order {
        margin: 40px 0 30px;
    }

    .b-cart-order__link {
        top: 47px;
        left: 3px;
    }

    .b-order {
        left: 0;
        width: auto;
    }

    .b-order__number .b-incart-popup__button {
        display: inline-block;
    }

    .b-order__contacts {
        height: 150px;
    }

    .b-sklad {
        right: 0;
        top: 23px;
    }

    /*contcts*/
    .b-rasp {
        position: static;
    }

    .m-managers h3 {
        margin: 10px 0 0;
    }

    .b-contact-wrapper table {
        width: 100%;
        margin: 10px 0 0;
    }

    .b-contact-wrapper td {
        padding: 3px 10px 3px 0;
    }

    .b-contact-wrapper tr {
        vertical-align: top;
    }

    /*лк*/
    .bx_my_order .bx_item_list {
        margin-bottom: 20px;
    }

    a.b-order-item__button_pay {
        margin : 0 0 10px;
    }

    a.b-order-item__details {
        font-size: 13px;
        display: block;
        position: static;
        margin: 0 0 0 13px;
    }
    .b-order-item__status {
        float: none;
        width: auto;
    }
    .b-order__bottom-block {
        width: 100%;
    }

    .b-order-filter-short__toggle, .b-order-filter-short__toggle:visited {
        position: static;
    }

    .m-ico_region {
        display: block;
        width: 22px;
        height: 27px;
        background:url(/images/v1/b-ico.png) -78px 0 no-repeat;
    }

    .b-region {
        /*
        float: right;
        position: static;
        margin: -53px 109px 0 0; */
        /*left: auto;
        right: 127px;
        top: 27px;*/
		left: 20px;
		line-height: 24px;
		right: 127px;
		top: -29px;
    }

    .b-region .b-dropdown {
        font-size: 11px;
        right: -82px;
        left: 0;
        top: 42px;
        width: auto;
        z-index: 10000;
    }



    .b-region .b-dropdown__inner {
        padding-left: 9px;
    }

    .b-region .b-dropdown-list__item {
        border: none;
    }

    .b-region .b-dropdown-list__item_current a{
        color: #0085DA;
    }
    .b-top-header {
        text-align: right;
    }
    /* m-tel */
    .m-tel {
        display: block;
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-top: -3px;
        text-decoration: none;
        position: relative;
    }
    .m-tel .b-ico_phone {
        left: auto;
        right: 160px;
        top: 1px;
    }

    /*производители*/
    .b-brands {
        margin: 0;
    }

    .b-cat-menu-table {
        width: 100%;
        margin: 0;
    }

    .b-doc-search__input {
        font-size: 13px;
        height: 30px;
        line-height: 30px;
        width: 200px;
        padding: 0 0 0 9px;
    }

    .b-doc-search__clear {
        height: 32px;
        line-height: 32px;
        font-size: 13px;
        padding: 0 0 0 30px;
        width: 0px;
        background-position: 6px 10px;
        overflow: hidden;
    }

    .b-brands__item {
        font-size: 12px;
        height: 100px;
        width: 100px;
        margin-top: 7px;
        padding: 0 4px;
    }

    .b-brands__item img {
        width: 100%;
        height: auto;
    }

    .b-doc-search__notfound {
        font-size: 15px;
        padding: 0;
        line-height: 19px;
        background: none;
    }

    .b-doc {
        width: 100%;
    }

    .b-doc__logo {
        width: 0;
        padding: 0;
    }

    .b-doc__logo a{
        display: none;
    }

    .b-doc__name {
        width: 92px;
        padding: 0 5px;
        text-align: center;
    }

    .b-doc__name a {
        display: block;
    }

    .b-doc__name img {
        width: 80px;
        height: auto;
        display: inline-block;
    }

    .b-doc__data {
        width: auto;
    }

    .b-doc__block {
        font-size: 13px;
        padding-top: 0;
    }

    .b-doc__block_tech {
        font-size: 11px;
        width: 135px;
    }

    .b-doc__block_sert {
        width: 127px;
    }

    .b-doc__block_rec {
        font-size: 11px;
        width: 152px;
    }

    .b-doc__block_instr {
        width: 108px;
    }

    .b-doc__block {
        height: 27px;
    }

    .b-doc__data {
        padding: 10px 0 0;
    }

    .b-ico__doc-instr, .b-ico__doc-sert, .b-ico__doc-tech, .b-ico__doc-rec {
        margin-right: 7px;
    }

    .b-doc-open__left {
        background: none;
    }

    .b-doc-open__list {
        margin: 0;
    }

    .file_text {
        width: auto;
    }

    .file_text .b-text_dark {
        font-size: 12px;
    }

    .b-doc-open__list .file {
        display: block;
    }

    /*zakaz*/
    .b-zakaz-list {
        margin: 0;
    }

    .b-bg_zakaz {
        height: 290px;
    }

    .b-block-info {
        min-width: auto !important;
        max-width: 270px !important;
        width: auto;
        padding: 0 10px 20px 20px;
    }

    .b-zakaz__item {
        max-width: 270px;
    }

    .b-zakaz__item img {
        width: 100%;
        height: auto;
    }

    .b-block-info_left {
        height: auto;
    }
    .b-block-info .b-title+p {
        font-size: 16px;
        line-height: 1.2;
        max-height: auto !important;
    }

    .b-btn-video {
        display: none !important;
    }
    .b-row__text .b-title {
        font-size: 17px !important;
        line-height: 21px;
        margin: 10px 0 5px;
    }

    .b-table_delivery th, .b-table_delivery td {
        font-size: 12px;
    }

    .b-props-table {width: 100%;}

    td.b-props__label, .b-props-table th {
        padding: 5px !important;
    }

    /* b-shop-list */
    .b-shop-list.b-table td {
        padding: 10px;
    }
    .b-shop-list .b-shop-list__footer td {
        vertical-align: baseline;
    }
    .b-shop-bar__item {
        padding-right: 40px;
        margin-left: 15px;
    }
    .b-ico_mail {
        right: 16px;
    }
    .b-ico_print {
        right: 14px;
    }
    .b-shop-list .b-cart-name .b-text_21 {
        font-size: 13px;
        font-weight: bold;
    }
    .b-shop-list .b-cart__delete {
        background: none;
    }
    .b-shop-list .b-cart__delete .b-ico_delete {
        display: block !important;
    }
    .b-shop-list .b-ico_delete {
        left: 55px;
    }
    /* b-shop-list end */
    .b-ico_shoplist {
        background-position: -104px -175px;
        width: 23px;
        height: 21px;
    }
    .b-header__shop-list {
        position: absolute;
        margin-top: 0;
        right: 130px;
        top: 23px;
        text-decoration: none;
    }
    .b-ico_shoplist-quant {
        background: #1688d7;
        height: 20px;
        width: 20px;
        position: absolute;
        right: -8px;
        top: -2px;
        border-radius: 100px;
        color: #fff;
        text-align: center;
        font-style: normal;
        line-height: 19px;
        text-shadow: none;
        font-size: 15px;
        letter-spacing: -1px;
    }
    .b-megamenu-cats__table td {
        width: 80%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .b-megamenu-cats__cat {
        padding: 40px 0 0 0px;
    }
    .good-left-properties {
        margin: 11px 0px 0 0;
    }
}

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

    .b-region {
        right: 120px;
    }
	.b-row img {
		width: 100%;
	}
    .b-link__oplata {
        top: 40px;
    }
    /* b-shop-list */
    .b-shop-list .b-ico_delete {
        left: 32px;
        top: 20px;
    }
    .b-shop-list__btn {
        padding: 0 15px;
    }
    .b-shop-list .b-cart__old-price .price-big {
        font-size: 14px !important;
    }
    /* b-shop-list end */
    .b-header__shop-list {
        right: 120px;
    }
    .b-smallbasket {
        right: 1%;
        width: 95%;
    }
    .b-megamenu-cats__table td {
        width: 90%;
    }
    .b-megamenu-cats__list a {
        font-size: 16px;
    }
    .b-megamenu-cats__title {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .tab-links li {
        width: 60%;
    }
    .b-map-col {
        width: 100%;

    }
    .b-cheme-col {
        display: block;
        width: 100%;
    }
    .b-flex-mob {
        display: flex;
        flex-wrap: wrap;
    }


}
@media screen and (max-width: 600px) {
    .b-popup__overlay {
        position: relative;
    }
    .b-geopopup {
        margin-left: 0;
        left: 50%;
        width: 97%;
        transform: translate(-50%);
        min-height: 0;
    }
    .b-geopopup__city {
        padding: 20px 15px 15px 15px;
    }
    .b-geopopup__header {
        font-size: 15px;
    }
    .b-megamenu-cats__table td {
        width: auto;
        padding: 0;
    }
    .b-main {
        padding-left: 0;
    }
    .b-megamenu-cats {
        padding: 0 10px;
    }
}

@media screen and (max-width: 500px) {
    .b-form-table textarea {
        width: 200px;
    }
    .b-region {
        right: 113px;
    }
    /* b-shop-list */
    .b-shop-list tr {
        display: flex;
        flex-flow: row wrap;
        border-bottom: 1px solid #858585;
        -webkit-justify-content:  flex-start;
        justify-content:  flex-start;
        display: -webkit-flex;
        -webkit-flex-flow: row wrap;
    }
    .b-shop-list.b-table td, .b-shop-list tr:last-child {
        border-bottom: 0 none;
    }
    .b-shop-list .b-ico_delete {
        left: 65px;
        top: -24px;
    }
    .b-shop-list .b-shop-list__footer tr {
        border-bottom: 0 none;
    }
    .b-shop-bar {
        text-align: left;
    }
    .b-shop-bar__item {
        margin-left: 0;
        margin-right: 15px;
    }
    .b-shop-bar__item_del {
        padding-left: 30px;
    }
    .b-shop-list.b-table td {
        padding: 5px;
    }
    /* b-shop-list end */
    .b-geopopup__link {
        width: 100%;
    }
    .tab-links li {
        width: 100%;
    }
    .tab-links a {
        padding: 7px 0;
    }
    .b-cheme-col {
        width: 100%;
        display: block;
    }

}

@media screen and (max-width: 400px) {
    /*b-cats-block*/
    .b-cats-block {
        min-width: 250px;
    }

    .b-cats-block__item {
        font-size: 14px;
        height: 80px;
        line-height: 17px;
    }

    .b-cats-block__pic {
        width: 140px;
        margin: 0 5px 0 0;
    }

    .b-cats-block__pic img {
        max-height: 60px;
        max-width: 120px;
    }

    .b-cats-block__text {
        padding: 18px 0 0 10px;
        width: 90px;
    }

    .m-submenu__item {
        padding: 0 8px;
    }

    .b-top-header-list__item {
        margin: 0;
        width: 100px;
    }

    .b-sklad {
        left: -130px;
    }

    .b-zakaz__item {
        margin: 0 0 10px;
    }
    .b-block-info .b-title+p {
        font-size: 16px;
        line-height: 1.2;
    }
	.b-region__title {
		display: none;
	}

    .b-cart-order__link {
        display: none;
    }
    .b-header__shop-list {
        right: 120px;
    }
    .m-logo {
        width: 130px;
        height: 66px;
    }
    .b-region .b-dropdown {
        left: -19px;
    }
    .b-region {
        left: 30px;
    }
    .b-geopopup__link {
        font-size: 16px;
    }
    .b-geopopup__city {
        padding: 15px;
    }
    .b-calc_auto {
        width: auto;
    }
}

@media screen and (max-width: 350px) {
    .b-header__shop-list {
        right: 120px;
    }
    .b-sklad {
        left: 0;
    }
    .b-order-item__title {
        font-size: 14px;
        line-height: 17px;
    }
    .b-order-item__status {
        line-height: 17px;
        font-size: 12px;
    }
    .b-form-cart__label {
        width: 100%;
    }
    .b-form-cart__label-text {
        position: static;
        display: block;
    }
    .b-block-info .b-title+p {
        font-size: 16px;
        line-height: 1.2;
    }
    .b-form-table textarea, .b-form-table input[type="text"], .bx-auth-input {
        width: 150px;
        padding: 0 3px;
    }
}

/* End */


/* Start:/tools/swiper/swiper.css?167143327615776*/
/**
 * Swiper 5.3.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 10, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* End */


/* Start:/tools/style_ie.css?1450194429418*/
.b-ib, .b-popup, .b-header-links,.b-header-contacts,.b-wrapper .b-comeback,.b-comeback+.b-bread,.b-scart,.b-nav-list__item,.b-cats-list__item,.b-sidebar,.b-main,.b-page,.b-aside,.b-partners__item,.b-news__item,.b-items-item,.b-item-pics,.b-item-props,.b-item-price,.b-item-num,.b-item-num__minus,.b-item-num__plus,.b-item-num__num,.b-button_small,.b-props, .b-srav-table th .b-text_orange{
	zoom:1;
	*display:inline;
}
/* End */


/* Start:/tools/iexForm/iexform.css?170314742518070*/
/* cyrillic */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    src: local('Ubuntu'), url(/tools/iexForm/fonts/Ubuntu-cyr.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    src: local('Ubuntu'), url(/tools/iexForm/fonts/Ubuntu-lat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* cyrillic */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(/tools/iexForm/fonts/Ubuntu-Bold-cyr.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: bold;
    src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url(/tools/iexForm/fonts/Ubuntu-Bold-lat.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* b-pform-ico */

.b-pform-ico{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    line-height: 0;
}


/* b-pform */

.b-pform__input, .b-pform__ico, .b-pform__star, .b-pform__button, .b-pform__confirmed-ico {
    display: inline-block;
    vertical-align: top;
}

.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip{
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #666;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* отключает стили Safari на iOS (чтобы работало box-shadow) */
    -webkit-appearance: none;
}

.b-pform{
}

.b-pform_multistep{ /* добавляется автоматически к врапперам многошаговых */
}

.b-pform_for_dark_bg{}

.b-pform form{
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.b-pform__wrap{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
}

.iexmodal .b-pform__wrap{
    border: none;
    padding: 10px;
}

.b-pform__inner {
    position: relative;
}

.b-pform__title {
    position: relative;
    color: #555;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.iexmodal .b-pform__title {
    padding-right: 37px;
}

.b-pform_multistep .b-pform__title{
    margin-bottom: 20px;
}

.b-pform__fail{
    color: red;
    margin-bottom: 13px;
    margin-top: -10px;
}

.b-pform__info{
    padding: 0 0 20px;
    font-weight: bold;
}

.b-pform__item {
    position: relative;
    padding: 0 0 20px;
}

.b-pform__label {
    display: block;
    margin-bottom: 7px;
}

.b-pform__optlabel{
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 19px;
    margin-bottom: 7px;
}

.b-pform__optlabel_single{
    display: inline-block;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 3px;
    padding-right: 5px;
}

.b-pform__optlabel_policy{
    font-size: 14px;
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform_for_dark_bg .b-pform__optlabel_policy{
    color: #fff;
}

.b-pform__optlabel_remember{
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform__options .b-pform__optlabel:last-child{
    margin-bottom: 0;
}

.b-pform__options input{
    position: absolute;
    left: 0;
    top: 2px;
}

.b-pform__optlabel_single input{
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.b-pform__input,
.b-pform__options,
.b-pform__filepreview .__item{
    border-radius: 3px;
    background: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.b-pform__input,
.b-pform__options{
    padding: 0 30px 0 9px;
}

.b-pform__input{
    height: 37px;
    width: 100%;
}

.b-pform__input::placeholder,
.b-pform__input::-webkit-input-placeholder{
    opacity: 0.6;
}

.b-pform__options{
    padding: 9px 15px 12px 10px;
    line-height: 16px;
}

.b-pform__input:focus {
    box-shadow: 0 0 0 2px #3399cc;
    outline: 0 none;
}

.iexform-has-error{
    box-shadow: 0 0 0 2px red !important;
}

textarea.b-pform__input {
    height: 140px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}

.b-pform__star {
    background: #ffb746;
    border-radius: 12px;
    height: 6px;
    width: 6px;
}

.b-pform__item .b-pform__star{
    position: absolute;
    top: 42px;
    right: -12px;
}

.b-pform__legend .b-pform__star{
    vertical-align: middle;
    margin-right: 7px;
}

.b-pform__legend{
    font-size: 14px;
    margin-top: 15px;
}

.b-pform__errtext {
    color: red;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.b-pform__buttons{
    position: relative;
    margin-top: 15px;
}

.b-pform_multistep .b-pform__buttons{
    display: flex;
}
.b-pform__btcol{}
.b-pform__btcol:nth-child(1),
.b-pform__btcol:nth-child(3){
    flex-grow: 0;   /* не растягивать, ширина будет определяться контентом или flex-basis */
}
.b-pform__btcol:nth-child(2){
    text-align: center;
    flex-grow: 1;   /* растягивать, занимает все оставшееся пространство */
    display: flex;
    align-items: center; /* по вертикали */
    justify-content: center; /* по горизонтали */
}

.b-pform__bt {
    position: relative;

    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    height: 47px;
    line-height: 44px;
    cursor: pointer;

    box-sizing: content-box;
    padding: 0;
    width: 145px;

    outline: 0 none;
    transition: box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
}

.iexmodal .b-pform_multistep .b-pform__bt {
    width: auto;
}

.b-pform__bt .b-pform-ico{
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.b-pform__bt_prev .b-pform-ico{
    left: 50%;
    margin-left: -14px;
}
.b-pform__bt_next .b-pform-ico{
    right: 9px;
}

.b-pform__bt_submit,
.b-pform__bt_next{
    font-weight: bold;
    text-transform: uppercase;
    background: #66cc33;
    border-color: #66cc33;
    color: #fff;
}

.b-pform__bt_submit:hover,
.b-pform__bt_next:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.b-pform__bt_close,
.b-pform__bt_prev{
    background: #fff;
    border-color: #ccc;
    color: #7f7f7f;
}

.b-pform__authlinks{
    height: 47px;
    line-height: 24px;
}

.b-pform__authlinks a,
.b-pform__authlinks a:hover,
.b-pform__authlinks a:visited{
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.b-pform__authlinks a:hover{
    text-decoration: underline;
}

.b-pform__bt_close,
.b-pform__authlinks{
    position: absolute;
    top: 0;
    right: 0;
}

.b-pform__bt_prev,
.b-pform__bt_next{
    padding: 0 27px;
    width: auto;
}

.b-pform__bt_prev{
    text-transform: uppercase;
}
.b-pform__bt_next{
    padding-right: 42px;
}

.b-pform__bt_close:hover,
.b-pform__bt_prev:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.b-pform__bt_file{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: auto !important;
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 47px;
}

.iexform-after-success{
    align-items: center;
    justify-content: center;
}

.iexform-before-success,
.iexform-after-success{
    display: none;
}

.iexform-before-success.active{
    display: block;
}

.iexform-after-success.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-pform__confirmed {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
}

.b-pform_for_dark_bg .b-pform__confirmed{
    color: #fff;
}

.b-pform__confirmed-ico {
    background: url(/tools/iexForm/img/confirmed.png) no-repeat;
    width: 114px;
    height: 114px;
    margin-bottom: 25px;
}

.b-pform__thanks {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #555;
    margin-bottom: 7px;
}

.b-pform_for_dark_bg .b-pform__thanks{
    color: #fff;
}

.b-pform__hintwrap {
    position: relative;
}

.iexform-file-wrap .b-pform__hintwrap + .b-pform__hintwrap{
    margin-top: 5px;
}

.b-pform__hint-ico{
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 20;
    font-size: 22px;
    line-height: 0;
    color: #b3b3b3;
}

.iexform-file-wrap .b-pform__hint-ico{
    right: 77px;
}

.b-pform__hint{
    /* реализуется на tooltip.js */
}

.b-pform__plusbt{
    display: block;
    margin-top: 5px;
    color: #666 !important;
    text-decoration: underline;
    outline: none !important;
}

.iexform-updating{
    position:relative;
}

.iexform-updating:after{
    content: "";
    position: absolute;
    background: url("/tools/iexForm/img/spinner.gif") no-repeat scroll center center transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.b-pform__filepreview{
    --fileItemWidth: 124px;
    --fileNameHeight: 23px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.b-pform__filepreview .__item{
    position: relative;
    overflow: hidden;
    height: 70px;
    width: var(--fileItemWidth);
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: box-shadow 0.4s;
}

.b-pform__filepreview .__name,
.b-pform__filepreview .__del{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.4s;
}

.b-pform__filepreview .__name{
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%);
    font-size: 12px;
    line-height: var(--fileNameHeight);
    height: var(--fileNameHeight);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.b-pform__filepreview .__del{
    cursor: pointer;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 8px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
}

.b-pform__filepreview .__item:hover .__del,
.b-pform__filepreview .__item:hover .__name{
    opacity: 1;
}

.b-pform__filepreview .__del,
.b-pform__filepreview .__ext{
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-pform__filepreview .__ext{
    height: calc(100% - var(--fileNameHeight)/2);
}

.b-pform__filewrap{
    display: none;
    position: relative;
    z-index: 1;
}

.b-pform__filewrap + .b-pform__filewrap{
    margin-top: 5px;
}

.b-pform__filewrap .iexform-error-message{
    margin-left: 1px;
    margin-top: -20px;
}

.b-pform__input_file{
    position: relative;
    z-index: 0;
    padding-right: 72px;
}

.b-pform__filebutton{
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
}

.b-pform__filewrap .b-pform__filebutton{
    bottom: auto;
    top: 0;
}

.b-pform__filereal{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.b-pform__step{
    display: none;
}
.b-pform__step_curr{
    display: block;
}

.b-pform__steptitle{
    display: inline-block;
    text-align: right;
    margin-bottom: 24px;
    font-weight: bold;
    background-color: #b3b3b3;
    padding: 5px 10px 6px 30px;
    color: #fff;
    margin-left: -30px;
}

.b-pform__stepbulls{}
.b-pform__stepbulls i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.b-pform__stepbulls i + i{
    margin-left: 5px;
}
.b-pform__stepbulls i.curr{
    background: #b3b3b3;
}

.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
    color: #555 !important;
}
.b-pform__policy,
.b-pform__policy:visited {
    text-decoration: underline !important;
}
.b-pform__policy:hover {
    text-decoration: none !important;
}

.b-pform_for_dark_bg .b-pform__policy,
.b-pform_for_dark_bg .b-pform__policy:hover,
.b-pform_for_dark_bg .b-pform__policy:visited{
    color: #fff !important;
}

/* b-pform-tooltip */

.b-pform-tooltip {
    cursor: pointer;
    max-width: 100%;
    padding: 2px 8px 3px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
}

.b-pform-tooltip-arrow,
.b-pform-tooltip-arrow::before {
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
}

.b-pform-tooltip-arrow::before {
    content: "";
    transform: rotate(45deg);
    left: -3px;
}

.b-pform-tooltip,
.b-pform-tooltip-arrow::before{
    background-color:  #a2a1a1;
}

.b-pform-tooltip.error,
.b-pform-tooltip.error .b-pform-tooltip-arrow::before {
    background-color: red;
}

.b-pform-tooltip[data-popper-placement^="top"] .b-pform-tooltip-arrow {
    bottom: -3px;
}

.b-pform-tooltip[data-popper-placement^="right"] .b-pform-tooltip-arrow {
    left: 0;
}

.b-pform-tooltip[data-popper-placement^="bottom"] .b-pform-tooltip-arrow {
    top: -3px;
}

.b-pform-tooltip[data-popper-placement^="left"] .b-pform-tooltip-arrow {
    right: -6px;
}

.b-pform-tooltip.error.common {
    margin: 0;
    padding: 4px 10px;
    border: none;
}
.b-pform-tooltip.error.common .b-pform-tooltip-arrow {
    display: none;
}


/* b-pform-panel */

.b-pform-panel,
.b-pform-panel *,
.b-pform-panel *::after,
.b-pform-panel *::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    color: #555555;
}

.b-pform-panel_white_icons *,
.b-pform-panel_white_icons *::after,
.b-pform-panel_white_icons *::before{
    color: #fff;
}

.b-pform-panel{
    position: fixed;
    z-index: 999990;
    right: 0;
    top: 50%;
    /*width: 272px; не фиксиуруем ширину */
    opacity: 0.9;
}

.b-pform-panel_hidden{
}

.b-pform-panel_r{
    right: 0;
    left: auto;
}

.b-pform-panel_l{
    left: 0;
    right: auto;
}

.b-pform-panel__menu{}

@media (min-width: 768px) {
    .b-pform-panel_hidden .b-pform-panel__menu{
        transform: translateX(-58px);
    }
}

.b-pform-panel__option{
    display: block;
    position: relative;
    border-style: solid;
    border-color: #ec673c;
    border-width: 1px 0 0 1px;
    background-color: #d85328;
    font-size: 14px;
    line-height: 17px;
    padding: 23px 20px 22px 58px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.b-pform-panel__option:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__option:hover{
    color: #fff;
}

.b-pform-panel__option:first-child {
    border-top-left-radius: 13px;
}

.b-pform-panel__option:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-width: 1px;
}

.b-pform-panel__option .b-pform-ico{
    position: absolute;
    font-size: 24px;
    top: 50%;
    margin-top: -12px;
    left: 20px;
}

.b-pform-panel_hidden .b-pform-panel__option .b-pform-ico {
    left: 17px;
}

.b-pform-panel__hide,
.b-pform-panel__show{
    display: block;
    position: relative;
    box-sizing: border-box;

    height: 28px;
    line-height: 26px;

    font-size: 15px;
    font-weight: 400;
    text-decoration: none;

    border-style: solid;
    border-color: #ec673c;
    border-width: 0 0 1px 1px;
    border-bottom-left-radius: 10px;
    background-color: #d85328;
    outline: none;

    padding: 0 10px 0 24px;
    margin-top: -1px;
}

.b-pform-panel__hide:hover,
.b-pform-panel__show:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__hide:hover,
.b-pform-panel_white_icons .b-pform-panel__show:hover{
    color: #fff;
}

.b-pform-panel__hide{
    float: right;
}

.b-pform-panel__show{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .b-pform-panel__show{
        border-top-left-radius: 10px;
    }
}

.b-pform-panel_hidden .b-pform-panel__show{
    display: block;
    padding-right: 4px;
}

.b-pform-panel__show .b-pform-ico,
.b-pform-panel__hide .b-pform-ico{
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -11px;
    font-size: 20px;
}


/* responsive */

@media (max-width: 490px) {
    .iexmodal .b-pform_multistep .b-pform__buttons{
        text-align: center;
    }
    .b-pform_multistep .b-pform__bt,
    .iexmodal .b-pform_multistep .b-pform__bt{
        width: auto;
        padding: 0 17px;
    }
    .b-pform_multistep .b-pform__bt_next,
    .iexmodal .b-pform_multistep .b-pform__bt_next {
        padding-right: 35px;
    }
    .b-pform_multistep .b-pform__bt_next .b-pform-ico {
        right: 6px;
    }
}

@media (max-width: 420px) {
    .b-pform__bt{
        box-sizing: border-box;
    }
    .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .iexmodal .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .b-pform__authlinks{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .b-pform__bt_submit,
    .iexmodal .b-pform__bt_submit{
        margin-bottom: 15px;
    }
    .b-pform__bt_close,
    .b-pform__authlinks{
        position: static;
    }
}

/* End */


/* Start:/tools/iexModal/iexModal.css?170314742619690*/
/**
 * iexModal
 */

.iexmodal{
    display: none;
    position: fixed;
    z-index: 9990;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.iexmodal-opened{
    overflow: hidden;
}

.iexmodal-outerscroll.iexmodal{
    overflow-y: auto;
}

.iexmodal-alert.iexmodal{
    right: auto;
    bottom: auto;
    overflow: visible;
}

.iexmodal-spinner {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-loading .iexmodal-spinner{
    display: block;
    opacity: 1;
}

.iexmodal-spinner::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iexmodal-popup {
    position: fixed;
    opacity: 0;
    z-index: 9991;
    /*
    width: задается в JS, по-молчанию 450px;
    height: задается в JS, по-молчанию равен высоте контента (плюс вертикальные паддинги), оставаясь в пределах высоты окна
    */
    left: 50%;
    top: 50%;
    border-radius: 3px;
    background-color: #fff;
    transition: height 1s ease 0s;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    -webkit-appearance: none; /* отключает стили Safari на iOS (чтобы работало box-shadow) */
}

.iexmodal-outerscroll .iexmodal-popup{
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.iexmodal-alert .iexmodal-popup{
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    transition: none;
    -webkit-box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
}

.iexmodal-fullscreen .iexmodal-popup{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-outerscroll.iexmodal-fullscreen .iexmodal-popup{
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    min-height: 100%;
}

.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
    bottom: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-y .iexmodal-popup{
    top: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
    right: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-x .iexmodal-popup{
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.iexmodal-top .iexmodal-popup{
    top: 0;    
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 0 0 3px 3px;
}

.iexmodal-top.iexmodal-overflow-y .iexmodal-popup{
    bottom: 10px;
}

.iexmodal-right .iexmodal-popup{
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-radius: 3px 0 0 3px;
}

.iexmodal-right.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
}

.iexmodal-bottom .iexmodal-popup{
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.iexmodal-bottom.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
}

.iexmodal-left .iexmodal-popup{
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 3px 0;
}

.iexmodal-left.iexmodal-overflow-x .iexmodal-popup{
    right: 10px;
}

.iexmodal-fullscreen .iexmodal-popup,
.iexmodal-top .iexmodal-popup,
.iexmodal-right .iexmodal-popup,
.iexmodal-bottom .iexmodal-popup,
.iexmodal-left .iexmodal-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-inner {
    position: relative;
    z-index: 9992;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    cursor: default;
    height: 100%;
}

/* нужно чтобы за границу блока iexmodal-inner-wrap не вылазили margin-top у первого дочернего элемента и margin-bottom у последнего дочернего элемента */
.iexmodal-inner-wrap::before,
.iexmodal-inner-wrap::after{
    content: "";
    display: block;
    height: 1px;
}

.iexmodal-icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: currentColor;
}

.iexmodal-close-outer,
.iexmodal-close-inner{
    position: absolute;
    padding: 18px;
    stroke-linecap: round;
    cursor: pointer;
}

.iexmodal-close-outer{
    right: 0;
    top: 0;
    font-size: 26px;
    stroke-width: 2.3px;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-right .iexmodal-close-outer{
    right: auto;
    left: 0;
}

.iexmodal-loading .iexmodal-close-outer{
    opacity: 1;
}

.iexmodal-close-inner{
    z-index: 9993;
    right: -5px;
    top: -5px;
    font-size: 18px;
    stroke-width: 3px;
    color: #000;
}

.iexmodal-right .iexmodal-close-inner{
    right: auto;
    left: -5px;
}

.iexmodal-close-outer .iexmodal-icon,
.iexmodal-close-inner .iexmodal-icon{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
}

.iexmodal-close-inner .iexmodal-icon{
    opacity: 0.6;
}

.iexmodal-close-outer:hover .iexmodal-icon,
.iexmodal-close-inner:hover .iexmodal-icon{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iexmodal-close-inner:hover .iexmodal-icon{
    opacity: 0.8;
}

.iexmodal-content{
    display: none;
}

.iexmodal-debug-wrap{
    word-wrap: break-word;
}

.iexmodal-debug-code{
    max-height: 150px;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #e8e8e8;
    padding: 5px 6px;
    font-family: monospace;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}

.iexmodal-debug-panel{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    white-space: pre;
    font-family: monospace;
    overflow: scroll;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px 6px;
}

@media (min-width: 500px) {
    .iexmodal-debug-panel{
        width: 60%;
    }
}

@media (min-width: 1000px) {
    .iexmodal-debug-panel{
        width: 40%;
    }
}

.iexmodal-animate{
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    opacity: 1;
}

@-webkit-keyframes iexmodal-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes iexmodal-animate-wrap-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iexmodal-animate-wrap-in {
    -webkit-animation-name: iexmodal-animate-wrap-in;
    animation-name: iexmodal-animate-wrap-in;
}

@-webkit-keyframes iexmodal-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes iexmodal-animate-wrap-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.iexmodal-animate-wrap-out {
    -webkit-animation-name: iexmodal-animate-wrap-out;
    animation-name: iexmodal-animate-wrap-out;
}

@-webkit-keyframes iexmodal-animate-default-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-default-in {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-default-in {
    -webkit-animation-name: iexmodal-animate-default-in;
    animation-name: iexmodal-animate-default-in;
}

@-webkit-keyframes iexmodal-animate-default-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}

@keyframes iexmodal-animate-default-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 70px, 0);
        transform: translate3d(0, 70px, 0);
    }
}

.iexmodal-animate-default-out {
    -webkit-animation-name: iexmodal-animate-default-out;
    animation-name: iexmodal-animate-default-out;
}

@-webkit-keyframes iexmodal-animate-fullscreen-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes iexmodal-animate-fullscreen-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.iexmodal-animate-fullscreen-in {
    -webkit-animation-name: iexmodal-animate-fullscreen-in;
    animation-name: iexmodal-animate-fullscreen-in;
}

@-webkit-keyframes iexmodal-animate-fullscreen-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes iexmodal-animate-fullscreen-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.iexmodal-animate-fullscreen-out {
    -webkit-animation-name: iexmodal-animate-fullscreen-out;
    animation-name: iexmodal-animate-fullscreen-out;
}

@-webkit-keyframes iexmodal-animate-alert-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    70% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-alert-in {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    70% {
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-alert-in {
    -webkit-animation-name: iexmodal-animate-alert-in;
    animation-name: iexmodal-animate-alert-in;
}


@-webkit-keyframes iexmodal-animate-alert-out {
    0% {
    }

    30% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes iexmodal-animate-alert-out {
    0% {
    }

    30% {
        -webkit-transform: translate3d(-40px, 0, 0);
        transform: translate3d(-40px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.iexmodal-animate-alert-out {
    -webkit-animation-name: iexmodal-animate-alert-out;
    animation-name: iexmodal-animate-alert-out;
}

@-webkit-keyframes iexmodal-animate-top-in {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-top-in {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-top-in {
    -webkit-animation-name: iexmodal-animate-top-in;
    animation-name: iexmodal-animate-top-in;
}

@-webkit-keyframes iexmodal-animate-top-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes iexmodal-animate-top-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.iexmodal-animate-top-out {
    -webkit-animation-name: iexmodal-animate-top-out;
    animation-name: iexmodal-animate-top-out;
}


@-webkit-keyframes iexmodal-animate-bottom-in {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-bottom-in {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-bottom-in {
    -webkit-animation-name: iexmodal-animate-bottom-in;
    animation-name: iexmodal-animate-bottom-in;
}


@-webkit-keyframes iexmodal-animate-bottom-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes iexmodal-animate-bottom-out {
    from {
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.iexmodal-animate-bottom-out {
    -webkit-animation-name: iexmodal-animate-bottom-out;
    animation-name: iexmodal-animate-bottom-out;
}

@-webkit-keyframes iexmodal-animate-right-in {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-right-in {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-right-in {
    -webkit-animation-name: iexmodal-animate-right-in;
    animation-name: iexmodal-animate-right-in;
}

@-webkit-keyframes iexmodal-animate-right-out {
    from {
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes iexmodal-animate-right-out {
    from {
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.iexmodal-animate-right-out {
    -webkit-animation-name: iexmodal-animate-right-out;
    animation-name: iexmodal-animate-right-out;
}

@-webkit-keyframes iexmodal-animate-left-in {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes iexmodal-animate-left-in {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.iexmodal-animate-left-in {
    -webkit-animation-name: iexmodal-animate-left-in;
    animation-name: iexmodal-animate-left-in;
}

@-webkit-keyframes iexmodal-animate-left-out {
    from {
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes iexmodal-animate-left-out {
    from {
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.iexmodal-animate-left-out {
    -webkit-animation-name: iexmodal-animate-left-out;
    animation-name: iexmodal-animate-left-out;
}

/*
 * END: iexModal
 */

/*
 * perfect-scrollbar.js
 */
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/*
 * END: perfect-scrollbar.js
 */

/*
 * iexModal fixes for perfect-scrollbar.js
 */
.ps .ps__rail-x{
    display: none !important;
}
.ps .ps__rail-y{
    opacity: 0.4 !important;
    background-color: #ddd;
    width: 8px;
    transition: width .2s linear, background-color .2s linear;
    -webkit-transition: width .2s linear, background-color .2s linear;
}
.ps .ps__thumb-y{
    background-color: #000;
    width: auto;
    left: 2px;
    right: 2px;
}
.ps .ps__rail-y:hover{
    width: 12px;
    background-color: #ddd;
}
.ps .ps__rail-y:hover > .ps__thumb-y{
    background-color: #000;
    left: 2px;
    right: 2px;
    width: auto;
}
/*
 * END: iexModal fixes for perfect-scrollbar.js
 */
/* End */


/* Start:/tools/css/redisign.css?174160021026782*/
.b-sub-menu .__lvl2 .__grid > ul, .b-sub-menu .__lvl2 .__grid .__sub, .b-sub-menu .__lvl1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-bttn, .b-sub-menu .__lvl2 .__grid > ul a, .b-sub-menu .__lvl2 .__grid .__sub a, .b-sub-menu .__lvl2 .__grid > ul .__ico, .b-sub-menu .__lvl2 .__grid .__sub .__ico, .b-sub-menu .__lvl1 > li > a path, .b-sub-menu .__lvl1 > li > a, .b-sections-item, .b-search .__button, .b-search-input, .b-slider__item .__bner-btn {
  transition: all 0.3s ease-out;
}

.b-top-header {
  background: #F5F5F5;
  padding: 0 !important;
  height: 30px !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .b-top-header {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .b-top-header .b-wrapper {
    width: 100%;
  }
}
.b-top-header .__grid {
  grid-template-columns: 1fr auto;
  display: grid;
  grid-gap: 16px;
  align-items: center;
}
.b-top-header a {
  color: #0089D9;
}

.b-region {
  font-size: 11px;
}
.b-region .b-dropdown {
  font-size: 11px;
}

.b-region__form {
  font-size: 11px;
}

.b-top-header-list {
  float: none;
  display: flex;
  gap: 18px;
}
@media (max-width: 1000px) {
  .b-top-header-list {
    display: inline-block;
  }
}

.b-top-header-list__item {
  font-size: 11px;
}
.b-top-header-list__item a {
  color: #54679F;
}

.b-head {
  padding: 16px 0;
}

.b-head-row {
  gap: 20px;
}
.b-head-row .__logo {
  margin-right: 0;
}
.b-head-row .__logo img {
  max-width: 100%;
}
@media (max-width: 1000px) {
  .b-head-row .__logo img {
    max-width: 110px;
  }
}
.b-head-row .__right {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-gap: 20px;
}
@media (max-width: 1000px) {
  .b-head-row .__right {
    grid-template-columns: repeat(2, auto);
    align-items: center;
  }
}
.b-head-row .__info {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 8px 20px;
  margin: 0;
}
@media (max-width: 1000px) {
  .b-head-row .__info {
    display: none;
  }
}
.b-head-row .__info .__phone {
  flex-direction: column;
  gap: 8px;
  align-items: start;
}
.b-head-row .__info .__phone.--span-2 {
  grid-column: span 2;
}
.b-head-row .__info .__phone a {
  display: block;
  font-size: 22px;
  line-height: 1;
}
.b-head-row .__info .__phone a span {
  font-size: 22px;
  line-height: 1;
}
.b-head-row .__info .__phone span {
  margin: 0;
  color: #94A3B7;
}
@media (max-width: 1000px) {
  .b-head-row .__info .__phone {
    display: none;
  }
}
.b-head-row .__info .__soc {
  display: flex;
  gap: 8px;
  line-height: 16px;
  align-items: flex-end;
}
.b-head-row .__info .__soc .b-header-email {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
}
.b-head-row .__time {
  position: static;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .b-head-row .__time {
    display: none;
  }
}
.b-head-row .__time:before {
  content: none;
}
.b-head-row .__time .__txt {
  font-size: 12px;
  color: #008FD0;
  margin-bottom: 14px;
}
.b-head-row .__time .b-bttn {
  margin-top: auto;
}
.b-head-row .__line {
  height: 100%;
  background: #ccc;
  width: 1px;
}
@media (max-width: 1000px) {
  .b-head-row .__line {
    display: none;
  }
}
@media (max-width: 1000px) {
  .b-head-row .__cart {
    margin: 0;
  }
}
.b-head-row .__cart .b-scart {
  margin: 0;
  font-size: 13px;
  padding: 0;
}
.b-head-row .__cart .b-scart .b-ico_scart {
  display: none;
}
@media (max-width: 1000px) {
  .b-head-row .__cart .b-scart .b-ico_scart {
    display: block;
  }
}
.b-head-row .__cart .b-scart .hidden-message-small-cart {
  margin: 0;
}
.b-head-row .__cart .b-scart__title {
  display: flex;
  gap: 8px;
  color: #16A9FF;
  align-items: center;
}

.b-callback {
  display: flex;
  align-items: flex-end;
}
.b-callback a {
  text-decoration: none;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 16px;
}
.b-callback a span, .b-callback a .__title {
  text-decoration: underline;
  line-height: 16px;
  color: #0088D9;
}
.b-callback a .__title {
  color: #94A3B7;
}
.b-callback a:hover span {
  text-decoration: none;
}

.b-header-email {
  color: #0088D9;
}

.b-nav {
  height: 40px;
  background: #00417D;
  border: none;
  line-height: 40px;
}
.b-nav .b-nav-list {
  display: flex;
  justify-content: space-between;
}
.b-nav .b-megamenu__mainbtn {
  background: #008FD0;
  width: fit-content;
  height: 40px;
  gap: 14px;
  display: flex;
  padding: 0 15px;
  align-items: center;
  text-shadow: none;
  border-radius: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.b-nav .b-nav-list__item {
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media (max-width: 1199px) {
  .b-nav .b-nav-list__item {
    font-size: 14px;
  }
}
.b-nav .b-nav-list__link {
  padding: 0 8px;
}
.b-nav .b-nav-list__item_red .b-nav-list__link {
  background: #F90;
  padding: 0 16px;
}

.b-alert-n {
  display: flex;
  align-items: center;
  padding: 7px 0;
  background: #F5F5F5;
  color: #4D4D4D;
  font-size: 11px;
  font-weight: 400;
}

.b-cats-search {
  height: auto;
  padding: 16px 0;
}
@media (max-width: 1000px) {
  .b-cats-search {
    padding: 16px 2%;
  }
}

.b-searchblock {
  width: 100%;
  float: none;
}

.b-search {
  max-width: none;
  margin: 0;
  position: relative;
}
.b-search .b-form__input {
  padding: 0 32px 0 10px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  border: 1px solid #DBE1E9;
  background: #F6F6F6;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.b-search .b-button_search {
  font-size: 0;
  height: 32px;
  width: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  border-radius: 0px 2px 2px 0px;
  background: #008FD0 url("/images/search.svg") no-repeat center;
  margin: 0;
}

.b-slider__item .__bner-btn {
  min-width: 130px;
  border: 1.7px solid #FFF;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: #F90;
  display: flex;
  height: 34px;
  padding: 2px 14px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  gap: 8px;
  border-radius: 8px;
  box-shadow: 0px 0px 7.15789px 0px rgba(70, 0, 0, 0.75) inset;
  color: #fff;
  overflow: hidden;
}
.b-slider__item .__bner-btn:hover {
  background: #008FD0;
}
@media (max-width: 991px) {
  .b-slider__item .__bner-btn {
    display: none;
  }
}

.b-search-result {
  box-shadow: 1px 1px 3px #666;
  max-height: 346px;
  overflow: auto;
  position: absolute;
  top: 60px;
  border-radius: 2px;
  z-index: 5;
  background: #fff;
  width: 100%;
  display: none;
}

.b-search-result.--active {
  display: block;
}

.b-search-result .b-searchdrop__num {
  padding: 20px;
  margin: 0;
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: none;
}
.b-search-result .b-searchdrop__num a {
  text-decoration: none;
}

.b-search-result .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px;
}

.b-search-result::-webkit-scrollbar {
  width: 4px;
}

.b-search-result::-webkit-scrollbar-track {
  background-color: #f6f6f6;
}

.b-search-result::-webkit-scrollbar-thumb {
  background: #0088D9;
  border-radius: 2px;
}

.b-search-result .__item {
  padding: 16px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  margin: 0 16px;
  position: relative;
  color: #4D4D4D;
}

.b-search-result .__item:last-child {
  border: none;
}

.b-search-result .__item .__article {
  font-size: 14px;
  margin-bottom: 8px;
}

.b-search-result .__item .__name {
  display: block;
  margin-bottom: 4px;
  text-decoration: none;
  font-size: 15px;
  color: #000;
  line-height: 1.1;
}

.b-search-result .__item .__price {
  font-size: 16px;
  color: #0088D9;
  font-weight: 500;
}

.b-search-result .__item .__img {
  max-width: 50px;
}

.b-search-result .__item .__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.b-search-error {
  position: absolute;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  color: #0088D9;
  top: 54px;
  z-index: 5;
  width: 100%;
}

.b-search-input {
  background: #FFFFFF;
  border: 1px solid #DBE1E9;
  border-radius: 4px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  display: flex;
  color: #4D4D4D;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  box-sizing: border-box;
}
.b-search-input::placeholder {
  color: #9E9E9E;
}
.b-search-input:focus {
  border: 1px solid #0088D9;
  outline: none;
  box-shadow: none;
}

.b-search {
  white-space: normal;
  position: relative;
}
.b-search .__button {
  position: absolute;
  right: 16px;
  cursor: pointer;
  top: 50%;
  background: none;
  border: none;
  transform: translate(0, -50%);
}
.b-search .__button:hover {
  opacity: 0.7;
}

.b-wrapper-privasy p {
  color: #000000;
}

.b-consent {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.b-consent .__text {
  font-size: 14px;
}

.b-btn-privacy {
  background: #008fd0;
  text-decoration: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-size: 14px;
  text-shadow: none;
  transition: all 0.3s ease-out;
}

.b-anim-slider {
  width: 100%;
  background: url("/images/v3/bners/25d.png");
  background-size: cover;
  aspect-ratio: 4.5/1;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.b-anim-slider.--ng {
  background: url("/images/v3/bners/ng.png");
  background-size: cover;
}
.b-anim-slider.--ng a {
  display: block;
  z-index: 2;
}
.b-anim-slider.--1 {
  background: url("/images/v3/bners/bner-istratex.png");
  background-size: cover;
}
.b-anim-slider.--1 a {
  display: block;
  z-index: 2;
}
.b-anim-slider.--3 {
  background: url("/images/v3/bners/arven.png");
  background-size: cover;
}
.b-anim-slider.--3 a {
  display: block;
  z-index: 2;
}
.b-anim-slider.--4 {
  background: url("/images/v3/bners/tesk3с.png");
  background-size: cover;
}
.b-anim-slider.--4 a {
  display: block;
  z-index: 2;
}
.b-anim-slider.--2 {
  background: url("/images/v3/bners/speroni.png");
  background-size: cover;
}
.b-anim-slider.--2 a {
  display: block;
  z-index: 2;
}
.b-anim-slider.--2 .__dice {
  position: absolute;
  background: url("/images/v3/bners/dice.png");
  background-size: contain;
  aspect-ratio: 1/1;
  animation: pulse 2s infinite ease-out;
  transform-origin: center;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.b-anim-slider.--2 .__dice.--1 {
  width: 7.7%;
  left: 13%;
  top: 57%;
  rotate: 25deg;
}
.b-anim-slider.--2 .__dice.--2 {
  width: 2.5%;
  top: 50%;
  left: 48%;
  rotate: 75deg;
  animation-duration: 1.7s;
}
.b-anim-slider.--2 .__dice.--3 {
  bottom: -28%;
  width: 8%;
  left: 50%;
  animation-delay: 2s;
}
.b-anim-slider.--2 .__dice.--4 {
  rotate: 90deg;
  width: 4.5%;
  bottom: 4%;
  right: 14%;
  animation-duration: 1.7s;
}
.b-anim-slider a {
  height: 100%;
}
.b-anim-slider .__circles {
  background: url("/images/v3/bners/circles/animate.png");
  background-size: cover;
  height: 100%;
  width: 32%;
  margin-left: 28%;
  position: relative;
}
.b-anim-slider .__circles .__circle {
  position: absolute;
  top: 29%;
  right: -30%;
  height: 66%;
  aspect-ratio: 1/1;
  animation: pulse 2s infinite ease-out;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.11);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
.b-order-filter-short__item, .b-order-filter-short__item:visited {
  font-size: 14px;
}
.b-order-filter-short__item.b-order-filter-short__toggle, .b-order-filter-short__item:visited.b-order-filter-short__toggle {
  position: static;
}

.--fw-600 {
  font-weight: 600;
}

.b-swiper-wrapper {
  position: relative;
}
.b-swiper-wrapper .swiper {
  overflow: hidden;
}

.b-card__mir {
  display: inline-block;
  height: 30px;
}
.b-card__mir img {
  display: block;
  object-fit: scale-down;
}

.b-not-supplied {
  border: 1px solid #FF6E0D;
  padding: 11px;
  color: #FF6E0D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
}

.b-product-other {
  display: grid;
}
.b-product-other.--notsupplied .__item:last-child {
  order: 1;
}

.b-arhive-link {
  display: inline-flex;
  margin-top: 24px;
  font-size: 16px;
  position: static;
  margin-bottom: 24px;
  color: #0089D9;
  cursor: pointer;
}

.b-not-suppliet-mark {
  position: absolute;
  right: 0;
  left: 0;
  font-weight: bold;
  top: 0;
  width: 100%;
  background: #FF6E0D;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
  text-align: center;
  z-index: 10;
  line-height: 1.2;
  padding: 6px 0;
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}
.cols-2 .b-zakaz__item {
  margin: 0;
}
.cols-2 .b-zakaz__item .b-title_h3 {
  margin-bottom: 0;
}
.cols-2 .b-zakaz__item .b-zakaz__link {
  display: block;
  margin-bottom: 8px;
}
.cols-2 .b-zakaz__item img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .b-row.--pay img {
    width: auto;
  }
}
.b-row.--pay .b-payment {
  margin: 10px 0 15px;
}
.b-row.--pay .b-payment img {
  margin: 2px 0;
}

.b-bg_info-pay {
  background: url("/images/v3/payment/card.png") no-repeat center top;
}

.b-nav-list .b-megamenu-cats__cat .b-megamenu-cats__list {
  display: none;
}
.b-nav-list .b-megamenu-cats__table tr {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.b-nav-list .b-megamenu-cats__table tr .b-megamenu-cats__cat {
  width: auto;
}
.b-nav-list .b-megamenu__drop {
  width: 100%;
}

.b-iex-slider-container {
  width: 100%;
  margin-bottom: 24px;
}

.b-iex-value-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.b-iex-value-labels span {
  font-weight: bold;
  position: relative;
}

.b-iex-noUi-target {
  background-color: #cceeff;
}

.b-iex-noUi-base {
  background: #cceeff;
}

.b-iex-noUi-connect {
  background: #0056b3;
}

.b-iex-noUi-handle {
  border: 2px solid #0056b3;
  background: #007bff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.b-iex-slider-container .noUi-horizontal {
  height: 8px;
}

.b-iex-slider-container .noUi-handle {
  width: 16px !important;
  height: 16px !important;
  box-shadow: none !important;
  background: #008fd0;
  border: 1px solid #008fd0 !important;
  border-radius: 50% !important;
}

.b-iex-slider-container .noUi-connect {
  background: #008fd0;
}

.b-iex-slider-container .noUi-horizontal .noUi-handle {
  top: -6px !important;
  left: 12px;
}

.b-iex-slider-container .noUi-handle:after, .b-iex-slider-container .noUi-handle:before {
  content: none !important;
}

.b-sections-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4px;
  padding: 16px 0;
  border-bottom: 1px solid #ececec;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .b-sections-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-sections-grid {
    grid-template-columns: 1fr;
  }
}
.b-sections-grid div {
  height: 100%;
}

.b-sections-item {
  box-sizing: border-box;
  display: flex;
  gap: 8px;
  padding: 8px;
  align-items: center;
  color: #1C1C1C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0px 4px 8px 0px rgba(179, 186, 195, 0.4);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DBE1E9;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 991px) {
  .b-sections-item {
    font-size: 12px;
  }
}
.b-sections-item:hover {
  color: #008FD0;
  border: 1px solid transparent;
}
.b-sections-item img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 1439px) {
  .b-sections-item img img {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 991px) {
  .b-sections-item img img {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .b-main {
    width: auto;
  }
}

.b-sub-menu {
  padding: 16px;
  border-radius: 4px;
  z-index: 1000;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background: #fff;
  display: none;
  height: 464px;
  overflow: hidden;
  box-shadow: 0px 6px 12px 0px rgba(64, 94, 110, 0.1803921569);
  box-sizing: border-box;
}
.b-sub-menu .__close {
  top: 16px;
  right: 16px;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.b-sub-menu * {
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .b-sub-menu {
    height: 420px;
  }
}
.b-sub-menu .__lvl1 {
  width: 260px;
  height: 100%;
  overflow: auto;
}
.b-sub-menu .__lvl1::-webkit-scrollbar {
  width: 4px;
  background-color: #94A3B7;
  pointer-events: none;
}
.b-sub-menu .__lvl1::-webkit-scrollbar-thumb {
  background-color: #0089D9;
}
.b-sub-menu .__lvl1 > li {
  margin-bottom: 0;
}
.b-sub-menu .__lvl1 > li.--active > a {
  background: #F0F4F8;
}
.b-sub-menu .__lvl1 > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  gap: 8px;
  line-height: 1;
  padding: 8px 32px 8px 8px;
  color: #1C1C1C;
  font-size: 16px;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  border-radius: 2px;
}
.b-sub-menu .__lvl1 > li > a span {
  color: #94A3B7;
}
.b-sub-menu .__lvl1 > li > a > svg {
  min-width: 32px;
  height: 32px;
}
.b-sub-menu .__lvl1 > li > a:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4142 8L10.7071 8.70711L6.70711 12.7071L6 13.4142L4.58578 12L5.29289 11.2929L8.58578 8L5.29289 4.70711L4.58579 4L6 2.58578L6.70711 3.29289L10.7071 7.29289L11.4142 8Z' fill='%23396EBE'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}
.b-sub-menu .__lvl1 > li > a:hover {
  background: #F4F4F4;
  color: #00519D;
}
.b-sub-menu .__lvl1 > li > a:hover path {
  fill: #0089D9;
}
.b-sub-menu .__lvl1 > li > a:hover:after {
  opacity: 1;
}
.b-sub-menu .__lvl2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: 260px;
  padding: 24px 16px 0 32px;
  display: grid;
  overflow: auto;
}
.b-sub-menu .__lvl2::-webkit-scrollbar {
  width: 4px;
  background-color: #94A3B7;
  pointer-events: none;
}
.b-sub-menu .__lvl2::-webkit-scrollbar-thumb {
  background-color: #0089D9;
}
.b-sub-menu .__lvl2 .__title {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  color: #000000;
}
.b-sub-menu .__lvl2 .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
.b-sub-menu .__lvl2 .__grid > ul li, .b-sub-menu .__lvl2 .__grid > ul .__link, .b-sub-menu .__lvl2 .__grid .__sub li, .b-sub-menu .__lvl2 .__grid .__sub .__link {
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
}
.b-sub-menu .__lvl2 .__grid > ul li.__has-sub, .b-sub-menu .__lvl2 .__grid > ul .__link.__has-sub, .b-sub-menu .__lvl2 .__grid .__sub li.__has-sub, .b-sub-menu .__lvl2 .__grid .__sub .__link.__has-sub {
  flex-direction: column;
  gap: 16px 8px;
}
.b-sub-menu .__lvl2 .__grid > ul .__link, .b-sub-menu .__lvl2 .__grid .__sub .__link {
  margin-bottom: 0 !important;
}
.b-sub-menu .__lvl2 .__grid > ul .__ico, .b-sub-menu .__lvl2 .__grid .__sub .__ico {
  cursor: pointer;
  min-width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cg clip-path='url(%23clip0_1725_419)'%3E%3Cpath d='M6.5 4V6.5M6.5 9V6.5M6.5 6.5H4M6.5 6.5H9' stroke='%2394A3B7'/%3E%3Crect x='0.5' y='0.5' width='12' height='12' rx='1.5' stroke='%2394A3B7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1725_419'%3E%3Crect width='13' height='13' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.b-sub-menu .__lvl2 .__grid > ul .__ico:hover, .b-sub-menu .__lvl2 .__grid > ul .__ico.--active, .b-sub-menu .__lvl2 .__grid .__sub .__ico:hover, .b-sub-menu .__lvl2 .__grid .__sub .__ico.--active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 13 13' fill='none'%3E%3Cg clip-path='url(%23clip0_1725_421)'%3E%3Crect x='0.5' y='0.5' width='12' height='12' rx='1.5' fill='%230089D9' stroke='%230089D9'/%3E%3Cpath d='M6.5 4V6.5M6.5 9V6.5M6.5 6.5H4M6.5 6.5H9' stroke='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1725_421'%3E%3Crect width='13' height='13' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.b-sub-menu .__lvl2 .__grid > ul a, .b-sub-menu .__lvl2 .__grid .__sub a {
  display: flex;
  gap: 8px;
  align-items: start;
  font-size: 16px;
  color: #1C1C1C;
  line-height: 1;
  text-decoration: none;
  white-space: wrap;
}
.b-sub-menu .__lvl2 .__grid > ul a span, .b-sub-menu .__lvl2 .__grid .__sub a span {
  color: #94A3B7;
}
.b-sub-menu .__lvl2 .__grid > ul a:hover, .b-sub-menu .__lvl2 .__grid .__sub a:hover {
  color: #008FD0;
}
.b-sub-menu .__lvl2 .__sub {
  padding-left: 32px !important;
  width: 100%;
}
.b-sub-menu .__lvl2 .__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.b-sub-menu.--active {
  display: block;
}

.b-elastic-btns .bx_filter_block {
  display: block !important;
}

.bx_filter .bx_filter_search_reset {
  cursor: pointer;
  outline: none;
  font-size: 13px;
  line-height: 35px;
  display: inline-block;
  height: 35px;
  margin-right: 7px;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #586a6f;
  border-radius: 3px;
  background: transparent;
  border: none;
}

@media (max-width: 575px) {
  .b-filter_popup_result {
    display: none !important;
  }
}

.b-bttn {
  height: 58px;
  background: #008FD0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 28px;
  border: none;
  gap: 8px;
  color: #FFF;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  text-shadow: none;
}
.b-bttn:hover {
  background: #0180bb;
}
.b-bttn.--64 {
  height: 64px;
}
.b-bttn.--48 {
  height: 48px;
}
.b-bttn.--22 {
  height: 22px;
  padding: 0 9px;
  font-size: 12px;
}

.--fc-black {
  color: #4D4D4D;
}

.b-filter.--elastic .bx_filter_chbx_list {
  margin-left: 0;
}
.b-filter.--elastic .__filter-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.b-filter.--elastic .__filter-item.--disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
.b-filter.--elastic .__checkbox {
  cursor: pointer;
  display: block;
  width: 13px;
  height: 13px;
  transition: 0.3s;
}
.b-filter.--elastic .__checkbox:hover {
  opacity: 0.8;
}
.b-filter.--elastic .b-filter-item__name:after {
  transition: 0.3s ease-out;
}
.b-filter.--elastic .bx_filter_block {
  overflow-y: auto;
  overflow-x: hidden;
  transition: 0.3s ease-out;
  padding: 6px 9px;
}
.b-filter.--elastic .bx_filter_block::-webkit-scrollbar {
  background-color: rgba(137, 135, 135, 0.3);
  width: 5px;
  border-radius: 7px;
}
.b-filter.--elastic .bx_filter_block::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  width: 5px;
  border-radius: 7px;
}
.b-filter.--elastic .b-filter-item.--active .bx_filter_block {
  display: block;
  max-height: 280px;
}
.b-filter.--elastic .b-filter-item.--active .b-filter-item__name:after {
  transform: rotate(180deg);
}

.b-partners-list{
  width: 100%;
}

@media (max-width: 530px) {
  .b-filter.--elastic .b-filter_popup_result {
    font-size: 12px;
    line-height: 14px;
    position: fixed !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 0;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.1);
  }
  .b-filter.--elastic .b-filter_popup_result .arrow {
    display: none;
  }
}

.bx_filter .bx_filter_parameters_box_title:after {
  position: absolute;
  content: " ";
  width: 7px;
  height: 4px;
  top: 9px;
  left: -13px;
  margin-top: -1px;
  opacity: 0.8;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjWLWCQWsBg1cLQ5AIQ0gIACLDA/lykNHsAAAAAElFTkSuQmCC);
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title:after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjCAthiJrCkLWEYdUKBgYGACBrA/l9XbhoAAAAAElFTkSuQmCC);
}

.b-filter-item {
  position: relative;
  border-top: 1px solid #ececec;
  padding: 4px 10px 0 19px;
}

.bx_filter .bx_filter_parameters_box_title {
  display: block;
  cursor: pointer;
  position: relative;
}

.bx_filter .bx_filter_block {
  display: none;
  padding: 0;
  margin-bottom: 8px;
}

.b-filter_popup_result {
  position: absolute;
  top: 0;
  margin-top: -16px;
  left: 232px;
  font-size: 13px;
  font-weight: normal;
  line-height: 36px;
  z-index: 930;
  display: none;
  height: 35px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  border: 1px solid #c0d7dd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.b-filter_popup_result .b-button {
  margin-left: 8px;
}
.b-filter_popup_result .arrow {
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -7px;
  left: -8px;
  border-left: 1px solid #c0d7dd;
  border-bottom: 1px solid #c0d7dd;
  background: #fff;
  border-radius: 0 0 0 4px;
}
.b-filter_popup_result a {
  color: #0073a3;
}
.b-filter_popup_result a:hover {
  text-decoration: none;
}

.--d-flex {
  display: flex;
}

@media (max-width: 767px) {
  .--col-md {
    flex-direction: column;
  }
}

.--g-8 {
  gap: 8px;
}

.--jc-between {
  justify-content: space-between;
}

.--mt-8 {
  margin-top: 8px;
}

.--mb-12 {
  margin-bottom: 12px;
}

.--w-100 {
  width: 100%;
}

.b-popup-opros .iexform-after-success {
  height: 100% !important;
}

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

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.small/little_cart/style.css?1450194276329*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */
/* /tools/css/perfect-scrollbar.css?14827425705865 */
/* /tools/css/all_style.css?1748422866184730 */
/* /tools/css/header.css?16665988742690 */
/* /tools/css/m_style.css?173106019227693 */
/* /tools/swiper/swiper.css?167143327615776 */
/* /tools/style_ie.css?1450194429418 */
/* /tools/iexForm/iexform.css?170314742518070 */
/* /tools/iexModal/iexModal.css?170314742619690 */
/* /tools/css/redisign.css?174160021026782 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.small/little_cart/style.css?1450194276329 */
