@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=cyrillic'); .irs {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.irs,.irs-line {
  position: relative;
  display: block
}

.irs-line {
  overflow: hidden;
  outline: none!important
}

.irs-line-left,.irs-line-mid,.irs-line-right {
  position: absolute;
  display: block;
  top: 0
}

.irs-line-left {
  left: 0;
  width: 11%
}

.irs-line-mid {
  left: 9%;
  width: 82%
}

.irs-line-right {
  right: 0;
  width: 11%
}

.irs-bar {
  width: 0
}

.irs-bar,.irs-bar-edge {
  position: absolute;
  display: block;
  left: 0
}

.irs-bar-edge {
  top: 0
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1
}

.irs-slider.type_last {
  z-index: 2
}

.irs-min {
  left: 0
}

.irs-max,.irs-min {
  position: absolute;
  display: block;
  cursor: default
}

.irs-max {
  right: 0
}

.irs-from,.irs-single,.irs-to {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed
}

.irs-disabled {
  opacity: .4
}

.irs-hidden-input {
  position: absolute!important;
  display: block!important;
  top: 0!important;
  left: 0!important;
  width: 0!important;
  height: 0!important;
  font-size: 0!important;
  line-height: 0!important;
  padding: 0!important;
  margin: 0!important;
  outline: none!important;
  z-index: -9999!important;
  background: none!important;
  border-style: solid!important;
  border-color: transparent!important
}

.irs {
  height: 48px;
  position: relative
}

.irs:after {
  content: '';
  display: block;
  background: url(../img/irs-line-shadow.png) no-repeat top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  top: 14px;
  z-index: 1
}

.irs-line {
  height: 14px;
  top: 0;
  background: #212c3d;
  border: 3px solid #fff;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2
}

.irs-line-left,.irs-line-mid,.irs-line-right {
  height: 8px
}

.irs-bar {
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff
}

.irs-bar,.irs-bar-edge {
  height: 14px;
  top: 0;
  background: #212c3d;
  z-index: 2
}

.irs-bar-edge {
  width: 14px;
  border: 3px solid #fff;
  border-right: 0;
  -webkit-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px
}

.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: .3;
  -webkit-border-radius: 5px;
  border-radius: 5px
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30)
}

.irs-slider {
  top: -5px;
  margin-left: 2.5px;
  width: 28px;
  height: 29px;
  border: none;
  background: url(images/irs-slider-green.png) no-repeat top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  cursor: pointer;
  position: absolute;
  z-index: 3
}

.irs-max,.irs-min {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0,0,0,.1);
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.lt-ie9 .irs-max,.lt-ie9 .irs-min {
  background: #ccc
}

.irs-from,.irs-single,.irs-to {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  -webkit-border-radius: 3px;
  border-radius: 3px
}

.lt-ie9 .irs-from,.lt-ie9 .irs-single,.lt-ie9 .irs-to {
  background: #999
}

.irs-grid {
  height: 27px;
  z-index: 2
}

.irs-grid-pol {
  opacity: .5;
  background: #428bca
}

.irs-grid-pol.small {
  background: #999
}

.irs-grid-text {
  bottom: 5px;
  color: #99a4ac
}

.calculate {
  padding: 40px 15px;
  font-family: 'Open Sans', HelveticaNeueCyr,Arial;
  letter-spacing: -0.05em;
}

.calculate_head {
  font-size: 3.6rem;
  margin: 0;
  text-align: center;
  font-weight: 300;
}

.calculate_after_head {
  position: relative;
  font-size: 2.2rem;
  margin: 10px 0 55px 0;
  text-align: center;
}

.calculate_after_head:after {
  content: '';
  display: block;
  background: url(../img/irs-line-shadow.png) no-repeat top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 1
}

.calculate .calculate_wrap {
  position: relative;
  float: left;
  width: 100%;
}

.calculate td {
  width: 50%;
  padding: 0 10px;
}

.calculate .calculate_range_wrap {
  font-size: 0;
  line-height: 0;
}

.calculate .calculate_range_wrap .range_item {
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 20px 0;
  padding-bottom: 15px
}

.calculate .calculate_range_wrap .range_item:nth-child(2n) {
  margin-right: 0
}

.calculate .calculate_range_wrap .range_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}

.calculate .calculate_range_wrap .range_item.nave_line {
  border-bottom: 1px solid #e0e0e1
}

.calculate .calculate_range_wrap .range_item .item_head {
  margin-bottom: 10px
}

.calculate .calculate_range_wrap .range_item .item_head .head_name {
  float: left;
  line-height: 20px;
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 600;
  color: #1e2022;
  margin-top: 5.5px
}

.calculate .calculate_range_wrap .range_item .item_head .head_name.no_mgn {
  margin-top: 0
}

.calculate .calculate_range_wrap .range_item .item_head .head_value {
  float: right;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #1e2022;
  padding: 3px
}

.calculate .calculate_range_wrap .range_item .item_head .head_value.green,.calculate .calculate_range_wrap .range_item .item_head .head_value.green .txt {
  border-color: #5aa800
}

.calculate .calculate_range_wrap .range_item .item_head .head_value.blue,.calculate .calculate_range_wrap .range_item .item_head .head_value.blue .txt {
  border-color: #6cb2ff
}

.calculate .calculate_range_wrap .range_item .item_head .head_value.pink,.calculate .calculate_range_wrap .range_item .item_head .head_value.pink .txt {
  border-color: #9e5fe1
}

.calculate .calculate_range_wrap .range_item .item_head .head_value.yellow,.calculate .calculate_range_wrap .range_item .item_head .head_value.yellow .txt {
  border-color: #ff9a1e
}

.calculate .calculate_range_wrap .range_item .item_head .head_value.red,.calculate .calculate_range_wrap .range_item .item_head .head_value.red .txt {
  border-color: #d63621
}

.calculate .calculate_range_wrap .range_item .item_head .head_value .value {
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  border: none;
  font-size: 17px;
  line-height: 17px;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 600;
  font-family: HelveticaNeueCyr,Arial;
  color: #000
}

.calculate .calculate_range_wrap .range_item .item_head .head_value .value.no_line {
  text-decoration: none
}

.calculate .calculate_range_wrap .range_item .item_head .head_value .txt {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.05em;
  padding: 2px 10px;
  font-size: 17px;
  line-height: 17px;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: 600;
  font-family: HelveticaNeueCyr,Arial;
  color: #000;
  font-weight: 400;
  border-left: 2px solid #1e2022;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.calculate .calculate_range_wrap .range_item .item_slide.green .irs-bar,.calculate .calculate_range_wrap .range_item .item_slide.green .irs-bar-edge {
  background-color: #5aa800
}

.calculate .calculate_range_wrap .range_item .item_slide.green .irs-slider {
  background: url(../img/irs-slider-green.png) no-repeat top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%
}

.calculate .calculate_range_wrap .range_item .item_slide.blue .irs-bar,.calculate .calculate_range_wrap .range_item .item_slide.blue .irs-bar-edge {
  background-color: #6cb2ff
}

.calculate .calculate_range_wrap .range_item .item_slide.blue .irs-slider {
  background: url(../img/irs-slider-blue.png) no-repeat top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%
}

.calculate .calculate_range_wrap .range_item .item_slide.pink .irs-bar,.calculate .calculate_range_wrap .range_item .item_slide.pink .irs-bar-edge {
  background-color: #9e5fe1
}

.calculate .calculate_range_wrap .range_item .item_slide.pink .irs-slider {
  background: url(../img/irs-slider-pink.png) no-repeat top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%
}

.calculate .calculate_range_wrap .range_item .item_slide.yellow .irs-bar,.calculate .calculate_range_wrap .range_item .item_slide.yellow .irs-bar-edge {
  background-color: #ff9a1e
}

.calculate .calculate_range_wrap .range_item .item_slide.yellow .irs-slider {
  background: url(../img/irs-slider-yellow.png) no-repeat top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%
}

.calculate .calculate_total {
  border: 1px solid #00ae56;
  padding: 30px 0;
  text-align: center
}

.calculate .calculate_total .total_head {
  font-size: 30px;
  line-height: 30px;
  font-size: 3rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: #000
}

.calculate .calculate_total .total_value {
  font-size: 50px;
  line-height: 50px;
  font-size: 5rem;
  line-height: 4.7rem;
  font-weight: bold;
  color: #00ae56;
  margin-top: 20px
}

.calculate .calculate_total .total_txt {
  font-size: 18px;
  line-height: 18px;
  font-size: 1.6rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #000;
  margin-top: 20px
}

.calculate .calculate_total .total_value .total_period {
  color: #000;
  font-size: 2.8rem;
  font-weight: 300;
}

.calculate .calculate_total .total_ul {
  padding: 0 0 0 18px;
  margin-top: 20px
}

.calculate .calculate_total .total_ul .total_li {
  font-size: 17px;
  line-height: 18px;
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px
}

.calculate .calculate_total .total_ul .total_li:last-child {
  margin-bottom: 0
}

.calculate .calculate_total .total_formula {
  padding: 25px 0;
  margin-top: 20px;
  border-top: 1px solid #c2c2c3;
  border-bottom: 1px solid #c2c2c3
}

.calculate .calculate_total .total_formula .formula_head {
  font-size: 16px;
  line-height: 16px;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px
}

.calculate .calculate_total .total_formula .formula_main {
  font-size: 18px;
  line-height: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #000;
  display: inline-block;
  position: relative;
  padding-bottom: 65px
}

.calculate .calculate_total .total_formula .formula_main .formula_main_info {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0
}

.calculate .calculate_total .total_formula .formula_main .green {
  color: #5aa800
}

.calculate .calculate_total .total_formula .formula_main .blue {
  color: #6cb2ff
}

.calculate .calculate_total .total_formula .formula_main .pink {
  color: #9e5fe1
}

.calculate .calculate_total .total_formula .formula_main .yellow {
  color: #ff9a1e
}

.calculate .calculate_total .total_formula .formula_main .red {
  color: #d63621
}

.calculate .calculate_wrap.vertical {
  font-size: 0;
  line-height: 0;
}

.calculate .calculate_wrap.vertical .calculate_range_wrap {
  width: 50%;
  padding-right: 2%;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #e0e0e1;
  margin-bottom: 0
}

.calculate .calculate_wrap.vertical .calculate_range_wrap .range_item {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding-bottom: 15px
}

.calculate .calculate_wrap.vertical .calculate_range_wrap .range_item:nth-child(2n) {
  margin-right: 0
}

.calculate .calculate_wrap.vertical .calculate_range_wrap .range_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0
}

.calculate .calculate_wrap.vertical .calculate_total {
  width: 50%;
  padding: 0 0 0 2%;
  line-height: normal;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  text-align: left
}

@media (max-width: 998px) {
  .calculate_head {
      font-size:2.8rem;
  }

  .calculate_after_head {
      font-size: 1.6rem;
  }

  .calculate td {
      display: block;
      width: 100%;
      padding: 0;
  }

  .calculate td+td {
      margin: 30px 0 0 0;
  }
}

@media (max-width: 400px) {
  .calculate .calculate_range_wrap .range_item .item_head .head_name {
      font-size:1.5rem;
  }
}

@media (max-width: 359px) {
  .calculate .calculate_range_wrap .range_item .item_head .head_name {
      font-size:1.25rem;
      letter-spacing: -0.06em;
  }
}
