.box-home-text {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #235B6A;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.box-home-text .lb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(50% - 30px);
}

.box-home-text .rb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: -webkit-calc(33.33333% - 30px);
  width: calc(50% - 30px);
}

.box-home-text .offers_title {
  margin-bottom: 30px;
}

.box-home-text div {
  margin-bottom: 10px;
}

.box-home-text ul li {
  line-height: 18px;
  margin-bottom: 1px;
}

.box-home-text ul li::before {
  left: 9px;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: #235B6A;
}

.box-home-text ul {
  width: 100%;
  margin-bottom: 10px;
}

.box-home-text .mini_head_text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  font-family: Days;
  text-transform: uppercase;
}

.cart-relative {
  position: relative
}

.cart-relative .cart_hidden_link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5
}

.cart-relative .cart_link_hover {
  position: relative;
  z-index: 9
}

.cart-relative .cart_link_hover-absolute {
  position: absolute;
  z-index: 9
}

.fsafhided {
  display: none;
}