.slider-m {
    position: relative;
    max-width: 1260px;
    margin: 0 auto 10px auto;
    padding: 0 20px;
}

.catalog__content-item, .product__content-item-image {
    position: relative;
}
.MetkaCompos {
    text-align: right;
    display: inline-block;
    height: 0;
    /*width: 3em;*/
    z-index: 1000;
    position: absolute;
    bottom: 4em;
    right: 1em;
}

.MetkaCompos img {
    z-index: 1000;
    position: relative !important;
    width: 3em !important;
    height: 3em !important;
    float: right;
    margin-left: 0.3em;
}
@media (max-width: 600px) {
    .MetkaCompos {
        bottom: 2.5em;
        right: 0.5em;
    }
    .MetkaCompos img {
        width: 2em !important;
        height: 2em !important;
    }
}

a[href^="tel:"] {
    white-space: nowrap;
}
