@media screen and (max-width: 1025px) {
    #calcauto .image-box_m-screen {
        width: 100%;
        padding: 0;
    }
}

@media screen and (min-width: 1025px) {
    #calcauto .post__title {
        font-size: 50px;
    }
}

#calcauto .layout_wide .post__text .c_c p {width: 100%;}
#calcauto .layout_wide .post__text .c_t ul {width: 100%; font-size: 18px;}

#calcauto .c_c {background: #fff; padding: 20px; border: rgba(105, 171, 47, 0.73) 1px solid;}

#calcauto .c_t {background: #d4e5d1; padding: 20px; font-weight: 700;}
#calcauto .c_t a {color: #111;}
#calcauto .c_t li {padding: 6px 0;}

#calcauto .h1 {
    font-weight: 800;
    line-height: 0.9;
    color: inherit;
}

#calcauto .h1, h1 {
    font-size: 42px;
}

#calcauto .page-header {
    padding-bottom: 0;
    margin: 15px 0 0;
    line-height: 1.1;
    font-size: 42px;
    font-weight: 800;
}


#calcauto .form-group {
    margin-bottom: 35px;
    line-height: 1em;
}

#calcauto .form-control {
    font-family: 'Fira Sans', sans-serif;
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgba(105, 171, 47, 0.73);
    background-image: none;
    border: 1px solid #c7c3c7;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    background: #f3f3f3;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#calcauto label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
}


#calcauto .show-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 15px 20px 20px 20px;
    -webkit-box-shadow: 0px 2px 16px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 16px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 16px -5px rgba(0,0,0,0.75);
    margin-bottom: 30px;
}

#calcauto .show-result-column1 {
    width: 40%;
    padding-right: 20px;
}

#calcauto .show-result-column2 {
    width: 100%;
    padding-left: 0;
}
#calcauto .param-block {padding: 6px 0;}
#calcauto .param-inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3px 0;
    align-items: top;
}
#calcauto .param-dot {width: 18px; height: 18px; border-radius: 50%; margin-right: 12px;}
#calcauto .param-description {width: calc(100% - 30px);}

#calcauto .result-description {position: relative; margin: 6px 0; vertical-align: bottom; overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: 0;
    z-index: 10;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
}
#calcauto .result-description:before {content: ''; width: 100%; height: 1px; border-bottom: #c7c3c7 1px solid; position: absolute; bottom: 4px;}
#calcauto .result-description span {background: #fff; position: relative; z-index: 2; padding: 0 2px; vertical-align: bottom;}

#calcauto .tooltip {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 12px;
    line-height: 0.75rem;
    font-weight: 500;
    font-style: normal;
    position: relative;
    top: -1px;
    display: inline-block;
    color: #888;
    background: #fff;
    border: 1px solid #888;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    text-align: center;
    margin-left: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#calcauto .tooltip:hover {
    color: #fff;
    background: #444;
    border: 1px solid #444;
}

#calcauto .form-group  span {float: right; font-weight: bold;}

#calcauto .result-description-big {font-weight: 800;font-size: 18px; margin-top: 10px; }
#calcauto .result-description-big .result-value {font-weight: 800;}

#calcauto .result-description-b {font-weight: 800;}
#calcauto .result-description-b .result-value {font-weight: 800;}

@media screen and (max-width: 920px) {
    #calcauto .show-result-column2 {width: 100%; padding-left: 0;}
}

@media screen and (max-width: 480px) {
    #calcauto .result-value {font-weight: bold;}
    #calcauto .page-header {font-size: 24px;}
    #calcauto .result-description:before { border: none;}
    #calcauto .result-description-big {font-size: 18px; font-weight: 800;}
    #calcauto .result-description-big .result-value {font-weight: 800;}

    #calcauto .form-group span {
        float: none;
        font-weight: bold;
        padding-bottom: 10px;
        display: inline-block;
    }

    #calcauto .c_c {border: #111 1px solid; padding: 0px 25px;}
    #calcauto .c_t {padding: 10px;}
}

#calcauto .tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    font-size: 10px;
    border-bottom: 1px solid #888;
    line-height: 12px;
    z-index: 1;
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px solid #888;
}

#calcauto #tooltip
{
    text-align: left;
    color: #fff;
    background: #444;
    position: absolute;
    z-index: 100;
    padding: 15px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    max-width: 400px;
}

#calcauto #tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #444;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#calcauto #tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

#calcauto #tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#calcauto #tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

abbr {text-decoration: none;}

/*rangeslider*/

#calcauto .rangeslider, .rangeslider__fill {
    display: block;

}
#calcauto .rangeslider {
    background: #c7c3c7;
    position: relative
}
#calcauto .rangeslider--horizontal {
    height: 9px;
    width: 100%;
    margin: 6px 0;
}
#calcauto .rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}
#calcauto .rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}
#calcauto .rangeslider__fill {
    background: rgba(105, 171, 47, 0.73);
    position: absolute
}
#calcauto .form-group-consumption .rangeslider__fill {
    background: rgba(105, 171, 47, 0.73);
    position: absolute
}
#calcauto .rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}
#calcauto .rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}
#calcauto .rangeslider__handle {
    background: #fff;
    border: 1px solid rgba(105, 171, 47, 0.73);
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: 100%;

    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
#calcauto .rangeslider__handle:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
#calcauto .rangeslider--active .rangeslider__handle, .rangeslider__handle:active {

    background-size: 100%;
    background: #eee;
}
#calcauto .rangeslider--horizontal .rangeslider__handle {
    top: -8px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}
#calcauto .rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}
#calcauto input[type=range]:focus+.rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255,0,255,.9);
    -webkit-box-shadow: 0 0 8px rgba(255,0,255,.9);
    box-shadow: 0 0 8px rgba(255,0,255,.9)
}

/*rate*/

#calcauto .rate-circle-back, .rate-circle-front {
    position: absolute;
    top: 0;
    left: 0;
    width: auto!important
}
#calcauto .rate-circle-value {
    font-style: normal;
    font-weight: bold;
    font-family: Arial;
    position: relative;
    z-index: 10
}

#calcauto .color {color: #fff;}
#calcauto .rate-color-back {color: #ffaa3f}
#calcauto .rate-color0, .rate-color1, .rate-color2 {color: #70b558}

#calcauto .rate-gradient0, .rate-gradient1, .rate-gradient2 {
    background-image: -webkit-linear-gradient(top, #ea5b0c 0, #ea5b0c 100%);
    background-image: -o-linear-gradient(top, #ea5b0c 0, #ea5b0c 100%);
    background-image: linear-gradient(to bottom, #ea5b0c 0, #ea5b0c 100%);
    background-repeat: repeat-x;
    position: relative
}

#calcauto .numform {width: 100%; padding: 8px 4px; border: #c7c3c7 1px solid; margin-bottom: -6px; outline: none; font-size: 22px; font-family: "fira sans"; color: rgba(105, 171, 47, 0.73); font-weight: 800; background: #f3f3f3;}
#calcauto .numform:focus {border: 1px solid #ccc;}

#calcauto .c_c {padding: 0px 25px;}
#calcauto .c_t {padding: 30px; margin-bottom: 35px;}
#calcauto .show-data {float: left; width: 60%; padding-right: 40px;}
#calcauto .show-result {width: 40%; margin-top: 40px;}
#calcauto .show-other {width: 100%; clear: both;}

#calcauto .result-description span {background: none;}
#calcauto .result-description:before {bottom: 0px;}
#calcauto .result-description span {line-height: 1.1em;}

#calcauto .result-description {padding: 10px 0 0 0;}

#calcauto .green {font-weight: 800; color: rgba(105, 171, 47, 0.73);}

@media screen and (max-width: 720px) {
    #calcauto .c_c {padding: 0px 25px;}
    #calcauto .c_t {padding: 10px;}
    #calcauto .show-data {float: left; width: 100%; padding-right: 0px;}
    #calcauto .show-result {width: 100%; margin-top: 10px;}
    #calcauto .result-description:before {
        content: '';
        width: 100%;
        height: 1px;
        border-bottom: #c7c3c7 1px solid;
        position: absolute;
        bottom: 0px;
    }
    #calcauto .show-result {padding: 15px 10px 20px 10px;}
}
