.catalog-sl-item{
    display: block;
    float: left;
    width: 316px;
}
.catalog-sl-item:nth-child(3n+3){
    margin-left: 21px;
}

.catalog-sl-item-other{
    display: block;
    float: left;
    width: 203px;
}
.catalog-sl-item-other:not(:nth-child(4n+4)){
    margin-right: 24px;
}
/* catalog items */
.catalog-sl .catalog-sl-item-other a,
#b_catalog_rectangle a{
    display:block;
    position:relative;
    text-decoration:none;
    width: 218px;
    padding:5px 5px 10px;
}
.catalog-sl .catalog-sl-item-other a img,
#b_catalog_rectangle a img{
    border: 1px solid #f0f2f7;
    display:block;
    margin:0 auto 15px;
}
.catalog-sl .catalog-sl-item-other a > p,
#b_catalog_rectangle a > p{
    margin-bottom:0;
}
.catalog-sl .catalog-sl-item-other .item-name,
#b_catalog_rectangle a .item-name{
    font-size:14px;
    line-height:18px;
    font-weight:300;
    color:#1659bc;
    float:left;
    width:202px;
    padding-left:5px;
    text-decoration:underline;
    min-height:40px;
}
.catalog-sl .catalog-sl-item-other .item-price,
#b_catalog_rectangle a .item-price{
    display: inline-block;
    padding:5px 12px 9px;
    margin-left: 5px;
    border:1px dotted #1659bc;
    text-align:center;
    font-size:17px;
    color:#000;
    font-weight:bold;
    margin-right:5px;
}
.catalog-sl .catalog-sl-item-other .articule,
#b_catalog_rectangle a .articule{
    color:#000;
    font-size:14px;
    padding:5px 0 5px 5px;
}
.catalog-sl .catalog-sl-item-other .articule span,
#b_catalog_rectangle a .articule span{
    margin-right:5px;
}
.catalog-sl .catalog-sl-item-other .more-button,
#b_catalog_rectangle a .more-button{
    position:absolute;
    top:108px;
    left:50px;
    visibility:hidden;
}
.catalog-sl .catalog-sl-item-other a:hover,
#b_catalog_rectangle a:hover{
    padding:4px 4px 9px;
    border:1px solid #f0f2f7;
    background-color:#FFF;
    -webkit-box-shadow: 0 10px 5px -5px rgba(175,180,192, 0.5);
    -moz-box-shadow: 0 10px 5px -5px rgba(175,180,192, 0.5);
    box-shadow: 0 10px 5px -5px rgba(175,180,192, 0.5);
}
.catalog-sl .catalog-sl-item-other a:hover .item-name,
#b_catalog_rectangle a:hover .item-name{
    color:#000;
    text-decoration:none;
}
.catalog-sl .catalog-sl-item-other a:hover .more-button,
#b_catalog_rectangle a:hover .more-button{
    visibility:visible;
}
/* end catalog items */
.section-text{
    /*padding: 30px;
    border: 3px solid #2c67bd;
    font-size: 15px;*/
    margin-top: 30px;
}

.section-card-sticker {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.card-sticker {
    z-index: 1;
    height: 100px;
    width: 100px;
}
