﻿.rangeslider {
    background-color: #3d3d3e;
    position: relative;
    height: 8px;
    width: 100%
}

.rangeslider_fill {
    background-color: #67ae4c;
    top: 0;
    position: absolute;
    height: 100%
}

.rangeslider_handle {
    background-color: #3d3d3e;
    border: 7px solid #f8f5e0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: -12px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}

.epic-calc {
    margin-top: 25px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width: 480px) {
    .epic-calc {
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.epic-calc:after {
    width: 41px;
    height: 41px;
    background-size: 41px 41px;
    -moz-transform: translate(-20.5px, -20.5px);
    -ms-transform: translate(-20.5px, -20.5px);
    -webkit-transform: translate(-20.5px, -20.5px);
    transform: translate(-20.5px, -20.5px);
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/arr_green0.1.svg) 0 0 no-repeat
}



@media (min-width: 480px) {
    .epic-calc:after {
        background: url(../img/arr_orange0.1.svg) 0 0 no-repeat;
        width: 36px;
        height: 24px;
        background-size: 36px 24px;
        -moz-transform: translate(-18px, -12px);
        -ms-transform: translate(-18px, -12px);
        -webkit-transform: translate(-18px, -12px);
        transform: translate(-18px, -12px)
    }
}

.epic-calc_ico {
    width: 11%;
    height: 60px;
    background-size: 23px 22px !important
}


@media (min-width: 480px) {
    .epic-calc_ico {
        width: 16%;
        background-size: 33px 33px !important
    }
}

@media (min-width: 1100px) {
    .epic-calc_ico {
        width: 18%;
        height: 60px
    }
}

.epic-calc_item {
    box-sizing: border-box;
    position: relative;
    background-color: #3d3d3e;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 18px
}


@media (min-width: 480px) {
    .epic-calc_item {
        width: 50%;
        margin-bottom: 0
    }
    .epic-calc_item:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        border-bottom: 84px solid #1c1c1e;
        border-left: 70px solid transparent;
        border-right: 0 solid transparent;
        height: 0;
        width: 120px
    }
}

@media (min-width: 880px) and (min-width: 880px) {
    .epic-calc_item:after {
        width: 115px
    }
}

@media (min-width: 880px) and (min-width: 1100px) {
    .epic-calc_item:after {
        width: 97px;
        border-left: 40px solid transparent;
        border-bottom: 60px solid #1c1c1e
    }
}

.epic-calc_item:last-child {
    margin-bottom: 0
}

.epic-calc_item:nth-child(1) .epic-calc_ico {
    background: #67ae4c url(../img/star0.1.svg) center center no-repeat
}

.epic-calc_item:nth-child(2) .epic-calc_ico {
    background: #67ae4c url(../img/bonds0.1.svg) center center no-repeat
}

@media (min-width: 480px) {
    .epic-calc_item:nth-child(2) .epic-calc_ico {
        order: 3
    }
}

@media (min-width: 480px) {
    .epic-calc_item:nth-child(2) .epic-calc_name {
        order: 2;
        margin-right: 3%;
        margin-left: 0;
        text-align: right
    }
}

@media (min-width: 480px) {
    .epic-calc_item:nth-child(2) .epic-calc_input {
        order: 1;
        margin-left: 30px;
        margin-right: 0
    }
}

@media (min-width: 1100px) {
    .epic-calc_item:nth-child(2) .epic-calc_input {
        margin-left: 25px
    }
}

.epic-calc_item:nth-child(2):after {
    left: 0;
    right: initial;
    transform: scale(1, -1);
    border-left: 0 solid transparent;
    border-right: 70px solid transparent
}

@media (min-width: 1100px) {
    .epic-calc_item:nth-child(2):after {
        border-right: 40px solid transparent
    }
}

.epic-calc_name {
    font-family: "robotocondensed", "Arial Narrow", Arial, sans-serif;
    color: #e9e2bf;
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 22px;
    margin-left: 3%;
    width: -moz-calc(100% - 80px - 14%);
    width: -webkit-calc(100% - 80px - 14%);
    width: calc(100% - 80px - 14%)
}

.epic-calc_name:lang(ja),
.epic-calc_name:lang(zh-tw),
.epic-calc_name:lang(ko) {
    font-family: "уГТуГйуВоуГОшзТуВ┤ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, "ызСьЭА ъ│аыФХ", Malgun Gothic, "ъ╡┤ыж╝", Gulim, Helvetica, sans-serif
}


@media (min-width: 480px) {
    .epic-calc_name {
        font-size: 24px;
        line-height: 26px;
        width: -moz-calc(100% - 117px - 19%);
        width: -webkit-calc(100% - 117px - 19%);
        width: calc(100% - 117px - 19%)
    }
}

@media (min-width: 1100px) {
    .epic-calc_name {
        font-size: 15px;
        line-height: 21px;
        width: -moz-calc(100% - 96px - 21%);
        width: -webkit-calc(100% - 96px - 21%);
        width: calc(100% - 96px - 21%)
    }
}

@media (min-width: 1370px) {
    .epic-calc_name {
        font-size: 19px
    }
}

.epic-calc_input {
    font-family: "robotocondensed", "Arial Narrow", Arial, sans-serif;
    font-size: 34px;
    color: #f8f5e0;
    background: none;
    border: none;
    font-weight: 700;
    width: 70px;
    min-width: 70px;
    position: relative;
    z-index: 1;
    height: 30px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #f25322;
    text-align: right;
    margin-right: 10px;
    line-height: 0
}

.epic-calc_input:lang(ja),
.epic-calc_input:lang(zh-tw),
.epic-calc_input:lang(ko) {
    font-family: "уГТуГйуВоуГОшзТуВ┤ ProN W3", Hiragino Kaku Gothic ProN, Meiryo, "ызСьЭА ъ│аыФХ", Malgun Gothic, "ъ╡┤ыж╝", Gulim, Helvetica, sans-serif
}



@media (min-width: 480px) {
    .epic-calc_input {
        margin-right: 30px;
        font-size: 42px;
        width: 87px;
        min-width: 87px
    }
}

@media (min-width: 1100px) {
    .epic-calc_input {
        font-size: 34px;
        width: 71px;
        margin-right: 25px;
        padding-bottom: 3px;
        min-width: 71px
    }
}