.top__list .item .place__avatar img {
    display: block;
    min-width: 50px !important
}

.top__list .item .place {
    width: 240px
}

.top__list {
    margin-bottom: 80px;
    padding-top: 12px;
    font-size: 18px;
    width: 100%;
    margin: 30px 0 !important;
    padding: 30px !important;
    border-radius: 15px;
    border: 2px solid #d9d9d9;
    background-color: rgba(47, 44, 44, 0.5);
}

#calculator {
    padding: 30px !important;
    border-radius: 15px;
    border: 2px solid #d9d9d9;
    background-color: rgba(47, 44, 44, 0.5);
}

@media screen and (max-width:767px) {
    .top__list {
        margin-bottom: 35px
    }
}

.top__list .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px
}

.top__list .item .place {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-shrink: 0
}

.top__list .item .place__num {
    width: 36px;
    font-weight: 500
}

#current-value,
.progress__info {
    font-size: 16px
}

.top__list .item .place__avatar {
    width: 40px;
    margin-left: 7px
}

.top__list .item .place__name {
    margin-left: 20px;
    font-size: 16px
}

.top__list .item .progress {
    flex-grow: 1;
    margin-left: 20px
}

.progress__bar {
    display: block;
    height: 25px;
    width: 0;
    margin-right: 20px;
    background-color: green;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .1) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    border-radius: 5px;
    animation: 2s linear infinite progress-bar-stripes;
    transition: .8s ease-out;
    background-repeat: repeat
}

.progress {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    box-shadow: none
}

progress {
    vertical-align: baseline
}

progress {
    display: inline-block
}

.title:after {
    background-color: #fff
}

.progress-container,
.calculator-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

#calculator {
    padding: 10px;
    width: 100%;
    animation: .5s ease-in-out fadeIn;
    margin: 20px auto 0
}

#calculator,
.c-ad-fallback__cta,
.c-ad-fallback__headline,
.c-ad-fallback__text,
.c-image-element__body,
.c-inline-navigation--is-centered,
.form_above p,
.topblock,
.topblock2,
.u-text--is-centered {
    text-align: center
}

#slider,
#slider-container,
.slider-labels,
.title,
.topmobile {
    position: relative
}

.c-container__relative-block,
.c-image-element--has-hint-icon,
.slider-labels span,
.u-position--is-relative {
    position: relative
}

.slider-labels {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    z-index: 1
}

.slider-labels span::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background: white;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px
}

#slider,
.c-gallery-element__navigation-btn:focus,
.c-tool-element--is-button:focus,
.o-button:active,
.o-button:focus,
.o-button:hover,
.o-link:focus {
    outline: 0
}

#slider,
button,
input[type=search] {
    -webkit-appearance: none
}

#slider {
    width: 100%;
    opacity: 0;
    animation: .5s ease-in-out .5s forwards fadeIn;
    appearance: none;
    height: 20px !important;
    background: #008000;
    border-radius: 5px;
    padding: 0;
    z-index: 2
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid #3498db;
    margin-top: 0 !important;
    z-index: 3
}

#current-value {
    width: 30%;
    margin: -6px auto 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-left: 2px solid #008000;
    border-right: 2px solid #008000;
    border-bottom: 2px solid #008000;
    border-radius: 0 0 10px 10px;
}

.current-value-calc {
    font-size: 26px !important;
    font-weight: bold !important;
    padding: 15px !important;
}

.result {
    font-size: 16px;
    margin-bottom: 7px;
    opacity: 0;
    animation: .5s ease-in-out 1s forwards fadeIn
}

#result,
#result30,
#result180 {
    font-weight: bold;
}

#slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

#slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

#slider::-moz-range-track {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@media screen and (max-width:991px) {
    .top__list {
        font-size: 12px
    }

    .top__list .item .place__num {
        width: 26px;
        font-size: 14px
    }

    .top__list .item .place__name {
        margin-left: 20px
    }

    .top__list .item .progress {
        margin-left: 10px
    }

    .progress__info {
        font-size: 16px
    }

    .top__list .item {
        flex-direction: column
    }

    .top__list .item .place {
        width: 100% !important
    }

    .progress {
        width: 100%;
        margin: 10px 0
    }
}