.cgb-max6 {
  background-color: #f3f3f3;
  padding: 40px 0;
  box-sizing: border-box;
}
@media (min-width: 920px) {
  .cgb-max6 {
    padding: 60px 0;
  }
}
.cgb-max6 *,
.cgb-max6 *:before,
.cgb-max6 *:after {
  box-sizing: border-box;
}
.cgb-max6__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.cgb-max6__inner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 24px;
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
@media (min-width: 920px) {
  .cgb-max6__inner {
    border-radius: 32px;
    padding: 70px 40px;
  }
}

/* Декоративная картинка фона — обычный img, не перехватывает клики/наведение */
.cgb-max6__bg {
  display: none;
  position: absolute;
  left: 47%;
  top: 0;
  width: 110%;
  max-width: none;
  height: auto;
  transform: translate(-50%, 35%);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
@media (min-width: 620px) {
  .cgb-max6__bg {
    display: block;
  }
}

.cgb-max6__title,
.cgb-max6__subtitle,
.cgb-max6__btn-wrap {
  position: relative;
  z-index: 1;
}
.cgb-max6__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #131313;
  margin: 0;
  max-width: 700px;
}
@media (min-width: 620px) {
  .cgb-max6__title {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  .cgb-max6__title {
    font-size: 48px;
  }
}
.cgb-max6__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
  max-width: 620px;
}
@media (min-width: 620px) {
  .cgb-max6__subtitle {
    font-size: 20px;
  }
}
.cgb-max6__btn-wrap {
  display: inline-flex;
  width: 100%;
  max-width: 328px;
}
.cgb-max6__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #0389cb;
  border: 1px solid #0389cb;
  color: #fff;
  text-decoration: none;
  transition: 0.35s ease;
}
.cgb-max6__btn:hover {
  background-color: #0270a7;
}
.cgb-max6__badge {
  position: absolute;
  top: -15px;
  right: -10px;
  background-color: #7dde92;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 7px 10px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none;
  transform: rotate(-10deg);
}
