/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.block .catalog_block .catalog_item_wrapp .catalog_item{
    position: relative;
}
.plashka-block{
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
}
.plashka-inner{
    font-size: 14px;
    height: 30px;
    position: relative;
    display: flex;
    padding: 0 7px 0 5px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
@media (min-width: 992px){
    .char_block{
        width: 70%;
    }
}
@media (min-width: 1200px){
    .char_block{
        width: 50%;
    }
}
.iblock.char_block{
    width: 100% !important;
}