@media (min-width: 1200px) {
  .bonuses {
    position: relative;
    left: -15%;
    border-right: 8px solid #ee312f;
    border-left: 8px solid #ee312f;
    width: 1140px;
    padding-left: 0;
    padding-right: 0;
  }
}
.bonuses--bgc {
  background-color: #ddd;
}
.bonuses__row {
  min-height: 48px;
}
@media (min-width: 768px) {
  .bonuses__row {
    min-height: 81px;
  }
}
@media (min-width: 1200px) {
  .bonuses__row {
    min-height: 120px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bonuses__row-titles {
  background-color: #ee312f;
}
@media (min-width: 1200px) {
  .bonuses__row-titles {
    margin-right: auto;
    margin-left: auto;
  }
}
.bonuses__title {
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 10px;
  line-height: 1.1;
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .bonuses__title {
    padding-top: 15px;
    padding-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  .bonuses__title {
    padding-top: 23px;
    padding-bottom: 22px;
    font-size: 3.2rem;
  }
}
.bonuses__title-pack {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 1.2rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .bonuses__title-pack {
    font-size: 2.2rem;
    font-weight: 900;
  }
}
@media (min-width: 1200px) {
  .bonuses__title-pack {
    font-size: 3.2rem;
  }
}
.bonuses__title-pack--bg {
  background-color: #ff0;
  padding-right: 3px;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .bonuses__title-pack--bg {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .bonuses__title-pack--bg {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.bonuses__img {
  height: 20px;
}
@media (min-width: 768px) {
  .bonuses__img {
    height: 37px;
  }
}
@media (min-width: 1200px) {
  .bonuses__img {
    height: 56px;
  }
}
.bonuses__img-bonuses {
  max-height: 59px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .bonuses__img-bonuses {
    max-height: 88px;
  }
}
.bonuses__img-bonuses-wrap {
  margin-right: 20px;
  width: 96px;
}
@media (min-width: 1200px) {
  .bonuses__img-bonuses-wrap {
    margin-right: 50px;
    width: 144px;
  }
}
.bonuses__text {
  max-width: 232px;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.2rem;
}
.bonuses__text .ff-sm {
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .bonuses__text {
    font-size: 1.6rem;
  }
}
.bonuses__text a {
  font-size: inherit;
}
.bonuses__text span {
  display: block;
  background-color: #ee312f;
  margin-left: auto;
  margin-right: auto;
  padding: 0.1rem 0.3rem;
  width: 120px;
  color: #fff;
  font-family: Lato, sans-serif;
}
.bonuses__bor-lt {
  border-left: 1px solid #fff;
}
.bonuses__bor-bt {
  border-bottom: 1px solid #ddd;
}
.bonuses__bor-rt {
  border-right: 1px solid #ddd;
}
.bonuses__col {
  padding-left: 10px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .bonuses__text {
    max-width: 232px;
  }
  .bonuses__text span {
    padding: 0.5rem 0.5rem;
  }
  .bonuses__col {
    padding-left: 25px;
    padding-right: 15px;
  }
}
.bonuses__col-title {
  padding-left: 23px;
}
@media (min-width: 1200px) {
  .bonuses__text span {
    width: 170px;
  }
}

.bonuses.dev {
    background-color: #000;
    font-family: 'pixel_tandysoftregular';
  }
  @media screen and (min-width: 1200px) {
    .bonuses.dev{
        left: 0 !important;
    }
  }
  .bonuses.dev .bonuses__row {
    min-height: 48px;
  }
  .bonuses.dev .bonuses__row-titles {
    background-color: #ee312f;
  }
  .bonuses.dev .bonuses__title-wrap {
    border: 1px solid #ee312f;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left: none;
    background-color: #000;
       font-family: 'pixel_tandysoftregular';
  }
  .bonuses.dev .bonuses__title {
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1.1;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    font-family: 'pixel_tandysoftregular';
  }
  .bonuses.dev .bonuses__title-pack {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 1.4rem;
    color: #fff;
    font-family: 'pixel_tandysoftregular';
  }
  .bonuses.dev .bonuses__text,
  .bonuses.dev .bonuses__text a {
    font-size: 1.2rem;
    font-family: 'pixel_tandysoftregular';
  }
  .bonuses.dev .bonuses__title-pack--bg {
    background-color: #ff0;
    padding-right: 3px;
    padding-left: 3px;
  }
  .bonuses.dev .bonuses__img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 20px;
  }
  @media (min-width: 768px) {
    .bonuses.dev .bonuses__row {
      min-height: 81px;
    }
    .bonuses.dev .bonuses__title {
      padding-top: 15px;
      padding-bottom: 17px;
    }
    .bonuses.dev .bonuses__title-pack {
      font-size: 2.2rem;
      font-weight: 400;
    }
    .bonuses.dev .bonuses__title-pack--bg {
      padding-right: 5px;
      padding-left: 5px;
    }
    .bonuses.dev .bonuses__img {
      height: 37px;
    }
  }
  .bonuses.dev .bonuses__img-bonuses {
    max-height: 59px;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .bonuses.dev .bonuses__img-bonuses-wrap {
    margin-right: 20px;
    width: 96px;
  }
  .bonuses.dev .bonuses__text {
    margin-bottom: 0;
    width: 100%;
    color: #fff;
    text-align: left;
  }
  .bonuses.dev .bonuses__text .ff-sm {
    font-size: 1.6rem;
  }
  .bonuses.dev .bonuses__text a:hover {
    color: #fff;
  }
  @media (min-width: 1200px) {
    .bonuses.dev .bonuses__row,
    .bonuses.dev .bonuses__row-titles {
      margin-right: auto;
      margin-left: auto;
    }
    .bonuses.dev .bonuses {
      position: relative;
      border-right: 8px solid #ee312f;
      border-left: 8px solid #ee312f;
      margin-top: 52px;
      width: 895px;
      padding-left: 0;
      padding-right: 0;
    }
    .bonuses.dev .bonuses__row-titles {
      width: calc(100% + 16px);
      -webkit-transform: translateX(-8px);
      transform: translateX(-8px);
    }
    .bonuses.dev .bonuses__row-titles .bonuses__title-wrap:last-child {
      border-right-width: 8px;
    }
    .bonuses.dev .bonuses__title {
      padding-top: 23px;
      padding-bottom: 22px;
    }
    .bonuses.dev .bonuses__title-pack {
      font-size: 3rem;
    }
    .bonuses.dev .bonuses__text,
    .bonuses.dev .bonuses__text a {
      font-size: 1.4rem;
    }
    .bonuses.dev .bonuses__title-pack--bg {
      padding-right: 10px;
      padding-left: 10px;
    }
    .bonuses.dev .bonuses__img {
      height: 33px;
    }
    .bonuses.dev .bonuses__img-bonuses {
      max-height: 88px;
    }
    .bonuses.dev .bonuses__img-bonuses-wrap {
      margin-right: 18px;
      width: 142px;
    }
    .bonuses.dev .bonuses__text {
      max-width: 232px;
    }
  }
  .bonuses.dev .bonuses__bor-lt {
    background-color: #f0e300;
    border-top: 9px solid #fff58d;
    border-right: 3px solid #b3a608;
    border-bottom: 9px solid #b3a608;
    border-left: 3px solid #fff58d;
  }
  .bonuses.dev .bonuses__bor-bt {
    border-bottom: 1px solid #ee312f;
  }
  .bonuses.dev .bonuses__bor-rt {
    border-right: 1px solid #ee312f;
  }
  .bonuses.dev .bonuses__col {
    padding: 10px;
    padding-right: 5px;
  }
  @media (min-width: 768px) {
    .bonuses.dev .bonuses__bor-lt {
      border-top: 12px solid #fff58d;
      border-right: 12px solid #b3a608;
      border-bottom: 12px solid #b3a608;
      border-left: 12px solid #fff58d;
    }
    .bonuses.dev .bonuses__col {
      padding-left: 25px;
      padding-right: 15px;
    }
  }
  .bonuses.dev .bonuses__col-title {
    background-color: #e43431;
    border-top: 12px solid #f54f4f;
    border-right: 12px solid #b82020;
    border-bottom: 12px solid #b82020;
    border-left: 12px solid #f54f4f;
  }
  .bounses.dev .container{
    max-width: 100% !important;
}
@media screen and (max-width: 768px) {
    .bonuses.dev{
        max-width: 100% !important;
    }
   
}