.priceBox {
    clear: both;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.small_price {
    width: 100%;
    padding: 15px 0px;
    color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.small_color {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #000;
}
.goLink {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 9px;
    color: #1F6885;
    height: 56px;
    line-height: 56px;
    background: #EAECEF;
    text-align: center;
    text-transform: uppercase;
}
.materials_slider__img {
    padding: 0px !important;
    height: 330px;
    position: relative;
}
.img_small_list {
    height: 124.5px;
    width: 124.5px;
    border: 4px solid #FFF;
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover !important;
}
@media (max-width: 600px) {
    .materials_pag {
        padding-bottom: 0px !important;
    }
    .materials_pag .articleBtn {
        margin-top: 0px;
    }
}

.discount_btn_wrap {
  /*padding-top: 0px;*/
}
