.product-card__price-block .bonus-text {
    font-size: 10px;
    line-height: 145%;
    font-weight: 700;
    color: #c28005;
    height: 17px
}

@media (min-width: 768px) {
    .product-card__price-block .bonus-text {
        font-size:12px
    }

	.product-card__buttons .btn.btn-preorder {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.catalog-tag-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.catalog-tag-page {
    display: block;
    white-space: nowrap;
    padding: 5px 10px;
    background:rgba(0,0,0,.05);
    border-radius: 5px;
    margin: 0 0 5px 5px;
    color: #071a33;
    transition: 0.2s all;

}
.catalog-tag-page:hover {
    text-decoration: none;
}

.category__top-button {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    right: 13px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #59aee4;
    border: none;
    border-radius: 50%;
    transition: all .3s ease-in-out;
}
.category__top-button.active {
    opacity: 1;
    visibility: visible;
}

.flex-left {

    justify-content: flex-end;
}

@media only screen and (min-width: 1440px) {
    .category__top-button {
        right: calc(50vw - 690px);
    }
}

@media only screen and (max-width: 991px) {
    .flex-left {
        justify-content: flex-start;
    }
}

.category__top-button svg {
    transform: rotate(90deg);
}

.category__top-button svg path {
    fill: #fff;
}
