.product-snippet__wrapper.banner{
    height: 100%;
    max-height: 100%;
    padding: 0px;
    background-color: transparent;
    position: relative;
}
.product-snippet__wrapper.banner .product-snippet__illustration{
    height: 100%;
    max-height: 100%;
    padding: 0px;
    margin: 0px;
    flex: 0 0 100%;
    background-color: transparent;
}
.product-snippet__wrapper.banner .banner_button{
    position: absolute;
    bottom: 30px;
    display: block;
    width: 180px;
    margin-left: 50%;
    left: -90px;
    color: white;
    border: 1px solid white;
    font-weight: 700;
}
.product-snippet__wrapper.banner .banner_button:hover {
    background-color: #a01602;
}
.product-snippet_type_horizontal .product-snippet__wrapper.banner{
    display: none;
}
.stickers{
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.stickers .product-snippet__labels{
    text-decoration: none;
}

.catalog_type_horizontal .product-snippet_type_horizontal .product-snippet__wrapper{
    display: -webkit-box;
}

.product-snippet__badge {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25)
}

.product-snippet__badge-image {
    display: block;
    width: 54px;
    height: 54px;
    margin: 0;
}
.catalog__product-image{
	max-width: 100px;
	position: absolute;
	top: 15px;
	left: 20px;
}
.catalog__product{
	position: relative;
}