.banner-block__link,
.banner-block__link2 {
    position: absolute;
    right: 0;
    top: 0;
    color: white !important;
    background: #000000bf;
    padding: 10px;
    max-width: none !important;
    display: block !important;
}

.bottom_link {
    top: auto;
    bottom: 0;
    color: #000 !important;
    background: #ffffffb5;
}

.banner-block.swiper-slide:after {
    position: absolute;
    content: '*ограниченное количество';
    z-index: 10;
    color: white !important;
    background: #000000bf;
    padding: 10px;
    bottom: 55px;
}


.timer {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    height: 50px;
    left: calc(50% - 130px);
    bottom: 0px;
    z-index: 50;
    opacity: 0;
    transition: 0.3s;
}



.timer__time {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 110px;
}

.timer__days {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer__minutes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer__counter {
    width: 22px;
    height: 22px;
    background-color: rgb(232, 232, 232);
    text-align: center;
    font-weight: bold;
}

.timer__days-numbers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48px;
}

.timer__hours {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer__hours-numbers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48px;
}

.timer__minutes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer__minutes-numbers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 48px;
}
