.img-round {
    border-radius: 20px;
    box-shadow: 5px 5px 10px #000a;
}

/* .bg-bike {
    background-image: url(https://www.hurtopony.pl/img/artykuly/bike_tires/bike_bg.jpg);
    background-size: cover;
    border-radius: 20px;

} */

.bike_tires {
    position: relative;
    left: 0;
    /* z-index: 1; */
    transition: .3s linear;
}

.tire_scheme {
    position: absolute;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: .3s linear;
}

.bike_tires {
    position: relative;
    left: 0;
    z-index: 2;
    transition: .3s linear;
}

.bike_tires_scheme {
    position: absolute;
    left: 1.3%;
    z-index: 1;
    transition: .3s linear;
    height: 100%;

}

.bike {
    position: relative;
    z-index: 2;
    top: 2%;

}

.cont_bike {
    position: relative;
    top: 80px;
    /* z-index: 5; */
    margin-bottom: 65px;
    overflow: hidden;


}

.tires_title {
    border-bottom: 5px solid #fcda00;
    width: fit-content;
    padding: 0 5px 5px 5px;
    margin-bottom: 10px;

}

.list-dot {
    list-style: disc;
}

@media(max-width:576px) {
    .bike_tires_scheme {
        left: 3vw;
    }
}