.color_block {
  overflow: hidden;
}
.color_block.green {
  background-color: #006848;
}
.color_block.green .btn.btn-default.white_br.white:not(.grey) {
  background: #006848 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.color_block.green .btn.btn-default.white_br.white:not(.grey):hover {
  background: #fff !important;
  color: #006848 !important;
  border-color: #006848 !important;
}
.color_block.blue {
  background-color: #062f87;
}
.color_block.blue .btn.btn-default.white_br.white:not(.grey) {
  background: #062f87 !important;
  color: #fff !important;
  border-color: #fff !important;
}
.color_block.blue .btn.btn-default.white_br.white:not(.grey):hover {
  background: #fff !important;
  color: #062f87 !important;
  border-color: #062f87 !important;
}
.color_block .maxwidth-theme {
  background: transparent;
}

.block.front {
  color: #fff;
  margin: 37px 0 44px;
  font-size: 14px;
}
.block.front h2 {
  font-size: 22px;
  margin: 0;
  position: relative;
  padding: 0 50px 0 0;
  color: #fff;
}
.block.front h2:after {
  position: absolute;
  content: " ";
  width: 24px;
  height: 45px;
  top: 50%;
  opacity: 1;
  background: url(../images/r_block.png) no-repeat;
  z-index: 3;
  right: 0;
  margin-top: -23px;
}
@media screen and (max-width: 450) {
.margin0.flexbox > .col-md-3.col-sm-4.col-xs-12 {
    padding: 0px;
    margin: 0px 0px -1px -1px;
    width: 100% !important;
}
.section_block .sections_wrapper .list .row>div {
    width: 100% !important;
    float: none;
}
}
@media screen and (max-width: 600px) {
  .block.front h2:after {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .block.front .col-md-12 > .col-sm-3,
.block.front .col-md-12 > .col-sm-6 {
    margin-bottom: 20px;
  }
  .block.front .col-md-12 > .col-sm-3:last-child,
.block.front .col-md-12 > .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

.reviews.item-views.list-mode .small-gallery-block .item {
  padding: 0;
}
.reviews.item-views.list-mode .small-gallery-block .item a {
  opacity: 0;
  background-color: #000;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  top: 0;
}
.reviews.item-views.list-mode .small-gallery-block .item:hover a {
  opacity: 0.4;
}

.stock_wrapper_flex {
  display: flex;
  flex-wrap: wrap;
}
.stock_wrapper_flex .stock_board {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .stock_wrapper_flex .stock_board {
    width: 100%;
  }
}
.stock_wrapper_flex .stock_board:first-child {
  border-bottom: 1px solid #f2f2f2;
}

.tizers_block {
  padding-left: 15px;
  padding-right: 15px;
}

#title-search-city .ui-autocomplete {
  position: fixed !important;
  top: initial !important;
  max-width: 420px;
}

@media screen and (max-width: 600px) {
  #title-search-city .ui-autocomplete {
    max-width: 270px;
  }
footer .bottom-under .inner-wrapper .social-block {
    float: right;
    padding-right: 0px !important;
    margin-bottom: 45px;
}
}

/*# sourceMappingURL=custom_luxar.css.map */
.rating {
    display: block!important;
    margin: 0!important;
}
.info_item .top_info {
    padding: 33px 0px 25px!important;
}