.b_va_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.b_va_wrapper .va_inner {
  display: table-cell;
  vertical-align: middle;
}
.b_square_wrapper {
  position: relative;
  min-height: 1px;
  padding-top: 100%;
}
.b_square_wrapper--rect {
  padding-top: 50%;
}
.b_square_wrapper .square_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.b_page_section {
  padding: 60px 0;
}
.page_section_title {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1;
}
.b_about {
  padding: 100px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.b_about .page_section_title {
  margin-bottom: 60px;
}
.b_about .about_text {
  font-size: 20px;
  margin-bottom: 60px;
}
.b_about .about_text a {
  color: #fbfe00;
}
.b_cart_indicator {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px;
  background-color: #fbfe00;
  z-index: 10000;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
}
.b_cart_indicator .b_icon {
  display: inline-block;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 10px;
}
.b_cart_indicator .block_divider {
  width: auto;
  height: 1px;
  margin-right: -10px;
  margin-left: -10px;
  background-color: #000;
}
.b_cart_indicator .items_count {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.b_cart_indicator .money_count {
  padding-top: 10px;
}
.b_cart_indicator:hover,
.b_cart_indicator:focus,
.b_cart_indicator:active {
  text-decoration: none;
  color: #000;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 20px 0 rgba(0,0,0,0.12);
}
.b_breadcrumbs_nav {
  padding-top: 30px;
  background-color: transparent;
}
.b_breadcrumbs_nav .nav_item+.nav_item:before {
  font-family: 'Ionicons';
  content: '\f3d1';
}
.b_breadcrumbs_nav .nav_item_link {
  color: #262626;
}
.b_summary {
  zoom: 1;
  float: right;
  padding: 15px 30px;
  border-bottom: 1px solid #262626;
  margin-bottom: 30px;
}
.b_summary:before,
.b_summary:after {
  content: "";
  display: table;
}
.b_summary:after {
  clear: both;
}
.b_summary .price_value {
  padding-left: 15px;
  font-weight: 700;
}
.control_remove_item {
  cursor: pointer;
}
hr {
  border-top: 1px solid #262626;
}
.b_list {
  padding-left: 15px;
  list-style-type: square;
}
.dl-horizontal dt {
  text-align: left;
  width: 100px;
  font-weight: 400;
}
.dl-horizontal dd {
  margin-left: 120px;
  font-weight: 700;
}
.dl-horizontal.b_props dt {
  width: 320px;
  text-transform: capitalize;
}
.dl-horizontal.b_props dd {
  margin-left: 340px;
}
.b_tab_content {
  padding: 30px 0;
  border-bottom: 1px solid #262626;
}
.b_hero {
  background-color: #ececec;
  padding-bottom: 0;
  padding-top: 0;
}
.b_hero .hero_img {
  margin: 0 auto;
}
.review_item {
  padding: 10px 0;
}
.review_item .item_title {
  font-size: 18px;
  margin: 0;
}
.review_item .item_date {
  color: #999;
  margin: 0;
  padding-top: 2px;
}
.review_item .item_text {
  margin: 0;
}
.stars_counter {
  zoom: 1;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.stars_counter:before,
.stars_counter:after {
  content: "";
  display: table;
}
.stars_counter:after {
  clear: both;
}
.stars_counter .counter_item {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.stars_counter .counter_item.active~.counter_item {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.pagination {
  margin: 0;
  zoom: 1;
  float: right;
}
.pagination:before,
.pagination:after {
  content: "";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination >li >span {
  border: none;
}
.pagination >li >a {
  border: none;
  color: #262626;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.pagination >li >a:hover,
.pagination >li >a:focus {
  background-color: #eee;
  color: #262626;
}
.pagination >li.active >span {
  background-color: transparent;
  color: #262626;
  font-weight: 700;
}
.pagination >li.active >span:hover,
.pagination >li.active >span:focus,
.pagination >li.active >span:active {
  background-color: transparent;
  color: #262626;
}
.b_link {
  color: #262626;
  text-decoration: underline;
  padding: 2px 5px;
  font-weight: 700;
}
.b_link:hover,
.b_link:focus,
.b_link:active {
  color: #262626;
  background-color: #fbfe00;
}
.b_hero_carousel {
  height: 500px;
}
.b_hero_carousel .carousel_slide {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.b_hero_carousel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #262626;
}
.badge {
  background-color: #fbfe00;
  color: #262626;
}
body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #262626;
  font-weight: 400;
  font-size: 14px;
}
.b_btn {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 6px 12px;
  height: 34px;
  line-height: 1.42857143;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  font-weight: 600;
  text-transform: uppercase;
}
.b_btn:focus,
.b_btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}
.b_btn--xs {
  font-size: 10px;
  padding: 2px 8px;
  height: 26px;
  line-height: inherit;
}
.b_btn--sm {
  font-size: 12px;
  padding: 4px 10px;
  height: 30px;
  line-height: inherit;
}
.b_btn--lg {
  font-size: 16px;
  padding: 10px 16px;
  height: 46px;
  line-height: inherit;
}
.b_btn--xlg {
  font-size: 18px;
  padding: 12px 18px;
  height: 54px;
  line-height: inherit;
}
.b_btn--transparent {
  background-color: transparent;
  border: 2px solid transparent;
  color: #262626;
}
.b_btn--transparent:hover,
.b_btn--transparent:focus {
  background-color: #262626;
  border-color: #262626;
  color: #fff;
}
.b_btn--outline {
  background-color: transparent;
  border: 2px solid #262626;
  color: #262626;
}
.b_btn--outline:hover,
.b_btn--outline:focus {
  background-color: #fbfe00;
  border-color: #fbfe00;
  color: #262626;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
}
.b_btn--yellow {
  background-color: #fbfe00;
  border: 12x solid #fbfe00;
  color: #262626;
}
.b_btn--yellow:hover,
.b_btn--yellow:focus {
  background-color: #f8fb00;
  border-color: #f8fb00;
  color: #262626;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
}
.b_btn--yellow_outline {
  background-color: transparent;
  border: 2px solid #fbfe00;
  color: #fbfe00;
}
.b_btn--yellow_outline:hover,
.b_btn--yellow_outline:focus {
  background-color: #fbfe00;
  border-color: #fbfe00;
  color: #262626;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12);
}
.b_form_control {
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  -ms-transition: background 0.2s ease;
  transition: background 0.2s ease;
  -webkit-transition: border 0.2s ease;
  -moz-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  -ms-transition: border 0.2s ease;
  transition: border 0.2s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 4px 10px;
  height: 34px;
  line-height: 1.42857143;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #666;
}
.b_form_control:focus,
.b_form_control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
  border-color: #262626;
}
.b_form_control.b_form_control--inverse {
  background-color: transparent;
  border: 2px solid #999;
  color: #fff;
}
.b_form_control.b_form_control--inverse:focus,
.b_form_control.b_form_control--inverse:active {
  border-color: #fff;
}
.b_form_control.b_form_control--bordered {
  border: 2px solid #eee;
}
.b_form_control.b_form_control--bordered:focus,
.b_form_control.b_form_control--bordered:active {
  border-color: #262626;
}
.b_form_control--xs {
  font-size: 10px;
  padding: 2px;
  height: 26px;
  line-height: inherit;
}
.b_form_control--sm {
  font-size: 12px;
  padding: 4px;
  height: 30px;
  line-height: inherit;
}
.b_form_control--lg {
  font-size: 16px;
  padding: 10px;
  height: 46px;
  line-height: inherit;
}
.b_form_control--xlg {
  font-size: 18px;
  padding: 12px;
  height: 54px;
  line-height: inherit;
}
textarea.b_form_control {
  resize: none;
}
.b_form_horizontal .form_label {
  margin: 0;
  padding-top: 4px;
}
.b_nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b_nav .nav_item {
  display: inherit;
}
.b_nav .nav_item_link {
  display: block;
}
.b_nav .nav_item_link:focus,
.b_nav .nav_item_link:active {
  outline: none;
  text-decoration: none;
}
.b_nav--social .nav_item {
  display: inline-block;
  margin-right: 20px;
}
.b_nav--social .nav_item:last-child {
  margin-right: 0;
}
.b_nav--social .nav_item_link {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid #222;
  color: #222;
  text-align: center;
  font-size: 16px;
}
.b_nav--collapse >.nav_item:hover >.nav_item_link,
.b_nav--collapse >.nav_item:focus >.nav_item_link,
.b_nav--collapse >.nav_item.active >.nav_item_link {
  background-color: #fbfe00;
  text-decoration: none;
}
.b_nav--collapse >.nav_item .nav_item_link {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #262626;
  padding: 10px;
  border-bottom: 1px solid #262626;
  position: relative;
  padding-right: 20px;
  text-transform: uppercase;
}
.b_nav--collapse >.nav_item .nav_item_link[aria-expanded="true"] {
  background-color: #fbfe00;
  text-decoration: none;
}
.b_nav--collapse >.nav_item .nav_item_link.collapsed .control_arrow_left {
  display: block;
}
.b_nav--collapse >.nav_item .nav_item_link.collapsed .control_arrow_down {
  display: none;
}
.b_nav--collapse .control_arrow {
  position: absolute;
  top: 10px;
  right: 0;
  width: 20px;
  text-align: center;
}
.b_nav--collapse .control_arrow.control_arrow_left {
  display: none;
}
.b_nav--collapse .control_arrow.control_arrow_down {
  display: block;
}
.b_nav--collapse .b_nav_collapse_inner {
  padding: 10px 0;
}
.b_nav--collapse .b_nav--collapse_inner .nav_item .nav_item_link {
  border: none;
  padding: 2px 10px;
  text-transform: none;
}
.b_nav--collapse .b_nav--collapse_inner .nav_item:hover .nav_item_link,
.b_nav--collapse .b_nav--collapse_inner .nav_item:focus .nav_item_link,
.b_nav--collapse .b_nav--collapse_inner .nav_item.active .nav_item_link {
  background-color: #feffb2;
  text-decoration: none;
}
.b_nav--footer .nav_item {
  margin-bottom: 10px;
}
.b_nav--footer .nav_item:last-child {
  margin-bottom: 0;
}
.b_nav--footer .icon_wrapper {
  width: 30px;
  text-align: center;
  font-size: 24px;
}
.b_nav--footer .text_wrapper {
  padding-left: 10px;
}
.b_nav--tabs {
  zoom: 1;
  border-bottom: 1px solid #111;
}
.b_nav--tabs:before,
.b_nav--tabs:after {
  content: "";
  display: table;
}
.b_nav--tabs:after {
  clear: both;
}
.b_nav--tabs .nav_item {
  display: block;
  float: left;
}
.b_nav--tabs .nav_item:hover .nav_item_link,
.b_nav--tabs .nav_item:focus .nav_item_link {
  text-decoration: none;
  border-bottom: 7px solid #262626;
}
.b_nav--tabs .nav_item.active .nav_item_link {
  border-bottom: 7px solid #262626;
}
.b_nav--tabs .nav_item_link {
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 10px 20px;
  color: #262626;
  margin-bottom: -4px;
  border-bottom: 7px solid transparent;
  text-transform: uppercase;
}
.b_nav--tabs .nav_item_link:focus,
.b_nav--tabs .nav_item_link:active {
  text-decoration: none;
}
.b_nav--justified .nav_item {
  display: table-cell;
  width: 1%;
  float: none;
}
.b_nav--justified .nav_item_link {
  text-align: center;
}
.b_table {
  margin: 0;
}
.b_table >thead >tr >th {
  padding: 15px 0;
  border-bottom: 1px solid #262626;
}
.b_table >tbody >tr >td {
  padding: 15px 0;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.b_table .item_link {
  color: #262626;
}
.b_table .item_img {
  border: 1px solid #eee;
  display: inline-block;
  margin-right: 10px;
}
.b_table .b_input_group {
  max-width: 200px;
}
.b_modal .modal_header {
  padding-top: 40px;
  text-align: center;
  position: relative;
  border: none;
}
.b_modal .modal_header .modal_close {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #fbfe00;
  color: #262626;
  text-align: center;
}
.b_modal .modal_content {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
}
.b_modal .modal_dialog {
  border: none;
  margin: 0 auto;
}
.b_modal .modal_title {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
}
.b_modal .modal_body {
  border: none;
  text-align: center;
  padding-bottom: 40px;
  font-size: 18px;
  padding-left: 100px;
  padding-right: 100px;
}
.b_modal .modal_footer {
  border: none;
}
.b_modal .modal_body_img {
  margin: 0 auto;
  margin-top: 40px;
}
.b_header {
  background-color: #ececec;
  min-height: 170px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0;
  border: none;
}
.b_header .b_collapse_toggle {
  border-color: #262626;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 20px 15px;
}
.b_header .b_collapse_toggle .icon-bar {
  background-color: #262626;
}
.b_header .b_collapse_toggle:hover,
.b_header .b_collapse_toggle:focus {
  background-color: #262626;
}
.b_header .b_collapse_toggle:hover .icon-bar,
.b_header .b_collapse_toggle:focus .icon-bar {
  background-color: #fff;
}
.b_header .b_header_logo {
  height: auto;
  padding: 32px 15px;
}
.b_header .b_header_logo .logo_img {
  display: block;
  height: 170px;
}
.b_header .b_partner_info {
  position: relative;
  z-index: 20;
  float: left;
  margin-top: 64px;
  padding-bottom: 10px;
}
.b_header .b_partner_info .info_heading {
  font-size: 19px;
  display: block;
  text-align: center;
}
.b_header .b_partner_info .info_link {
  display: block;
}
.b_header .b_partner_info .info_logo {
  display: block;
  width: 90px;
  height: auto;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px;
}
.b_header .b_partner_info .info_footer {
  display: block;
  font-size: 18px;
  text-align: center;
}
.b_header .b_header_nav {
  border-bottom: 1px solid #262626;
  padding: 0 14px;
  position: relative;
}
.b_header .b_header_nav .nav_line {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  height: 7px;
  bottom: -3px;
  left: 14px;
  background-color: #262626;
}
.b_header .b_header_nav .nav_item {
  position: relative;
  display: block;
  float: left;
}
.b_header .b_header_nav .nav_item .nav_item_link {
  text-transform: uppercase;
  display: block;
  color: #262626;
  padding: 36px 10px 14px 10px;
}
.b_header .b_header_nav .nav_item--cart .nav_item_link {
  padding: 32px 20px 0 20px;
  font-size: 20px;
}
.b_header .b_header_nav .nav_item--cart .badge {
  background-color: #fbfe00;
  font-weight: 400;
  color: #262626;
  position: absolute;
  top: 32px;
  left: 32px;
}
.b_header .b_header_nav .nav_item:hover .nav_item_link,
.b_header .b_header_nav .nav_item:focus .nav_item_link {
  background-color: transparent;
}
.b_header .b_header_content {
  float: right;
  padding-top: 32px;
}
.b_header .b_header_collapse {
  float: none;
}
.b_header .b_nav--lng {
  zoom: 1;
  float: right;
}
.b_header .b_nav--lng:before,
.b_header .b_nav--lng:after {
  content: "";
  display: table;
}
.b_header .b_nav--lng:after {
  clear: both;
}
.b_header .b_nav--lng .nav_item {
  display: block;
  float: left;
}
.b_header .b_nav--lng .nav_item:last-child .nav_item_link {
  border-right: none;
}
.b_header .b_nav--lng .nav_item_link {
  padding: 0 15px;
  color: #262626;
  border-right: 1px solid #262626;
  line-height: 14px;
}
.b_header.b_header_mini {
  border-bottom: 1px solid #e7e7e7;
}
.b_header.b_header_mini .b_header_logo .logo_img {
  height: 104px;
}
.b_header.b_header_mini .b_partner_info {
  margin-top: 35px;
}
.b_header.b_header_mini .b_partner_info .info_logo {
  display: block;
  width: 102px;
  height: auto;
  margin: 0 auto;
}
.b_header .b_testimonial {
  margin: 0;
  padding-top: 15px;
  display: block;
  float: right;
  text-align: right;
  margin-right: -15px;
}
.b_catalog {
  background-color: #fff;
}
.b_catalog_grid_item {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #e3e3e3;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  display: block;
  color: #262626;
  overflow: hidden;
}
.b_catalog_grid_item:hover,
.b_catalog_grid_item:focus {
  color: #262626;
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
}
.b_catalog_grid_item .sale_label {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  background-color: #fbfe00;
  color: #262626;
  font-weight: 700;
  padding: 10px;
  font-size: 24px;
  line-height: 1;
}
.b_catalog_grid_item .item_img {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 20px;
}
.b_catalog_grid_item .item_price {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 10px;
}
.b_catalog_grid_item .item_title {
  margin: 0;
}
.b_catalog_grid_item .item_controls {
  font-size: 20px;
  padding-top: 5px;
}
.b_catalog_grid_item .item_controls .control_link {
  display: inline-block;
}
.b_catalog_grid_item .item_controls .control_icon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #262626;
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  cursor: pointer;
}
.b_catalog_grid_item .item_controls .control_icon:hover,
.b_catalog_grid_item .item_controls .control_icon:focus,
.b_catalog_grid_item .item_controls .control_icon:active {
  text-decoration: none;
  background-color: #fbfe00;
}
.b_stocks .b_catalog_grid_item {
  background-color: #fff;
}
.b_stocks .b_catalog_grid_item .item_title {
  font-size: 18px;
}
.b_stocks .b_catalog_grid_item .item_img {
  margin-top: 20px;
}
.b_promo {
  background-color: #f6f6f6;
}
.b_promo .b_nav--tabs {
  margin-bottom: 30px;
}
.b_promo .b_promo_card {
  width: 33.3333333%;
  float: left;
}
.b_promo_card {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  height: auto;
  padding: 40px 0;
  text-align: center;
}
.b_promo_card:hover .card_bg_layer,
.b_promo_card:focus .card_bg_layer {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
  box-shadow: 0 0 40px 0 rgba(0,0,0,0.09);
}
.b_promo_card:hover .bg_layer_default,
.b_promo_card:focus .bg_layer_default {
  -webkit-transform: skewY(-6deg) translateY(-100%);
  -moz-transform: skewY(-6deg) translateY(-100%);
  -o-transform: skewY(-6deg) translateY(-100%);
  -ms-transform: skewY(-6deg) translateY(-100%);
  transform: skewY(-6deg) translateY(-100%);
}
.b_promo_card:hover .bg_layer_active,
.b_promo_card:focus .bg_layer_active {
  -webkit-transform: skewY(-6deg) translateY(-46%);
  -moz-transform: skewY(-6deg) translateY(-46%);
  -o-transform: skewY(-6deg) translateY(-46%);
  -ms-transform: skewY(-6deg) translateY(-46%);
  transform: skewY(-6deg) translateY(-46%);
}
.b_promo_card:hover .card_title,
.b_promo_card:focus .card_title {
  color: #262626;
}
.b_promo_card:hover .card_img,
.b_promo_card:focus .card_img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.b_promo_card .card_bg_layer {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  will-change: transform, box-shadow;
  -webkit-transform: scale3d(0.93, 0.97, 1);
  -moz-transform: scale3d(0.93, 0.97, 1);
  -o-transform: scale3d(0.93, 0.97, 1);
  -ms-transform: scale3d(0.93, 0.97, 1);
  transform: scale3d(0.93, 0.97, 1);
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.09);
  box-shadow: 0 0 0 0 rgba(0,0,0,0.09);
  overflow: hidden;
}
.b_promo_card .bg_layer_default {
  -webkit-transition: -webkit-transform 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 30%;
  background-color: #5d5d5d;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-8deg) translateY(-40%);
  -moz-transform: skewY(-8deg) translateY(-40%);
  -o-transform: skewY(-8deg) translateY(-40%);
  -ms-transform: skewY(-8deg) translateY(-40%);
  transform: skewY(-8deg) translateY(-40%);
}
.b_promo_card .bg_layer_active {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 30%;
  background-color: #fbfe00;
  top: 0;
  left: 0;
  -webkit-transform: skewY(-8deg) translateY(-140%);
  -moz-transform: skewY(-8deg) translateY(-140%);
  -o-transform: skewY(-8deg) translateY(-140%);
  -ms-transform: skewY(-8deg) translateY(-140%);
  transform: skewY(-8deg) translateY(-140%);
  will-change: transform;
}
.b_promo_card .card_content {
  position: relative;
  z-index: 10;
}
.b_promo_card .card_title {
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 60px;
  color: #fff;
  will-change: color;
}
.b_promo_card .card_img {
  position: relative;
  display: block;
  width: auto;
  max-width: 260px;
  max-height: 300px;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -ms-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  will-change: transform;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}
.b_promo_card .card_description {
  font-size: 16px;
  margin: 0;
  padding: 20px 40px;
}
.b_promo_card .card_price {
  font-size: 26px;
  margin: 0;
  margin-bottom: 20px;
}
.b_promo_card .cta_btn_wrapper {
  padding: 0 40px;
}
.b_history {
  background-color: #fff;
}
.b_history .b_steps_container {
  table-layout: fixed;
}
.b_history .b_steps_container >.va_inner {
  vertical-align: top;
  position: relative;
  padding-bottom: 90px;
}
.b_history .b_steps_container .b_cta_btn_container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.b_history_step {
  text-align: center;
  padding: 0 30px;
}
.b_history_step .va_inner {
  vertical-align: bottom;
}
.b_history_step .step_img {
  display: block;
  width: auto;
  max-width: 160px;
  max-height: 270px;
  margin: 0 auto;
}
.b_history_step .step_description {
  font-size: 18px;
  padding-top: 40px;
  margin: 0;
}
.b_footer {
  padding: 60px 0;
  background-color: #111;
  color: #fff;
}
.b_footer .footer_block_title {
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 32px;
}
.b_footer .footer_copyright {
  text-align: center;
  color: #999;
}
.b_item_info {
  margin-bottom: 30px;
}
.b_item_info .item_name {
  font-size: 20px;
  display: block;
  margin: 0;
  padding-bottom: 10px;
}
.b_item_info .item_price {
  font-size: 20px;
  display: block;
  margin: 0;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.b_item_carousel .item_carousel {
  border: 1px solid #ccc;
}
.b_item_carousel .item_carousel .carousel_slide {
  height: 302px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.b_item_carousel .item_carousel .carousel_slide .image_link {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 13px;
  background-color: #262626;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.b_item_carousel .item_carousel .carousel_slide .image_link:hover,
.b_item_carousel .item_carousel .carousel_slide .image_link:focus,
.b_item_carousel .item_carousel .carousel_slide .image_link:active {
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.42);
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.42);
}
.b_item_carousel .item_carousel .carousel_pagination {
  display: block;
  background-color: #222;
  bottom: 10px;
  left: 10px;
  width: auto;
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.b_item_carousel .item_carousel .slider_arrow {
  font-size: 62px;
  background-image: none;
  padding: 0;
}
.b_item_carousel .item_carousel .slider_arrow .fa {
  display: block;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.b_item_carousel .item_carousel .slider_arrow .fa:before {
  text-shadow: 0px 0px 2px #000;
}
.b_item_gallery {
  zoom: 1;
}
.b_item_gallery:before,
.b_item_gallery:after {
  content: "";
  display: table;
}
.b_item_gallery:after {
  clear: both;
}
.b_item_gallery .gallery_item {
  float: left;
  width: 33.3333333%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.b_item_gallery .gallery_item.gallery_item_main {
  display: block;
  width: 100%;
  height: auto;
  float: none;
}
@media (max-width: 768px) {
  .page_section_title {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .b_header .b_header_logo .logo_img {
    height: 104px;
  }
  .b_header .b_partner_info {
    float: left;
    margin-top: 32px;
  }
  .b_header .b_partner_info .info_heading {
    font-size: 18px;
  }
  .b_header .b_partner_info .info_link {
    display: block;
  }
  .b_header .b_partner_info .info_logo {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
  }
  .b_header .b_partner_info .info_footer {
    display: block;
    font-size: 14px;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .b_header .b_header_logo,
  .b_header.b_header_mini .b_header_logo {
    position: relative;
    padding-bottom: 0;
    padding-top: 15px;
    z-index: 10;
  }
  .b_header .b_header_logo .logo_img,
  .b_header.b_header_mini .b_header_logo .logo_img {
    height: 60px;
  }
  .b_header .b_partner_info,
  .b_header.b_header_mini .b_partner_info {
    float: left;
    margin-top: 32px;
  }
  .b_header .b_partner_info .info_heading,
  .b_header.b_header_mini .b_partner_info .info_heading {
    font-size: 18px;
    display: inline-block;
  }
  .b_header .b_partner_info .info_link,
  .b_header.b_header_mini .b_partner_info .info_link {
    display: inline-block;
  }
  .b_header .b_partner_info .info_logo,
  .b_header.b_header_mini .b_partner_info .info_logo {
    display: block;
    width: 60px;
    height: auto;
    margin: 0;
  }
  .b_header .b_partner_info .info_footer,
  .b_header.b_header_mini .b_partner_info .info_footer {
    display: inline-block;
    font-size: 14px;
    text-align: left;
  }
  .b_header .b_header_nav,
  .b_header.b_header_mini .b_header_nav {
    position: absolute;
    top: 0;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    float: none;
    padding-top: 90px;
  }
  .b_header .b_header_nav .nav_item .nav_item_link,
  .b_header.b_header_mini .b_header_nav .nav_item .nav_item_link {
    padding: 14px 10px 14px 10px;
  }
  .b_header .b_header_nav .nav_item--cart .nav_item_link,
  .b_header.b_header_mini .b_header_nav .nav_item--cart .nav_item_link {
    padding: 12px 10px 0 10px;
    font-size: 20px;
  }
  .b_header .b_header_nav .nav_item--cart .badge,
  .b_header.b_header_mini .b_header_nav .nav_item--cart .badge {
    top: 0;
    left: 32px;
  }
  .b_header .b_testimonial,
  .b_header.b_header_mini .b_testimonial {
    display: none;
  }
  .b_header .b_nav--lng,
  .b_header.b_header_mini .b_nav--lng {
    position: relative;
    z-index: 10;
    padding-top: 15px;
  }
  .b_header .b_header_content,
  .b_header.b_header_mini .b_header_content {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .b_header,
  .b_header.b_header_mini {
    height: auto;
  }
  .b_header .b_header_logo,
  .b_header.b_header_mini .b_header_logo {
    position: relative;
    padding-bottom: 0;
    padding-top: 15px;
    z-index: 10;
  }
  .b_header .b_header_logo .logo_img,
  .b_header.b_header_mini .b_header_logo .logo_img {
    height: 60px;
  }
  .b_header .b_partner_info,
  .b_header.b_header_mini .b_partner_info {
    float: left;
    margin-top: 15px;
  }
  .b_header .b_partner_info .info_heading,
  .b_header.b_header_mini .b_partner_info .info_heading {
    font-size: 14px;
    display: block;
  }
  .b_header .b_partner_info .info_link,
  .b_header.b_header_mini .b_partner_info .info_link {
    display: block;
  }
  .b_header .b_partner_info .info_logo,
  .b_header.b_header_mini .b_partner_info .info_logo {
    display: block;
    width: 60px;
    height: auto;
    margin: 0;
  }
  .b_header .b_partner_info .info_footer,
  .b_header.b_header_mini .b_partner_info .info_footer {
    display: block;
    font-size: 14px;
    text-align: left;
  }
  .b_header .b_header_nav,
  .b_header.b_header_mini .b_header_nav {
    overflow-x: hidden;
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    float: none;
    padding: 20px 0 0 0;
  }
  .b_header .b_header_nav .nav_line,
  .b_header.b_header_mini .b_header_nav .nav_line {
    position: relative;
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    bottom: 0;
  }
  .b_header .b_header_nav .nav_item,
  .b_header.b_header_mini .b_header_nav .nav_item {
    width: 100%;
    float: none;
  }
  .b_header .b_header_nav .nav_item .nav_item_link,
  .b_header.b_header_mini .b_header_nav .nav_item .nav_item_link {
    padding: 10px 0;
  }
  .b_header .b_header_nav .nav_item--cart .nav_item_link,
  .b_header.b_header_mini .b_header_nav .nav_item--cart .nav_item_link {
    padding: 12px 20px 0 0;
    font-size: 20px;
  }
  .b_header .b_header_nav .nav_item--cart .badge,
  .b_header.b_header_mini .b_header_nav .nav_item--cart .badge {
    top: 0;
    left: 12px;
  }
  .b_header .b_nav--lng,
  .b_header.b_header_mini .b_nav--lng {
    float: none;
    position: relative;
    z-index: 10;
    padding-top: 30px;
  }
  .b_header .b_nav--lng .nav_item:first-child .nav_item_link,
  .b_header.b_header_mini .b_nav--lng .nav_item:first-child .nav_item_link {
    padding-left: 0;
  }
  .b_header .b_header_content,
  .b_header.b_header_mini .b_header_content {
    padding-top: 0;
    width: 100%;
    float: none;
  }
  .b_header .b_header_collapse,
  .b_header.b_header_mini .b_header_collapse {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .b_catalog_grid_item_wrapper {
    width: 50%;
    float: left;
  }
  .b_hero_carousel {
    height: 300px;
  }
}
@media (max-width: 550px) {
  .b_catalog_grid_item_wrapper {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .b_catalog_grid {
    padding-top: 30px;
  }
}
@media (max-width: 1200px) {
  .b_promo_card {
    padding: 30px 30px;
  }
  .b_promo_card .card_title {
    font-size: 26px;
  }
  .b_promo_card .card_img {
    max-width: 220px;
    max-height: 260px;
    margin-bottom: 20px;
  }
  .b_promo_card .card_description {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .b_promo_card {
    padding: 30px 10px;
  }
  .b_promo_card .card_title {
    font-size: 20px;
  }
  .b_promo_card .card_img {
    max-width: 180px;
    max-height: 220px;
    margin-bottom: 15px;
  }
  .b_promo_card .card_description {
    font-size: 14px;
    padding: 0 10px;
  }
}
@media (max-width: 760px) {
  .b_promo .b_promo_card {
    width: 100%;
    float: none;
  }
  .b_promo_card {
    padding: 30px 10px;
  }
  .b_promo_card .card_title {
    font-size: 20px;
  }
  .b_promo_card .card_img {
    max-width: 180px;
    max-height: 220px;
    margin-bottom: 15px;
  }
  .b_promo_card .card_description {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .b_history_step {
    padding: 0;
  }
  .b_history_step .step_img {
    max-width: 100px;
    max-height: 180px;
  }
  .b_history_step .step_description {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .b_history .b_steps_container {
    display: block;
  }
  .b_history .b_steps_container >.va_inner {
    display: block;
    padding-bottom: 30px;
  }
  .b_history .b_steps_container .b_cta_btn_container {
    position: relative;
    padding: 15px 0;
  }
  .b_history .b_steps_container .b_square_wrapper {
    padding-top: 0;
  }
  .b_history .b_steps_container .b_square_wrapper .square_inner {
    position: relative;
  }
  .b_history_step {
    padding: 0;
  }
  .b_history_step .step_img {
    max-width: 100px;
    max-height: 180px;
  }
  .b_history_step .step_description {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .b_item_carousel {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .b_item_info .item_name {
    padding-top: 10px;
  }
  .b_tab_content {
    padding: 10px 0;
  }
  .b_tab_content .b_props dt,
  .b_tab_content .b_props dd {
    display: block;
    float: none;
    margin: 0;
  }
  .b_tab_content .b_props dd {
    margin-bottom: 10px;
  }
  .b_item_carousel {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .b_modal >.b_va_wrapper {
    display: block;
  }
  .b_modal >.b_va_wrapper >.va_inner {
    display: block;
  }
  .b_modal .modal_dialog {
    margin: 0 auto;
    margin-top: 30px;
  }
  .b_modal .modal_body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .b_hero_carousel {
    height: 200px;
  }
}
