.mfz-post-group.special-offers {
  overflow: visible; }

.special-offers_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  line-height: 18px;
  padding: 0 16px 16px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  position: relative;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  .special-offers_wrapper-label {
    position: absolute;
    color: #fff;
    background: #DF3115;
    height: 20px;
    line-height: 19px;
    padding: 0 4px;
    display: inline-block;
    left: 16px;
    z-index: 2;
    top: -10px;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

.special-offers-card {
  margin-bottom: 24px; }

.special-offers-card_text {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2; }
  .special-offers-card_text .special-offers_label {
    color: #fff;
    border: 1px solid #E6E6E6;
    margin: 0 6px 8px 0; }

.special-offers-card_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  width: 100%;
  min-height: 152px;
  border-radius: 4px 4px 0 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin: -1px -17px 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 1 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .special-offers-card_main:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 4px 4px 0 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)); }
  .special-offers-card_main--green:before {
    background: rgba(94, 176, 76, 0.62); }

.special-offers-card_main_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.special-offers_title {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px; }

.special-offers_description {
  font-size: 14px;
  line-height: 20px; }

.special-offers_logo {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  display: block; }
  .special-offers_logo img {
    display: block;
    width: 100%; }

.special-offers_label {
  color: #696F6B;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 11px;
  line-height: 18px;
  border: 1px solid #E6E6E6;
  height: 20px;
  padding: 0 4px;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase; }

.special-offers_link, .special-offers_link-text {
  display: block;
  color: #4078CD; }

.special-offers_button {
  font-size: 16px;
  font-family: Raleway, sans-serif;
  color: #111512;
  height: 56px;
  line-height: 56px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
  text-align: center; }
  .special-offers_button:hover {
    text-decoration: none;
    opacity: 0.7; }

.special-offers_list {
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap; }
