.landing-main-products {
  color: #000;
  font-style: normal;
  line-height: 128%;
}

.landing-main-products .landing-main-products__title {
  margin-bottom: 8px;
  color: #5691c8;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.38px;
}

.landing-main-products
  .landing-main-products__title.landing-main-products__title--highlighted {
  color: #24394b;
}

.landing-main-products
  .landing-main-products__title
  .landing-main-products__title--highlight {
  color: #5691c8;
}

.landing-main-products .landing-main-products__description {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 600px;
  text-wrap: pretty;
  margin: 0;
}

.landing-main-products .landing-main-products__cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.product-card {
  border-radius: 16px;
  border: 1px solid #d9eaff;
  background: #fff;
  position: relative;
  height: 250px;
}

.product-card.product-card--app {
  border: 1px solid #bee0ff;
  background: #d3eaff;
}

.product-card .product-card__content {
  padding: 30px;
  height: 100%;
}

.product-card .product-card__info {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card.product-card--crm .product-card__header img {
  width: 155px;
  height: 56px;
}

.product-card.product-card--app .product-card__header img {
  width: 190px;
  height: 51px;
}

.product-card .product-card__description {
  margin-top: 26px;
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 122%;
  max-width: 200px;
}

.product-card .product-card__control {
  margin-top: auto;
}

.product-card .product-card__more {
  display: inline-flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #051c2b;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 128.023%; /* 20.484px */
  letter-spacing: 0.16px;
  text-decoration: none !important;
}

.product-card .product-card__image {
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-card.product-card--crm .product-card__image {
  top: 50%;
  transform: translate(0, -50%);
  right: 6px;
}

.product-card.product-card--app .product-card__image {
  bottom: 20px;
  right: 23px;
}

.product-card-lk {
  border-radius: 16px;
  background: linear-gradient(265deg, #6fa7dc 31.85%, #5691c8 78.65%);
  grid-column: span 2 / span 2;
  padding: 34px 26px;
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.product-card-lk .product-card-lk__info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 512px;
}

.product-card-lk .product-card-lk__title {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 0;
}

.product-card-lk .product-card-lk__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 10px;
  column-gap: 40px;
  margin: 0;
  padding: 0;
}

.product-card-lk .product-card-lk__list > li {
  list-style: none;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 122%;
}

.product-card-lk .product-card-lk__item-content {
  display: flex;
  gap: 8px;
  align-items: center;
}

.product-card-lk .product-card-lk__item-icon {
  width: 16px;
  height: 16px;
  flex: none;
}

.product-card-lk .product-card-lk__image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.product-card-lk .product-card-lk__image img {
  width: 414px;
  height: 177px;
}

.product-card-lk .product-card-lk__more {
  display: inline-flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #fff;
  color: #051c2b;
  font-family: "Geologica", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 128.023%;
  letter-spacing: 0.16px;
  text-decoration: none !important;
}

@media (width <= 1024px) {
  .landing-main-products .landing-main-products__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 128%;
    letter-spacing: -0.24px;
  }

  .landing-main-products .landing-main-products__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .landing-main-products .landing-main-products__cards {
    gap: 15px;
    margin-top: 16px;
  }

  .product-card {
    border-radius: 8px;
    height: 200px;
  }

  .product-card .product-card__content {
    padding: 22px 20px;
  }

  .product-card.product-card--crm .product-card__header img {
    width: 116px;
    height: 42px;
  }

  .product-card.product-card--app .product-card__header img {
    width: 116px;
    height: 31px;
  }

  .product-card .product-card__description {
    margin-top: 22px;
    max-width: 192px;
    font-size: 13px;
    font-weight: 300;
    line-height: 119%;
  }

  .product-card .product-card__more {
    padding: 8px 13px;
    gap: 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 128%;
    letter-spacing: 0.14px;
  }

  .product-card.product-card--crm .product-card__image img {
    width: 168px;
    height: 102px;
  }

  .product-card.product-card--app .product-card__image img {
    width: 168px;
    height: 168px;
  }

  .product-card.product-card--crm .product-card__image {
    right: 22px;
  }

  .product-card.product-card--app .product-card__image {
    bottom: 16px;
    right: 8px;
  }

  .product-card-lk {
    border-radius: 8px;
    height: auto;
    padding: 32px 26px 32px 26px;
  }

  .product-card-lk .product-card-lk__info {
    gap: 12px;
    max-width: 424px;
  }

  .product-card-lk .product-card-lk__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 128%;
  }

  .product-card-lk .product-card-lk__list {
    row-gap: 8px;
    column-gap: 22px;
  }

  .product-card-lk .product-card-lk__list > li {
    font-size: 13px;
    font-weight: 300;
    line-height: 122%;
  }

  .product-card-lk .product-card-lk__image {
    position: absolute;
    bottom: -24px;
    right: -82px;
  }

  .product-card-lk .product-card-lk__more {
    padding: 8px 13px;
    gap: 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 128%;
    letter-spacing: 0.14px;
  }
}

@media (width <= 864px) {
  .landing-main-products .landing-main-products__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 102%;
    letter-spacing: -0.24px;
    margin-bottom: 10px;
  }

  .landing-main-products .landing-main-products__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

  .landing-main-products .landing-main-products__cards {
    gap: 15px;
    margin-top: 22px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .product-card {
    border-radius: 8px;
    height: 200px;
  }

  .product-card-lk {
    grid-column: auto;
    border-radius: 8px;
    height: 100%;
    padding: 22px 56px 135px 22px;
  }

  .product-card-lk .product-card-lk__info {
    max-width: 100%;
  }

  .product-card-lk .product-card-lk__title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 128%;
  }

  .product-card-lk .product-card-lk__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .product-card-lk .product-card-lk__image {
    bottom: -33px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 298px;
    height: 151px;
  }

  .product-card-lk .product-card-lk__more {
    padding: 8px 13px;
    gap: 12px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    line-height: 128%;
    letter-spacing: 0.14px;
  }
}
