.bx-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}.params

{
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
}

.params__item
{
    width: -webkit-fill-available;
}

.segment__name
{
    font-weight: 700;

    margin-bottom: 16px;

    text-transform: uppercase;
}

.segment__field
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    padding: 13px 0;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.segment__value
{
    font-weight: 700;
}

.segment__range
{
    width: 100%;
}

.results
{
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
}

.results__title
{
    font-weight: 700;

    margin-bottom: 10px;
}

.results__value
{
    width: 100%;
}

.calculator
{
    padding-top: 50px;

    background: #fafafa;
}

.calculator__params
{
    margin-bottom: 48px;
}

.selection__item
{
    display: grid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.selection__item:not(:last-child)
{
    margin-bottom: 100px;
}

.selection__pic
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    min-width: 255px;
    height: 255px;
    padding: 20px;

    border: 1px solid #e4e4e4;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, .25);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.selection__pic img
{
    position: absolute;
    bottom: 20px;

    max-height: calc(100% - 40px);
}

.selection__subtitle
{
    font-weight: 700;

    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 35px;

    text-transform: uppercase;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selection__subtitle::before
{
    display: block;

    width: 10px;
    height: 50px;
    margin-right: 25px;
    margin-left: -35px;

    content: '';

    background-color: #f05a28;
}

.selection__info
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selection__desc
{
    margin-left: 90px;
}

.selection__text
{
    margin-bottom: 15px;
}

.selection__note
{
    font-size: 14px;
    line-height: 17px;

    color: #b7b7b7;
}

.selection__table
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    max-width: 100%;
    margin-top: 50px;

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.selection__table_wrapper
{
    width: -webkit-fill-available;

    border-radius: 5px;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.selection__table_wrapper table
{
    width: 100%;
}

.selection__table_wrapper .simplebar-wrapper
{
    padding-bottom: 40px;
}

.selection__table_wrapper:not(:last-child)
{
    margin-right: 4px;
}

.selection__table ._main
{
    overflow: hidden;

    min-width: 255px;
    max-width: -webkit-fit-content;
    max-width:    -moz-fit-content;
    max-width:         fit-content;
}

.selection__table ._main td
{
    font-weight: 700;

    padding: 16px 25px;
}

.selection__table ._scroll
{
    overflow-x: auto;
}

.selection__table ._scroll td
{
    min-width: 87px;
    padding: 16px 20px;

    text-align: center;
}

.selection__table ._scroll td:first-child
{
    padding-left: 30px;
}

.selection__table#shoes tbody tr:nth-child(2)
{
    background-color: #fafafa !important;
}

.selection__table#shoes tbody tr:nth-child(2) td
{
    color: black !important;
}

.selection__table#arm tbody tr:nth-child(1)
{
    background-color: #fafafa !important;
}

.selection__table#arm tbody tr:nth-child(1) td
{
    color: black !important;
}

table thead tr
{
    text-transform: uppercase;

    background-color: #f05a28;
}

table thead td
{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;

    padding: 13px 25px;

    color: white;
}

table tbody tr:nth-child(1),
table tbody tr:nth-child(2)
{
    background-color: rgba(240, 90, 40, .5) !important;
}

table tbody tr:nth-child(1) td,
table tbody tr:nth-child(2) td
{
    color: white !important;
}

table tbody tr:nth-child(even)
{
    color: black;
    background-color: white;
}

table tbody tr:nth-child(odd)
{
    color: black;
    background-color: #fafafa;
}

table tbody td
{
    font-size: 14px;
    line-height: 17px;
}

table td
{
    white-space: nowrap;
}

.table
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.table__line
{
    display: none;
}

input[type=range]
{
    height: 2px;

    -webkit-transition: 0s;
         -o-transition: 0s;
            transition: 0s;

    background: #b7b7b7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f05a28));
    background-image: -o-linear-gradient(#f05a28);
    background-image:    linear-gradient(#f05a28);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 50% 100%;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=range]::-webkit-slider-runnable-track
{
    height: 2px;
}

input[type=range]::-moz-range-track
{
    height: 2px;
}

input[type=range]::-moz-range-thumb
{
    width: 12px;
    height: 12px;

    cursor: pointer;

    border: 1px solid #f05a28;
    border-radius: 50%;
    background-color: #f05a28;
}

input[type=range]::-webkit-slider-thumb
{
    width: 12px;
    height: 12px;
    margin-top: -5px;

    cursor: pointer;

    border-radius: 50%;
    background: #f05a28;

    -webkit-appearance: none;
}
@supports (-webkit-appearance:none)
{
}
