/* Общие стили для блоков "MAX - страница" (chatapp-max-2, chatapp-max-3, chatapp-max-3-reverse, ...) */
.cgb-maxpromo {
  background-color: #f3f3f3;
  padding: 40px 0;
  box-sizing: border-box;
}
.cgb-maxpromo--white {
  background-color: #fff;
}
@media (min-width: 920px) {
  .cgb-maxpromo {
    padding: 60px 0;
  }
}
.cgb-maxpromo *,
.cgb-maxpromo *:before,
.cgb-maxpromo *:after {
  box-sizing: border-box;
}
.cgb-maxpromo__container {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (min-width: 920px) {
  .cgb-maxpromo__container {
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
  }
  .cgb-maxpromo--reverse .cgb-maxpromo__container {
    flex-direction: row-reverse;
  }
}
.cgb-maxpromo__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 920px) {
  .cgb-maxpromo__image {
    max-width: 553px;
  }
}
.cgb-maxpromo__image img {
  display: block;
  width: 100%;
  height: auto;
}
.cgb-maxpromo__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 920px) {
  .cgb-maxpromo__content {
    max-width: 560px;
    padding: 15px 0;
    gap: 40px;
    justify-content: center;
  }
}
.cgb-maxpromo__title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: -0.06em;
  color: #131313;
  margin: 0;
}
@media (min-width: 620px) {
  .cgb-maxpromo__title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .cgb-maxpromo__title {
    font-size: 48px;
  }
}
.cgb-maxpromo__title-accent {
  color: #0389cb;
}
.cgb-maxpromo__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cgb-maxpromo__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.cgb-maxpromo__item-icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cgb-maxpromo__item-icon img {
  display: block;
  width: 16px;
  height: 16px;
}
.cgb-maxpromo__item-text h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  color: #131313;
  margin: 0 0 10px;
}
.cgb-maxpromo__item-text p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: rgba(19, 19, 19, 0.7);
  margin: 0;
}
.cgb-maxpromo__btn-wrap {
  position: relative;
  display: inline-flex;
  width: 100%;
}
@media (min-width: 620px) {
  .cgb-maxpromo__btn-wrap {
    width: auto;
  }
}
.cgb-maxpromo__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  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;
}
@media (min-width: 620px) {
  .cgb-maxpromo__btn {
    min-width: 328px;
  }
}
.cgb-maxpromo__btn:hover {
  background-color: #0270a7;
}
.cgb-maxpromo__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);
}
