@media (min-width: 992px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container,
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
}
.row {
  margin-right: -12px;
  margin-left: -12px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 12px;
  padding-left: 12px;
}
html *,
body * {
  font-family: Roboto, Arial, "sans-serif";
}
html,
body {
  font-size: 13px;
  color: #222;
}
a {
  color: #f00;
  text-decoration: underline;
}
a:hover {
  color: #f80;
  text-decoration: underline;
}
.red {
  color: #f00;
}
/* HEADER */
.bx-header-section {
  padding: 0;
  border: none;
}
.bx-logo {
  margin: 12px -20px 12px 0;
  padding-left: inherit;
  padding-bottom: inherit;
}
.bx-logo .bx-logo-block {
  height: auto;
}
.slogan {
  margin-left: 15px;
  line-height: 1.25;
  font-size: 22px;
}
.slogan strong {
  font-weight: 500;
  color: #f80;
}
.top-menu {
  float: right;
  font-size: 13px;
}
.top-menu ul {
  margin: 0 0 5px;
}
.top-menu li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
  /* border-left: 1px solid @gray; */
}
.top-menu li a {
  height: 25px;
  line-height: 25px;
  padding: 0 7px;
  font-size: 13px;
  color: #222;
  text-decoration: underline;
}
.top-menu li a:hover,
.top-menu li a.selected {
  color: #f00;
}
.top-menu li:first-child {
  border-left: none;
}
.top-menu li ul {
  display: none;
  position: absolute;
  z-index: 700;
  top: 24px;
  left: 0;
  width: auto;
  min-width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
}
.top-menu li ul li {
  display: inherit;
  margin: 0;
  padding: 0px;
  background: #fff;
  border-left: none;
  border-bottom: 1px solid #c8c8c8;
  white-space: nowrap;
}
.top-menu li ul li:first-child {
  border-radius: 3px 3px 0 0;
}
.top-menu li ul li:last-child {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}
.top-menu li ul li:hover {
  background: #c8c8c8;
}
.top-menu li ul li a {
  height: inherit;
  line-height: inherit;
  display: table;
  padding: 4px 10px;
}
.top-menu li:hover ul {
  display: inherit;
}
.top-menu .fa-caret-down {
  margin-left: 4px;
  font-size: 95%;
}
.bx-inc-orginfo {
  line-height: 1;
  padding: 0;
}
.bx-inc-orginfo .bx-inc-orginfo-phone {
  margin-bottom: 7px;
}
.bx-inc-orginfo .bx-inc-orginfo-phone .fa-phone {
  color: #f80;
}
.bx-inc-orginfo .bx-inc-orginfo-phone a {
  font-size: 24px;
  font-weight: 400;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
}
.bx-inc-orginfo .bx-inc-orginfo-phone a:hover {
  color: #f00;
}
.bx-inc-orginfo .sendcall a {
  font-size: 13px;
  color: #f00;
  border-bottom: 1px dashed #f00;
  text-decoration: none;
}
.bx-inc-orginfo .sendcall a:hover {
  color: #f80;
}
.bx-inc-orginfo .emial {
  font-size: 13px;
  color: #f80;
}
.bx-inc-orginfo .emial:hover {
  color: #f00;
}
.bx-inc-orginfo .emial .fa {
  margin-right: 8px;
}
.bx-inc-orginfo .emial a {
  font-size: 13px;
  color: #f80;
}
.bx-inc-orginfo .emial a:hover {
  color: #f00;
  text-decoration: underline;
}
.bx-inc-orginfo .worktime {
  margin-top: 12px;
  font-size: 12px;
  color: #919191;
}
.bx-hdr-profile {
  font-size: 13px;
}
.bx-hdr-profile .bx-basket-block {
  font-size: 13px;
  color: #222;
}
.bx-hdr-profile .bx-basket-block .rub {
  font-weight: normal;
}
.bx-hdr-profile a {
  font-size: 13px;
  color: #f00;
  text-decoration: none;
}
.bx-hdr-profile a:hover {
  color: #f80;
  border-bottom: 1px dashed #f80;
}
.top-menu-actions li {
  display: table-cell;
  list-style: none;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
}
.top-menu-actions li a {
  border-left: 1px solid #919191;
  padding: 0 12px;
  color: #0066b3;
  text-decoration: none;
}
.top-menu-actions li a:hover {
  text-decoration: underline;
}
.top-menu-actions li.selected a {
  text-decoration: underline;
}
.top-menu-actions li#Акции a {
  color: #f00;
}
.top-menu-actions li:first-child a {
  border-left: none;
}
.header-section-search {
  height: 45px;
  background: #c8c8c8;
}
.header-section-search ul {
  margin: 0;
  padding: 0;
}
.header-section-search li {
  margin: 0;
  padding: 0;
}
.bx-searchtitle {
  margin: 8.5px 0 0 0;
}
.bx-searchtitle .bx-input-group .bx-form-control {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #919191;
  border-right: none;
  border-radius: 5px 0 0 5px;
  color: #222;
}
.bx-searchtitle .bx-input-group-btn button {
  position: relative;
  height: 30px;
  line-height: 1;
  border: 1px solid #919191;
  border-left: none;
  background: #fff;
  padding: 0 12px 0 0;
  border-radius: 0 5px 5px 0;
  color: #919191;
  font-size: 16px;
}
/* CATALOG MENU */
.bx-top-nav {
  margin-bottom: 32px;
}
.bx-top-nav .name {
  height: 35px;
  line-height: 37px;
  margin-top: -36px;
  text-align: center;
  background: #f80;
  border-radius: 10px 10px 0 0;
}
.bx-top-nav .name a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.bx-top-nav .name a:hover {
  text-decoration: underline;
}
.bx-top-nav .name i {
  display: none!important;
}
.bx-top-nav .bx-active a {
  color: #f00;
}
.bx-top-nav a.bx-active {
  color: #f00;
}
.pages-menu .bx-top-nav-container {
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  margin-right: 12px;
}
.pages-menu .bx-top-nav {
  margin-bottom: 0;
}
.pages-menu .bx-top-nav .name {
  cursor: pointer;
}
.pages-menu .bx-top-nav .name i {
  display: inline-block !important;
  margin: 5px 12px 0 0;
  font-size: 22px;
  color: #fff;
}
.pages-menu:hover .bx-top-nav-container {
  display: block;
}
.pages-menu .name a:hover {
  text-decoration: underline;
}
/* CONTENT */
.bx-content {
  padding-bottom: 15px;
}
.bx-sidebar-block {
  margin-bottom: 24px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
}
.bx-sidebar-block .block-name {
  padding: 0;
  background: #c8c8c8;
  border-radius: 3px 3px 0 0;
}
.bx-sidebar-block .block-name h3 {
  margin: 0 0 12px;
  padding: 0;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
}
.manufacturer {
  text-align: center;
}
.manufacturer img {
  max-width: 100%;
  height: auto;
  margin-bottom: 12px;
}
.about {
  background: #e5e5e5;
}
.about .block-name {
  background: #e5e5e5;
  margin-bottom: -10px;
  padding-top: 3px;
}
.about ul {
  list-style: none;
  margin: 0 12px;
  padding: 0;
}
.about li {
  margin: 0 0 0 24px;
  padding: 0 0 7px 0;
  text-indent: -13px;
}
.about i {
  margin-right: 3px;
  font-size: 20px;
  color: #f80;
}
.partner p {
  margin-left: 12px;
  margin-right: 12px;
}
.partner a {
  font-size: 13px;
  color: #222;
  text-decoration: none;
}
.partner a:hover {
  color: #f00;
}
.btn {
  margin: 0;
  padding: 5px 10px;
  line-height: normal;
  border: 1px solid;
  border-radius: 5px;
  text-decoration: none;
  font-size: 12px;
}
.btn.orange {
  background: #f80;
  color: #fff;
}
.btn.orange:hover {
  background: #f00;
}
.btn.red {
  background: #f00;
  color: #fff;
}
.btn.red:hover {
  background: #f80;
}
.btn.gray {
  border-color: #c8c8c8;
  background: #c8c8c8;
  color: #222;
}
.btn.gray:hover {
  border-color: #919191;
  background: #919191;
  color: #fff;
}
.owl-carousel.karusel .item {
  margin: 0 12px 12px;
}
.owl-carousel.karusel .product-item {
  display: block;
  width: 100%;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  box-sizing: border-box;
  border: 1px solid #c8c8c8 !important;
  border-radius: 5px;
  background: #fff;
  padding: 12px 12px 0;
  width: auto;
}
.owl-carousel.karusel .product-item .image {
  position: relative;
  margin-bottom: 12px;
}
.owl-carousel.karusel .product-item .product-item-title {
  overflow: hidden;
  height: 54px;
  line-height: 18px;
  margin-bottom: 6px;
}
.owl-carousel.karusel .product-item .product-item-title a {
  font-size: 13px!important;
  color: #222;
}
.owl-carousel.karusel .product-item .product-item-info-container {
  margin-bottom: 8px;
}
.owl-carousel.karusel .product-item .product-item-price-container {
  margin: 0 0 10px;
  text-align: center;
}
.owl-carousel.karusel .product-item .product-item-price-current {
  color: #f00;
  font-size: 20px;
  white-space: nowrap;
}
.owl-carousel.karusel .product-item .product-item-properties-block {
  height: 20px;
}
.owl-carousel.karusel .product-item .product-item-properties {
  color: #a5a5a5;
  font-size: 12px;
  margin: 0;
  display: block;
  overflow: hidden;
}
.owl-carousel.karusel .product-item .product-item-properties dt {
  clear: both;
  float: left;
  font-weight: normal;
}
.owl-carousel.karusel .product-item .product-item-properties dd {
  margin-bottom: 3px;
  float: right;
  margin-left: 5px;
  color: #222;
}
.owl-carousel.karusel .owl-nav {
  position: absolute;
  display: block;
  width: 100%;
  top: 40%;
}
.owl-carousel.karusel .owl-nav .owl-prev,
.owl-carousel.karusel .owl-nav .owl-next {
  position: absolute;
}
.owl-carousel.karusel .owl-nav .owl-prev .fa,
.owl-carousel.karusel .owl-nav .owl-next .fa {
  font-size: 46px;
  color: #f80;
}
.owl-carousel.karusel .owl-nav .owl-prev:hover .fa,
.owl-carousel.karusel .owl-nav .owl-next:hover .fa {
  color: #f00;
}
.owl-carousel.karusel .owl-nav .owl-next {
  right: 0;
}
.product-label {
  position: absolute;
  z-index: 130;
  top: 0px;
  left: -12px;
}
.product-label .sale,
.product-label .hot,
.product-label .new {
  display: block;
  width: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  color: #fff;
}
.product-label .sale {
  background: green;
}
.product-label .hot {
  background: #f00;
}
.product-label .new {
  background: #154889;
}
.btn.btn-link.product-item-detail-buy-button {
  background-color: #919191;
  border-color: #919191;
}
.btn.btn-link.product-item-detail-buy-button:hover {
  background-color: #f00;
  border-color: #f00;
  color: #fff;
}
.bx-searchtitle .bx-input-group .bx-form-control {
  padding-left: 10px;
  padding-right: 10px;
}
.bx-searchtitle .bx-input-group-btn button {
  padding: 0 8px;
}
.bx-searchtitle .bx-input-group-btn button:hover,
.bx-searchtitle .bx-input-group-btn button:focus {
  background: #f80;
  color: #fff;
}
.bx-filter .filter-parameters .bx-filter-parameters-box:last-child {
  margin-bottom: 10px;
}
/* FOOTER */
.plategki .row {
  margin: 0 -4px;
}
.plategki .row div {
  padding: 0 4px;
}
.footer-info {
  margin-top: 25px;
}
.footer-info p {
  font-size: 12px;
  margin: 0 0 5px;
}
.footer-contacts p {
  font-size: 13px;
  margin: 0;
  line-height: normal;
}
.footer-email {
  color: #222;
}
.ds a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .footer-contacts {
    margin-bottom: 25px;
  }
}
/* HEADER */
@media (min-width: 1200px) {
  .owl-carousel .product-item {
    height: 370px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bx-logo {
    margin: 10px -24px 10px 0;
  }
  .slogan {
    font-size: 18px;
  }
  .bx-inc-orginfo .bx-inc-orginfo-phone {
    margin-bottom: 6px;
  }
  .bx-inc-orginfo .bx-inc-orginfo-phone a {
    font-size: 22px;
  }
  .bx-inc-orginfo .sendcall a {
    font-size: 12px;
  }
  .bx-inc-orginfo .emial {
    font-size: 12px;
  }
  .bx-inc-orginfo .emial .fa {
    margin-right: 7px;
  }
  .bx-inc-orginfo .emial a {
    font-size: 12px;
  }
  .bx-inc-orginfo .worktime {
    margin-top: 10px;
    font-size: 11px;
  }
  .bx-hdr-profile {
    font-size: 12px;
  }
  .bx-hdr-profile .bx-basket-block {
    font-size: 12px;
  }
  .bx-hdr-profile a {
    font-size: 12px;
  }
  .owl-carousel .product-item {
    height: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bx-logo {
    margin: 10px 16px 0 0;
  }
  .bx-inc-orginfo {
    padding-left: 24px;
  }
  .bx-inc-orginfo .bx-inc-orginfo-phone a {
    font-size: 22px;
  }
  .bx-inc-orginfo .worktime {
    margin-top: 10px;
  }
  .bx-hdr-profile {
    font-size: 12px;
  }
  .bx-hdr-profile .bx-basket-block {
    font-size: 12px;
  }
  .bx-hdr-profile a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .bx-logo {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    margin: 10px 0 10px 12px;
    padding: 0!important;
    background: #fff;
    z-index: 1!important;
  }
  .bx-header-section {
    margin-top: 50px;
  }
  .header-section-search {
    background: none;
    position: absolute;
    z-index: 1000;
    top: -50px;
    left: 0;
    right: 0;
  }
  .bx-aside-nav-control.bx-opened,
  .bx-aside-nav-control.bx-closed {
    font-size: 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 45px;
    padding-left: 12px;
    line-height: 42px;
    text-align: left;
  }
  .bx-aside-nav-control.bx-opened {
    color: #fff;
    background: #4c5c65;
    z-index: 1800;
  }
  .bx-aside-nav-control.bx-closed {
    color: #fff;
    background: #f80;
    z-index: 1750;
  }
  .bx-inc-orginfo-phone {
    margin: 10px 12px 0 0;
    line-height: normal;
    white-space: normal;
    text-align: left;
  }
  .bx-inc-orginfo-phone .fa {
    display: none;
  }
  .bx-inc-orginfo-phone a {
    font-size: 24px;
  }
  .worktime {
    margin: 0 0 12px 0!important;
    text-align: left;
  }
  .top-search-mobile {
    position: fixed;
    top: -1px;
    left: 50px;
    right: 0px;
    width: auto;
    z-index: 1850;
  }
  .owl-carousel .product-item {
    height: 330px;
  }
  .bx-footer-bottomline {
    margin-bottom: 60px;
  }
  .bx-up {
    text-align: right;
  }
}
/*# sourceMappingURL=main.css.map */