.select-row-wheels-lite {
  min-height: 150px;
  padding: 15px 0px 15px 0px;
  background: url(../image/wheel.png) center left no-repeat;
}
.block_first-wheels-lite {
  float: left;
  width: 47%;
  padding-left: 155px;
  padding-top: 10px;
}
.block_second-wheels-lite {
  float: left;
  width: 20%;
  padding-top: 10px;
}
.block_three-wheels-lite {
  float: left;
  width: 18%;
  margin: 0px 3px 0px 3px;
  text-align: center;
  padding-top: 63px;
}
.select-section-wheels-lite {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 30.5%;
}
.select-section-wheels-brand-lite {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}
.select-section-wheels-tip-lite {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 100%;
}
.select-section-wheels-mini-lite {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  width: 33%;
}
.select-section-wheels-lite:nth-child(n+2),
.select-section-wheels-mini-lite {
  margin-left:2%; 
}
#whmin_value_lite, #whmax_value_lite {
  width: 29%;
  padding: 6px 2px 6px 4px;
  font-size:14px;
}
.select-section-cost .label {
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}
.select-section-wheels-lite .label, 
.select-section-wheels-mini-lite .label, 
.select-section-wheels-brand-lite .label, 
.select-section-wheels-tip-lite .label {
  text-align: left;
  text-transform: uppercase;
  color: black;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
} 
.select-section-wheels-cost .label {
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 600;
}
.whbglinelite {
  padding: 9px 0 0;
  margin: 7px 0 0 12px;
}
.block_three-wheels-lite .button-costs {
    text-align: center;
}
.interval_otdo,
.interval_rub {
    display: inline-block;
    margin: 0px 1px 0 1px;
    font-size: 12px;
}
.buttonwheelslite {
  z-index: 1;
  color: #000000;
  border: none;
  text-indent: 0;
  cursor: pointer;
  background: none;
  overflow: visible;
  padding: 8px 12px 8px 12px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.buttonwheelslite:before {
  background-color: #dbdbdb;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
.buttonwheelslite:hover:before,
.buttonwheelslite:focus:before,
.buttonwheelslite:active:before {
  background-color: #0089d0;
}
.buttonwheelslite:hover {
  text-decoration: none;
  color: #ffffff;
}
.pcminwh-lite {
  max-width: 1100px;
  margin: 0 auto !important;
}
/*@media screen and (max-width: 1024px) {
  .pcminwh-lite {
    max-width: 900px;
    margin: 0 auto !important;
  }
  .block_first-wheels-lite {
    width: 40% !important;
  }
  .block_three-wheels-lite {
    width: 22% !important;
  }
  .select-section-wheels-lite {
    width: 30% !important;
  }
}
