@charset "UTF-8";
@font-face {
  font-family: HelveticaNeueRoman;
  src: url("styles/fonts/HelveticaNeueLTW1G-Roman.otf"); }
@font-face {
  font-family: OpenSans;
  font-weight: 400;
  src: url("styles/fonts/OpenSans-Regular.ttf"); }
@font-face {
  font-family: OpenSans;
  font-weight: 200;
  src: url("styles/fonts/OpenSans-Light.ttf"); }
@font-face {
  font-family: OpenSans;
  font-weight: 600;
  src: url("styles/fonts/OpenSans-Semibold.ttf"); }
@font-face {
  font-family: OpenSans;
  font-weight: bold;
  src: url("styles/fonts/OpenSans-Bold.ttf"); }
@font-face {
  font-family: OpenSans;
  font-weight: 800;
  src: url("styles/fonts/OpenSans-ExtraBold.ttf"); }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, .b-element .spec table td, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0; }

body {
  background: #fff;
  font-family: "OpenSans", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #7a7a7a;
  margin: 0;
  position: relative;
  min-width: 300px; }

input:focus,
textarea:focus {
  outline: none; }

input,
select,
textarea {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  padding: 7px 10px;
  color: #b7b7b7;
  font-size: 18px;
  font-family: "OpenSans", Arial, sans-serif;
  font-weight: 400;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background: #fff; }

a {
  text-decoration: none;
  color: #000; }

a:hover,
a:active {
  text-decoration: underline; }

a img {
  border: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
.clear {
  clear: both; }

.quantity-container {
  width: 130px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  margin: 15px auto; }

.quantity-container .value {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #6F6F6F;
  display: inline;
  -moz-appearance: textfield;
  -moz-outline: 0;
  outline: 0;
  width: 34px;
  height: 21px;
  line-height: 21px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  text-align: center; }

.quantity-container .value::-webkit-outer-spin-button,
.quantity-container .value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.quantity-container .minus,
.quantity-container .plus {
  line-height: 30px;
  font-size: 24px;
  text-indent: -999em;
  outline: 0;
  height: 32px;
  width: 32px;
  background: url("js/quantity/quantity-icons.png") 0 0 no-repeat;
  cursor: pointer; }

.quantity-container .minus {
  float: left;
  background-position: 0 0; }

.quantity-container .plus {
  float: right;
  background-position: -39px 0; }

.b-site.no-animate * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important; }

.b-site.blur {
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px); }

.b-site.blur[data-blur='0'] {
  -webkit-filter: blur(0px);
  -o-filter: blur(0px);
  -moz-filter: blur(0px);
  filter: blur(0px); }

.b-site.blur[data-blur='1'] {
  -webkit-filter: blur(0.5px);
  -o-filter: blur(0.5px);
  -moz-filter: blur(0.5px);
  filter: blur(0.5px); }

.b-site.blur[data-blur='2'] {
  -webkit-filter: blur(1px);
  -o-filter: blur(1px);
  -moz-filter: blur(1px);
  filter: blur(1px); }

.b-site.blur[data-blur='3'] {
  -webkit-filter: blur(1.5px);
  -o-filter: blur(1.5px);
  -moz-filter: blur(1.5px);
  filter: blur(1.5px); }

.b-site.blur[data-blur='4'] {
  -webkit-filter: blur(2px);
  -o-filter: blur(2px);
  -moz-filter: blur(2px);
  filter: blur(2px); }

.b-site.blur[data-blur='5'] {
  -webkit-filter: blur(2.5px);
  -o-filter: blur(2.5px);
  -moz-filter: blur(2.5px);
  filter: blur(2.5px); }

.b-site.blur[data-blur='6'] {
  -webkit-filter: blur(3px);
  -o-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px); }

.b-site.blur[data-blur='7'] {
  -webkit-filter: blur(3.5px);
  -o-filter: blur(3.5px);
  -moz-filter: blur(3.5px);
  filter: blur(3.5px); }

.b-site.blur[data-blur='8'] {
  -webkit-filter: blur(4px);
  -o-filter: blur(4px);
  -moz-filter: blur(4px);
  filter: blur(4px); }

.b-site.blur[data-blur='9'] {
  -webkit-filter: blur(4.5px);
  -o-filter: blur(4.5px);
  -moz-filter: blur(4.5px);
  filter: blur(4.5px); }

.b-site.blur[data-blur='10'] {
  -webkit-filter: blur(5px);
  -o-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px); }

#bx-composite-banner {
  float: right;
  margin: 3px 10px 0 0; }

.b-layout {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

.b-layout-aside {
  float: left;
  width: 240px; }

.b-layout-aside ~ .b-layout-body {
  margin-left: 270px; }
  @media (max-width: 768px) {
    .b-layout-aside ~ .b-layout-body {
      margin-left: 0; } }

.b-pagetitle {
  margin: 15px 0;
  padding-bottom: 10px; }

.b-pagetitle h1 {
  font-size: 28px;
  line-height: 1.2em;
  display: block; }

@media (max-width: 768px) {
  body.off_scroll {
    overflow: hidden; } }
.b-popup {
  position: absolute;
  left: 50%;
  top: 100px;
  display: none;
  width: 600px;
  padding: 25px;
  margin-left: -325px;
  min-height: 350px;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1); }
  @media (max-width: 768px) {
    .b-popup {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: auto;
      margin-left: 0;
      overflow: auto;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .b-popup h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 1em;
    font-weight: 200; }
    @media (max-width: 768px) {
      .b-popup h2 {
        max-width: 80%;
        margin: 0 auto 1em;
        text-align: center; } }
    .b-popup h2 i {
      font-size: 18px;
      border: 2px solid;
      display: inline-block;
      border-radius: 50%;
      width: 32px;
      height: 32px;
      line-height: 32px;
      text-align: center;
      margin-right: 6px; }
      @media (max-width: 768px) {
        .b-popup h2 i {
          position: absolute;
          left: 25px;
          display: block; } }
  .b-popup .close {
    position: absolute;
    right: 20px;
    top: 15px; }
    @media (max-width: 768px) {
      .b-popup .close {
        font-size: 2em;
        right: 35px;
        top: 21px; } }
  .b-popup .buttons {
    margin-top: 25px;
    text-align: center; }
    .b-popup .buttons .dismiss {
      border-color: #fff;
      text-decoration: underline !important; }
      @media (max-width: 568px) {
        .b-popup .buttons .dismiss {
          display: block; } }
      .b-popup .buttons .dismiss:hover {
        background: #fff; }
  .b-popup.b-element-add .mob_image {
    display: none; }
    @media (max-width: 568px) {
      .b-popup.b-element-add .mob_image {
        display: block;
        width: 120px;
        margin: 0 auto; } }
  .b-popup.b-element-add .popup_info {
    width: 100%;
    border-bottom: 1px solid;
    border-collapse: collapse; }
    .b-popup.b-element-add .popup_info td {
      padding: 10px; }
    .b-popup.b-element-add .popup_info .popup_price {
      font-size: 18px;
      font-weight: 400;
      color: #000;
      white-space: nowrap;
      text-align: right; }
    @media (max-width: 568px) {
      .b-popup.b-element-add .popup_info .popup_img {
        display: none; } }
  .b-popup.b-element-add .buttons {
    padding-bottom: 25px;
    border-bottom: 1px solid; }
  .b-popup.b-element-add h3 {
    margin-top: 0.5em;
    font-weight: 200;
    font-size: 24px; }
  .b-popup.b-element-add .popup_recommend {
    width: 100%;
    border-collapse: collapse;
    border-bottom: 1px solid; }
    .b-popup.b-element-add .popup_recommend td {
      padding: 10px; }
    @media (max-width: 568px) {
      .b-popup.b-element-add .popup_recommend .image {
        display: none; } }
  .b-popup.b-basket-fly .items {
    width: 100%;
    border-collapse: collapse; }
    @media (max-width: 768px) {
      .b-popup.b-basket-fly .items {
        font-size: 18px; } }
    .b-popup.b-basket-fly .items td {
      padding: 10px; }
    @media (max-width: 568px) {
      .b-popup.b-basket-fly .items .picture {
        display: none; } }
    .b-popup.b-basket-fly .items .name {
      width: 100%; }
    @media (max-width: 768px) {
      .b-popup.b-basket-fly .items .quantity {
        display: none; } }
    .b-popup.b-basket-fly .items .price {
      font-size: 18px;
      font-weight: 400;
      color: #000;
      white-space: nowrap;
      text-align: right; }
    .b-popup.b-basket-fly .items .total td {
      color: #000;
      text-align: right;
      border-top: 1px solid;
      border-bottom: 1px solid; }
    .b-popup.b-basket-fly .items .remove {
      font-size: 16px; }
      @media (max-width: 768px) {
        .b-popup.b-basket-fly .items .remove {
          font-size: 1.5em; } }
      .b-popup.b-basket-fly .items .remove a {
        color: #999;
        text-decoration: none; }
  .b-popup.b-basket-fly .buttons .btn {
    margin: 0 10px; }
  .b-popup.b-auth-fly {
    width: 301px;
    margin-left: -175.5px; }
    .b-popup.b-auth-fly .errortext {
      display: block;
      padding: 10px;
      border: 2px solid;
      margin-bottom: 10px;
      font-size: 16px;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
    .b-popup.b-auth-fly table {
      width: 100%; }
    .b-popup.b-auth-fly td {
      width: 50%; }
    .b-popup.b-auth-fly .auth_input {
      width: 100%;
      margin-bottom: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .b-popup.b-auth-fly .captcha img {
      margin: 5px 0; }
    .b-popup.b-auth-fly .auth_btn {
      width: 100%;
      margin: 15px 15px 15px 0; }
    .b-popup.b-auth-fly .registration {
      text-align: center; }
    .b-popup.b-auth-fly .socials .title {
      margin: 15px 0 10px;
      font-size: 20px; }
    .b-popup.b-auth-fly .socials li:last-child {
      margin-right: 0; }
  .b-popup.b-popup-subscribe {
    width: 270px;
    margin-left: -135px;
    min-height: 0; }
    .b-popup.b-popup-subscribe h3 {
      text-align: center;
      font-weight: 400;
      font-size: 1.1em; }
  .b-popup.b-one-click-buy {
    width: 400px;
    margin-left: -225px; }
    .b-popup.b-one-click-buy input[type=text],
    .b-popup.b-one-click-buy input[type=email] {
      display: block;
      width: 100%;
      margin: 5px auto 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .b-popup.b-one-click-buy textarea {
      display: block;
      width: 100%;
      margin-top: 5px;
      resize: vertical;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .b-popup.b-one-click-buy .errors {
      padding: 10px;
      margin-top: 10px;
      border: 2px solid;
      text-align: center;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
  .b-popup.b-popup-compare .mob_image {
    display: none; }
    @media (max-width: 568px) {
      .b-popup.b-popup-compare .mob_image {
        display: block;
        width: 120px;
        margin: 0 auto; } }
  .b-popup.b-popup-compare .popup_info {
    width: 100%;
    border-bottom: 1px solid;
    border-collapse: collapse; }
    .b-popup.b-popup-compare .popup_info td {
      padding: 10px; }
    @media (max-width: 568px) {
      .b-popup.b-popup-compare .popup_info .popup_img {
        display: none; } }
  .b-popup.b-popup-compare .buttons {
    padding-bottom: 25px;
    border-bottom: 1px solid; }
  .b-popup.b-popup-compare h3 {
    margin-top: 0.5em;
    font-weight: 200;
    font-size: 24px; }

.b-popup-shadow {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #000;
  background: rgba(0, 0, 0, 0.2); }

.btn {
  display: inline-block;
  padding: 12px 20px;
  border: 2px solid #fff;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .btn:hover {
    text-decoration: none; }
  .btn.btn-secondary {
    border: none;
    text-decoration: underline; }
    .btn.btn-secondary:hover {
      text-decoration: none;
      background: #fff; }

.b-site-settings {
  position: fixed;
  top: 15%;
  left: 0;
  max-height: 70vh;
  z-index: 999999;
  -webkit-transform: translateX(-221px);
  -ms-transform: translateX(-221px);
  transform: translateX(-221px);
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s; }
  .b-site-settings.open, .b-site-settings:hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .b-site-settings .cogs {
    position: absolute;
    top: 0;
    left: 220px;
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #bdb9b9;
    border-left: none;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    font-size: 2.5rem; }
    .b-site-settings .cogs i {
      cursor: pointer; }
  .b-site-settings .settings-box {
    width: 190px;
    padding: 0 15px 15px;
    border: 1px solid #bdb9b9;
    border-left: none;
    border-bottom-right-radius: 5px;
    background-color: #fff; }
    .b-site-settings .settings-box h2 {
      height: 60px;
      line-height: 60px;
      color: #000;
      text-align: center;
      vertical-align: middle; }
    .b-site-settings .settings-box h3 {
      color: #000;
      margin-bottom: 10px; }
  .b-site-settings .theme-colors .color {
    width: 40px;
    height: 40px;
    margin: 0 10px 10px 0;
    float: left;
    border-radius: 50%;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    color: #fff;
    -webkit-transition: opacify 0.3s;
    -moz-transition: opacify 0.3s;
    transition: opacify 0.3s; }
    .b-site-settings .theme-colors .color:nth-child(4n) {
      margin-right: 0; }
    .b-site-settings .theme-colors .color .fa {
      opacity: 0; }
    .b-site-settings .theme-colors .color.active .fa {
      opacity: 1; }

.b-header .top {
  padding: 4px 0 5px;
  border-bottom: 1px solid;
  font-size: 12px; }
  .b-header .top a {
    white-space: nowrap; }
  .b-header .top .b-menu-top {
    float: left; }
    @media (max-width: 568px) {
      .b-header .top .b-menu-top {
        display: none; } }
  .b-header .top .menu_mob {
    display: none;
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 568px) {
      .b-header .top .menu_mob {
        display: block; } }
  .b-header .top .user {
    float: right; }
    @media (max-width: 768px) {
      .b-header .top .user {
        display: none; } }
.b-header .phone {
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  float: right; }
  @media (max-width: 1024px) {
    .b-header .phone {
      float: left; } }
  @media (max-width: 568px) {
    .b-header .phone {
      display: none; } }
  .b-header .phone strong {
    font-size: 24px;
    font-weight: 200;
    display: block;
    margin-bottom: 3px; }
    @media (max-width: 1200px) {
      .b-header .phone strong {
        font-size: 18px; } }
.b-header .header_open_menu {
  float: right;
  font-size: 2.2em;
  cursor: pointer;
  /*@include ipad-landscape {
    margin-left: 0;
  }*/ }
  @media (min-width: 769px) {
    .b-header .header_open_menu {
      display: none; } }
.b-header .basket {
  float: right;
  margin-left: 50px; }
  @media (max-width: 1024px) {
    .b-header .basket {
      margin-left: 20px; } }
  @media (max-width: 768px) {
    .b-header .basket .basket_screen {
      display: none; } }
  .b-header .basket .basket_mob {
    position: relative;
    display: none;
    margin-right: 5px;
    font-size: 2em;
    text-decoration: none; }
    @media (max-width: 568px) {
      .b-header .basket .basket_mob {
        margin-right: 0; } }
    @media (max-width: 768px) {
      .b-header .basket .basket_mob {
        display: block; } }
.b-header .compare {
  float: right;
  margin-left: 50px; }
  @media (max-width: 768px) {
    .b-header .compare {
      margin-left: 20px; } }
.b-header .basket_mob_count, .b-header .compare_mob_count {
  position: relative;
  left: 15px;
  top: -33px;
  display: block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #ff0000;
  border-radius: 50%; }
.b-header .bottom {
  padding: 20px 0;
  overflow: hidden; }
  .b-header .bottom .b-logo {
    float: left;
    width: 210px;
    margin-right: 30px; }
    .b-header .bottom .b-logo img {
      max-width: 100%; }
    @media (max-width: 1024px) {
      .b-header .bottom .b-logo {
        margin-right: 5px; } }
  .b-header .bottom .search {
    float: left;
    width: 420px;
    margin-top: -2px;
    margin-right: 20px; }
    @media (max-width: 1200px) {
      .b-header .bottom .search {
        width: 350px; } }
    @media (max-width: 1024px) {
      .b-header .bottom .search {
        width: 100%;
        margin-top: 15px; } }

.b-basket-line {
  font-size: 14px;
  font-weight: 700;
  line-height: 1; }
  .b-basket-line a, .b-basket-line span {
    display: block;
    font-weight: 200; }

.b-compare-list {
  font-size: 14px;
  font-weight: 700;
  line-height: 1; }
  .b-compare-list a, .b-compare-list span {
    font-weight: 200; }
  .b-compare-list .compare-box {
    width: 90px; }
  .b-compare-list .compare-screen div {
    font-weight: 700; }
  @media (max-width: 768px) {
    .b-compare-list .compare-screen {
      display: none; } }
  .b-compare-list .compare-mob {
    position: relative;
    display: none;
    margin-right: 5px;
    font-size: 2em;
    text-decoration: none; }
    @media (max-width: 768px) {
      .b-compare-list .compare-mob {
        display: block; } }

.b-title-search {
  overflow: hidden; }

.b-title-search .field {
  width: 65%;
  float: left; }

.b-title-search .button {
  width: 25%;
  float: right; }

div.title-search-result {
  border: 1px solid #c6c6c6;
  display: none;
  overflow: hidden;
  z-index: 205;
  width: 500px !important; }

table.title-search-result {
  border-collapse: collapse;
  border: none;
  width: 100%; }

table.title-search-result th, .b-element .spec table.title-search-result td {
  background-color: #F7F7F7;
  border-right: 1px solid #e8e8e8;
  color: #949494;
  font-weight: inherit;
  padding: 2px 12px 2px 14px;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  width: 1%; }

table.title-search-result td {
  background-color: white;
  font-weight: inherit;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left; }

table.title-search-result td.title-search-item {
  padding: 10px 15px; }

table.title-search-result td.title-search-item .picture {
  float: left;
  margin-right: 15px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

table.title-search-result td.title-search-item .picture img {
  display: none; }

table.title-search-result td.title-search-item .description {
  width: 140px;
  margin-left: 120px;
  margin-right: 120px; }

table.title-search-result td.title-search-item .price {
  float: right;
  width: 100px;
  text-align: right;
  color: #555; }

table.title-search-result td.title-search-item .price .catalog-price {
  font-size: 16px;
  font-weight: bold;
  display: block;
  white-space: nowrap; }

table.title-search-result td.title-search-item b {
  font-weight: 400; }

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
  background-color: #fff2be; }

table.title-search-result td.title-search-more {
  font-size: 11px;
  font-weight: normal;
  padding-right: 15px;
  padding-left: 24px;
  padding-top: 0px; }

table.title-search-result td.title-search-more a {
  padding-left: 12px;
  padding-right: 15px;
  text-decoration: none;
  color: #999999; }

table.title-search-result td.title-search-all {
  padding-left: 24px;
  padding-right: 15px; }

table.title-search-result td.title-search-all a {
  padding-left: 4px;
  text-decoration: none;
  color: #808080; }

table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator, .b-element .spec table.title-search-result td.title-search-separator {
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 4px; }

div.title-search-fader {
  display: none;
  position: absolute; }

p.title-search-preview {
  font-size: 12px; }

div.title-search-result td.title-search-price span {
  font-size: 26px; }

.b-auth .sing_in:hover span {
  text-decoration: underline; }

.b-user .personal {
  margin: 0 5px; }
.b-user .sing_out {
  text-decoration: none; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.b-footer .footer_payment {
  padding: 25px 0 20px;
  margin-bottom: 40px;
  color: #555;
  border-bottom: 1px solid #e3e3e3; }
  @media (max-width: 568px) {
    .b-footer .footer_payment {
      width: 70%;
      padding: 30px 0;
      margin: 0 auto;
      text-align: center; } }
  .b-footer .footer_payment > span {
    margin-top: 5px;
    margin-right: 68px;
    float: left; }
    @media (max-width: 568px) {
      .b-footer .footer_payment > span {
        display: block;
        margin: 0 0 10px;
        float: none;
        font-size: 1.4em; } }
  .b-footer .footer_payment .payment_img {
    -webkit-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    float: left;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease; }
    .b-footer .footer_payment .payment_img:hover {
      -webkit-filter: none;
      -o-filter: none;
      -moz-filter: none;
      filter: none;
      opacity: 1; }
    @media (max-width: 568px) {
      .b-footer .footer_payment .payment_img {
        float: none;
        display: inline-block !important; } }
  .b-footer .footer_payment .sprite_payment_list {
    background-image: url(img/payments.png);
    background-repeat: no-repeat;
    display: block; }
  .b-footer .footer_payment .sprite_pl_ALFABANK {
    width: 48px;
    height: 32px;
    background-position: -5px -5px; }
  .b-footer .footer_payment .sprite_pl_AMERICAN_EXPRESS {
    width: 48px;
    height: 32px;
    background-position: -63px -5px; }
  .b-footer .footer_payment .sprite_pl_ASSIST {
    width: 48px;
    height: 32px;
    background-position: -121px -5px; }
  .b-footer .footer_payment .sprite_pl_CHRONOPAY {
    width: 48px;
    height: 32px;
    background-position: -179px -5px; }
  .b-footer .footer_payment .sprite_pl_CIRRUS {
    width: 48px;
    height: 32px;
    background-position: -5px -47px; }
  .b-footer .footer_payment .sprite_pl_CONTACT {
    width: 48px;
    height: 32px;
    background-position: -63px -47px; }
  .b-footer .footer_payment .sprite_pl_DINERS_CLUB {
    width: 48px;
    height: 32px;
    background-position: -121px -47px; }
  .b-footer .footer_payment .sprite_pl_ELECSNET {
    width: 48px;
    height: 32px;
    background-position: -179px -47px; }
  .b-footer .footer_payment .sprite_pl_INTELLECTMONEY {
    width: 48px;
    height: 32px;
    background-position: -5px -89px; }
  .b-footer .footer_payment .sprite_pl_JCB {
    width: 48px;
    height: 32px;
    background-position: -63px -89px; }
  .b-footer .footer_payment .sprite_pl_MAESTRO {
    width: 48px;
    height: 32px;
    background-position: -121px -89px; }
  .b-footer .footer_payment .sprite_pl_MAIL_MONEY {
    width: 48px;
    height: 32px;
    background-position: -179px -89px; }
  .b-footer .footer_payment .sprite_pl_MASTERCARD {
    width: 48px;
    height: 32px;
    background-position: -5px -131px; }
  .b-footer .footer_payment .sprite_pl_MIGOM {
    width: 48px;
    height: 32px;
    background-position: -63px -131px; }
  .b-footer .footer_payment .sprite_pl_MONEYMAIL {
    width: 48px;
    height: 32px;
    background-position: -121px -131px; }
  .b-footer .footer_payment .sprite_pl_MTS_BANK {
    width: 48px;
    height: 32px;
    background-position: -179px -131px; }
  .b-footer .footer_payment .sprite_pl_PAYPAL {
    width: 48px;
    height: 32px;
    background-position: -5px -173px; }
  .b-footer .footer_payment .sprite_pl_PAYU {
    width: 48px;
    height: 32px;
    background-position: -63px -173px; }
  .b-footer .footer_payment .sprite_pl_QIWI {
    width: 48px;
    height: 32px;
    background-position: -121px -173px; }
  .b-footer .footer_payment .sprite_pl_RBK_MONEY {
    width: 48px;
    height: 32px;
    background-position: -179px -173px; }
  .b-footer .footer_payment .sprite_pl_ROBOKASSA {
    width: 48px;
    height: 32px;
    background-position: -5px -215px; }
  .b-footer .footer_payment .sprite_pl_ROBOKASSA2 {
    width: 48px;
    height: 32px;
    background-position: -63px -215px; }
  .b-footer .footer_payment .sprite_pl_SBERBANK {
    width: 48px;
    height: 32px;
    background-position: -121px -215px; }
  .b-footer .footer_payment .sprite_pl_SKRILL_MONEYBOOKERS {
    width: 48px;
    height: 32px;
    background-position: -179px -215px; }
  .b-footer .footer_payment .sprite_pl_TELEMONEY {
    width: 48px;
    height: 32px;
    background-position: -237px -5px; }
  .b-footer .footer_payment .sprite_pl_UNISTREAM {
    width: 48px;
    height: 32px;
    background-position: -237px -47px; }
  .b-footer .footer_payment .sprite_pl_VISA {
    width: 48px;
    height: 32px;
    background-position: -237px -89px; }
  .b-footer .footer_payment .sprite_pl_WEBMONEY {
    width: 48px;
    height: 32px;
    background-position: -237px -131px; }
  .b-footer .footer_payment .sprite_pl_WESTERN_UNION {
    width: 48px;
    height: 32px;
    background-position: -237px -173px; }
  .b-footer .footer_payment .sprite_pl_YANDEX_MONEY {
    width: 48px;
    height: 32px;
    background-position: -237px -215px; }
.b-footer .footer_menu {
  float: left; }
  @media (max-width: 1024px) {
    .b-footer .footer_menu {
      margin-bottom: 30px;
      width: 50%; } }
  @media (max-width: 568px) {
    .b-footer .footer_menu {
      width: 70%;
      padding: 30px 0;
      border-bottom: 1px solid #e3e3e3;
      margin: 0 auto;
      float: none;
      text-align: center; } }
  .b-footer .footer_menu ul {
    list-style: none;
    display: block;
    width: 320px;
    float: left;
    margin: 0; }
    @media (max-width: 1024px) {
      .b-footer .footer_menu ul {
        width: 100%; } }
    @media (max-width: 568px) {
      .b-footer .footer_menu ul {
        float: none; } }
  .b-footer .footer_menu li {
    float: left;
    width: 160px;
    font-size: 1em;
    margin-bottom: 5px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .b-footer .footer_menu li {
        width: 50%; } }
    @media (max-width: 568px) {
      .b-footer .footer_menu li {
        padding: 0;
        float: none;
        width: 100%;
        font-size: 1.4em; } }
    .b-footer .footer_menu li:nth-child(2n) {
      padding-right: 0; }

.b-social {
  float: left;
  vertical-align: middle;
  margin-left: 6%;
  max-width: 280px; }
  @media (max-width: 1024px) {
    .b-social {
      width: 50%;
      margin-left: 0;
      margin-bottom: 30px;
      max-width: none; } }
  @media (max-width: 568px) {
    .b-social {
      width: 70%;
      padding: 30px 0;
      border-bottom: 1px solid #e3e3e3;
      margin: 0 auto;
      float: none;
      text-align: center; }
      .b-social > p {
        font-size: 1.4em; } }
  .b-social > p {
    color: #555; }
  .b-social > div {
    margin-top: 10px;
    line-height: 2em; }
  .b-social a.fa {
    color: #666;
    font-size: 26px;
    text-decoration: none;
    margin-right: 10px;
    transition: all 300ms linear; }
    .b-social a.fa:hover, .b-social a.fa:active {
      opacity: 1;
      color: #4791AC; }

.b-copy {
  margin-top: 48px;
  padding: 12px 0 8px;
  color: #fff;
  background: #444;
  font-size: 12px;
  overflow: hidden; }
  .b-copy .likee_logo {
    float: right; }
    .b-copy .likee_logo a {
      display: block;
      height: 35px;
      width: 35px;
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1MjJGRjc4MDJFRUExMUU1QTczRkVCODEwQ0RFNUZCOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1MjJGRjc4MTJFRUExMUU1QTczRkVCODEwQ0RFNUZCOCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjUyMkZGNzdFMkVFQTExRTVBNzNGRUI4MTBDREU1RkI4IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyMkZGNzdGMkVFQTExRTVBNzNGRUI4MTBDREU1RkI4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/tD2gwAACqZJREFUeNqsWAt0FNUZ/mZmZ5/ZbDbZvCAbiAECyCuACtQihmKoBa2n8ai1loccTtVaBLVo8QVqi1oq1md9IEWNT1B6UAHxbSqEgglBHiYE8iabZLO72dfM7Mz0v7OJxJ4Qo6dz8uXMvXNn7nf/x3f/u5yu6/iB1zTCJYQphImEvH7POgnVhK8Jewif/JAPc0MkYyXcQLiOUKwH2qA2HIDub4IeDwEJGRBM4CxOcK4c8PnF4LMK2Xv1hHLC04TW/weZ6wn3QVPzlL3lSBx8G1rjAWhdjUSCnrDXeYLGvkYQqOnKBuedBHHSQphm/BpcSkaMnvyFcP+PJeMgvEpYqFRshrzrr9BOkvVFeik1w7ACOG6A1+h7cgxayAfEdXA5w2EuuRnmS1ej14VXEY7/EDKjCLv0qP+c2CPzoOw7CCHfCs49PDnZUFzLiBL0oA+avwemiTNhXfoi+JwiiS2Q8MFQyOSyANSaqtyRNVMhzv4NhAmliL9yM5wOC1kmTi6xIqzaDWLcGXsYfkoRouQnGkPPwzSO67We1noCnM0G2x+2Qxg/j3XNIXzaf2J+gDXt004fc4dXFMP881WwLttC4euGU+lGZ1zFE99Mx6GwFymWbpr6jJs4+lSKJYJjQRFP0pgmyYMUczAZS7oGPm8MEdYQfegSqMcNDizThg9mmTehxMp6rrcTkZWwXPM3yDsfBv/6ahxzFmBecCm8+TYcaezCCykVuMp9BOGE06BkN0Ww05+NsvgSjM/jUXeiGTsz9+A8RxtihhVhZJze2QCdM8HxwGHwnoJa6h0zkGWYH8ui62dDGDfLIKJ8/BSkTathyjRhVdM45JWuQuX99fjjhf/Eora5UFURVk6lBCJ3aTJuaCnGdYtWYP+6g5g7+QMsb54LnpNpkt4FqwlwnpFALIr401eyntGEB/6XDFvc88q+V5Go+g/sd1ZAa65B7JmbIAzPBMypkHQBP8s30TAbSjytyLRHISl2mMj0PEeTKQLcDjPm5vNGBC0cVg+TSSUCZnwn51QF/LBCJA4foAzdwHrW9AlnH5lrCVnS5uth+/2TRkfsmStJL2hyW6rhc2aBcFxhX0NQ4WDWNHINCR6XgJkAMQyrJiEoJdcWlCywsIDh9AHTn89Og/zun6GHu1jHrf3JLE8cfIfUNAbx4huR2P8G1NrjSZNqqjHAJHCQlRjau82IKg5wvIKPO/KMzIIqYZ/PS8axkwd60O4XIOs2mHh14LSnOCUhhNbpR6Lyddbz22REJVP5p8pHj8NcusIYK7+/nmTdbFik73JaRQRCrfjH+xlID3rh5624Wr0a53Q00Ip41CeyEaGvdTfU4NlDdkiaF06zfHYd0oiQQ0Diq20QS25MZ/sds8ylbPVq/V4IRXOg+U5AbawC7875jrglVA2iyYr8bAlSNID0nOn4+lENuvMLNBStRs3GZoxzfIJuJRfe3ARELgpF4wdRRXKVKwvqqf3QThuCvJCNnqU1HzIiPb5pEWKPzCEilP68eCa2OQ0xSYLH7cXiuQGMsLahNeakthXD5KPIpDjyuEV0yz6k5xZgcWkCLq4FEcU8uErT4vRQCOrJ/aw1jrkpjzHTZZky59xkQPG84SLdkDVyFS9DlhOIKXSvS5g2DFjrZWPKsPKGCahVyILStbhrVgbGuE6z8IdgVegT/PdvG2x36W5id4WMTJbmq6PNzwP7PQchvXYL5N2PUQlQYOiHTYzgT+0l2KNNhfmtF/DRDgec3FJ4PEewZdcpLLliKlZlvYSa9YchJ0ZgbGAlFQ7VZJUJ4AeLmX7ioke62V0mI+Nh1uA9I74VJvTGrY0s0txjwcPRWXju7iswMS0AX08JONGJbHcYO2oCuHP94xhRWI3F/tnIEQTcpmbgsM9NajSGyChnSe3+e0BSe1hYMjJdXGpWnuZvRaLmfWgtNWSltF7WEj7sSMfoc3KxbGZecitRdWM1raEsvHl4P1ae24ivhHNxEa9hx/gdmFg9HxX6MKRBIjc5hlbiGUlN+UH/OvisUbRntCH++GXgnJkGDAuR0NXLNngyWObZce/LL+PFrV+AzyAhjDTh4oIKrJtkQbSFgt3ThEDEjYrCStgFGet8E4ZGhKSIsxuL72JkmriMESRCtN3b3cTPkiTST6BUw20mLJlwEqXCp7CnpCI/Lx3pk+9A+KkvEW/9AnbvCIQpexyIwEShklAsJIzSEOoe+kszdoM6RqZSyC9ewmUWUk3bQPFg7SdMImY4o9jU0gYt0Y6RkxcTrqGZyFVigVEap/xuIVJevQ8yVYGaFEZIdcI1qgeu7BPQ91Ic6twgVpHICykQRk5nreMs996FIEIYdSHlfPg7pWRCtWJ+ThD+o/vx94MU8Vw2wqFUKMhGdV0trr7nCWw5EMAT3puwIXsZggvuwPBbqP5elgebay8SceugJtGDHVRBTgVPkkLXDkaGJXmlOL2s1y1ntoA4uYajjFjrqsLK5z9FTAsjxWWFKCawfPNneH3LPiy6+yXc/Owe7JbGoCn/IiorvfiwwgU56oRZSAyS0qRgYQVC8S9Zq4fwXp8qPSuMLYFQOJmq/mYizfdxhyS5cFvRKUxq3Ym85dtQf5rtslmYUUhBPswFpFNhHgyg5sCXCLWcwrQ12/Hc9hbkZ2YlS4uz1Md6JACe3hXPv4b1vMIc0UdmM6luwHz5OlJgpjNnVqSwPKZ2KWV1nEqH+Wu34vaXP8C8C8ZiymwybxeNjcjo8nWjbONu5KQ58doaN6KRVkiq6SxkeNqPuiCW3macs+h6OJki3yYYbjRNuaxcnF0G5fO3IBSMNrLKqNJUAYc6ZDz10C/QfrgKq29/FG/8ZBpEdyqy8zjkpI/EefkZuHzmKCw4fybtBs+hgxbFDWQZik+t9RsIo8fBsuAu1vMY4WR/Mug9Iy2yLtlUqtHGpbXVgs+l8lSVe3d8cllMQY4nDVcVqJgVO4JtPSHcd3sR5sy8x7AhEEaEstnRI0EUBtiXeKqBuykMSKltN21lFqIGVp7tdLCAszr9tlt3UeDaiNA3xkqS8cZBSWiIywo6SOztZhE5VhXD000kdgHUNzZQaRFnZcrAhztWjAfbCFE6rrxDCx3Heku+PeUMQIYFywV8dpFkX/Nv8KlZ0Bpqk+PJzzxlQH2MQ6neimX2IzghpSFFdKH8syN4r6YFFhJNwyD9TxyMGC8YltZjYdhWvQXTpAXsyeWE2u87N9URZvDeKT772mqYiunA1RhEPNBO2xKPotw0vB2w4cnjY9FpDiE9rZYOdCmQVRV7qo/DT+lKlXjv1+ngTYWYevIEnZsmUlVQCdO0X7EnTEf+NcAGPuBVRZhEkf659dbdwNL10G1uVB89hiXTCjB+xRqUT7TjzSs/hiV9NlyONGQ6zXi7sh6hGOWCKKO7px31JIysAjCXrYZjbRUp7XnsV4nzCVvPUhvr34dVhFBdZ1ivqqvVNdlHzW5dl8up9zU95PdROXJUD3Z9rX904HO9zd+jq80L9W3lY/QHX9iu6x21eu+1gWAZbK6hkGHIItxLqNdUyis1pieoEad/sYhPV+PtuiZ1Uk9Y1xJEJtxE9woj0EXYSBg/lHm4H/HLFcuA+cyNBG/vAawvfToIDYSjvb9c7emV+iFd/xVgAJrF77IesjogAAAAAElFTkSuQmCC");
      background-repeat: no-repeat; }

.b-subscribe {
  float: right; }
  @media (max-width: 1024px) {
    .b-subscribe {
      float: none;
      clear: both; } }
  @media (max-width: 568px) {
    .b-subscribe {
      width: 70%;
      margin: 20px auto 40px;
      text-align: center; } }
  .b-subscribe h3 {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 11px; }
    @media (max-width: 568px) {
      .b-subscribe h3 {
        font-size: 1.4em; } }
  .b-subscribe .rubrics {
    list-style: none;
    margin: 10px 0; }
  .b-subscribe .subscribe_input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 568px) {
      .b-subscribe .subscribe_input {
        width: 100%;
        margin-bottom: 15px; } }
  @media (max-width: 568px) {
    .b-subscribe .btn {
      width: 100%; } }

/* perfect-scrollbar v0.6.10 */
.ps-container {
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  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; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.b-products {
  width: 100%;
  border: 1px solid;
  border-width: 1px 0 0 1px;
  margin-bottom: 20px;
  float: left; }
  @media (max-width: 568px) {
    .b-products {
      border: none; } }
  .b-products .item {
    float: left;
    width: 25%;
    height: 290px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    letter-spacing: normal;
    position: relative;
    font-size: 13px;
    border: 1px solid;
    border-width: 0 1px 1px 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .b-products .item .picture {
      display: block;
      text-align: center;
      max-width: 80%;
      height: 180px;
      margin: 20px auto;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
    .b-products .item .picture img {
      display: none; }
    .b-products .item .name {
      display: block;
      font-size: 14px;
      color: #595959;
      margin: 0 10px;
      border-top: 1px solid;
      max-height: 35px;
      padding: 5px 0;
      overflow: hidden;
      position: relative;
      font-weight: bold; }
      @media (max-width: 568px) {
        .b-products .item .name {
          border: none; } }
    .b-products .item .hidden {
      display: none; }
      @media (max-width: 568px) {
        .b-products .item .hidden {
          display: block; } }
    .b-products .item .item-inner {
      position: absolute;
      top: -10px;
      left: 0;
      right: 0;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      @media (max-width: 568px) {
        .b-products .item .item-inner {
          background: #fff; } }
    .b-products .item .price {
      font-size: 18px;
      font-weight: normal;
      color: #555; }
    .b-products .item .discount {
      position: absolute;
      left: 0;
      top: 40px;
      padding: 5px 15px;
      font-size: 18px; }
    .b-products .item .offers {
      margin: 15px 0; }
      .b-products .item .offers select {
        width: 70%; }
    .b-products .item .basket {
      margin: 10px 0; }
      .b-products .item .basket select {
        width: 90%;
        display: block;
        margin: 0 auto; }
    @media (max-width: 568px) {
      .b-products .item .basket .button {
        padding: 12px 5px;
        font-size: 12px; } }
    .b-products .item:hover .hidden {
      display: block; }
    .b-products .item:hover .item-inner {
      left: -10px;
      top: -10px;
      right: -10px;
      border: 1px solid;
      background: #fff;
      min-height: 340px;
      z-index: 100;
      padding: 10px; }
      @media (max-width: 1024px) {
        .b-products .item:hover .item-inner {
          left: 0;
          top: 0;
          right: 0;
          padding: 0; } }
    .b-products .item:hover .name {
      height: auto; }
    @media (max-width: 1024px) {
      .b-products .item {
        width: 33.33333%; } }
    @media (max-width: 568px) {
      .b-products .item {
        width: 33.33333%;
        height: 380px;
        margin: 20px 0;
        border-left: none;
        border-right: none; } }
    @media (max-width: 401px) {
      .b-products .item {
        width: 50%;
        height: 380px;
        margin: 20px 0;
        border-left: none;
        border-right: none; } }

.b-sort {
  padding-bottom: 15px;
  text-align: right; }
  .b-sort select {
    font-size: 14px;
    width: 150px;
    margin-left: 10px; }
    @media (max-width: 401px) {
      .b-sort select {
        width: 100%;
        margin-left: 0; } }
  @media (max-width: 401px) {
    .b-sort {
      text-align: left; } }

.bx_filter .bx_filter_section {
  position: relative;
  border-radius: 2px; }

.bx_filter .bx_filter_title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 10px;
  color: #000; }

/*bx_filter_container => bx_filter_parameters_box*/
.bx_filter .bx_filter_button_box,
.bx_filter .bx_filter_parameters_box {
  margin-bottom: 20px;
  padding: 0 6px; }

.bx_filter .bx_filter_button_box {
  clear: both; }

.bx_filter.bx_horizontal .bx_filter_parameters_box {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px; }

.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2) {
  clear: both; }

@media (max-width: 860px) {
  .bx_filter.bx_horizontal .bx_filter_parameters_box {
    width: 33.333%; }

  .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2) {
    clear: none; }

  .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2) {
    clear: both; } }
@media (max-width: 640px) {
  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box {
    width: 50%; }

  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2) {
    clear: none; }

  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2) {
    clear: none; }

  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2) {
    clear: both; } }
@media (max-width: 450px) {
  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box {
    float: none;
    width: 100%; }

  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n+2) {
    clear: none; }

  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n+2) {
    clear: none; }

  .bx-touch .bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(2n+2) {
    clear: none; } }
.bx_filter .bx_filter_parameters_box_title {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
  cursor: pointer;
  color: #000;
  border-bottom: 1px dotted;
  padding-bottom: 5px;
  padding-left: 15px;
  position: relative;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjWLWCQWsBg1cLQ5AIQ0gIACLDA/lykNHsAAAAAElFTkSuQmCC");
  background-position: 3px center;
  background-repeat: no-repeat; }

.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFAgMAAAD09B5LAAAABGdBTUEAALGPC/xhBQAAAAlQTFRF////AAAAAAAAflGpXQAAAAN0Uk5TvwCA2cz+0wAAABdJREFUCNdjCAthiJrCkLWEYdUKBgYGACBrA/l9XbhoAAAAAElFTkSuQmCC"); }

.bx_filter .bx_filter_block {
  display: none;
  padding: 0; }

.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.active .bx_filter_block {
  display: block; }

.bx_filter .bx_filter_parameters_box.active .bx_filter_block i {
  font-size: 15px;
  font-style: normal;
  color: #596b70;
  display: block;
  padding-bottom: 3px; }

/*bx_filter_param_area => bx_filter_parameters_box_container*/
.bx_filter .bx_filter_parameters_box_container {
  /*margin-bottom:20px;*/ }

/*bx_filter_param_area_block => bx_filter_parameters_box_container_block*/
.bx_filter .bx_filter_parameters_box_container_block {
  font-size: 11px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: #3f3f3f; }

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
  text-align: right; }

/*bx_input_container => bx_filter_input_container*/
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*max-width:105px;*/
  max-width: 66%;
  min-width: 80px;
  width: 100%;
  height: 35px;
  padding: 1px; }

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(1) {
  padding-right: 5px; }

.bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
  padding-left: 5px; }

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 18px;
  /*max-width:33%;*/
  /*min-width: 105px;*/
  height: 33px;
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid; }

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container {
  max-width: 100%;
  position: relative; }

.bx_filter .bx_filter_parameters_box_container .bx_filter_calendar_container input.calendar {
  padding: 0 23px 0 4px;
  font-size: 15px; }

.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container img.calendar-icon {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  font-size: 18px;
  top: 7px;
  right: 3px; }

/*Track*/
.bx_filter .bx_ui_slider_track {
  position: relative;
  height: 7px;
  margin: 25px 10px;
  border: 1px solid;
  background: #eee; }

.bx_filter .bx_ui_slider_part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7; }

.bx_filter .bx_ui_slider_part.start {
  left: -1px; }

.bx_filter .bx_ui_slider_part.end {
  right: -1px; }

.bx_filter .bx_ui_slider_part span {
  position: absolute;
  top: -16px;
  display: block;
  font-size: 11px;
  color: #000; }

.bx_filter .bx_ui_slider_part.end span {
  right: 0; }

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
  position: absolute;
  top: -1px;
  bottom: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bx_filter .bx_ui_slider_range {
  z-index: 50; }

.bx_filter .bx_ui_slider_pricebar {
  z-index: 100; }

.bx_filter .bx_ui_slider_pricebar_VD {
  z-index: 60;
  border: 1px solid; }

.bx_filter .bx_ui_slider_pricebar_VN {
  z-index: 70;
  border: 1px solid;
  background: #eee; }

.bx_filter .bx_ui_slider_pricebar_V {
  z-index: 80;
  top: -1px;
  bottom: -1px;
  border-top: 1px solid;
  border-bottom: 1px solid; }

.bx_filter .bx_ui_slider_handle {
  position: absolute;
  top: 100%;
  padding: 3px;
  margin-top: 5px;
  border: 1px solid #d8d7d7;
  border-radius: 2px;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer; }

.bx_filter .bx_ui_slider_handle:before,
.bx_filter .bx_ui_slider_handle:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -5px; }

.bx_filter .bx_ui_slider_handle:before {
  top: -5px;
  top: -5.2px;
  /*нужно, не удалять*/
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid #d8d7d7; }

.bx_filter .bx_ui_slider_handle:after {
  top: -4px;
  border-left: 5px solid rgba(255, 255, 255, 0);
  border-right: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid #fff; }

.bx_filter .bx_ui_slider_handle.left {
  left: 0;
  margin-left: -15px; }

.bx_filter .bx_ui_slider_handle.right {
  right: 0;
  margin-right: -15px; }

/*
*	Select
*
*/
.bx_filter .bx_filter_select_container {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
  padding: 1px;
  border-radius: 3px; }

.bx_filter .bx_filter_select_block {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 33px;
  margin: 0;
  padding: 0 33px 0 10px;
  border: 1px solid;
  border-radius: 2px;
  background: #fff; }

.bx_filter .bx_filter_select_text {
  font-size: 15px;
  line-height: 33px;
  overflow: hidden;
  max-width: 100%;
  height: 33px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis; }

.bx_filter .bx_filter_select_text.fix {
  min-width: 120px; }

.bx_filter .bx_filter_select_text label {
  cursor: pointer; }

.bx_filter .bx_filter_select_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 33px;
  cursor: pointer;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC") no-repeat center; }

/*
*	Select popup
*
*/
.bx_filter_select_popup {
  padding: 0; }

.bx_filter_select_popup ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.bx_filter_select_popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle; }

.bx_filter_select_popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.bx_filter_select_popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757; }

.bx_filter_select_popup ul li label.selected,
.bx_filter_select_popup ul li label:hover {
  color: #000;
  background: #f3f8fa; }

.bx_filter_select_popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent; }

.bx_filter_select_popup ul li .bx_filter_param_text {
  line-height: 26px !important; }

/*
* TAGS
*
*/
.bx_filter.bx_horizontal .bx_filter_parameters_box.tags {
  width: 100%;
  clear: both; }

.bx_filter .bx_filter_tag {
  padding: 18px;
  border: 1px solid #aed5e0;
  border-radius: 5px;
  background: rgba(151, 214, 233, 0.33); }

.bx_filter .bx_tag_link {
  font-size: 12px;
  text-decoration: none;
  color: #68939e;
  border-bottom: 1px solid;
  text-shadow: none; }

.bx_filter .bx_tag_link.active,
.bx_filter .bx_tag_link:hover {
  color: #1d3d46;
  border-bottom: none; }

/*
*	LABEL
*
*/
.bx_filter .bx_filter_param_label {
  font-size: 13px;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 5px;
  margin-right: 5px; }

.bx_filter .bx_filter_param_label.dib {
  display: inline-block; }

.bx_filter .bx_filter_param_text {
  color: #000000;
  line-height: 34px;
  position: relative;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer; }

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_text {
  color: #aaa;
  cursor: default;
  /*text-decoration: line-through;*/ }

.bx_filter_select_popup .bx_filter_param_label.active {
  background: #f3f8fa; }

/*
*	Checkbox / Radio
*
*/
.bx_filter .bx_filter_input_checkbox {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  min-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px; }

.bx_filter .bx_filter_input_checkbox input[type=radio],
.bx_filter .bx_filter_input_checkbox input[type=checkbox] {
  position: relative;
  top: -3px;
  float: left; }

.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
  display: block;
  line-height: 15px;
  margin-left: 25px;
  text-align: left; }

/*
* 	BTN
*
*/
.bx_filter .bx_filter_param_btn {
  display: inline-block;
  width: 34px;
  height: 34px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #9dbcc3;
  border-radius: 3px;
  background: #fbfdfd;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZmUxZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfdfd), color-stop(100%, #cfe1e7));
  background: -webkit-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -moz-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -ms-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: -o-linear-gradient(top, #fbfdfd 0%, #cfe1e7 100%);
  background: linear-gradient(top bottom, #fbfdfd 0%, #cfe1e7 100%);
  background-clip: padding-box;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.22);
  text-shadow: 0 1px 0 #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfdfd', endColorstr='#cfe1e7', GradientType=0);
  -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  transition: border .3s ease, box-shadow .1s ease, color .3s ease;
  cursor: pointer; }

.bx_filter .bx_filter_param_btn:hover {
  border-color: #b4d5de; }

/* --- colors */
.bx_filter .bx_filter_param_btn.bx_color_sl {
  /*width:24px;*/
  /*padding:0 1px;*/ }

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
  background: transparent;
  box-shadow: none; }

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl {
  position: relative; }

.bx_filter .bx_filter_param_label.disabled .bx_filter_param_btn.bx_color_sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: ' ';
  /*width: 19px;*/
  /*height:19px;*/
  display: block;
  z-index: 100;
  background: url(img/missing_v2.png) no-repeat center;
  opacity: .7; }

/*
* BTN P/M
*
*/
.bx_filter .bx_filter_param_btn.bx_spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  padding: 0;
  vertical-align: middle; }

.bx_filter .bx_filter_param_btn.bx_spm.bx_minus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC), -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAECAIAAADXmFKkAAAAIUlEQVQYV2NgKFmCD5UuYUDno5ElUBWLoUJwUWT0nxAAABiMRP18QPJ4AAAAAElFTkSuQmCC), linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-repeat: no-repeat, repeat;
  background-position: center 10px, center; }

.bx_filter .bx_filter_param_btn.bx_spm.bx_plus {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==), -webkit-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==), -o-linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAATElEQVQoz2NgQAclS/7DMUEAVriYWMVQhSCaKJNLcTmjFMmNyBibOFgQLrEYu0a4YrCCxbhNQxb7jwaQFWLIUR7OpUtIDWciFONzIwAP8KL1rVnYDQAAAABJRU5ErkJggg==), linear-gradient(#fbfdfd 0%, #cfe1e7 100%);
  background-repeat: no-repeat, repeat;
  background-position: center 6px, center; }

.bx_filter .bx_filter_param_btn.bx_spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12); }

.bx_filter span.bx_spm {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000; }

/*
*	icon
*
*/
.bx_filter_select_popup .bx_filter_select_text_icon,
.bx_filter .bx_filter_select_text_icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px; }

.bx_filter_select_popup .bx_filter_btn_color_icon,
.bx_filter .bx_filter_btn_color_icon {
  line-height: 24px;
  position: relative;
  top: 5px;
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-background-size: cover;
  background-size: cover; }

.bx_filter_select_popup .bx_filter_btn_color_icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important; }

.bx_filter .bx_filter_select_block .bx_filter_btn_color_icon {
  top: -1px !important; }

.bx_filter_btn_color_icon.all {
  position: relative;
  border: none;
  box-shadow: none; }

.bx_filter_btn_color_icon.all:after,
.bx_filter_btn_color_icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2); }

.bx_filter_btn_color_icon.all:after {
  right: 0;
  bottom: 0; }

.bx_filter_btn_color_icon.all:before {
  top: 0;
  left: 0; }

.bx_filter .bx_filter_param_label.disabled .bx_filter_btn_color_icon {
  opacity: .2; }

/*
* 	BIZ
*
*/
.bx_filter .bx_filter_parameter_biz {
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #215968;
  border-bottom: 1px dashed; }

.bx_filter .bx_filter_parameter_biz:hover {
  text-decoration: none;
  border-bottom: 1px solid; }

.bx_filter .bx_filter_parameter_biz.active {
  position: relative;
  padding-left: 20px;
  color: #d54a4a;
  border-bottom: 1px solid; }

.bx_filter .bx_filter_parameter_biz.active:hover {
  border-bottom: 1px dashed; }

.bx_filter .bx_filter_parameter_biz.active:before {
  position: absolute;
  top: 4px;
  left: 1px;
  display: block;
  width: 13px;
  height: 13px;
  content: ' ';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAABFElEQVQoz2NgIBJcl+Qzui7J33Vdgo+RWA38NxQknwDp/zekhRoIarghyc94Q15iC5D+f1NJ5v/n7dumE7ZFWqgYbANQ08c1a37+///fAL8GCT7L6zLCf0CaXjbUAdX/j0aWdAJKTACaxookJnJTUeoFyIaHIYH////8ORHZzdw35MTegyRvSAkeAdISYH8oSu4Fid0x0f//5/nzo0BbWOCagBzur0ePvrujp/kf5Aygc54DbZkDYt9UkPj/7czpl0A1ohhuBwra/Lp//809Zwewh8GagfSHpUt+A+VMcXoaKKn45+PHK0/iY8EaX1SUgzyeRDB4gYp4//3+veX9/Hn//379OpPY1ALSyAzEOUDMhksNAKf2po+AEPuKAAAAAElFTkSuQmCC") no-repeat center left; }

/*
* 	Result Popup
*
*/
.bx_filter .bx_filter_popup_result {
  font-size: 13px;
  font-weight: normal;
  line-height: 33px;
  position: absolute;
  z-index: 930;
  display: none;
  height: 33px;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  border-top: 1px solid #c0d6dc;
  border-right: 1px solid #c0d7dd;
  border-bottom: 1px solid #c0d6dc;
  border-left: 1px solid #c0d7dd;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); }

.bx_filter .bx_filter_popup_result .arrow {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 14px;
  margin-top: -7px;
  background: url(img/arr_left.png) no-repeat center; }

.bx_filter.bx_horizontal .bx_filter_popup_result {
  position: static !important;
  display: inline-block; }

.bx_filter.bx_horizontal .bx_filter_popup_result .arrow {
  display: none; }

.bx_filter .bx_filter_popup_result.right {
  left: 102%; }

.bx_filter .bx_filter_popup_result.left {
  right: 102%; }

.bx_filter .bx_filter_popup_result.right .arrow {
  left: -8px;
  background: url(img/arr_left.png) no-repeat center; }

.bx_filter .bx_filter_popup_result.left .arrow {
  right: -8px;
  background: url(img/arr_right.png) no-repeat center; }

.bx_filter .bx_filter_popup_result a {
  color: #0073a3; }

.bx_filter .bx_filter_popup_result a:hover {
  text-decoration: none; }

.bx_filter .bx_filter_popup_result_close {
  display: none; }

@media (max-width: 530px) {
  .bx-touch .bx_filter .bx_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); }

  .bx_filter .bx_filter_popup_result .arrow {
    display: none; }

  .bx-touch .bx_filter .bx_filter_popup_result_close {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: url(img/x.png) no-repeat center;
    background-size: 16px; } }
.b-element .left {
  width: 48%;
  float: left;
  opacity: 0; }
  @media (max-width: 768px) {
    .b-element .left {
      float: none;
      width: 100%;
      margin: 15px 0; } }
.b-element .right {
  width: 48%;
  float: right;
  opacity: 0; }
  @media (max-width: 768px) {
    .b-element .right {
      float: none;
      width: 100%;
      margin: 15px 0; } }
.b-element .slider {
  padding: 0;
  text-align: center; }
.b-element .photos {
  opacity: 0;
  margin-bottom: 30px;
  position: relative;
  box-shadow: inset 0 0 80px 0 rgba(0, 0, 0, 0.2); }
  .b-element .photos img {
    vertical-align: middle;
    max-width: 100%; }
  .b-element .photos .preview {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    text-align: center; }
    .b-element .photos .preview a {
      display: inline-block;
      margin: 5px 10px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      width: 60px;
      height: 60px;
      overflow: hidden; }
.b-element .bx-wrapper {
  position: relative; }
  .b-element .bx-wrapper .bx-prev,
  .b-element .bx-wrapper .bx-next {
    position: absolute;
    width: 19px;
    height: 37px;
    top: 42%;
    background: url("img/bx_controls.png") no-repeat; }
  .b-element .bx-wrapper .bx-prev {
    left: 15px; }
  .b-element .bx-wrapper .bx-prev:hover,
  .b-element .bx-wrapper .bx-prev:active {
    background-position: 0 -38px; }
  .b-element .bx-wrapper .bx-next {
    right: 15px;
    background-position: -19px 0; }
  .b-element .bx-wrapper .bx-next:hover,
  .b-element .bx-wrapper .bx-next:active {
    background-position: -19px -38px; }
.b-element .bx-pager {
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 34px; }
  .b-element .bx-pager .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    overflow: hidden; }
    .b-element .bx-pager .bx-pager-item .bx-pager-link {
      display: block;
      border-radius: 50%;
      line-height: 1;
      text-decoration: none;
      cursor: pointer;
      width: 14px;
      height: 14px;
      text-indent: -9999px;
      overflow: hidden;
      background: #fff;
      border: 3px solid; }
.b-element .stock {
  margin: 10px 0; }
  .b-element .stock .available {
    color: green; }
  .b-element .stock .unavailable {
    color: #666; }
.b-element .b-buy {
  margin: 10px 0;
  overflow: hidden; }
  .b-element .b-buy .offers {
    margin-bottom: 15px; }
    .b-element .b-buy .offers .offer-list {
      padding: 0;
      margin: 0;
      list-style: none; }
      .b-element .b-buy .offers .offer-list li {
        display: block;
        width: 100%;
        max-width: 360px;
        box-sizing: border-box;
        padding: 10px;
        border: 2px solid #FFF;
        margin-bottom: 3px;
        border-radius: 5px;
        background: #ECECEC;
        font-size: 12px;
        cursor: pointer; }
        .b-element .b-buy .offers .offer-list li.active {
          background-color: #fff; }
        .b-element .b-buy .offers .offer-list li span {
          font-size: 14px;
          font-weight: bold;
          float: right; }
  .b-element .b-buy .oldprice {
    color: #999;
    font-size: 18px;
    text-decoration: line-through; }
  .b-element .b-buy .price {
    font-size: 36px;
    line-height: 42px;
    margin-right: 15px;
    color: #000;
    margin-bottom: 15px; }
  .b-element .b-buy .btn {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px; }
.b-element .subscribe {
  margin: 10px 0; }
  .b-element .subscribe .btn {
    margin-left: 15px; }
.b-element .store-amount {
  margin: 10px 0; }
  .b-element .store-amount h2 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .b-element .store-amount table {
    width: 100%;
    font-size: 13px; }
    .b-element .store-amount table th, .b-element .store-amount .spec table td, .b-element .spec .store-amount table td {
      width: 70%;
      font-weight: normal;
      text-align: left;
      padding: 5px 3px; }
    .b-element .store-amount table td {
      padding: 5px 3px;
      font-size: 12px;
      text-align: right; }
  .b-element .store-amount .amount {
    float: right;
    border-radius: 2px;
    border: 2px solid #e3e3e3;
    width: 32px;
    height: 14px;
    overflow: hidden;
    padding: 1px; }
    .b-element .store-amount .amount .value {
      float: left;
      margin: 1px;
      width: 6px;
      height: 12px; }
    .b-element .store-amount .amount.absent .value {
      background: red; }
    .b-element .store-amount .amount.not-much .value {
      background: yellow; }
    .b-element .store-amount .amount.much .value {
      background: green; }
.b-element .spec {
  margin: 10px 0; }
  .b-element .spec h2 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .b-element .spec table th, .b-element .spec table td {
    padding: 5px 10px 5px 0;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    width: 50%; }
  .b-element .spec table td {
    padding: 5px 0 5px 10px; }
.b-element .description {
  margin: 10px 0; }
  .b-element .description h2 {
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .b-element .description iframe, .b-element .description object {
    width: 100% !important;
    height: 600px !important; }
    @media (max-width: 768px) {
      .b-element .description iframe, .b-element .description object {
        width: 100% !important;
        height: 300px !important; } }
.b-element .menu ul {
  list-style: none; }
  .b-element .menu ul li {
    margin: 8px 0; }
    .b-element .menu ul li a {
      text-decoration: underline; }
.b-element.b-element-classic .left {
  width: 65%; }
  @media (max-width: 768px) {
    .b-element.b-element-classic .left {
      width: 100%; } }
.b-element.b-element-classic .right {
  width: 30%; }
  @media (max-width: 768px) {
    .b-element.b-element-classic .right {
      width: 100%; } }
.b-element.b-element-classic .photos {
  opacity: 1;
  background-color: #fff;
  box-shadow: none; }
.b-element.b-element-classic .slider-box {
  position: relative; }
  .b-element.b-element-classic .slider-box #slider-pager-change > div {
    height: 350px; }
  .b-element.b-element-classic .slider-box .slider-pager-box {
    float: left;
    padding: 30px 0; }
    .b-element.b-element-classic .slider-box .slider-pager-box .slider-change {
      display: block;
      width: 60px;
      height: 60px;
      padding: 1px;
      border: 1px solid;
      margin-bottom: 5px;
      line-height: 60px;
      text-align: center;
      font-size: 0; }
      .b-element.b-element-classic .slider-box .slider-pager-box .slider-change:last-child {
        margin-bottom: 0; }
      .b-element.b-element-classic .slider-box .slider-pager-box .slider-change.active {
        padding: 0;
        border-width: 2px; }
      .b-element.b-element-classic .slider-box .slider-pager-box .slider-change img {
        display: inline-block;
        vertical-align: middle; }
    .b-element.b-element-classic .slider-box .slider-pager-box + .photos {
      margin-left: 80px; }
    .b-element.b-element-classic .slider-box .slider-pager-box .bx-prev,
    .b-element.b-element-classic .slider-box .slider-pager-box .bx-next {
      left: 50%;
      height: 19px;
      width: 37px;
      margin-left: -18.5px;
      background-image: url("img/bx_controls_horizontal.png"); }
    .b-element.b-element-classic .slider-box .slider-pager-box .bx-prev {
      top: -25px;
      background-position: 100% 0; }
      .b-element.b-element-classic .slider-box .slider-pager-box .bx-prev:not(.disabled):hover {
        background-position: 1px 0; }
    .b-element.b-element-classic .slider-box .slider-pager-box .bx-next {
      top: auto;
      bottom: -25px;
      background-position: 100% 100%; }
      .b-element.b-element-classic .slider-box .slider-pager-box .bx-next:not(.disabled):hover {
        background-position: 1px 100%; }
.b-element.b-element-classic .b-buy .price {
  float: none; }

.b-recommend h2 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px; }
.b-recommend .b-products {
  border: none; }
  .b-recommend .b-products .item {
    width: 20%;
    border-width: 1px; }
    @media (max-width: 1024px) {
      .b-recommend .b-products .item {
        width: 25%; } }
    @media (max-width: 768px) {
      .b-recommend .b-products .item {
        width: 33.33333%; } }
    @media (max-width: 568px) {
      .b-recommend .b-products .item {
        width: 50%; } }
    @media (max-width: 401px) {
      .b-recommend .b-products .item {
        width: 100%; } }

.b-section-top h2 {
  padding-bottom: 5px;
  margin-bottom: 10px; }
  .b-section-top h2 .count {
    color: #555; }
.b-section-top .b-products {
  border: none; }
  .b-section-top .b-products .item {
    width: 20%;
    border-width: 1px; }
    @media (max-width: 1024px) {
      .b-section-top .b-products .item {
        width: 25%; } }
    @media (max-width: 768px) {
      .b-section-top .b-products .item {
        width: 33.33333%; } }
    @media (max-width: 568px) {
      .b-section-top .b-products .item {
        width: 50%; } }
    @media (max-width: 401px) {
      .b-section-top .b-products .item {
        width: 100%; } }

.b-pagination {
  clear: both;
  padding: 30px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -280px; }
  .b-pagination .pages {
    position: relative;
    height: 50px;
    margin-bottom: 50px;
    padding: 0 50px;
    text-align: center; }
    .b-pagination .pages a {
      color: #333333;
      text-decoration: none;
      font-weight: 400;
      padding: 14px 13px;
      display: inline-block; }
      .b-pagination .pages a.arrow {
        position: absolute;
        padding: 0;
        top: 0;
        width: 42px;
        height: 42px;
        background: #fff;
        background-position: center;
        background-repeat: no-repeat;
        border: solid 2px;
        z-index: 2;
        border-radius: 8px;
        cursor: pointer;
        text-indent: -999em;
        outline: 0; }
        .b-pagination .pages a.arrow.left {
          left: 0;
          background-image: url("img/arrow_left.png"); }
        .b-pagination .pages a.arrow.right {
          right: 0;
          background-image: url("img/arrow_right.png"); }
  .b-pagination .view_more {
    text-align: center;
    margin: 0 0 40px 0;
    padding-top: 30px; }
    .b-pagination .view_more.loading {
      background: url(img/loading.gif) no-repeat center top; }

.b-pagination-container {
  position: relative;
  margin-bottom: 280px; }

.b-compare-result {
  margin-bottom: 50px; }
  .b-compare-result * {
    box-sizing: border-box; }
  .b-compare-result .price {
    font-weight: bold; }
  .b-compare-result .left {
    width: 240px;
    float: left; }
    .b-compare-result .left .sort-form {
      height: 300px;
      padding: 15px; }
    .b-compare-result .left .text {
      margin-bottom: 10px; }
    .b-compare-result .left .sort-fields {
      margin: 0;
      list-style: none; }
      .b-compare-result .left .sort-fields li {
        padding: 10px;
        border-bottom: 1px solid; }
        .b-compare-result .left .sort-fields li:first-child {
          border-top: 1px solid; }
  .b-compare-result .right {
    margin-left: 250px; }
    .b-compare-result .right table {
      border-collapse: collapse;
      border-spacing: 0; }
    .b-compare-result .right td, .b-compare-result .right th, .b-compare-result .right .b-element .spec table td, .b-element .spec table .b-compare-result .right td {
      padding: 10px; }
    .b-compare-result .right .item-head {
      text-align: center; }
      .b-compare-result .right .item-head .img {
        width: 180px;
        height: 180px; }
        .b-compare-result .right .item-head .img img {
          max-width: 100%;
          max-height: 100%; }
      .b-compare-result .right .item-head th > div, .b-compare-result .right .item-head .b-element .spec table td > div, .b-element .spec table .b-compare-result .right .item-head td > div {
        display: block;
        margin-bottom: 15px; }
    .b-compare-result .right .item-props > tr:first-child td {
      border-top: 1px solid; }
    .b-compare-result .right .item-props td {
      border-bottom: 1px solid; }

.b-catalog-tabs {
  margin: 30px 0; }
  .b-catalog-tabs .tabs {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
    font-size: 0;
    overflow-x: auto;
    overflow-y: hidden; }
    .b-catalog-tabs .tabs .tabs-box {
      display: inline-block;
      position: relative;
      white-space: nowrap;
      overflow: hidden; }
    .b-catalog-tabs .tabs .tab {
      display: inline-block;
      height: 37px;
      padding: 0 20px 3px;
      margin: 0;
      line-height: 37px;
      color: #000;
      background: #fff;
      font-weight: 200;
      font-size: 24px;
      text-decoration: none;
      text-align: center; }
      .b-catalog-tabs .tabs .tab.active {
        padding-bottom: 0;
        border-bottom: 3px solid #e3e3e3; }
  .b-catalog-tabs .tabs-content {
    padding: 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e3e3e3; }
    .b-catalog-tabs .tabs-content .tab {
      display: none; }
      .b-catalog-tabs .tabs-content .tab.active {
        display: block; }
    .b-catalog-tabs .tabs-content .b-products {
      border-width: 1px 0 0 1px; }
      .b-catalog-tabs .tabs-content .b-products .item {
        width: 20%;
        border-width: 0 1px 1px 0; }
        @media (max-width: 1024px) {
          .b-catalog-tabs .tabs-content .b-products .item {
            width: 25%; } }
        @media (max-width: 768px) {
          .b-catalog-tabs .tabs-content .b-products .item {
            width: 30%; } }
        @media (max-width: 568px) {
          .b-catalog-tabs .tabs-content .b-products .item {
            width: 50%; } }
        @media (max-width: 401px) {
          .b-catalog-tabs .tabs-content .b-products .item {
            width: 100%; } }

#box_main_slider {
  height: 480px;
  overflow: hidden; }
  #box_main_slider .item.picture {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    #box_main_slider .item.picture .txt {
      position: relative;
      min-height: 480px;
      font-weight: 200;
      font-size: 16px;
      line-height: 1.2; }
      #box_main_slider .item.picture .txt a {
        padding: 130px 70px 0 70px;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-decoration: none;
        color: inherit; }
        #box_main_slider .item.picture .txt a:hover {
          text-decoration: none; }
        @media (max-width: 401px) {
          #box_main_slider .item.picture .txt a {
            padding: 130px 20px 0 20px; } }
      #box_main_slider .item.picture .txt h2 {
        color: inherit;
        font-size: 60px;
        line-height: 60px;
        font-family: inherit;
        font-weight: 300;
        margin: 0 0 0.5em 0; }
        @media (max-width: 401px) {
          #box_main_slider .item.picture .txt h2 {
            font-size: 28px;
            line-height: 30px; } }
      #box_main_slider .item.picture .txt .price {
        font-family: inherit;
        font-size: 40px;
        font-weight: bold;
        color: inherit;
        line-height: 1;
        text-shadow: 0 0 1px #000;
        display: inline-block;
        vertical-align: middle;
        margin: 20px 0; }
        @media (max-width: 401px) {
          #box_main_slider .item.picture .txt .price {
            font-size: 20px;
            font-weight: normal;
            line-height: 30px; } }
      #box_main_slider .item.picture .txt .btn {
        font-family: inherit;
        text-transform: uppercase;
        padding: 8px 18px;
        vertical-align: middle; }
  #box_main_slider .item.product .img {
    width: 30%;
    height: 350px;
    margin-left: 8.5%;
    float: left;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain; }
    @media (max-width: 401px) {
      #box_main_slider .item.product .img {
        width: 100%;
        height: 250px;
        float: none;
        margin: 15px 0; } }
  #box_main_slider .item.product .txt {
    width: 53%;
    float: right;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
    padding-top: 57px; }
    @media (max-width: 401px) {
      #box_main_slider .item.product .txt {
        text-align: center;
        width: 100%;
        float: none;
        padding-top: 0px; } }
    #box_main_slider .item.product .txt h2 {
      margin-top: 0;
      color: #000;
      font-size: 48px;
      line-height: 60px;
      font-family: inherit;
      font-weight: 300; }
      @media (max-width: 401px) {
        #box_main_slider .item.product .txt h2 {
          font-size: 28px;
          line-height: 30px; } }
    #box_main_slider .item.product .txt .price {
      font-family: inherit;
      font-size: 40px;
      font-weight: bold;
      color: #25211c;
      line-height: 1;
      text-shadow: 0 0 1px #000;
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
      @media (max-width: 401px) {
        #box_main_slider .item.product .txt .price {
          font-size: 20px;
          font-weight: normal;
          line-height: 30px; } }
    #box_main_slider .item.product .txt .btn {
      font-family: inherit;
      text-transform: uppercase;
      padding: 8px 18px;
      border-radius: 5px;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle; }
  #box_main_slider .item.product .description {
    margin-bottom: 56px; }
    @media (max-width: 401px) {
      #box_main_slider .item.product .description {
        margin-bottom: 0; } }
  #box_main_slider .bx-wrapper {
    position: relative; }
  #box_main_slider ul li {
    box-sizing: border-box;
    background-color: #fff; }
  #box_main_slider .bx-pager {
    margin: 0;
    text-align: center;
    position: absolute;
    top: 435px;
    left: 0;
    right: 34px; }
    #box_main_slider .bx-pager .bx-pager-item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px;
      overflow: hidden; }
      #box_main_slider .bx-pager .bx-pager-item .bx-pager-link {
        display: block;
        border-radius: 50%;
        line-height: 1;
        text-decoration: none;
        cursor: pointer;
        width: 14px;
        height: 14px;
        text-indent: -9999px;
        overflow: hidden;
        background: #fff;
        border: 3px solid; }

.b-main-page-news-list {
  padding: 20px 0;
  margin: 35px 0 45px; }
  .b-main-page-news-list h2 {
    margin-bottom: 15px;
    color: #000;
    font-size: 24px;
    font-weight: 200; }
  .b-main-page-news-list .news-item {
    display: table-cell;
    width: 33.33%;
    padding: 0 30px;
    border-right: 2px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .b-main-page-news-list .news-item:first-child {
      padding-left: 0; }
    .b-main-page-news-list .news-item:last-child {
      border-right: 0; }
    @media (max-width: 1024px) {
      .b-main-page-news-list .news-item {
        display: block;
        width: 100%;
        padding: 15px 0;
        border: 0; } }
    .b-main-page-news-list .news-item h3 {
      font-size: 18px;
      font-weight: 100;
      margin-bottom: 10px; }
    .b-main-page-news-list .news-item .box-preview-picture {
      width: 150px;
      padding-left: 15px;
      float: right; }
      @media (max-width: 568px) {
        .b-main-page-news-list .news-item .box-preview-picture {
          display: block; } }
    .b-main-page-news-list .news-item .preview-description {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 15px; }
    .b-main-page-news-list .news-item .more {
      color: #000;
      font-weight: 600; }

.b-store-map {
  position: relative; }
  .b-store-map .popup {
    display: block;
    position: absolute;
    top: 50%;
    width: 750px;
    max-height: 400px;
    background-color: #585858;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    z-index: 100;
    opacity: 0; }
    .b-store-map .popup.animated {
      opacity: 1;
      -webkit-animation-duration: 0.6s;
      animation-duration: 0.6s;
      -webkit-animation-name: fadeInUpFoStoreMap;
      animation-name: fadeInUpFoStoreMap; }
    .b-store-map .popup .popup-content {
      padding: 20px; }
      .b-store-map .popup .popup-content .map_field {
        position: relative;
        width: 50%;
        float: left;
        min-height: 1px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media (max-width: 768px) {
          .b-store-map .popup .popup-content .map_field {
            float: none;
            width: 100%; } }
        .b-store-map .popup .popup-content .map_field .caption {
          color: #fff;
          margin-bottom: 3px; }
      .b-store-map .popup .popup-content .alert {
        color: #fff; }
      .b-store-map .popup .popup-content .popup_text {
        color: #fff;
        padding-right: 20px; }
        .b-store-map .popup .popup-content .popup_text h2 {
          font-size: 30px;
          line-height: 0.8em;
          font-weight: 600;
          text-transform: uppercase; }
        .b-store-map .popup .popup-content .popup_text a {
          color: white;
          margin: 0 0 10px;
          text-decoration: none; }
        .b-store-map .popup .popup-content .popup_text .store-info {
          padding-top: 20px; }
          .b-store-map .popup .popup-content .popup_text .store-info > div {
            margin-bottom: 20px;
            font-size: 0; }
            .b-store-map .popup .popup-content .popup_text .store-info > div > * {
              font-size: 14px;
              font-size: 1rem; }
        .b-store-map .popup .popup-content .popup_text .span-filed {
          display: inline-block;
          width: 80%;
          width: calc(100% - 55px);
          vertical-align: middle; }
        .b-store-map .popup .popup-content .popup_text .fa {
          width: 40px;
          height: 40px;
          margin-right: 7px;
          line-height: 40px;
          color: #000;
          border-radius: 50%;
          text-align: center;
          vertical-align: middle; }
      .b-store-map .popup .popup-content .fields-box {
        margin-bottom: 27px; }
        .b-store-map .popup .popup-content .fields-box input,
        .b-store-map .popup .popup-content .fields-box textarea {
          width: 100%;
          padding: 7px 10px;
          border: none;
          margin-bottom: 10px;
          font-size: 14px;
          color: #b7b7b7;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .b-store-map .popup .popup-content .fields-box input:last-child,
          .b-store-map .popup .popup-content .fields-box textarea:last-child {
            margin-bottom: 0; }
      .b-store-map .popup .popup-content .btn {
        width: 50%;
        float: right; }
      .b-store-map .popup .popup-content textarea {
        resize: none; }
    .b-store-map .popup .close {
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      width: 12px;
      height: 12px;
      line-height: 12px;
      color: #fff; }

@-webkit-keyframes fadeInUpFoStoreMap {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpFoStoreMap {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.b-main-page-mosaic {
  margin-bottom: 40px; }
  .b-main-page-mosaic .items-box .item {
    position: relative;
    width: 49%;
    height: 270px;
    margin-left: 2%;
    border: 1px solid #e3e3e3;
    float: left;
    color: #000;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .b-main-page-mosaic .items-box .item .overlay, .b-main-page-mosaic .items-box .item .bg {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .b-main-page-mosaic .items-box .item .overlay {
      background-color: #fff;
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.2s ease-in;
      -moz-transition: opacity 0.2s ease-in;
      transition: opacity 0.2s ease-in; }
    .b-main-page-mosaic .items-box .item .bg {
      background: #f7f7f7 center no-repeat;
      background-size: cover;
      z-index: 1;
      -webkit-transition: transform 0.2s ease-in;
      -moz-transition: transform 0.2s ease-in;
      transition: transform 0.2s ease-in; }
    .b-main-page-mosaic .items-box .item:hover .overlay {
      opacity: 0.6; }
    .b-main-page-mosaic .items-box .item:hover .bg {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .b-main-page-mosaic .items-box .item .info {
      position: absolute;
      max-width: 50%;
      left: 50%;
      top: 50%;
      line-height: 1.2em;
      z-index: 3; }
      .b-main-page-mosaic .items-box .item .info .title {
        font-size: 18px;
        margin-bottom: 5px; }
      .b-main-page-mosaic .items-box .item .info .description {
        font-size: 13px; }
      .b-main-page-mosaic .items-box .item .info .price {
        font-size: 16px; }
      .b-main-page-mosaic .items-box .item .info.hor-left {
        left: 10%; }
      .b-main-page-mosaic .items-box .item .info.hor-center {
        left: 50%; }
      .b-main-page-mosaic .items-box .item .info.hor-right {
        left: auto;
        right: 10%;
        text-align: right; }
      .b-main-page-mosaic .items-box .item .info.ver-top {
        top: 10%; }
      .b-main-page-mosaic .items-box .item .info.ver-center {
        top: 50%; }
      .b-main-page-mosaic .items-box .item .info.ver-bottom {
        top: auto;
        bottom: 10%; }
    .b-main-page-mosaic .items-box .item.item-small {
      width: 23.5%; }
    .b-main-page-mosaic .items-box .item.item-big {
      margin-left: 0; }
    .b-main-page-mosaic .items-box .item .btn {
      padding: 6px 20px;
      margin-top: 10px; }
    @media (max-width: 1024px) {
      .b-main-page-mosaic .items-box .item.item-big {
        width: 100%;
        margin-bottom: 30px; }
      .b-main-page-mosaic .items-box .item.item-small {
        width: 49%;
        margin: 0;
        margin-bottom: 30px !important; }
        .b-main-page-mosaic .items-box .item.item-small:nth-child(2) {
          margin-right: 2%; }
      .b-main-page-mosaic .items-box .item.item-default {
        width: 100%;
        margin-left: 0; } }

.b-main-page-about {
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 40px;
  font-size: 14px;
  background-color: #f7f7f7;
  color: #000; }
  .b-main-page-about .about-box {
    display: table;
    width: 100%; }
  .b-main-page-about .about-img-box {
    display: table-cell;
    width: 50%;
    padding-right: 20px;
    vertical-align: middle; }
    @media (max-width: 1024px) {
      .b-main-page-about .about-img-box {
        display: none; } }
    .b-main-page-about .about-img-box img {
      max-width: 100%;
      max-height: 100%; }
  .b-main-page-about .about-text-box {
    display: table-cell;
    width: 50%;
    padding-left: 20px; }
    @media (max-width: 1024px) {
      .b-main-page-about .about-text-box {
        padding: 0 10px; } }
    .b-main-page-about .about-text-box .about-text {
      margin-bottom: 15px; }
    .b-main-page-about .about-text-box h2 {
      margin-bottom: 15px;
      color: #000;
      font-size: 24px;
      font-weight: 200; }
    .b-main-page-about .about-text-box p {
      margin-bottom: 10px; }
    .b-main-page-about .about-text-box ul {
      padding-left: 20px;
      margin-bottom: 10px; }
  .b-main-page-about .more {
    font-weight: 600; }

@media (min-width: 769px) {
  .b-layout-aside .mob_data {
    display: none; }

  .b-aside-menu {
    position: relative;
    margin-bottom: 30px;
    padding: 7px 0;
    border-bottom: 4px solid; }
    .b-aside-menu > li {
      border-bottom: 1px dotted; }
      .b-aside-menu > li:last-child {
        border-bottom: none; }
    .b-aside-menu li {
      padding: 7px 0;
      list-style: none; }
      .b-aside-menu li a {
        position: relative;
        display: block;
        padding-right: 15px;
        font-weight: 200;
        text-decoration: none; }
        .b-aside-menu li a .arrow {
          position: absolute;
          top: 50%;
          right: 4px;
          font-size: 1.2em;
          margin-top: -0.5em;
          font-weight: bold; }
      .b-aside-menu li:hover > a {
        color: #4aafe5; }
        .b-aside-menu li:hover > a .arrow {
          color: #4aafe5; }
      .b-aside-menu li.title {
        font-size: 21px;
        color: #000; }
    .b-aside-menu ul {
      display: none;
      z-index: 500; }
    .b-aside-menu .menu_wrapper {
      position: absolute;
      top: 0;
      left: 100%;
      width: 1000px;
      border-bottom: 4px solid;
      min-height: 100%; }
      .b-aside-menu .menu_wrapper ul {
        position: absolute;
        top: 0;
        left: 260px; }
      .b-aside-menu .menu_wrapper li {
        width: 240px;
        padding-left: 20px; }
    .b-aside-menu ul.show {
      display: block; } }
@media (max-width: 768px) {
  .open_menu {
    overflow: hidden; }
    .open_menu .b-layout-aside {
      display: block; }

  .b-layout-aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    width: auto;
    padding: 2em 1em;
    z-index: 100;
    float: none;
    background-color: #fff;
    overflow: auto; }
    .b-layout-aside .mob_data {
      padding: 0 0 2em;
      text-align: center;
      border-bottom: 1px solid; }
      .b-layout-aside .mob_data .close_menu {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 2.2em;
        cursor: pointer; }
      .b-layout-aside .mob_data .user {
        font-size: 1.2em; }
      .b-layout-aside .mob_data .phone {
        margin-top: 10px;
        font-size: 1.6em; }

  .b-aside-menu {
    font-size: 1.5rem; }
    .b-aside-menu li {
      padding: 0.5em 0;
      list-style: none;
      cursor: pointer; }
      .b-aside-menu li a {
        position: relative;
        display: block;
        padding-left: 45px;
        font-weight: 200;
        text-decoration: none; }
        .b-aside-menu li a .arrow {
          position: absolute;
          top: 50%;
          left: -7px;
          margin-top: -0.5em;
          font-size: 2em;
          padding: 0 10px; }
          .b-aside-menu li a .arrow.open {
            transform: rotate(-90deg); }
      .b-aside-menu li ul {
        display: none; }
        .b-aside-menu li ul li.title {
          display: none; }
      .b-aside-menu li.title {
        display: none; }
    .b-aside-menu .menu_wrapper {
      font-size: 0.7em;
      margin-left: 1em; }
      .b-aside-menu .menu_wrapper ul {
        margin-left: 1em; } }
.b-menu-top {
  margin: 0;
  padding-left: 0;
  list-style: none;
  text-decoration: none; }

.b-menu-top li {
  display: inline;
  margin-right: 13px; }

.b-menu-top li:last-child {
  margin-right: 0; }

.b-breadcrumbs {
  font-size: 14px;
  line-height: 15px;
  z-index: 20; }
  .b-breadcrumbs:after {
    content: ' ';
    display: block;
    width: 100%;
    clear: both; }
  .b-breadcrumbs.catalog {
    margin-left: -15px; }
    .b-breadcrumbs.catalog > li:hover {
      border: 1px solid; }
      .b-breadcrumbs.catalog > li:hover a {
        text-decoration: none; }
    .b-breadcrumbs.catalog > li:first-child:hover {
      border: 1px solid #fff; }
    .b-breadcrumbs.catalog > li > a {
      padding: 5px 5px 10px 15px; }
    .b-breadcrumbs.catalog > li .arrow {
      margin-right: 6px;
      margin-left: 3px; }
      .b-breadcrumbs.catalog > li .arrow:after {
        width: 11px;
        height: 11px;
        background: url("img/breadcrumbs_arrow_down.png") no-repeat center 4px;
        margin-right: 5px; }
  .b-breadcrumbs > li {
    position: relative;
    border: 1px solid #fff;
    float: left;
    list-style: none;
    z-index: 100; }
    .b-breadcrumbs > li:hover {
      z-index: 110; }
      .b-breadcrumbs > li:hover .dropdown {
        display: block; }
    .b-breadcrumbs > li > span,
    .b-breadcrumbs > li > a {
      position: relative;
      display: block;
      padding: 5px 5px 10px 0;
      background: #fff;
      z-index: 1100; }
    .b-breadcrumbs > li > a {
      text-decoration: underline; }
    .b-breadcrumbs > li a:hover {
      text-decoration: none; }
    .b-breadcrumbs > li .arrow {
      display: inline-block;
      width: 16px;
      height: 12px;
      margin-left: 10px;
      vertical-align: top;
      cursor: pointer;
      text-align: center;
      line-height: 12px; }
      .b-breadcrumbs > li .arrow:after {
        content: '';
        display: inline-block;
        width: 8px;
        height: 11px;
        background: url("img/breadcrumbs_arrow.png") no-repeat center center;
        vertical-align: middle; }
    .b-breadcrumbs > li .dropdown {
      position: absolute;
      top: 29px;
      left: -1px;
      display: none;
      width: 250px;
      border: 1px solid;
      border-bottom: 4px solid;
      background: #fff;
      z-index: 1000; }
      .b-breadcrumbs > li .dropdown ul {
        padding: 0;
        margin: 0;
        list-style: none; }
      .b-breadcrumbs > li .dropdown li {
        padding: 7px 20px 7px 20px;
        border-bottom: 1px dotted;
        cursor: pointer; }
        .b-breadcrumbs > li .dropdown li:last-child {
          border-bottom: none; }
        .b-breadcrumbs > li .dropdown li a {
          color: #5e5e5e;
          font-size: 14px;
          font-weight: 200; }
          .b-breadcrumbs > li .dropdown li a:hover {
            text-decoration: underline; }

.bx_ordercart .bx_sort_container {
  margin-bottom: 15px;
  min-height: 32px;
  color: #919191;
  vertical-align: middle;
  font-size: 15px;
  line-height: 32px; }

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
  padding: 2% 5px;
  border-bottom: 1px solid #e5e5e5; }

.bx_ordercart .bx_ordercart_order_table_container table tbody td td {
  padding: 0 1px !important; }

.bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
  border-bottom: none; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.item,
.bx_ordercart .bx_ordercart_order_table_container tbody td.custom,
.bx_ordercart .bx_ordercart_order_table_container tbody td.control,
.bx_ordercart .bx_ordercart_order_table_container tbody td.price {
  text-align: left;
  font-size: 14px;
  line-height: 22px; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.custom a {
  color: #327AB7;
  font-size: 11px; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.price {
  white-space: nowrap; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
  color: #000;
  font-weight: bold;
  font-size: 19px; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .old_price {
  color: #b8b8b8;
  text-decoration: line-through;
  font-size: 13px; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price {
  font-size: 11px;
  line-height: 13px; }

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .type_price_value {
  font-size: 11px;
  line-height: 13px; }

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand {
  position: relative;
  margin-top: 3%;
  min-width: 50px;
  max-width: 100%;
  border: 1px solid #c0cfda;
  border-radius: 2px;
  line-height: 0; }

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_brand img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto; }

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
  margin: 0;
  padding: 0;
  white-space: normal;
  line-height: 18px; }

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
  margin-bottom: 10px;
  color: #b4b4b4;
  font-size: 13px; }

.bx_ordercart .bx_ordercart_order_pay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto 0;
  padding: 0 20px; }

.bx_ordercart .bx_ordercart_order_pay_left {
  float: left;
  width: 50%; }

.bx_ordercart .bx_ordercart_order_pay_right {
  /*    float: left;
      width: 50%;*/
  text-align: right; }

.bx_ordercart .bx_ordercart_coupon {
  position: relative;
  white-space: nowrap;
  margin-bottom: 4px; }

.bx_ordercart .bx_ordercart_coupon span {
  display: block;
  margin-bottom: 13px;
  font-size: 13px; }

.bx_ordercart .bx_ordercart_coupon span.good,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled {
  display: inline-block;
  width: 22px;
  height: 34px;
  vertical-align: middle;
  margin: 0 0 0 5px;
  cursor: pointer; }

.bx_ordercart .bx_ordercart_coupon span.disabled:hover {
  cursor: pointer; }

.bx_ordercart .bx_ordercart_coupon input.good {
  position: relative;
  border: 1px solid #59a62a;
  background: rgba(89, 166, 42, 0.16);
  box-shadow: 0 0 2px 0 rgba(89, 166, 42, 0.8); }

.bx_ordercart .bx_ordercart_coupon span.good {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAoklEQVQ4y2NgIBOUb7JkY6AEAA0wBuJHQGxHrgFWQPwBiP8D8WcgliTVAHuoRpAB/4A4E10BDwED3ID4K9SAP0CciK7ACYhfg2gcBvgA8Q8kA6LQFQgB8Seogq/oBgH5QUD8EyoPooNwOTUMagOKQSAbkcRBLvEhFGjoBvWi8V2JDX1kg2AY5FV7UqMR2SBQerAkN0GBDHoJSpmUJm1uYtUCAMzalTMY8Lf6AAAAAElFTkSuQmCC") no-repeat center; }

.bx_ordercart .bx_ordercart_coupon input.bad {
  border: 1px solid #e16565;
  background: rgba(225, 101, 101, 0.16);
  box-shadow: 0 0 2px 0 rgba(225, 101, 101, 0.8); }

.bx_ordercart .bx_ordercart_coupon span.good:hover,
.bx_ordercart .bx_ordercart_coupon span.bad,
.bx_ordercart .bx_ordercart_coupon span.disabled {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjA2QzFEQUU3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjA2QzFEQUY3QTJEMTFFNEJFMTJEMjJGMUE4MkZDRkYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MDZDMURBQzdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2MDZDMURBRDdBMkQxMUU0QkUxMkQyMkYxQTgyRkNGRiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuRKTjMAAAC1SURBVHjaXJAhEsIwEEWTDiCoAa6CBtUKEAxHwAfHGSpxySWqUFQUh+YG3AEMOvxlfmf+kJmXnXRftr/1McaDc+4M9iGEu5OVUlqhXMCpwNaABejYUKljrxlh24EbmFHeomZKJXiZ43POdnsp8odDB6lGpMdP5KtUdirZoZDsNmEs5wmYDoeC09YoV8pvUuoHevyef6nikB7MmXljE1sJXlkm5qr5zHqtiQE8Nbgtka13/AowAFzKRSz6AcYPAAAAAElFTkSuQmCC") no-repeat center; }

.bx_ordercart .bx_ordercart_coupon span.bad:hover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAMAAAA4Nk+sAAAA1VBMVEXVLy/VMTHWMjLWMzPWNDTWNjbXODjXOjrXOzvYPT3YPz/ZQUHZQ0PaRkbaR0faSEjbTEzbTU3bTk7bT0/dWFjdWVneW1veXV3fYWHfYmLgY2PgZGTgZWXgZmbibW3ib2/jc3Pjd3flfX3lf3/mgYHojo7oj4/rm5vrnZ3soKDtpKTtpqbuqanura3wsrLxuLjxurr42tr43Nz43t754uL54+P76ur76+v77Oz87u787+/88PD88fH88vL99PT99fX99vb++Pj++fn++vr+/Pz//f3////hD3ITAAAA4klEQVQoU2XR2VrCMBRF4YWCAwIiGg1OYHGsI1qrNalGpef9H8mLNvlKXTfJ/m8P4iusWYRB+bxeH7ShvX+V1Nier1DVmhnP8wG1hs8lzzdZauNFBPnaodEwF+SiqXApfHQAIqMBtIkAOim3AKTiNGgnKQA3nAKgcnFj7cQqAE7YJnhQeqwRPCgt1qvf2Ik4XY1VRkHzPPiAs6BKWe8THgB4F6tAWXkD4B7XBZgmCkAlU4DuJxLzr1iQQtPo8FcQyXaXdZSVZ8iO6nps/NGKu57HrXhRO/HP00z1+3vR43e5/wBykDHWjqbzywAAAABJRU5ErkJggg==") no-repeat center; }

.bx_ordercart .bx_ordercart_coupon input.disabled {
  color: #9a9a9a; }

.bx_ordercart .bx_ordercart_coupon_notes {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -ms-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  display: none;
  opacity: 0;
  white-space: normal;
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 270px;
  padding: 10px;
  background: #fff;
  z-index: 1010;
  border-radius: 5px;
  font-size: 13px;
  line-height: 17px;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.05); }

.bx_ordercart .bx_ordercart_coupon:hover .bx_ordercart_coupon_notes {
  display: block;
  opacity: 1; }

.bx-touch .bx_ordercart .bx_ordercart_coupon_notes {
  display: block;
  opacity: 1;
  position: relative;
  top: auto;
  left: auto;
  margin: 10px auto;
  box-shadow: none; }

.bx_ordercart .bx_ordercart_order_sum {
  float: right; }

.bx_ordercart .bx_ordercart_order_sum tr td {
  padding: 1px;
  text-align: right;
  font-size: 13px; }

.bx_ordercart .bx_ordercart_order_sum tr td.custom_t1 {
  width: 100%; }

.bx_ordercart .bx_ordercart_order_sum tr td.custom_t2 {
  white-space: nowrap; }

.bx_ordercart .bx_ordercart_order_sum tr td.fwb {
  font-weight: bold; }

.bx_ordercart .bx_ordercart_order_pay_center {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e4e6e8;
  text-align: right; }

.bx_ordercart .bx_ordercart_order_pay_center span {
  margin: 0 30px;
  font-weight: bold;
  font-size: 17px; }

/* quantity control table */
table.counter {
  min-width: 0% !important; }

table.counter td {
  border: none !important;
  vertical-align: middle; }

table.counter tbody tr td#quantity_control {
  text-align: left; }

.basket_quantity_control {
  display: inline-block;
  left: 0;
  margin: 0;
  padding: 0; }

.basket_quantity_control a {
  background: url("images/arrows.png") no-repeat scroll 0 0 transparent;
  border: 1px solid #D8D8D8;
  display: block;
  height: 10px;
  text-align: center;
  width: 11px; }

.basket_quantity_control a.plus {
  background-position: 0px 0px;
  border-radius: 5px 5px 0 0; }

.basket_quantity_control a.minus {
  background-position: 0px -20px;
  border-radius: 0 0 5px 5px;
  margin-top: -1px; }

.flat {
  display: inline; }

.bt2 {
  color: #3f3f3f;
  font-size: 13px;
  text-align: center;
  padding: 7px 16px;
  text-decoration: none;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #eee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eee));
  background: -webkit-linear-gradient(top, #fff 0%, #eee 100%);
  background: -o-linear-gradient(top, #fff 0%, #eee 100%);
  background: -ms-linear-gradient(top, #fff 0%, #eee 100%);
  background: linear-gradient(to bottom, #fff 0%, #eee 100%); }

.bt2:hover {
  color: #3f3f3f;
  background: #fbfbfb;
  text-decoration: none !important; }

.bt2:active {
  color: #3f3f3f;
  text-shadow: none;
  text-shadow: 0 2px 1px white;
  background: #fbfbfb;
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eaeaea));
  background: -webkit-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
  background: -ms-radial-gradient(center, ellipse cover, #fbfbfb 0%, #eaeaea 100%);
  background: radial-gradient(ellipse at center, #fbfbfb 0%, #eaeaea 100%);
  box-shadow: none;
  padding: 6px 15px;
  border: 1px solid #d2d2d2; }

input.bt2 {
  border: none; }

input.bt2:active {
  border: 1px solid #d2d2d2; }

/* size */
.bx_item_detail_size_small_noadaptive {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  width: 192px; }

.bx-no-touch .bx_item_detail_size_small_noadaptive.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%; }

/*----*/
.bx_item_detail_size_small_noadaptive .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px; }

/*----*/
.bx_item_detail_size_small_noadaptive .bx_size_scroller_container {
  position: relative;
  margin-top: 5px;
  margin-left: 10px; }

.bx_item_detail_size_small_noadaptive .bx_size {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%; }

.bx_item_detail_size_small_noadaptive ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap; }

.bx-touch .bx_item_detail_size_small_noadaptive .bx_size {
  overflow-x: auto; }

.bx_item_detail_size_small_noadaptive ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap; }

.bx-touch .bx_item_detail_size_small_noadaptive .bx_size ul {
  margin-left: 0 !important; }

.bx_item_detail_size_small_noadaptive ul li {
  position: relative;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px; }

.bx_item_detail_size_small_noadaptive ul li a {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 2px;
  left: 2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff;
  color: #3f3f3f;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 10px;
  line-height: 22px; }

.bx_item_detail_size_small_noadaptive ul li:hover a {
  border: 1px solid #006cc0; }

.bx_item_detail_size_small_noadaptive ul li:active a,
.bx_item_detail_size_small_noadaptive ul li.bx_active a {
  /*padding: 3px;*/
  border: 2px solid #006cc0; }

/*----*/
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
  opacity: 0.8; }

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right:hover {
  opacity: 1; }

.bx_item_detail_size_small_noadaptive.full .bx_slide_left,
.bx_item_detail_size_small_noadaptive.full .bx_slide_right {
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 5%;
  max-width: 11px;
  cursor: pointer; }

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_left {
  left: -5%;
  background: url(images/arr_left.png) no-repeat left center;
  background-size: 100% auto; }

.bx-no-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
  right: -5%;
  background: url(images/arr_right.png) no-repeat right center;
  background-size: 100% auto; }

.bx-touch .bx_item_detail_size_small_noadaptive .bx_slide_left {
  left: 0;
  background: url(images/fade_left.png) repeat-y left center;
  background-size: 100% auto; }

.bx-touch .bx_item_detail_size_small_noadaptive .bx_slide_right {
  right: 0;
  background: url(images/fade_right.png) repeat-y right center;
  background-size: 100% auto; }

/* end of size */
/* sku */
.bx_item_detail_scu_small_noadaptive {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  max-width: 100%;
  width: 193px; }

.bx-no-touch .bx_item_detail_scu_small_noadaptive.full {
  position: relative;
  margin-left: -5%;
  padding: 0 5%; }

/*----*/
.bx_item_detail_scu_small_noadaptive .bx_item_section_name_gray {
  color: #9e9e9e;
  vertical-align: middle;
  font-size: 11px;
  line-height: 11px; }

/*----*/
.bx_item_detail_scu_small_noadaptive .bx_scu_scroller_container {
  position: relative;
  margin-top: 5px;
  margin-left: 10px; }

.bx_item_detail_scu_small_noadaptive .bx_scu {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%; }

.bx-touch .bx_item_detail_scu_small_noadaptive .bx_scu {
  overflow-x: auto; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  white-space: nowrap; }

.bx-retina .bx_item_detail_scu_small_noadaptive .bx_scu ul {
  margin-left: 0 !important; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li {
  position: relative;
  display: block;
  float: left;
  padding-top: 10%;
  height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a {
  position: absolute;
  top: 0;
  right: 2px;
  bottom: 4px;
  left: 2px;
  display: block;
  overflow: hidden;
  border: 1px solid #c0cfda;
  background: #fff; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover a {
  border: 1px solid #006cc0; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li:active a,
.bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active a {
  padding: 3px;
  border: 2px solid #006cc0; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a span {
  position: absolute;
  top: 6%;
  right: 6%;
  bottom: 6%;
  left: 6%;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.bx_item_detail_scu_small_noadaptive .bx_scu ul li a span img {
  width: auto;
  height: 25px; }

/*----*/
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left,
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right {
  opacity: 0.8; }

.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_left:hover,
.bx-no-touch .bx_item_detail_scu_small_noadaptive .bx_slide_right:hover {
  opacity: 1; }

.bx_item_detail_scu_small_noadaptive.full .bx_slide_left,
.bx_item_detail_scu_small_noadaptive.full .bx_slide_right {
  position: absolute;
  top: 0;
  bottom: 4px;
  width: 5%;
  max-width: 11px;
  cursor: pointer; }

/* end of sku */
#warning_message {
  color: red; }

.bx-touch .quantity_control {
  display: none; }

.b-page-basket {
  margin-top: 20px; }
  .b-page-basket .bx_sort_container span {
    font-size: 20px; }
  .b-page-basket .bx_sort_container a {
    display: inline-block;
    margin-left: 20px;
    padding: 0 20px;
    border: 2px solid;
    text-decoration: none;
    line-height: 32px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    .b-page-basket .bx_sort_container a:hover {
      border: 2px solid; }
    .b-page-basket .bx_sort_container a.current {
      border: 2px solid; }
  .b-page-basket table {
    min-width: 100%;
    padding: 0;
    margin: 0;
    border-collapse: collapse; }
    .b-page-basket table thead tr {
      border-bottom: 1px solid; }
    .b-page-basket table thead td {
      padding: 0 5px;
      min-height: 39px;
      font-size: 18px;
      line-height: 39px;
      font-weight: 200; }
    .b-page-basket table td {
      white-space: nowrap;
      vertical-align: middle;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .b-page-basket table td.margin {
        padding: 0;
        width: 2%; }
      .b-page-basket table td.item {
        width: 70%; }
      .b-page-basket table td.custom {
        font-size: 16px; }
      .b-page-basket table td.price .current_price {
        font-size: 16px; }
      .b-page-basket table td.control a {
        font-size: 14px;
        text-decoration: none; }
        .b-page-basket table td.control a:hover span {
          border-bottom: 1px dotted; }
        .b-page-basket table td.control a.delete i {
          margin: 0 3px 0 2px; }
  .b-page-basket .bx_ordercart_photo_container .bx_ordercart_photo {
    width: 110px;
    height: 110px;
    background-position: center;
    background-repeat: no-repeat; }
  .b-page-basket .bx_ordercart_itemtitle a {
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
    font-size: 20px; }
  .b-page-basket .bx_ordercart_order_sum td {
    padding: 0 8px; }
  .b-page-basket .bx_ordercart_order_sum .total_price {
    padding: 5px 8px;
    font-weight: bold;
    font-size: 20px; }
  .b-page-basket .checkout {
    line-height: 14px;
    margin: 0 10px; }

#order_form_div {
  padding: 20px 0; }
  #order_form_div h4 {
    font-size: 20px; }
  #order_form_div .bx_section h4 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid; }
  #order_form_div .bx_section input[type="text"] {
    width: 100%;
    max-width: 350px; }
  #order_form_div .bx_section textarea {
    width: 100%;
    min-width: 100%;
    min-height: 250px;
    font-size: 13px; }
  #order_form_div .section {
    margin-bottom: 10px; }
  #order_form_div .label.left {
    float: left;
    margin: 10px; }
  #order_form_div .bx_block.r3x1,
  #order_form_div .bx_block.r1x3 {
    margin: 10px;
    padding: 0; }
  #order_form_div .bx_block.r1x3 {
    width: auto; }
  #order_form_div a.slide {
    font-size: 0.6em;
    text-decoration: none; }
    #order_form_div a.slide:hover {
      border-bottom: 1px dotted; }
  #order_form_div #sale_order_props .bx_block.r1x3 {
    margin: 10px 0 17px 10px;
    width: 20%; }
  #order_form_div #sale_order_props .bx_block.r3x1 {
    margin: 0;
    width: 70%; }
  #order_form_div .bx_logotype {
    padding: 2px;
    margin-right: 20px;
    float: left;
    cursor: pointer;
    box-shadow: 0 0 3px 0 rgba(123, 152, 165, 0.9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #order_form_div .bx_logotype span {
      display: block;
      width: 100px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  #order_form_div .bx_element input[type=radio]:checked + label .bx_logotype,
  #order_form_div .bx_element label.selected .bx_logotype {
    border: 2px solid !important;
    padding: 1px; }
  #order_form_div .bx_order_make .bx_logotype.active,
  #order_form_div .bx_order_make .bx_logotype:hover {
    padding: 2px; }
  #order_form_div .bx_ordercart_order_table_container {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow-x: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #order_form_div .bx_ordercart_order_table_container table {
      margin: 0;
      padding: 0;
      min-width: 100%;
      border-collapse: collapse; }
      #order_form_div .bx_ordercart_order_table_container table tr {
        border-bottom: 1px solid; }
      #order_form_div .bx_ordercart_order_table_container table td {
        vertical-align: middle; }
      #order_form_div .bx_ordercart_order_table_container table thead td {
        padding: 0 5px;
        min-height: 39px;
        color: #000;
        font-size: 14px;
        line-height: 39px;
        font-weight: 200;
        white-space: nowrap; }
      #order_form_div .bx_ordercart_order_table_container table .bx_ordercart_photo {
        width: 110px;
        height: 110px;
        background-position: center;
        background-repeat: no-repeat; }
      #order_form_div .bx_ordercart_order_table_container table .bx_ordercart_itemtitle a {
        text-decoration: none;
        font-weight: bold;
        line-height: 18px;
        font-size: 20px; }
  #order_form_div .bx_ordercart_order_sum td {
    padding: 0 8px; }
  #order_form_div .bx_ordercart_order_sum .itog,
  #order_form_div .bx_ordercart_order_sum .price {
    padding: 5px 8px;
    color: #000;
    font-weight: bold;
    font-size: 20px; }
  #order_form_div .checkout {
    margin: 0 10px; }
  #order_form_div .errortext {
    display: inline-block;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

.b-page-auth .errortext {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.b-page-auth form {
  width: 300px; }
.b-page-auth .auth_input {
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.b-page-auth .auth_btn {
  margin: 15px 15px 15px 0;
  padding: 12px 40px; }
.b-page-auth .socials_title {
  margin: 25px 0 15px;
  border-bottom: 1px solid;
  padding-bottom: 10px; }
  .b-page-auth .socials_title h2 {
    font-size: 28px;
    line-height: 1.2em;
    display: block; }

.b-page-registration .errortext {
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.b-page-registration td:first-child {
  padding-right: 10px; }
.b-page-registration .registration_input {
  margin-bottom: 10px; }
.b-page-registration .btn-registration {
  margin: 15px 0;
  padding: 12px 61px; }
.b-page-registration .auth {
  text-align: center; }

.b-page-forgot-pass .notetext,
.b-page-forgot-pass .errortext {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.b-page-forgot-pass p {
  margin-bottom: 10px; }
.b-page-forgot-pass .btn {
  margin: 15px 15px 15px 0;
  padding: 12px 40px; }

.b-page-change-pass .errortext,
.b-page-change-pass .notetext {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.b-page-change-pass td:first-child {
  padding-right: 10px; }
.b-page-change-pass .changepass_input {
  margin-bottom: 10px; }
.b-page-change-pass .btn {
  margin: 15px 15px 15px 0;
  padding: 12px 40px; }
.b-page-change-pass .auth {
  text-align: center; }

.b-profile-settings .errortext {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.b-profile-settings table {
  border-spacing: 10px; }
.b-profile-settings .settings_input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.b-profile-settings .starrequired {
  color: #F22613; }
.b-profile-settings .btn_save {
  width: 100%;
  margin: 15px 15px 15px 0;
  padding: 12px 40px; }
.b-profile-settings .btn_reset {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  border: none;
  background: #fff;
  font-size: 14px;
  cursor: pointer; }
  .b-profile-settings .btn_reset:hover {
    text-decoration: underline; }
.b-profile-settings .soc-serv-title-grey {
  margin-top: 15px;
  font-size: 1.2em; }

.b-profile-change-pass .errortext,
.b-profile-change-pass .notetext {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.b-profile-change-pass table {
  border-spacing: 10px; }
.b-profile-change-pass .input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.b-profile-change-pass .btn_save {
  width: 100%;
  padding: 12px 40px; }

.b-personal-profiles-list .errortext {
  display: inline-block;
  padding: 10px;
  border: 2px solid;
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px; }
.b-personal-profiles-list table {
  width: 100%;
  text-align: center;
  vertical-align: top;
  border-collapse: collapse; }
  .b-personal-profiles-list table th, .b-personal-profiles-list .b-element .spec table td, .b-element .spec .b-personal-profiles-list table td {
    font-weight: bold;
    padding: 5px;
    border-bottom: 1px solid; }
  .b-personal-profiles-list table tr td {
    padding: 5px;
    border-bottom: 1px dotted; }
  .b-personal-profiles-list table tr:last-child td {
    border: none; }

.p-personal-profile-detail table {
  border-spacing: 10px; }
.p-personal-profile-detail .input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
.p-personal-profile-detail .props_title {
  padding: 7px 0; }
  .p-personal-profile-detail .props_title h2 {
    text-align: left;
    padding-bottom: 5px;
    margin: 0 !important;
    border-bottom: 1px solid; }
.p-personal-profile-detail .btn_box {
  margin-top: 10px; }
  .p-personal-profile-detail .btn_box .btn {
    padding: 12px 40px; }

.p-personal-orders-list > table {
  width: 100%;
  border-collapse: collapse; }
.p-personal-orders-list td, .p-personal-orders-list th, .p-personal-orders-list .b-element .spec table td, .b-element .spec table .p-personal-orders-list td {
  padding: 10px;
  text-align: center; }
  .p-personal-orders-list td:first-child, .p-personal-orders-list th:first-child, .p-personal-orders-list .b-element .spec table td:first-child, .b-element .spec table .p-personal-orders-list td:first-child {
    text-align: left; }
.p-personal-orders-list th, .p-personal-orders-list .b-element .spec table td, .b-element .spec table .p-personal-orders-list td {
  font-weight: bold; }
.p-personal-orders-list .title {
  border-bottom: 1px solid; }
.p-personal-orders-list .order_title {
  border-top: 1px dotted; }
  .p-personal-orders-list .order_title.active {
    font-weight: bold; }
  .p-personal-orders-list .order_title td {
    cursor: pointer; }
    .p-personal-orders-list .order_title td:first-child {
      text-align: left; }
.p-personal-orders-list .order_info {
  display: none; }
  .p-personal-orders-list .order_info:last-child {
    border-bottom: none; }
  .p-personal-orders-list .order_info > td {
    padding: 0; }
  .p-personal-orders-list .order_info .animate {
    padding-bottom: 15px;
    display: none; }
    .p-personal-orders-list .order_info .animate > table {
      width: 100%; }
      .p-personal-orders-list .order_info .animate > table th, .p-personal-orders-list .order_info .b-element .spec .animate > table td, .b-element .spec .p-personal-orders-list .order_info .animate > table td {
        font-weight: normal; }
      .p-personal-orders-list .order_info .animate > table td:first-child {
        text-align: left; }
      .p-personal-orders-list .order_info .animate > table .name {
        text-align: left; }
.p-personal-orders-list .result {
  text-align: left;
  padding: 0 10px;
  overflow: hidden; }
  .p-personal-orders-list .result table {
    float: right;
    margin-bottom: 8px; }
  .p-personal-orders-list .result td {
    padding: 3px;
    text-align: left; }
    .p-personal-orders-list .result td:first-child {
      font-weight: bold;
      text-align: right; }
  .p-personal-orders-list .result .btn_box {
    float: right;
    clear: both; }
.p-personal-orders-list .btn {
  margin-right: 7px;
  padding: 12px 40px; }
  .p-personal-orders-list .btn:last-child {
    margin-right: 0; }

.b-personal-orders-detail table {
  width: 100%;
  border-spacing: 5px 7px; }
.b-personal-orders-detail th, .b-personal-orders-detail .b-element .spec table td, .b-element .spec table .b-personal-orders-detail td {
  padding: 7px 0; }
  .b-personal-orders-detail th h2, .b-personal-orders-detail .b-element .spec table td h2, .b-element .spec table .b-personal-orders-detail td h2 {
    text-align: left;
    padding-bottom: 5px;
    margin: 0 !important;
    border-bottom: 1px solid; }
.b-personal-orders-detail .table_info td:first-child {
  width: 25%;
  min-width: 220px; }
.b-personal-orders-detail .items tr:first-child {
  border-bottom: 1px dotted; }
.b-personal-orders-detail .items th, .b-personal-orders-detail .items .b-element .spec table td, .b-element .spec table .b-personal-orders-detail .items td {
  padding-top: 0;
  border: 0; }
.b-personal-orders-detail .items td {
  text-align: center; }
.b-personal-orders-detail .items .name {
  text-align: left; }
.b-personal-orders-detail .result {
  float: right; }
  .b-personal-orders-detail .result table td:first-child {
    padding-right: 3px;
    font-weight: bold;
    text-align: right; }
  .b-personal-orders-detail .result .btn_box {
    margin-top: 10px; }
.b-personal-orders-detail .btn {
  margin-right: 7px;
  padding: 12px 40px; }
  .b-personal-orders-detail .btn:last-child {
    margin-right: 0; }

.b-personal-orders-delete textarea {
  width: 350px;
  height: 4em;
  max-width: 100%; }
.b-personal-orders-delete .btn {
  padding: 12px 40px; }

.b-store .address {
  display: table-cell;
  margin-top: 30px;
  width: 33%;
  float: left; }
  @media (max-width: 1024px) {
    .b-store .address {
      width: 50%; } }
  @media (max-width: 768px) {
    .b-store .address {
      width: 100%;
      text-align: center; } }
  .b-store .address h2 {
    color: #333;
    margin: 0;
    font-size: 16px; }
  .b-store .address .store-list {
    margin: 0;
    padding: 0 0 0 !important;
    list-style: none; }
    .b-store .address .store-list li {
      color: #333; }
      .b-store .address .store-list li i {
        color: #ccc;
        font-size: 1.4em;
        vertical-align: middle;
        width: 1.2em;
        text-align: center; }
  .b-store .address .link-back {
    display: inline-block;
    margin: 2px 0 10px;
    color: #4aafe5;
    text-decoration: none; }

.map_box {
  height: 500px; }

.b-news-detail {
  padding-bottom: 30px; }
  .b-news-detail .date-time {
    padding: 3px 0;
    color: #444;
    font-size: 12px; }
  .b-news-detail .box-detail-picture {
    padding: 20px 0 30px;
    text-align: center; }
    .b-news-detail .box-detail-picture .detail-picture {
      max-width: 100%;
      max-height: 400px; }
  .b-news-detail .detail-description {
    font-size: 14px;
    line-height: 24px; }
    .b-news-detail .detail-description > *:first-child {
      margin-top: 0; }
    .b-news-detail .detail-description > *:last-child {
      margin-bottom: 0; }
    .b-news-detail .detail-description a {
      color: #4aafe5; }
  .b-news-detail blockquote {
    padding: 0.5em 15px;
    border-left: 5px solid #ccc;
    margin: 1.5em 0; }
  .b-news-detail blockquote p {
    display: inline; }

.b-news-list .news-item {
  overflow: hidden; }
.b-news-list .data-time {
  display: block;
  color: #7a7a7a;
  font-size: 14px; }
.b-news-list .box-preview-picture {
  width: 150px;
  height: 150px;
  padding-right: 15px;
  float: left; }
  .b-news-list .box-preview-picture .preview-picture {
    max-width: 100%;
    max-height: 100%; }
  .b-news-list .box-preview-picture + .preview-description {
    float: left;
    width: 80%;
    width: calc(100% - 165px); }

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