.images {
    margin-bottom: 40px;
    position: relative;
}
.image {
    max-width: 100%;
}
.image__block {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.image__heart {
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    width: 24px;
    height: 24px;
    background-image: url(images/heart.svg);
    cursor: pointer;
}
.image__heart_active {
    background-image: url(images/heart_active.svg);
}
.h1 {
    font-size: 20px;
}
.albums-progress {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
.progress {
    margin-bottom: 0;
}
.overlay {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}