@charset "UTF-8";
.b-calculator {
  text-align: center; }
  .b-calculator__wrap {
    padding: 50px 200px;
    border-radius: 4px;
    background-color: white; }
  .b-calculator__title {
    margin-bottom: 40px;
    font: bold 28px/1 "Museo Sans Cyrl",sans-serif;
    text-transform: uppercase; }
  .b-calculator__bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 60px; }
  .b-calculator__label {
    font-size: 16px;
    text-transform: uppercase; }
  .b-calculator__total-value {
    margin-left: 30px;
    color: #ee6915;
    font: bold 28px/1 "Museo Sans Cyrl",sans-serif; }
  .b-calculator__input {
    margin-top: 15px; }
    .b-calculator__input .inputbox {
      width: 250px;
      height: 40px;
      font-size: 16px;
      text-align: center; }

.b-page-note {
  padding: 10px 20px;
  color: #252525;
  font-size: 17px;
  font-weight: 300;
  background: #ccc;
  text-align: center;
  margin: 10px 0 20px; }

.irs {
  height: 4px;
  margin-top: 55px;
  background-color: #ddd; }

.irs-bar {
  top: 0;
  height: 100%;
  background-color: #ee6915; }

.irs-slider {
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 2px 5.82px 0.18px rgba(37, 37, 37, 0.33);
  border-radius: 50%;
  cursor: pointer; }

.irs-line {
  top: -4px;
  height: 10px; }

.irs-bar-edge {
  width: 15px;
  height: 100%;
  background-color: #ee6915; }

.irs-single {
  top: -60px;
  min-width: 30px;
  padding: 10px 20px;
  color: #000;
  font-size: 14px;
  text-align: center;
  background: #fff;
  box-shadow: inset 0 0 0 1px #ee6915;
  border-radius: 20px; }
  .irs-single:after {
    content: "Р.";
    display: inline-block;
    padding-left: 5px; }

.irs-min, .irs-max {
  top: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #ee6915; }
