.img-elem__active {
    display: block;
}
.img-elem__nonactive {
    display: none;
}
.card-product__img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}
.image__list{
    width: 100%;
}
.strip__list {
    position: absolute;
    display: flex;
}
@media (hover: hover) and (pointer: fine){
    .img-preview__strip {
        opacity: 0;
    }
}

.img-preview__strip {
    flex-grow: 1;
    position: relative;
    z-index: 5;
    opacity: 0;
}
.img-preview__strip {
    display: block;
}
.more-photos {
    width: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
}
.offer__image .play-btn{
    z-index: 10;
}
.img-preview__block-line {
   display: flex;
   margin-top: 10px;
}
.img-preview__line.active {
    background-color: var(--back-mid-green);
}   
.img-preview__line {
    background-color: var(--back-light-green);
    height: 4px;
    display: block;
    margin: 0 2px 0 2px;
}
.img-preview__block-line li {
    width: 100%;
}
.more-photos span {
    color: white;
    height: fit-content;
    margin-top: auto;
    margin-bottom: auto;
}
@media screen and (max-width: 480px){
    .strip__list{
        display: none;
    }
}