.menu-row.middle-block.bgdark table td.menu-item.actions-red-buton{
    background-color: #ff0000;
}
.menu-row.middle-block.bgdark table td.menu-item.actions-red-buton:hover{
    background-color: #ee2222;
}
.stickers .sticker_certified {
	font-weight: 700;
    color: black;
    background-color: white;
    border: 1.3px solid #cccccc;
}
.banner-to-landing.active {
	position: fixed;
	bottom: 20px;
	z-index: 1000;
	left: 50%;
	transform: translate(-50%);
	border-radius: 5px;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

#close-banner {
	background: url(/bitrix/templates/aspro_next_Original/images/svg/close_icons.svg) -1px -59px no-repeat;
	background-position: -1px -46px !important;
	display: block;
	width: 14px;
	height: 14px;
	top: -7%;
	position: fixed;
	left: 101%;
}

@media(max-width: 450px) {
	.banner-to-landing img {
		width: 90vw;
	}
}