@media screen and (max-width: 1260px) and (min-width: 768px) {
  .visible_sm {
    display: block;
  }
  .hidden_sm {
    display: none !important;
  }
  .opened-cards__container .tablet {
    display: flex;
    justify-content: center;
  }
  .opened-cards__container .mobile {
    display: none;
  }
  .opened-cards {
    padding: 64px 0 54px;
  }
  .opened-cards.no_slide_layout.hosting-blocks .items-count-2 .opened-cards__items {
    flex: 0 0 calc(50% - 12px);
  }
  .opened-cards.no_slide_layout .items-count-2 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .opened-cards.no_slide_layout .items-count-2 .opened-cards__items {
    flex: 0 0 calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }
  .opened-cards.no_slide_layout .items-count-2 .opened-cards__item {
    width: 100%;
    margin: 0;
    border-radius: 24px;
  }
  .opened-cards .section-description {
    margin-top: 20px;
  }
  .opened-cards .tab-switcher {
    display: flex;
    margin-bottom: 54px;
    position: sticky;
    top: 68px;
    z-index: 2;
    padding: 12px 0;
  }
  .opened-cards .section__header-container {
    margin-bottom: 64px;
  }
  .opened-cards .items-count-3 {
    gap: 20px;
    margin: 0 -10px;
  }
  .opened-cards .items-count-3 .opened-cards__items-tab {
    gap: 20px;
    display: flex;
    width: 728px;
    padding: 10px;
  }
  .opened-cards .items-count-3 .opened-cards__items-tab .opened-cards__items-column {
    width: 354px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .opened-cards .items-count-3 .opened-cards__items-tab .opened-cards__item {
    width: 354px;
    border-radius: 24px;
  }
  .opened-cards .opened-cards__items {
    margin-top: 64px;
    gap: 20px;
  }
  .opened-cards .opened-cards__item-image img {
    width: 408px;
  }
  .opened-cards .opened-cards__item-info {
    padding: 32px 32px 40px;
  }
  .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;
    margin-bottom: 16px;
  }
  .opened-cards .opened-cards__item-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .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;
    margin-bottom: 12px;
  }
  .opened-cards .opened-cards__item-desc .opened-cards__item-desc-container .list_item img {
    transform: translateY(7px);
  }
  .opened-cards .opened-cards__item-bullet_points {
    margin-top: 24px;
  }
  .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: 10px;
  }
}