.clearfix:before,
.clearfix:after,
.clear:before,
.clear:after,
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clearfix:after,
.clear:after {
  clear: both;
}

.clearfix,
.clear {
  *zoom: 1;
}

.filter {
  position: relative;
}

.filter .settings {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 250px;
}

#propsShowHide {
  border-bottom: 1px dashed;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
}

.pp_btn {
  background: #e69124 none repeat scroll 0 0;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
}

.filter .settings {
  /*display: none;*/
  margin-top: 10px;
}

.filter .settings form[name=showPrice] {
  margin-bottom: 18px;
}

.filter .settings form[name=setMargin] span {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  line-height: 10px;
}

#hidePriceProps {
  border-bottom: 1px dashed;
  cursor: pointer;
  font-size: 11px;
  margin-top: 5px;
  display: inline-block;
}

.left-col {
  width: 690px;
}

.filter-block {
  margin-bottom: 45px;
}

.filter-block .zag {
  margin-bottom: 20px;
  height: 40px;
  background-color: #e7f4fa;
  text-transform: uppercase;
  width: 100%;
}

.filter-block div:hover .zag {
  background-color: #b9e1f4;
}

.filter-block .zag span {
  display: block;
  float: left;
}

.filter-block .zag span.step {
  font-size: 24px;
  line-height: 40px;
  color: #b9e1f4;
  display: inline-block;
  border-right: 4px solid #fff;
  width: 40px;
  text-align: center;
}

.filter-block div:hover .zag span.step {
  color: #fff;
}

.filter-block .zag span.title {
  font: 14px/40px Tahoma;
  margin-left: 12px;
}

.col-2 .item {
  width: 50%;
}

.col-3 .item {
  width: 33.33%;
}

.filter-block .item {
  float: left;
  display: block;
}

.filter-block .item .inner {
  margin-right: 14px;
  border: 1px solid #d8d9da;
}

.filter-block .item .inner:hover {
  border-color: #179dda;
}

.filter-block .item.active .inner,
.filter-block .item.active .inner:hover {
  background-color: #b9e1f4;
  border-color: #b9e1f4;
}

.filter-block .item .inner .img {
  border: 8px solid #fff;
  height: 166px;
}

.filter-block .item.active .inner .img,
.filter-block .item.active .inner:hover .img {
  background-color: #b9e1f4;
  border-color: #b9e1f4;
}

.filter-block .item .inner .descr {
  border-top: 1px solid #d8d9da;
  background: #f2f3f3;
  padding: 8px 0;
}

.filter-block .item .inner:hover .descr {
  border-color: #179dda;
}

.filter-block .item.active .inner .descr,
.filter-block .item.active .inner:hover .descr {
  background-color: #b9e1f4;
  border-color: #179dda;
  color: #1b9cd8;
}

span.input {
  display: inline-block;
  width: 42px;
  height: 36px;
  border-right: 1px solid #d8d9da;
  text-align: center;
  vertical-align: middle;
}

.filter-block .item .inner:hover span.input {
  border-color: #179dda;
}

.filter-block .item.active .inner .input,
.filter-block .item.active .inner:hover .input {
  border-color: #179dda;
}

span.input input {
  position: relative;
  top: 8px;
}

span.label {
  text-transform: uppercase;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 10px;
}

.filter-block .item .inner:hover span.label {
  color: #1b9cd8;
}

.col-66 {
  float: left;
  width: 66.66%;
}

.col-33 {
  float: left;
  width: 33.33%;
}

.col-66 .zag {
  border-right: 14px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filter select {
  /*float: right;*/
  width: 186px;
  padding: 0 0 0 5px;
  border: 1px solid #d8d9da;
  outline: none;
  line-height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: normal;
}

.filter select:focus,
.filter option:focus {
  outline: none;
}

.filter select option {
  height: auto;
  line-height: auto;
  padding: 5px 0 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#corob {
  padding: 0 40px 0 250px;
  background-image: url(img/corob.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 280px;
}

#params {
  padding-left: 160px;
  background: url(img/params.jpg) no-repeat 0 0;
  min-height: 280px;
}

.inputs {
  padding: 15px 12px;
  background-color: #f2f3f3;
  border-left: 1px solid #d8d9da;
  position: relative;
}

.inputs:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #d8d9da;
  border-width: 15px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}

.inputs:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #f2f3f3;
  border-width: 14px;
  position: absolute;
  left: -28px;
  top: 50%;
  margin-top: -14px;
  z-index: 3;
}

.inputs .form-field {
  margin-bottom: 14px;
}

.inputs input {
  width: 64px;
  height: 30px;
  border: 1px solid #d8d9da;
  background-color: #fff;
  line-height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  margin-right: 10px;
}

.inputs input[disabled],
.inputs input[readonly] {
  background-color: transparent;
}

.inputs label {
  font-size: 11px;
  vertical-align: middle;
}

.inputs label span {
  font-size: 14px;
}

.inputs .form-field.disabled label {
  color: #9a9da3;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #d8d9da;
  margin: 30px 0;
}

#params .separator {
  margin: 10px 0;
}

#params label {
  display: inline-block;
  max-width: 208px;
}

.inputs sup {
  color: #179dda;
}

.note {
  padding: 0 0 0 34px;
  position: relative;
  color: #757881;
}

.note:after {
  content: "!";
  position: absolute;
  top: -3px;
  left: 12px;
  font: 30px Tahoma;
  color: #1b9cd8;
}

.pull-right {
  text-align: right;
  margin: 12px 0;
}

.pull-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 12px 0;
}

.form-btn {
  display: inline-block;
  padding: 5px 50px;
  background-color: #179dda;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.form-btn:hover {
  text-decoration: none;
}

.form-btn:active {
  position: relative;
  top: 1px;
}

.specification table {
  border-style: solid;
  border-color: #179dda;
  border-width: 4px 1px 1px 1px;
  width: 100%;
}

.specification table th:before {
  display: none;
}

.specification table > thead > tr > td,
.specification table > tbody > tr > td,
.specification table > thead > tr > th,
.specification table > tbody > tr > th {
  border-style: solid;
  border-color: #d8d9da;
  border-width: 0 1px 1px 0;
  margin: 0;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.no-border-right {
  border-right-width: 0px !important;
}

.no-border-bottom {
  border-bottom-width: 0px !important;
}

.specification .t-title td {
  background: #b9e1f4;
  font-size: 14px;
  text-transform: uppercase;
}

.specification .t-props {
  font: 14px Tahoma;
}

.specification .t-props p {
  margin: 20px 0;
}

.specification thead th,
.specification tbody td {
  text-align: center;
}

.specification thead th {
  /* background-color: #f2f3f3; */
}

.specification tbody td.summ {
  background-color: #fff4ee;
  white-space: nowrap;
}

.specification tbody td.price,
.specification tbody td.summ {
  white-space: nowrap;
}

.specification tbody td.amount,
.specification tbody td.price {
  background-color: #eaf1dd;
}

.specification .result {
  margin: 20px 0 34px;
}

.specification .result .controls {
  float: left;
}

.specification .controls a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  margin: 7px 0;
  padding-left: 34px;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.specification .controls a.instr {
  background-image: url("img/tools.png");
}

.specification .controls a.print {
  background-image: url("img/print.png");
}

.specification .result .bsk-block {
  float: right;
  border-left: 1px solid #d8d9da;
  padding: 5px 0 5px 12px;
  min-width: 235px;
}

.specification table.corob-params {
  width: auto;
  border: 0;
  font: 14px Tahoma;
}

.specification table.corob-params th,
.specification table.corob-params td {
  background: none;
  color: black;
}

.specification table.corob-params tr:last-child td,
.specification table.corob-params tr:last-child th {
  border-bottom: 0;
}

.specification table.corob-params tr td:last-child {
  border-right: 0;
}

.specification .pad {
  margin-bottom: 10px;
}

.bsk-control {
  margin-top: 20px;
}

.bsk-control input[type=text] {
  width: 25px;
  height: 25px;
  border: 1px solid #f37131;
  text-align: center;
  font: 14px/23px Tahoma;
  display: block;
  float: left;
}

.bsk-control a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: right;
  color: #fff;
  background-color: #f37131;
  height: 29px;
  min-width: 190px;
  line-height: 27px;
  text-decoration: none;
  padding: 0 12px;
  vertical-align: middle;
  margin-left: 12px;
}

.bsk-control a.added {
  color: #96989f;
  background-color: #f2f3f3;
}

.also table th:before {
  display: none;
}

.also .a-title {
  border-top: 1px solid #d8d9da;
  padding: 12px 0;
  font-size: 14px;
}

.also table {
  border-style: solid;
  border-color: #d8d9da;
  border-width: 1px 0 0 1px;
  width: 100%;
}

.also table > thead > tr > td,
.also table > tbody > tr > td,
.also table > thead > tr > th,
.also table > tbody > tr > th {
  border-style: solid;
  border-color: #d8d9da;
  border-width: 0 1px 1px 0;
  margin: 0;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.also table > tbody > tr > td {
  vertical-align: middle;
}

.also table td.img {
  width: 94px;
}

.also .quantity {
  text-align: center;
  width: 64px;
}

.also .quantity input {
  border: 1px solid #d8d9da;
  width: 64px;
  height: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
  line-height: 26px;
  font-size: 14px;
  text-align: right;
}

.also .quantity input:hover,
.also .quantity input:focus {
  border-color: #f37131;
}

.also .j_add2bsk {
  text-align: center;
  width: 137px;
}

.also .j_add2bsk a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 0;
  width: 137px;
  min-height: 22px;
  text-decoration: none;
  background-color: #f37131;
  color: #fff;
  font-size: 14px;
}

.also .j_add2bsk a.added {
  color: #96989f;
  background-color: #f2f3f3;
}

div.text-danger {
  color: red;
  font-size: 13px;
}

#response {
  position: relative;
}

#response #loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url(img/712.GIF) no-repeat 50% 50%;
}

.warn {
  padding: 10px;
  background-color: #fcf8e3;
}

.item.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 1024px) {
  .clearfix::before, .clearfix::after {
    content: unset !important;
  }
  .col-3 .item,
  .col-2 .item {
    width: 100%;
  }
  #jalousie .filter {
    display: block;
  }
  #jalousie .filter-block .item .inner {
    margin: unset;
  }
  #jalousie .filter-block .item .inner .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #jalousie .left-col {
    width: unset;
  }
  #jalousie .left-col .filter-block .row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, 215px);
    gap: 15px;
  }
  #jalousie .left-col + .filter-block .row {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 15px;
  }
  #jalousie .form-btn {
    line-height: 1;
    text-decoration: none;
  }
  #corob, #params {
    padding: 285px 0 0 0;
    background-position-x: center;
  }
  #corob > .inputs, #params > .inputs {
    border: unset;
  }
  #corob > .inputs::before, #corob > .inputs::after, #params > .inputs::before, #params > .inputs::after {
    content: unset;
  }
  #response {
    overflow-x: auto;
  }
  #response .specification,
  #response .also {
    min-width: 1200px;
  }
  #response .specification .result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #response .specification .result .bsk-block {
    min-width: 265px;
  }
  #response .specification .result .bsk-block input[type=text] {
    width: 45px;
  }
}
@media (max-width: 375px) {
  #jalousie .left-col .filter-block .row {
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
  }
}
/*# sourceMappingURL=style.css.map */
