.opened-cards__container .tablet {
  display: none;
}
.opened-cards__container .mobile {
  display: none;
}

.opened-cards .section-title {
  margin-bottom: 0;
}
.opened-cards .tab-switcher {
  display: none;
}
.opened-cards .tab-switcher__container {
  display: flex;
  position: relative;
  border-radius: 24px;
  padding: 4px;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  background: #fff;
}
.opened-cards .tab-switcher__container .highlight {
  position: absolute;
  height: calc(100% - 8px);
  left: 0;
  top: 4px;
  background: #000000;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 24px;
}
.opened-cards .tab-switcher__container .switch {
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
}
.opened-cards .tab-switcher__container .switch.active {
  color: #ffffff;
}
.opened-cards .items-count-3 {
  display: flex;
  align-items: flex-start;
}
.opened-cards .items-count-3.no_slider .opened-cards__items {
  display: flex;
  margin-top: 0;
}
.opened-cards .items-count-3 .opened-cards__items-tab,
.opened-cards .items-count-3 .opened-cards__items {
  display: none;
  margin-top: 0;
}
.opened-cards .opened-cards__items {
  display: flex;
  flex-wrap: wrap;
}
.opened-cards .opened-cards__item {
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.opened-cards .opened-cards__item .opened-cards__item-title {
  font-weight: 500;
}
.opened-cards .opened-cards__item .opened-cards__item-title.bold-title {
  font-weight: 700;
}
.opened-cards .opened-cards__item .opened-cards__item-title .soon {
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.opened-cards .opened-cards__item .opened-cards__item-title .soon:before {
  content: "(";
}
.opened-cards .opened-cards__item .opened-cards__item-title .soon:after {
  content: ")";
}
.opened-cards .opened-cards__item .opened-cards__item-desc {
  opacity: 0.8;
}
.opened-cards .opened-cards__item-bullet_points .title {
  font-weight: 500;
}
.opened-cards .opened-cards__item-bullet_points ul {
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
}
.opened-cards .opened-cards__item-bullet_points ul li {
  display: flex;
}
.opened-cards .opened-cards__item-image {
  width: 100%;
}
.opened-cards .opened-cards__item-image img {
  max-width: 100%;
  height: auto;
}
.opened-cards.grey_bg {
  background: #f5f5f6;
}
.opened-cards.grey_bg .opened-cards__item-title .soon {
  color: rgba(0, 0, 0, 0.3);
}
.opened-cards.grey_bg .opened-cards__item-info img {
  opacity: 0.3;
}
.opened-cards.grey_bg .opened-cards__item {
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1), 0px -3px 4px -2px rgba(0, 0, 0, 0.06);
}
.opened-cards.grey_bg .opened-cards__item-bullet_points ul {
  color: rgba(0, 0, 0, 0.8);
}
.opened-cards.dark_blue_bg {
  background: #14151f;
}
.opened-cards.dark_blue_bg > * {
  color: #ffffff;
}
.opened-cards.dark_blue_bg .opened-cards__item-title .soon {
  color: rgba(255, 255, 255, 0.3);
}
.opened-cards.dark_blue_bg .opened-cards__item {
  background: #22232c;
}
.opened-cards.dark_blue_bg .opened-cards__item .icon {
  opacity: 1;
  padding: 5px;
  box-sizing: border-box;
}
.opened-cards.dark_blue_bg .opened-cards__item-bullet_points ul {
  color: rgba(255, 255, 255, 0.8);
}
.opened-cards.black_bg {
  background: #000000;
}
.opened-cards.black_bg > * {
  color: #ffffff;
}
.opened-cards.black_bg .opened-cards__item-title .soon {
  color: rgba(255, 255, 255, 0.3);
}
.opened-cards.black_bg .opened-cards__item {
  background: rgba(255, 255, 255, 0.1);
}
.opened-cards.black_bg .opened-cards__item .icon {
  opacity: 0.3;
  padding: 5px;
  box-sizing: border-box;
}
.opened-cards.black_bg .opened-cards__item-bullet_points ul {
  color: rgba(255, 255, 255, 0.8);
}
