.fingermeter-wrap .main-title {
    margin: 0 auto 50px auto;
}
.fingermeter-wrap {
    max-width: 620px;
}

.range-ring-btn {
    min-width: 50px;
    min-height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(35, 35, 35, 0.2);
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

.range-ring {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    cursor: pointer;
    padding: 0 10px;
}

/* Стилизация ползунка (thumb) */
.range-ring::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: url('/local/templates/design2019/img/diamond.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    border: none;
    margin: -15px 0;
}

.range-ring::-moz-range-thumb {
    width: 40px;
    height: 40px;
    background: url('/local/templates/design2019/img/diamond.png') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    border: none;
    margin: -15px 0;
}

.range-ring-btn:hover {
    border: 1px solid rgb(35, 35, 35);
    transition-duration: 0.3s;
}

.range-ring-btn {
    min-width: 50px;
    min-height: 50px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid rgba(35, 35, 35, 0.2);
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition-duration: 0.3s;
}

.range-ring-wrapper {
    display: flex;
    column-gap: 10px;
    align-items: center;
    margin: 0;
}

.info-ring-text {
    font-family: "lazurski", sans-serif;
    text-align: center;
    font-weight: bold;
}

.ring-image {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    margin: -40px 0 0 0;
}

.ring-image__item {
    border: 1px solid black;
    box-sizing: border-box;
    border-radius: 99999999px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ring-image__size {
    font-size: 16px;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    width: fit-content;
    user-select: none;
}