/**
 * ROWS
 */
.flyer_row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 35px !important;
}
.flyer_row.vc_row-flex .vc_row {
  margin-left: 0;
  margin-right: 0;
}

.flyer_row:not(.vc_row-flex) .vc_row.vc_inner + .vc_inner {
  border-top: 30px solid #FFF;
}

/**
 * TITLE
 */
.flyer_row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  background-color: #D0DAE5;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.flyer_row .titlebox {
  background-color: #FFF;
}
.flyer_row .titlebox h2 {
  color: #FFF;
  background-color: #1585C5;

  position: relative;
  padding: 10px 25px 10px 90px;

  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;

  -webkit-border-top-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  border-top-right-radius: 50px;
}
.flyer_row .titlebox.double-row h2 {
  display: flex;
  align-items: center;
  height: 58px;
}
.flyer_row .titlebox h2::after,
.flyer_row .titlebox h2::before {
  position: absolute;
  content: '';
  display: block;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 60px;
  height: 60px;

  z-index: 1;
}
.flyer_row .titlebox h2::before {
  border-radius: 50%;
  background: rgb(250,166,27);
  background: linear-gradient(60deg, rgba(250,166,27,1) 0%, rgba(243,114,51,1) 100%);
  border: 1px solid #FFF;
}
.flyer_row .titlebox h2::after {
  background-size: contain !important ;
}
.flyer_row .titlebox.icon-basket h2::after { background: transparent url('../img/icon-basket.png') no-repeat 50% 50%; }
.flyer_row .titlebox.icon-basketball h2::after { background: transparent url('../img/icon-basketball.png') no-repeat 50% 50%; }
.flyer_row .titlebox.icon-config h2::after { background: transparent url('../img/icon-config.png') no-repeat 50% 50%; }
.flyer_row .titlebox.icon-doc h2::after { background: transparent url('../img/icon-doc.png') no-repeat 50% 50%; }
.flyer_row .titlebox.icon-star h2::after { background: transparent url('../img/icon-star.png') no-repeat 50% 50%; }
.flyer_row .titlebox.icon-star-plus h2::after { background: transparent url('../img/icon-star-plus.png') no-repeat 50% 50%; }
.flyer_row .titlebox.icon-star-minus h2::after { background: transparent url('../img/icon-star-minus.png') no-repeat 50% 50%; }

/**
 * LIST ITTEMS
 */
.flyer_row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 15px;
}

.flyer_row li {
  position: relative;
  line-height: 1.4;
  padding: 4px 0;
  padding-left: 24px;
}

.flyer_row ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 9px;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="496" height="496" xmlns="http://www.w3.org/2000/svg"><g fill-rule="nonzero" fill="none"><path d="M248 0c137 0 248 111 248 248S385 496 248 496 0 385 0 248 111 0 248 0z" fill="%23D46F45"/><path d="M361.9 231L226.4 95.5c-9.4-9.4-24.6-9.4-33.9 0l-17 17c-9.4 9.4-9.4 24.6 0 33.9L277.1 248 175.5 349.6c-9.4 9.4-9.4 24.6 0 33.9l17 17c9.4 9.4 24.6 9.4 33.9 0L361.9 265c9.4-9.4 9.4-24.6 0-34z" fill="%23FFF"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}