#changeform li span {
    width: 233px;
}
.spoiler .content_spoiler {
    border: none;
    padding: 0;
}
.calculator {
    border-left: 1px solid #89be3f;
    border-right: 1px solid #89be3f;
    border-bottom: 1px solid #89be3f;
    padding: 20px;
    margin-bottom: 20px;
}
.calculator .item  {
    margin-bottom: 20px;
}
.calculator .item .label {
    width: 310px;
}
.calculator .item .value {
    width: 50px;
}
.calculator .item .value input{
    width: 100%;
    text-align: center;
    height: 24px;
    border-radius: 0;
    padding: 0;
    border: 1px solid #efefef;
}
.calculator .item .info {
    width: calc(100% - 382px);
    padding-left: 40px;
}
.calculator .item.range-item{
    padding-top: 16px;
    padding-bottom: 6px;
}
.calculator .item.range-item .label{
    padding-bottom: 10px;
}
.calculator .item.range-item .value{
    padding-bottom: 12px;
}
.calculator .itogo {
    font-size: 24px;
    font-weight: bold;
    width: 422px;
}
.errors_calc {
    padding: 3px 10px;
    background-color: #ffe2e5;
    color: #b45d5c;
    font-size: 12px;
    display: none;
}



/*Стилизация ползунка*/
.irs-hidden-input {
    border: none !important;
}
.irs--flat {
    width: 100%;
}
.irs--flat .irs-line {
    height: 10px;
    background-color: #dbdde0;
    border-radius: 5px;
}
.irs--flat .irs-bar {
    height: 10px;
    background-color: #89be3f;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
    width: 43px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    border: 2px solid #89be3f;
    background: #FFF;
    top: -22px;
    color: #404040;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    border-right: 2px solid #89be3f;
    border-bottom: 2px solid #89be3f;
    top: calc(100% - 0px);
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
    background-color: #fff;
    border-top-color: snow;
}
.irs--flat .irs-handle > i {
    display: none !important;
}
.irs--flat .irs-handle {
    background: transparent url(/images/range.png) 0 0 no-repeat;
    width: 18px;
    height: 25px;
    margin-left: 0px;
    top: 16px;
}
.irs-grid-text {
    font-size: 14px;
    line-height: 14px;
    color: #404040 !important;
}
.irs--flat .irs-grid-pol {
    background-color: #969A9E;
}
.irs-grid-pol {
    height: 12px;
}
.irs-grid-pol.small {
    height: 6px;
}
.irs-grid {
    height: 28px;
}
.irs--flat.irs-with-grid {
    height: 72px;
}


.offline {
    margin-top: -10px;
    margin-bottom: 0 !important;
    width: 100%;
}

.offline .rus, .offline .world {
    width: 29px;
    background: url('../images/rus.png') 0 3px no-repeat;
}

.offline .world {
    background: url('../images/world.png') 0 0 no-repeat;
}

.offline a {
    padding: 0px 12px 2px 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}


@media (max-width: 1199px) {
    .content.calc #changeform li span {
        width: 207px;
        font-size: 10px;
    }
}
@media (max-width: 991px) {
    .content.calc #changeform,
    .requirements_block .tabs_block{
        padding: 0;
        height: auto;
        overflow: hidden;
    }
    .content.calc #changeform li,
    .requirements_block .tabs_block li {
        height: auto;
        border: 1px solid #89be3f!important;
        background: none;
        position: relative;
        left: 0!important;
        margin: 0 15px 15px 0!important;
        background: #FFF;
        color: #89be3f;
        width: calc(50% - 8px)!important;
    }
    .content.calc #changeform li:nth-child(2n),
    .requirements_block .tabs_block li:nth-child(2n){
        margin-right: 0 !important;
    }
    .content.calc #changeform li span,
    .requirements_block .tabs_block li span{
        border: none!important;
        background: no-repeat;
        margin: 0!important;
        height: auto;
        width: auto!important;
        padding: 0 15px;
    }
    .content.calc .tabs_block li {
        height: auto;
        border: 1px solid #89be3f !important;
        background: none;
        position: relative;
        left: 0 !important;
        margin: 0 15px 15px 0 !important;
        background: #FFF;
        color: #89be3f;
    }
    .content.calc .tabs_block li.active,
    .requirements_block .tabs_block li.active{
        background: #89be3f;
        color: #FFF;
    }
    .content.calc .tabs_block li span{
        border: none !important;
        background: no-repeat;
        margin: 0 !important;
        height: auto;
        width: auto !important;
        padding: 0 15px;
    }
    .content.calc .tabs_block li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .content.calc .tabs_block li{
        width: calc(50% - 8px)!important;
    }
    .content.calc #changeform li.active {
        background: #89be3f;
        color: #FFF;
    }
    .calculator .item  {
        flex-wrap: wrap;
    }
    .calculator .item .label {
        width: 100%;
    }
    .calculator .item .value{
        display: none;
    }
    .calculator .item .info {
        width: 100%;
        padding-left: 0;
        margin: 15px 0 0 0;
    }
    .calculator .item.range-item {
        padding-top: 0;
        padding-bottom: 0;
    }
    .calculator .item.range-item .label {
        padding-bottom: 20px;
    }
    .calculator .control-calculator div{
        width: 50%;
    }
}
@media (max-width: 767px) {
    .calculator .item .info{
        flex-wrap: wrap;
    }
    .calculator .item .info .radio,
    .calculator .control-calculator div{
        width: 100%;
    }
    .calculator .control-calculator {
        flex-wrap: wrap;
    }
    .calculator .control-calculator .sumbit{
        margin-top: 20px;
    }
    .calc_payment_block .full:before {
        vertical-align: middle;
        margin-bottom: 0;
        margin-right: 10px;
    }
    .calc_payment_block span {
        width: 100%;
    }
    .hint-sup {
        display: none;
    }
    .content.calc .tabs_block li,
    .requirements_block .tabs_block li{
        width: 100%!important;
    }
}
@media (max-width: 576px) {
    .content.calc #changeform li span {
        line-height: normal;
        padding: 5px 10px;
    }
}