.skill {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
}

.bg-skill {
    fill: none;
    stroke: #e6e6e6;
    stroke-width: 20;
}

.mv-skill {
    fill: none;
    stroke: #3498db;
    stroke-width: 14;
    stroke-dasharray: 440; /* Длина окружности */
    stroke-dashoffset: 440; /* По умолчанию скрыта */
    /*transform: rotate(-125deg);*/
    transform-origin: center;
    transition: stroke-dashoffset 0.5s linear;
}

.inputs {
    display: none;
    flex-direction: column;
    width: 400px;
    gap: 16px;
}