.sb_block_elements {
  padding-top: 70px; }
  @media screen and (max-width: 768px) {
    .sb_block_elements {
      padding: 0px; } }
  .sb_block_elements .sb_item {
    padding: 20px;
    gap: 5px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    min-height: 750px;
    position: relative;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease; }
    .sb_block_elements .sb_item .sb_pic {
      height: 145px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .sb_block_elements .sb_item .sb_title {
      font-weight: 500;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: #555555;
      margin-top: 15px; }
    .sb_block_elements .sb_item .sb_block_price {
      font-weight: 700;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      color: #555555; }
      .sb_block_elements .sb_item .sb_block_price .sb_price_red {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #990000; }
      .sb_block_elements .sb_item .sb_block_price .sb_mini_text {
        font-weight: 400;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        color: #555555; }
    .sb_block_elements .sb_item .sb_block_preview_text .sb_ul_preview li {
      font-size: 14px;
      line-height: 17px;
      color: #555555; }
      .sb_block_elements .sb_item .sb_block_preview_text .sb_ul_preview li:before {
        content: "";
        background: #D9D9D9;
        width: 8px;
        height: 8px;
        display: block;
        border-radius: 100px;
        margin-right: 12px;
        position: relative;
        top: 13px; }
      .sb_block_elements .sb_item .sb_block_preview_text .sb_ul_preview li span {
        font-weight: 700; }
    .sb_block_elements .sb_item .sb_action {
      margin-top: 15px;
      position: absolute;
      bottom: 15px;
      width: calc(100% - 45px); }
      .sb_block_elements .sb_item .sb_action .btn {
        width: 100%; }
    .sb_block_elements .sb_item:hover {
      background: #FFFFFF;
      border: 0.5px solid #E0E0E0;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
  @media (max-width: 540px) {
    .sb_block_elements .owl-item.current {
      width: 100%; } }
  .sb_block_elements ul > li {
    margin: 0px 0 0 21px !important; }

.sb_action .btn-red,
.btn-red {
  margin-top: 15px !important;
  background: #990000;
  border-radius: 2px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center; }
  .sb_action .btn-red:focus, .sb_action .btn-red:hover,
  .btn-red:focus,
  .btn-red:hover {
    background: #BB0808;
    color: #FFFFFF !important; }
