.links > div {
	display: flex;
}

.menu li a[href*="/promotion/"] {
	color: #eb5757 !important;
}


.small-slider .small-slider__pagination {
    position: absolute !important;
    top: 5px !important;
    right: 35px !important;
    bottom: 25px !important;
    left: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.comparison-tovar-body_swaper-off .swiper-button-disabled {
	display: none !important;
}

.item-relative {
	position: relative;
}

.item__compare {
	position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EB5757;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
}

.item__cart {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EB5757;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
}