.square {
    position: relative;
    display: inline-block;
}
.square__title {
    position: absolute;
    top: 65px;
    width: 180px;
    left: 20px;
    z-index: 10;
    text-align: center;
}
.rs-full .rs-tooltip {
    font-size:  28px;
    top:  60%;
    border: 1px solid #AAA;
}
#roundslider .rs-range-color  {
    background-color: #e5420b;
}
#roundslider .rs-handle:after  {
    background-color: #e5420b;
}
#roundslider .rs-path-color  {
    background-color: #f2f2f2;
}
#roundslider .rs-border  {
    border-color: #f2f2f2;
}

.calcfilter {
  margin-bottom: 50px;
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
}
.calcfilter_title {
    font-size: 22px;
    margin: 20px 0;
    text-shadow: 0 1px #ccc;
}

.calcfilter__type {
    max-width: 220px;
    margin: 0 auto 10px;
    text-align: left;
}
.calcfilter__type .calcfilter__label {
    margin-right: 10px;
}

.calcfilter__inputblock {
    display: flex;
    justify-content: space-between;
    width: 250px;
    margin: 0 auto;
}
.calcfilter__inputblock .calcfilter__input {
    width: 50px;
    margin: 0 10px 20px auto;
}

.tarif {
    display: flex;
    flex-flow: row wrap;
}
.tarifcalc .call-calc {
    display: block;
    margin-top: 20px;
}

div.tarif div.tarif-item.four-elements div.tarif-element div.price-wrap div.price {
    font-size: 20px !important;
    line-height: normal !important;
}

div.tarif div.tarif-item div.tarif-element {
    height: 100%;
}
div.tarif div.tarif-item div.tarif-element .tarif-element-inner {
    display: flex;
    height: 100%;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.textleft .calcfilter_title  {
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .square {
        display: block;
    }
    .calcfilter{
        flex-flow: row wrap;
    }
    .textleft .calcfilter_title  {
        text-align: left;
    }
    .textleft .calcfilter__type {
        margin: 0 0 10px;
    }
}

.tarifcalc .tarif-element {
  background: #f2f2f2 !important;
}