/* Generated by less 2.5.1 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic&subset=latin,cyrillic);
@import url(../modules/bootstrap.min.css?v=1);


.header__search input[type="text"] {
  height: 35px;
}

.coverer {
  position: fixed;
  width: 0;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.coverer.visible {
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.clearfix {
  clear: both;
}

.half {
  width: 50%;
  padding-right: 15px;
}

@media screen and (max-width: 800px) {
  .half {
    width: 100%;
    padding-right: 0;
  }
}

.half.stable {
  width: 50%;
}

@media screen and (max-width: 800px) {
  .half.stable {
    width: 50%;
    padding-right: 5px;
  }
}

.left-align,
.float-left {
  float: left;
}

.right-align,
.float-right {
  float: right;
}

.max {
  width: 100%;
  display: block;
  min-width: 100%;
}

.max img,
.max figure {
  max-width: 100%;
}

.middle {
  width: 50%;
  display: block;
  padding-right: 15px;
}

.middle img,
.middle figure {
  max-width: 100%;
  padding-right: 0;
}

@media screen and (max-width: 450px) {
  .middle {
    width: 100%;
    padding-right: 0;
  }

  .middle.stable {
    width: 50%;
  }

  .item_options {
    width: 100% !important;
  }
}

.mini {
  width: 25%;
  display: block;
  padding-right: 15px;
}

.mini img,
.mini figure {
  max-width: 100%;
  padding-right: 0;
}

.m-33 {
  width: 33%;
  display: block;
  padding-right: 15px;
}

.m-33 img,
.m-33 figure {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .m-33 {
    width: 50%;
    padding-right: 5px;
  }

  .m-33.stable {
    width: 33%;
  }
}

@media screen and (max-width: 500px) {
  .m-33 {
    width: 100%;
    padding-right: 5px;
  }

  .m-33.stable {
    width: 67%;
  }
}

.m-67 {
  width: 67%;
  display: block;
  padding-right: 15px;
}

.m-67 img,
.m-67 figure {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .m-67 {
    width: 50%;
    padding-right: 5px;
  }

  .m-67.stable {
    width: 67%;
  }
}

@media screen and (max-width: 500px) {
  .m-67 {
    width: 100%;
    padding-right: 5px;
  }

  .m-67.stable {
    width: 67%;
  }
}

.m-20 {
  width: 20%;
  display: block;
  padding-right: 5px;
}

.m-20 img,
.m-20 figure {
  max-width: 100%;
}

@media screen and (max-width: 400px) {
  .m-20 {
    width: 50%;
    padding-right: 5px;
  }

  .m-20.stable {
    width: 20%;
  }
}

.m-80 {
  width: 80%;
  display: block;
  padding-right: 5px;
}

.m-80 img,
.m-80 figure {
  max-width: 100%;
}

@media screen and (max-width: 400px) {
  .m-80 {
    width: 50%;
    padding-right: 5px;
  }

  .m-80.stable {
    width: 80%;
  }
}

body {
  font-family: Open Sans;
}

h1,
.h1 {
  font-weight: normal;
  font-size: 36px;
  margin: 30px 0 30px 0;
}

h1 small,
.h1 small {
  color: inherit;
}

h2 {
  font-weight: normal;
  margin: 20px 0 15px 0;
}

h3 {
  font-weight: normal;
  margin: 10px 0 15px 0;
}

h4 {
  font-weight: bold;
  margin: 10px 0 15px 0;
}

h5 {
  font-weight: bold;
  margin: 10px 0 15px 0;
}

.block__padding-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.block_bg__white {
  background-color: white;
}

.block__shadow {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

header {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

header.active {
  -ms-transform: translateX(300px);
  transform: translateX(300px);
  -webkit-transform: translateX(300px);
}

header .b-header__top {
  background-color: #4378ca;
  height: 52px;
  line-height: 52px;
}

header.active .b-header__top,
header.active .b-header__logo,
header.active .b-header__shopcart {
  display: none;
}

header.active {
  background: transparent;
  box-shadow: none;
}



header .b-header__top .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
}

header .b-header__top a {
  color: rgba(255, 255, 255, 0.9);
  padding: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
  font-weight: normal;
}

header .b-header__top a:nth-child(1) {
  margin-left: -10px;
}

header .b-header__top a.current {
  background-color: #1d437d;
  color: white;
}

header .b-header__top a:hover {
  background-color: #366bbe;
}

header .b-header__bottom {
  height: 90px;
}

header .b-header__bottom .container .row {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
}

header .b-header__bottom .b-header__logo {
  background-image: url(../img/logo-elcor.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 50px;
}

header .b-header__bottom .b-header__contacts p {
  font-size: 12pt;
  font-weight: bold;
}

header p {
  margin: 0;
}

header .cart-drop button {
  background-color: transparent;
  width: 100%;
  color: #CA253B;
}

header .cart-drop .dropdown-menu {
  padding: 15px;
  min-width: 350px;
}

header .cart-drop .dropdown-menu .content a {
  display: block;
  padding: 7px 0;
}

header .b-header__shopcart a {
  color: #ca253b;
}

.b-header__shopcart {
  white-space: nowrap;
}

header .b-header__search .form-control {
  height: 35px;
}

.bx-breadcrumb {
  color: #939393;
}

.manipulators {
  color: #939393;
}

aside.mein-menu {
  position: fixed;
  left: -270px;
  top: 0;
  z-index: 101;
  height: 100vh;
  overflow-y: auto;
  padding: 15px;
  background-color: white;
  width: 270px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

aside.mein-menu .menu_main_section_link {
  margin-bottom: -20px;
}

aside.mein-menu.active {
  left: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

aside.mein-menu ul,
aside.mein-menu nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

aside.mein-menu ul a,
aside.mein-menu nav a {
  display: block;
  padding: 7px 0;
}

.index-slider {
  padding: 0;
}

.index-slider .item {
  min-height: 350px;
  height: 30vh;
  background-size: cover;
  background-position: center center;
}

.index-slider .carousel-caption {
  text-align: left;
  background: #4378ca4a;
  border-radius: 20px;
  max-width: 600px;
}

main {
  background-color: #ededed;
  margin-top: 10px;
  padding: 15px 0 30px 0;
}

main .aside-catalog .panel {
  background-color: transparent;
}

main .aside-catalog .panel-heading {
  padding-left: 5px;
}

main .aside-catalog .panel-heading strong {
  font-size: 10pt;
}

main #item-count input {
  display: inline-block;
  max-width: 50px;
  text-align: center;
  font-size: 15pt;
  border: none;
}

main #item-count .minus,
main #item-count .plus {
  padding: 0 5px;
  display: inline-block;
  cursor: pointer;
  font-size: 15pt;
  margin-top: 7px;
}

main #item-count+.main-btn {
  background-color: #4378CA !important;
  font-size: 15pt;
}

main #item-count+.main-btn:hover {
  background-color: #4D8AE2 !important;
}

main .tecs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  padding: 10px 0;
}

main .tecs .params {
  text-align: right;
  -webkit-box-flex: 10;
  -webkit-flex-grow: 10;
  -ms-flex-positive: 10;
  -moz-flex-positive: 10;
  -o-flex-positive: 10;
  flex-grow: 10;
}

main .shopitem {
  font-size: 10pt;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

main .shopitem .img {
  border-radius: 5px;
  width: 150px;
  border: 5px solid white;
  margin: -15px 0 -15px 0;
  background-color: #EDEDED;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

main .shopitem .img img {
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  max-width: 100%;
}

main .shopitem .img .mirror {
  background-size: cover;
  width: 90%;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 5%;
  opacity: 0.2;
}

main .shopitem .first-block {
  width: 100%;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

main .shopitem span,
main .shopitem a {
  font-size: 9pt;
}

main .shopitem .counter a {
  float: left;
  padding: 0 5px;
  font-size: 16pt;
  text-decoration: none;
}

main .shopitem h4 {
  margin: 0;
}

main .shopitem h4 a {
  font-size: inherit;
  color: inherit;
}

main .block__padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

main .block__padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

main .block__minheight-50vh {
  min-height: 50vh;
}

main .block__minheight-100vh {
  min-height: 100vh;
}

card {
  /*margin: 90px 0 30px 0;*/
  margin: 0px 0px 10px 0;
  background-color: white;
  border: 2px solid #ededed;
  border-radius: 3px;
  /*padding-bottom: 20px;*/
  padding-bottom: 40px;
}

card .img {
  border-radius: 5px;
  border: 5px solid white;
  /*margin: -60px 0 15px 0;*/
  margin: 15px 0;
  background-color: #EDEDED;
  position: relative;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

card .img img {
  padding: 0 15px;
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  max-width: 100%;
}

card .img .mirror {
  background-size: cover;
  width: 90%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 5%;
  opacity: 0.2;
}

card .seria {
  font-size: 8pt;
  display: none;
}

card h4 {
  font-weight: bold;
  margin: 0;
}

card h4 a {
  color: inherit;
}

card .art {
  margin-bottom: 15px;
  font-size: 8pt;
}

card .descr .size {
  display: block;
  font-weight: bold;
  font-size: 9pt;
}

card .descr .tech {
  display: block;
  font-size: 9pt;
}

card .descr .group {
  font-size: 8pt;
  font-style: italic;
  margin-top: 12px;
  display: inline-block;
}

card .descr .group strong {
  display: block;
}

card .descr .rating {
  margin-top: 10px;
  color: #1D437D;
  font-size: 9.5pt;
  padding-right: 0;
  padding-left: 5px;
}

card .descr .compare {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 7px;
  font-size: 9pt;
}

card .descr .compare small {
  display: inline-block;
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
}

card .price {
  font-size: 15pt;
  margin-top: 10px;
  margin-bottom: 10px;
}

card .price strong {
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  card .price {
    font-size: 10pt;
  }
}

card .main-btn {
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  background-color: #4378CA !important;
  width: 100%;
}

card .main-btn:hover {
  background-color: #4D8AE2 !important;
}

@media screen and (min-width: 768px) {


  card.col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    height: 140px;
    margin: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  card.col-lg-12 .img {
    height: 100px;
    width: 120px;
    margin: -10px 0 -10px -30px;
  }

  card.col-lg-12 .img img {
    padding: 0 7px;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }

  card.col-lg-12 .img .mirror {
    width: 90%;
    height: 15px;
  }

  card.col-lg-12 .descr {
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    margin-right: 40px;
    width: 100%;
    justify-content: space-between;
  }

  card.col-lg-12 .descr h4 {
    width: 35%;
  }

  card.col-lg-12 .descr .form-group {
    width: 15%;
  }

  card.col-lg-12 .descr label {
    width: 15%;
  }

  card.col-lg-12 .descr>* {
    padding: 0 15px;
    margin: 0;
  }

  card.col-lg-12 .descr .row {
    display: inline-block;
  }

  card.col-lg-12 .descr .row .col-xs-6 {
    width: 100%;
  }

  card.col-lg-12 .btn {
    width: 100px;
    height: 36px;
    right: 0;
    top: 50%;
    left: 90%;
    transform: translateY(-50%);
  }
}

.manipulators {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  line-height: 30px;
}

.manipulators .form-group {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 35px;
}

.manipulators .form-group span {
  padding-right: 15px;
}

.manipulators .glyphicon {
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: #4378CA;
  border-radius: 50%;
  margin-left: 15px;
  text-align: center;
}

.manipulators .glyphicon.active {
  background-color: #1D437D;
  color: white;
  display: none;
}

footer {
  background-color: #1d437d;
  overflow: hidden;
  color: white;
  clear: both;
}

footer>.container {
  padding: 30px 15px;
}

footer>.container a {
  color: white;
}

footer>.container nav a {
  text-decoration: none;
  display: block;
  clear: both;
  margin-bottom: 10px;
}

footer>.container .big {
  display: block;
  font-size: 16pt;
  font-weight: bold;
}

footer .foobottom {
  background-color: #4378ca;
  padding: 15px;
}

.flex-sep {
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -webkit-inline-flex;
  display: -o-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -ms-flex-positive: 100;
  -moz-flex-positive: 100;
  -o-flex-positive: 100;
  flex-grow: 100;
}

.btn.main-btn {
  color: white;
  background-color: #ca253b;
  /*position: absolute;
    left: 0;
    bottom: -13px;
    width: 80%;
    transform: translateX(12%);*/
}

.btn.main-btn:active:hover {
  background-color: #b42135;
}

.btn.main-btn:hover {
  background-color: #b42135;
}

.btn.main-btn:active:focus {
  background-color: #b42135;
}

.btn.main-btn:focus {
  background-color: #b42135;
}

.btn.main-btn.blue {
  background-color: #4378CA !important;
  font-size: 15pt;
  box-shadow: 0px 0px 10px #fff;
}

.btn.main-btn.blue:hover {
  background-color: #4D8AE2 !important;
}

.bg-white {
  padding: 15px;
  background-color: white;
  border-radius: 4px;
}

.main-catalog-list {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (min-width: 1200px) {
  .main-catalog-list {
    width: 14.28571429%;
  }
}

.main-catalog-list img {
  height: 94px;
  margin-top: 15px;
}

.main-catalog-list h5 {
  height: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: black;
}

.main-catalog-list:hover {
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.mk_item_image {
  max-width: 250px;
}

.glyphicon-star,
.glyphicon-star-empty {
  font-size: 1.2em;
}

select.form-control {
  margin-bottom: 10px;
  border-color: #4378CA;
}

select.form-control:last-child {
  margin-bottom: 0;
}

.item_options {
  width: 50%;
}

.descr h4 {
  text-align: center;
  font-size: 14px;

  margin-bottom: 10px;
  /* height: 75px; */
}

/*.product-item-container {
  height: 380px;
}*/
main::after,
.spacer {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.form-control {
  padding: 1px;
}

card {
  position: relative;
}

card a.btn {
  position: absolute;
  width: 80%;
  /*bottom: -20px;*/
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.options_container {
  height: 200px;
}

/*.item-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.item-card {
  flex: 1;
  width: 20%;
  padding: 0 10px;
}

@media (max-width: 1200px) {
  .item-card {
    width: 25%;
  }
}

@media (max-width: 992px) {
  .item-card {
    width: 33.3%;
  }
}

@media (max-width: 768px) {
  .item-card {
    width: 33.3%;
  }
}

@media (max-width: 420px) {
  .item-card {
    width: 33.3%;
  }
}*/


.list-desc {
  margin-bottom: 10px;
  display: none;
}


card .img {
  /* min-height: 175px; */
}



.product-item-container {
  min-height: 545px !important;
}


.param-group {
  min-height: 166px !important;
}

.list-desc {
  min-height: 60px !important;
}

.bx-filter {
  min-width: 20px !important;
}

.bx-filter {
  min-width: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  background: #fff;
  padding: 10px 10px 0 10px;
}

.bx-filter h5 {
  display: none;
}

.bx-filter .bx-filter-section {
  /*background: #edf6fc; /* color */
  position: relative;
  padding-top: 26px
}

.bx-filter .bx-filter-section>.row {
  padding: 0 5px;
}

.bx-filter .bx-filter-title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

/*Sections*/
.panel-body {
  padding: 15px 5px !important;
}

.bx-filter .bx-filter-parameters-box {
  position: relative;
}

.bx-filter .bx-filter-parameters-box-title {
  font-size: 13px;
  padding-bottom: 7px;
}

@media (min-width: 992px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bx-filter .bx-filter-section .col-md-4:nth-child(2n+1) {
    clear: both;
  }
}

.bx-filter .bx-filter-parameters-box-title span {
  color: #039be5;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

.bx-filter .bx-filter-parameters-box-title span:hover {
  border-color: #039be5;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span {
  /*color: #95a1a8;*/
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover {
  /*color: #758087;*/
  border-color: transparent;
}

.bx-filter .bx-filter-block {
  display: none;
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  -ms-transition: padding .3s ease;
  -o-transition: padding .3s ease;
  transition: padding .3s ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.bx-filter .bx-filter-button-box .bx-filter-block,
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block {
  display: block;
}

.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
  font-size: 14px;
  font-style: normal;
  display: block;
  padding-bottom: 5px;
}

.bx-filter-parameters-box-container {
  padding-bottom: 20px;
}

.bx-filter-parameters-box-container .checkbox:first-child {
  margin-top: 0;
}

.bx-filter .bx-filter-parameters-box-container-block {
  font-size: 11px;
  color: #3f3f3f;
}

/*
* INPUTS
*
*/

.bx-filter .bx-filter-input-container {}

.bx-filter .bx-filter-input-container input {
  display: block;
  width: 100%;
  font-size: 18px;
  height: 38px;
  margin: 0;
  padding: 0 4px;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  outline: none
}

.bx-retina .bx-filter .bx-filter-input-container input {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/border_default.png) 2 repeat;
  -moz-border-image: url(images/border_default.png) 2 repeat;
  -o-border-image: url(images/border_default.png) 2 repeat;
  border-image: url(images/border_default.png) 2 repeat;
}

/*.bx-filter .bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-input-container input:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	   -moz-border-image: url(images/active.png) 2 repeat;
		 -o-border-image: url(images/active.png) 2 repeat;
			border-image: url(images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter .bx-filter-input-container input {
  /* Fix of input shadow for IOS browsers. */

  background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter .bx-filter-button-box {
  clear: both;
}

/*
*Track
*
*/

.bx-filter .bx-ui-slider-track-container {
  padding-top: 35px;
  padding-bottom: 25px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 7px;
  /*background: #d8e9f0;/* COLOR */
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  /*font-weight: bold;*/

  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086;
}

.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: 0;
  bottom: 0;
}

.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;
  /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  /*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 22px;
  height: 22px;
  border-bottom: none;
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
  margin-left: -21px;
  /* COLOR */
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
  margin-right: -21px;
  /* COLOR */
  /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	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;
  border-radius: 3px;
  border: 1px solid #ccd5db;
}

.bx-retina .bx-filter .bx-filter-select-container {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/border_default.png) 2 repeat;
  -moz-border-image: url(images/border_default.png) 2 repeat;
  -o-border-image: url(images/border_default.png) 2 repeat;
  border-image: url(images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-select-container.bx-active,
.bx-filter .bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-select-container.bx-active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	   -moz-border-image: url(images/active.png) 2 repeat;
		 -o-border-image: url(images/active.png) 2 repeat;
			border-image: url(images/active.png) 2 repeat;
}*/
.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: none;
  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 {
  background: #fff;
  padding: 0;
  min-width: 173px;
}

.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: 34px !important;
}

/*
* TAGS
*
*/

.bx-filter .bx-filter-tag {
  padding: 18px;
  /*border-top: 1px solid #d7eaf7;/* COLOR */
  /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}

.bx-filter .bx-filter-param-label {
  /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}

.bx-filter .bx-filter-param-text {
  font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio
*
*/

.bx-filter .bx-filter-input-checkbox {}

.bx-filter .bx-filter-input-checkbox input[type=radio],
.bx-filter .bx-filter-input-checkbox input[type=checkbox] {}

.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
}

/*
* 	BTN
*
*/

.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  position: relative;
  -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-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(images/border_default.png) 2 repeat;
  -moz-border-image: url(images/border_default.png) 2 repeat;
  -o-border-image: url(images/border_default.png) 2 repeat;
  border-image: url(images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(images/active.png) 2 repeat;
	   -moz-border-image: url(images/active.png) 2 repeat;
		 -o-border-image: url(images/active.png) 2 repeat;
			border-image: url(images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-btn.bx-color-sl {}

.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: ' ';
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: .7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

/*
* BTN P/M
*
*/

.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(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: 23px;
  height: 23px;
  margin-top: -4px;
  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:4px;*/

  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
  -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, .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: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #1485ce;
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  /*padding-left:20px;*/

  color: #000;
  border-color: transparent;
}

/*
*	BTN result and reset
*
*/

.btn-themes {
  /*background-color: #1485CE;/* COLOR */
  /*border-color: #1485CE;/* COLOR */
  color: #FFF
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #FFF
}

/*
* 	Result Popup
*
*/

.bx-filter .bx-filter-popup-result {
  font-size: 13px;
  font-weight: normal;
  position: absolute;
  z-index: 915;
  display: none;
  line-height: normal;
  margin-top: -7px;
  margin-left: 10px;
  padding: 0 10px;
  white-space: nowrap;
  color: #3f3f3f;
  min-height: 37px;
  line-height: 18px;
  border-style: solid;
  border: 1px solid #C6DCE7;
}

.bx-filter .bx-filter-popup-result.left {
  border-width: 2px 10px 2px 2px;
  -webkit-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
  -moz-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
  -o-border-image: url(images/result_popup_left.png) 4 20 4 4 repeat;
  border-image: url(images/result_popup_left.png) 4 20 4 4 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  border-width: 2px 2px 2px 10px;
  -webkit-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
  -moz-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
  -o-border-image: url(images/result_popup_right.png) 4 4 4 20 repeat;
  border-image: url(images/result_popup_right.png) 4 4 4 20 fill repeat;
}

.bx-filter .bx-filter-popup-result.right {
  left: 97%;
}

.bx-filter .bx-filter-popup-result.left {
  right: 97%;
}

.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: -7px;
}

.bx-filter .bx-filter-popup-result a {
  color: #0073a3;
  line-height: 10px;
}

.bx-filter .bx-filter-popup-result a:hover {
  text-decoration: none;
}

.bx-filter .bx-filter-popup-result-close {
  display: none;
}

@media (max-width: 767px) {
  .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: 2px;
    border: 1px solid #c6dae7;
    background: rgba(255, 255, 255, .9);
  }

  .bx-touch .bx-filter .bx-filter-popup-result br {
    display: none;
  }

  .bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }
}

.capitalize {
  text-transform: lowercase;
}

.capitalize span {
  display: inline;
  border-bottom: 1px dashed;
  text-transform: none;
}

.capitalize span:hover {
  border-bottom-color: transparent;
}

/*
select[data-prop='289']{
  display: none;
}
select[data-prop='291']{
  display: none;
}*/
option[disabled="disabled"] {
  display: none;

  font-weight: normal !important;

}

option {
  font-weight: normal;
}

select {
  font-weight: normal;
}

#toTop {
  width: 70px;
  border: 1px solid #fff;
  background: #4378ca8c;
  border-radius: 25px;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  /* отступ кнопки от нижнего края страницы*/
  right: 90px;
  cursor: pointer;
  display: none;
  color: #fff;
  font-family: verdana;
  font-size: 35px;
}

#tomail {
  width: 70px;
  border: 1px solid #fff;
  background: #4378ca8c;
  border-radius: 25px;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  /* отступ кнопки от нижнего края страницы*/
  right: 10px;
  cursor: pointer;
  color: #fff;
  font-family: verdana;
  font-size: 35px;
  z-index: 999;
}

#tomail a {
  color: #fff;
  text-decoration: none;
}

#tomail a:hover {
  color: #fff;
  text-decoration: none;
}

.footer__show-on-map {
  font-size: 80%;
  text-decoration: underline;
}

.headup {}

.api-mainfeedback {
  padding: 15px;
}

.uk-form-row {
  margin-bottom: 15px;
}

.uk-form-default {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.uk-form-default {
  height: auto;
}

.api-mainfeedback .error-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: red !important;
  font-size: 13px !important;
}

.api-mainfeedback .error-list li {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  list-style: none !important;
}

.uk-form input:not([type]):disabled,

.uk-form input[type=text]:disabled,

.uk-form select:disabled,

.uk-form textarea:disabled {
  border-color: #ddd;
  background-color: #fafafa;
  color: #999;
}

div[data-entity='parent-container'] {}

@media screen and (max-width: 768px) {
  #basket_items {
    margin-bottom: 30px;
  }
}

.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #000 !important;
  font-weight: 600;
}

@media (max-width: 980px) {

  h1,
  h2 {
    font-size: 24px !important;
  }
}

@media(min-width:767px) {
  .headdown_d {
    position: fixed;
    top: 3px;
    right: 3px;
    border-radius: 4px;
    background: #fff;
    z-index: 1000;
    padding: 10px;
    max-width: 220px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .index-slider .item {
    min-height: 220px !important;
    height: 22vh !important;
  }

  .descr h4 {
    font-size: 1rem !important;
  }

  .about_table>thead>tr>th,
  .about_table>tbody>tr>th,
  .about_table>tfoot>tr>th,
  .about_table>thead>tr>td,
  .about_table>tbody>tr>td,
  .about_table>tfoot>tr>td {
    width: 50% !important;
    float: left;
  }

  .about_table img {
    width: 97%;
    margin-bottom: 5px;
  }

  h1,
  h2 {
    font-size: 18px !important;
    font-weight: bold;
  }

  .headdown {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1000;
    padding: 10px;
    -webkit-box-shadow: 0 3px 10px 0px #777;
    -moz-box-shadow: 0 3px 10px 0px #777;
    box-shadow: 0 3px 10px 0px #777;
    width: 100%;
    text-align: center;
  }

  .headdown .b-header__bottom .container .row,
  .headdown .b-header__bottom {
    height: 50px !important;
  }

  .no_mobail {
    display: none !important;
  }

  .dropdown-toggle.current {
    background-color: #1d437d;
    color: white !important;
    display: block;
    text-decoration: none !important;
    padding: 10px;
  }

  .menu_main_section_link ul {

    overflow: hidden;
  }

  .menu_main_section_link li {
    padding: 10px;
    border-bottom: 1px solid #f6f6f6;
    display: block;
  }

  .menu_main_section_link ul a {
    font-size: 1.3rem !important;
    white-space: normal !important;
  }

  .main-catalog-list.col-xs-6 {
    width: 50% !important;
  }

  .shopitem {
    flex-wrap: wrap !important;
  }

  .counter {
    padding-left: 20px !important;
  }

  .first-block {
    padding-bottom: 5px;
  }

  label.form-group {
    width: 100%;
  }

  .bx-soa-section-content tbody tr:first-child {
    display: none !important;
  }

  .bx-soa-section-content tr {
    display: block;
    background: #fff !important;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
    padding: 0px !important;
    border-top: none !important;
    display: block;
  }

  card.col-xs-6 {
    width: 50% !important;
  }
}

.b_callback {
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}

.bx-breadcrumb-item a {
  color: #4378ca !important;
}

.form-control {
  padding-left: 15px !important;
}

.b-header__contacts a {
  color: #000 !important;
}

.input-group-btn input.btn {
  padding-bottom: 7px !important;
}

.glyphicon-menu-hamburger {
  font-size: 25px;
}

.glyphicon-remove {
  font-size: 15px;
  position: absolute;
  left: -35px;
  top: 25px;
}

b.ya_phone {
  font-size: 18px;
  display: block;
  padding-bottom: 0px;
}

.item-order-choose {
  background: #fff;
  padding: 20px;
  font-size: 18px;
  border: 1px solid #d6d6d6;
}

.addr {
  font-size: 1.2rem;
}

.dropdown-toggle.current {
  background-color: #1d437d;
  color: white !important;
  display: block;
  text-decoration: none !important;
  padding: 10px;
}

.menu_main_section_link ul {
  padding-left: 30px !important;
  list-style: disc outside none !important;
}

.menu_main_section_link li {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #f6f6f6;
  display: list-item !important;
}

.menu_main_section_link ul a {
  font-size: 1.3rem !important;
  white-space: normal !important;
}

.menu_main_section_link ul a:hover {
  background: #fff !important;
}

.mein-menu.active .no_mobail {
  display: none;
}

@media screen and (max-width: 1024px) {
  header .b-header__top a {
    font-size: 1.2rem;
  }

  .b_callback {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1000px) {
  header .b-header__top a {
    font-size: 1rem;
  }

  .b_callback {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .b-header__shopcart {
    text-align: right;
  }
}

.catalog-filter__show-button {
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
}

.catalog-filter__show-button a {
  border-bottom: 1px dashed;
}

.catalog-filter__show-button a:hover {
  border-bottom-color: transparent;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .catalog-filter__show-button {
    display: block;
  }
}

.cart-wrapper .row,
.catalog-other-stuff .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.catalog-element .counter {
  border: 1px solid #c9c9c9 !important;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .catalog-element .bg-white {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 767px) {
  card select.form-control {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .bx-breadcrumb {
    font-size: 12px;
  }
  .catalog-element .bg-white {
    font-size: 12px;
  }
  .catalog-element .bg-white h3 {
    font-size: 16px;
    font-weight: bold;
  }
  .main-catalog-list h5 {
    font-size: 12px;
  }
}

aside.mein-menu ul li a {
  padding: 0;
}

.menu_main_section_link li {
  padding: 8px 0;
}

.bx-soa-cart-total h3 {
  font-size: 22px;
  line-height: 36px;
  margin-top: 0;
}

#bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(2),
#bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(3),
#bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(4) {
  white-space: nowrap;
}
#bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(3) {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(3) {
    text-align: left;
  }

  #bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(1) {
    padding-bottom: 10px !important;
  }
  #bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(2) {
    display: none !important;
  }
  #bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(3):before {
    content: "Количество ";
  }
  #bx-soa-order #bx-soa-basket .bx-soa-section-content tbody tr td:nth-child(4):before {
    content: "Цена ";
  }
}

@media screen and (max-width: 767px) {
  .cart-wrapper .row .bg-white {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 150x;
    padding-bottom: 15px;
  }
  .cart-wrapper #basket_items h4 {
    font-size: 14px;
  }
}

main .shopitem h4 a {
    font-weight: bold;
    font-size: 14px;
}

#basket_items .h2,
#basket_items .col-md-2 {
    white-space: nowrap;
}