@media screen and (min-width: 1261px) {
  .visible_sm {
    display: none;
  }
  .hidden_sm {
    display: block;
  }
  .opened-cards {
    padding: 80px 0;
  }
  .opened-cards .section-description {
    margin-top: 20px;
  }
  .opened-cards .section__header-container {
    margin-bottom: 64px;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
  }
  .opened-cards .section__header-container .opened-cards__header {
    width: 1012px;
  }
  .opened-cards .items-count-3 {
    gap: 24px;
  }
  .opened-cards .items-count-3 .opened-cards__items {
    display: flex;
    width: calc((100% - 48px) / 3);
  }
  .opened-cards .items-count-3 .opened-cards__items .opened-cards__item {
    width: 100%;
  }
  .opened-cards .opened-cards__items {
    margin-top: 64px;
    gap: 24px;
  }
  .opened-cards .opened-cards__item {
    border-radius: 24px;
    width: calc((100% - 48px) / 3);
  }
  .opened-cards .opened-cards__item.active .opened-cards__item-desc-container {
    margin-top: 0;
  }
  .opened-cards .opened-cards__item.active .opened-cards__item-bullet_points {
    margin-top: 24px;
  }
  .opened-cards .opened-cards__item-image {
    margin-top: 8px;
  }
  .opened-cards .opened-cards__item-image img {
    width: 408px;
  }
  .opened-cards .opened-cards__item-info {
    padding: 32px 32px 32px;
  }
  .opened-cards .opened-cards__item-info .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }
  .opened-cards .opened-cards__item-title {
    font-size: 28px;
    line-height: 40px;
  }
  .opened-cards .opened-cards__item-title .soon {
    font-size: 24px;
    line-height: 28px;
    margin-left: 5px;
  }
  .opened-cards .opened-cards__item-desc {
    font-size: 18px;
    line-height: 28px;
    overflow: hidden;
  }
  .opened-cards .opened-cards__item-desc .opened-cards__item-desc-container {
    transition: margin-top 0.5s;
    margin-top: -220%;
  }
  .opened-cards .opened-cards__item-desc .opened-cards__item-desc-container .inner_title {
    display: block;
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 700;
    opacity: 1;
  }
  .opened-cards .opened-cards__item-desc .opened-cards__item-desc-container .list_item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
  .opened-cards .opened-cards__item-desc .opened-cards__item-desc-container .list_item img {
    transform: translateY(7px);
  }
  .opened-cards .opened-cards__item-desc p {
    margin-top: 16px;
  }
  .opened-cards .opened-cards__item-bullet_points {
    margin-top: 24px;
    transition: margin-top 0.5s ease-in-out;
  }
  .opened-cards .opened-cards__item-bullet_points .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .opened-cards .opened-cards__item-bullet_points ul {
    font-size: 16px;
    line-height: 24px;
    gap: 12px;
  }
  .opened-cards .opened-cards__item-bullet_points ul .checkmark {
    width: 16px;
    height: 16px;
    margin-top: 3px;
  }
  .opened-cards .opened-cards__item-bullet_points ul li {
    gap: 20px;
  }
}
