:root {
    --prm-color: #0381ff;
    --prm-gray: #b1b1b1;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}

.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--prm-gray);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    margin: 0 auto;
}

.step-button.done {
    background-color: var(--prm-color);
    color: #fff;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#progress {
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 20px; /* Центрирование прогресс-бара по вертикали */
    left: 3%;
    width: 94%;
    z-index: 5;
    height: 10px;
    margin: 0;
}

#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: 0.5s ease;
}

#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);
}

.step-title {
    margin-top: 0.5rem;
    font-size: 0.9rem;
}


header.bg-dark {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/img/sport_banner_low_2.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #040304!important;
}

header.bg-dark h1,
header.bg-dark p {
    text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.8);
}

.navbar-brand span {
    top:3px;
    position: relative;
}

footer a.brand {
    text-decoration: none;
}
footer .brand span{
    position: relative;
    top: 15px;
    color: #ffffff;
    font-size: 32px;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: #cccccc;
    text-decoration: none;
}
