.m-bonus {
  /* margin-top: 69px; */
  position: relative;
  z-index: 5;
  /* margin-bottom: 20px; */
}
.m-bonus .atg-link {
  max-width: 150px;
  margin: 0;
}

.m-bonus__body {
  padding: 44px 41px 44px 35px;
  max-width: 748px;
  margin: 0 auto;
  border: 3px solid #f00;
  border-radius: 10px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 190px;
  grid-template-columns: 1fr 190px;
  gap: 20px;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(174, 174, 192, 0.2);
  box-shadow: 10px 10px 30px 0 rgba(174, 174, 192, 0.2);
}
.m-bonus__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.m-bonus__btn {
  border-radius: 4px;
  max-width: 190px;
  width: 100%;
  margin: 0 !important;
}
.m-bonus__title {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  line-height: 108%;
}
.m-bonus__item {
  /* width: 50%; */
  width: 100%;
  max-width: 1088px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 44px 20px 0;
  align-items: center;
  position: relative;
  background: #ffffff;
  box-shadow: 10px 10px 30px rgba(174, 174, 192, 0.2);
  border-radius: 8px;
}
.m-bonus__tetx {
  text-align: center;
}

.m-bonus__tetx {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
}
.m-best__wrap {
  width: 60%;
  margin-top: 60px;
}
.m-bonus__left {
  display: flex;
  align-items: center;
}

.m-bonus__item:first-child {
  background: linear-gradient(177.07deg, #e31235 -31.11%, #871a1a 227.66%);
  border-radius: 16px;
}

.atgBlock-margin {
  /* margin-top: 96px;
              margin-bottom: 96px; */
  margin-top: 40px;
  margin-bottom: 40px;
}

.atg-link {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background: #e31235;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  padding: 13px 24px;
  width: 260px;
  /* width: 307px; */
  /* margin-left: auto;
    margin-right: auto; */
  margin-top: 69px;
}

.atg-link:hover {
  color: #ffffff !important;
  background: #bd0f2c;
}
.atg-link:active {
  color: #ffffff !important;
  background: #9c0c24;
}

@media screen and (max-width: 1279px) {
  .m-bonus__tetx {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;

    margin-left: 20px;
  }

  .m-bonus .atg-link {
    /* max-width: 100px; */
    margin: 0;
  }
  .atgBlock-margin {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 1023px) {
  .m-bonus__tetx {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
  }

  .m-bonus__item {
    padding: 20px;
  }
}

@media screen and (max-width: 960px) {
  .m-bonus__item {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 600px;
    row-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-bonus__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 20px 15px 15px;
  }
  .m-bonus__title {
    font-size: 18px;
    line-height: 122%;
  }
  .m-bonus__img {
    max-width: 38px;
  }
  .m-bonus__left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m-bonus__left img {
    max-width: 83px;
  }
  .m-bonus {
    margin-bottom: 0;
  }
  .m-bonus {
    /* margin-top: -250px; */
    position: relative;
    z-index: 5;
    /* margin-bottom: 40px; */
  }
  .m-bonus__image {
    position: static;
    right: 0;
    margin-right: 12px;
  }
  .m-bonus__item {
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 15px;
    padding-bottom: 11px;
  }
  .m-bonus__tetx {
    text-align: center;
    /* padding: 20px 12px 0 12px; */
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    margin-left: 5px;
  }
  .m-bonus .atg-link {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 24px;
    max-width: 150px;
  }
  .m-bonus__wrap .atg-link {
    width: 130px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .m-bonus {
    margin-top: 40px;
  }

  .atgBlock-margin {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 640px) {
  .atgBlock-margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.m-bonus__link {
  background: #ffffff;
  border-radius: 4px;
  max-width: 283px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
.m-bonus__link:hover {
  color: #333333 !important;
  background: #ffffff;
}
.m-bonus__link:active {
  color: #333333 !important;
  background: #ffffff;
}