.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: #fff;
  font-size: 14px;
  font-weight: 600;
  background: none;
  overflow: visible;
  padding: 8px 12px 8px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #595959;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.buttonwheelslite:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f08f00;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.buttonwheelslite:hover:before,
.buttonwheelslite:focus:before,
.buttonwheelslite:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
}
.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;
  }
}
