main {
  overflow: unset;
}
.reflection {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.reflection__img {
  max-width: 100%;
}
.reflection__img_base {
  position: relative;
  z-index: 0;
}
.reflection__img_layer {
  position: absolute;
  left: 0;
  top: 90%;
  transform: scaleY(-1);
  opacity: 0.9;
  filter: blur(3px);
  z-index: -1;
}
.reflection_bg .reflection__img_layer {
  top: 60%;
  filter: blur(21px);
}
.swiper_custom.swiper-initialized {
  position: relative;
  width: 100vw;
  padding: 16px;
  padding-bottom: 48px;
  margin: -16px;
}
@media only screen and (min-width: 768px) {
  .swiper_custom.swiper-initialized {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .swiper_custom.swiper-initialized {
    width: auto;
  }
}
.swiper_custom.swiper-initialized::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #e8e9eb;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
}
.swiper_custom.swiper-initialized.swiper-navigation-disabled {
  padding-bottom: 16px;
}
.swiper_custom.swiper-initialized.swiper-navigation-disabled::after {
  display: none;
}
@media (max-width: 1024px) {
  .swiper_custom.swiper-initialized {
    padding-right: 32px;
  }
}
.swiper-button-prev_custom,
.swiper-button-next_custom {
  width: 20px;
  height: 20px;
  color: #1d233b;
  top: unset;
  bottom: 16px;
}
.swiper-button-prev_custom::after,
.swiper-button-next_custom::after {
  display: none;
}
.swiper-button-icon {
  stroke: currentColor;
}
.swiper-pagination_custom .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #d2d3d8;
  cursor: pointer;
}
.swiper-pagination_custom .swiper-pagination-bullet:hover {
  background: #a5a7b1;
}
.swiper-pagination_custom .swiper-pagination-bullet-active {
  background: #9000ed;
}
.dark .swiper_custom.swiper-initialized::after {
  background-color: rgba(255, 254, 255, 0.1);
}
@media (max-width: 1024px) {
  .dark .swiper_custom.swiper-initialized {
    padding-right: 32px;
  }
}
.dark .swiper-button-prev_custom,
.dark .swiper-button-next_custom {
  color: #fffeff;
}
.banner-card {
  display: grid;
  align-content: start;
  height: auto;
  border-radius: 22px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: inherit;
}
.banner-card__figure {
  display: block;
  border-radius: 22px;
  position: relative;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__figure:hover {
  box-shadow: -10px -10px 12px 0px rgba(144, 0, 237, 0.1019607843);
}
@media only screen and (min-width: 1024px) {
  .banner-card__figure:hover {
    box-shadow: none;
  }
}
.banner-card__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__figure-btn {
  padding: 16px 0 0 16px;
  border-radius: 32px 0 22px 0;
  background: #fffeff;
  position: absolute;
  bottom: 0;
  right: 0;
}
.banner-card__figure-btn::before, .banner-card__figure-btn::after {
  content: "";
  display: block;
  height: 50%;
  aspect-ratio: 1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMyAyNCIgZmlsbD0iI0ZGRkVGRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRDMTIuNzAyNiAyNCAyMyAxMy43MDI1IDIzIDFWMjRIMFoiIC8+CjxwYXRoIGQ9Ik0yMi45Nzg1IDBIMjNWMUMyMyAwLjY2NDk0OCAyMi45OTI3IDAuMzMxNTczIDIyLjk3ODUgMFoiIC8+Cjwvc3ZnPgo=);
  background-size: cover;
  position: absolute;
}
.banner-card__figure-btn::before {
  bottom: 0;
  right: 100%;
}
.banner-card__figure-btn::after {
  right: 0;
  bottom: 100%;
}
.banner-card__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding: 12px;
  gap: 8px;
  border-radius: 50%;
  border: none;
  background: #1d233b;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-card__btn:hover {
  background: #9000ed;
}
.banner-card__btn:active {
  background: #1d233b;
}
.banner-card__figcaption {
  display: grid;
  grid-template-rows: auto auto;
  gap: 8px;
  padding: 8px;
  justify-content: start;
}
.banner-card__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .banner-card__details .chips {
    padding: 4px 0;
    background-color: transparent;
  }
}
@media only screen and (min-width: 1920px) {
  .banner-card__details {
    width: 416px;
  }
}
@media only screen and (min-width: 1920px) {
  .banner-card__details--full {
    width: 100%;
  }
}
.banner-card__row {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .banner-card__row {
    gap: 24px;
  }
}
.banner-card__time {
  color: #a5a7b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.banner-card__row {
  display: flex;
  gap: 8px;
}
@media only screen and (min-width: 1024px) {
  .banner-card__row {
    gap: 24px;
  }
}
.banner-card__time {
  color: #a5a7b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.banner-card__h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.banner-card_outlined {
  border: 1px solid #d2d3d8;
}
.banner-card_outlined:hover {
  box-shadow: 2px 4px 20px 0px rgba(144, 0, 237, 0.1019607843), 0px 0px 16px 0px rgba(144, 0, 237, 0.1019607843);
}
.banner-card_outlined .banner-card__img {
  box-shadow: none;
}
.banner-card_outlined .banner-card__figcaption {
  padding: 16px 32px 24px 32px;
}
.quote {
  border-left: 3px solid #9000ed;
  padding-left: 24px;
  font-style: italic;
}
.dark .banner-card_outlined {
  border-color: rgba(255, 254, 255, 0.1);
}
.dark .banner-card_outlined--background {
  overflow: hidden;
  background-color: rgba(255, 254, 255, 0.05);
}
.dark .banner-card__figure-btn {
  background: #1d233b;
}
.dark .banner-card__figure-btn::before, .dark .banner-card__figure-btn::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyMyAyNCIgZmlsbD0iIzFEMjMzQiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMjRDMTIuNzAyNiAyNCAyMyAxMy43MDI1IDIzIDFWMjRIMFoiIC8+CjxwYXRoIGQ9Ik0yMi45Nzg1IDBIMjNWMUMyMyAwLjY2NDk0OCAyMi45OTI3IDAuMzMxNTczIDIyLjk3ODUgMFoiIC8+Cjwvc3ZnPgo=);
}
.dark .banner-card__btn {
  border: 1px solid rgba(255, 254, 255, 0.1);
  text-decoration: none;
}
.dark .banner-card__time {
  color: rgba(255, 254, 255, 0.4);
}
.moreLink {
  display: none;
}
.moreText.isCollapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.moreText.isCollapsed.isActive {
  display: block;
}
.moreText.isCollapsed ~ .moreLink {
  display: inline-block;
}
.chips {
  display: flex;
  align-items: center;
  gap: 4px;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 40px;
  background-color: rgba(29, 35, 59, 0.05);
  color: #1d233b;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.chips--blue {
  padding: 4px 8px;
  border-radius: 20px;
  background-color: #9000ed;
  color: #fffeff;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 1024px) {
  .dark .banner-card__details .chips {
    background-color: transparent;
  }
}
.dark .chips {
  background-color: rgba(255, 254, 255, 0.05);
  color: #fffeff;
}
.dark .chips--blue {
  background-color: #9000ed;
  color: #fffeff;
}
.sidebar-menu {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid #e8e9eb;
  overflow: hidden;
}
.sidebar-menu__head {
  height: 0;
  opacity: 0;
  padding: 0;
  background-color: rgba(29, 35, 59, 0.05);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar-menu__head.isVisible {
  height: auto;
  opacity: 1;
  padding: 20px 20px 16px 20px;
}
.sidebar-menu__body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sidebar-menu__divider {
  width: 100%;
  height: 1px;
  background-color: #e8e9eb;
}
html.dark .sidebar-menu {
  border-color: rgba(255, 254, 255, 0.1);
}
html.dark .sidebar-menu__head {
  background-color: rgba(255, 254, 255, 0.05);
}
html.dark .sidebar-menu__divider {
  background-color: rgba(255, 254, 255, 0.1);
}
.aside-item {
  display: block;
  padding: 4px;
  width: 100%;
}
.aside-item__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px;
  border-radius: 8px;
  border: none;
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #1d233b;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.aside-item__button:hover {
  background-color: rgba(29, 35, 59, 0.05);
}
.aside-item__icon path {
  stroke: #d2d3d8;
}
.aside-accordeon {
  display: grid;
  grid-template-rows: auto 0fr;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  color: #1d233b;
}
.aside-accordeon.expanded {
  grid-template-rows: auto 1fr;
}
.aside-accordeon.expanded .aside-accordeon__icon {
  transform: rotate(180deg);
}
.aside-accordeon.expanded .aside-accordeon__head {
  color: #1d233b;
}
.aside-accordeon__top {
  padding: 4px;
}
.aside-accordeon__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.aside-accordeon__head:hover {
  background-color: rgba(29, 35, 59, 0.05);
}
.aside-accordeon__title {
  font-size: 14px;
  line-height: 18px;
}
.aside-accordeon__icon {
  width: 20px;
  height: 20px;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.aside-accordeon__icon path {
  stroke: #a5a7b1;
}
.aside-accordeon__list {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}
.aside-accordeon__list .aside-item__button {
  padding-left: 24px;
}
.dark .aside-item__button {
  color: rgba(255, 254, 255, 0.7);
}
.dark .aside-item__button:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
.dark .aside-item__icon path {
  stroke: #ffffff;
}
.dark .aside-accordeon {
  color: rgba(255, 254, 255, 0.7);
}
.dark .aside-accordeon__head:hover {
  background-color: rgba(255, 254, 255, 0.05);
}
.dark .aside-accordeon__icon path {
  stroke: rgba(255, 254, 255, 0.7);
}
.dark .aside-accordeon.expanded .aside-accordeon__head {
  color: rgba(255, 254, 255, 0.7);
  background-color: rgba(255, 254, 255, 0.05);
}
.subscribe-section {
  color: #1d233b;
}
.subscribe-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: -16px;
  margin-left: -16px;
  height: 392px;
  padding: 32px 16px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #e8e9eb;
  background: linear-gradient(180deg, rgba(214, 215, 251, 0.4) 0%, rgba(90, 81, 194, 0.4) 100%);
}
@media only screen and (min-width: 768px) {
  .subscribe-section__card {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .subscribe-section__card {
    height: 256px;
    flex-direction: row;
    padding-left: 54px;
    padding-right: 160px;
  }
}
.subscribe-section__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .subscribe-section__content {
    align-items: flex-start;
    gap: 34px;
  }
}
.subscribe-section__text {
  text-align: center;
  max-width: 260px;
}
@media only screen and (min-width: 1024px) {
  .subscribe-section__text {
    text-align: start;
    max-width: 410px;
  }
}
@media only screen and (min-width: 1024px) {
  .subscribe-section__br {
    display: none;
  }
}
.subscribe-section__btn {
  width: 100%;
  max-width: 360px;
}
@media only screen and (min-width: 768px) {
  .subscribe-section__btn {
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .subscribe-section .reflection {
    align-self: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .subscribe-section .reflection__img_base {
    width: 163px;
    height: 137px;
  }
}
.subscribe-section .reflection__img_layer {
  filter: blur(5px);
}
@media only screen and (min-width: 1024px) {
  .subscribe-section .reflection__img_layer {
    left: 9px;
    width: 145px;
    height: 137px;
  }
}
.dark .subscribe-section {
  color: #fffeff;
}
.dark .subscribe-section__card {
  border-color: rgba(255, 254, 255, 0.1);
  background: linear-gradient(180deg, #9000ED 0%, rgba(151, 71, 255, 0) 100%), linear-gradient(180deg, rgba(214, 215, 251, 0.4) 0%, rgba(90, 81, 194, 0.4) 100%);
}
.tooltip {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  padding: 10px;
  border-radius: 8px;
  background: #4a4f62;
  box-shadow: 0px 2px 18px 0px rgba(211, 49, 154, 0.1);
  transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip__content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.tooltip__text {
  color: #fffeff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.tooltip__icon {
  width: 16px;
  height: 16px;
}
.tooltip__arrow {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -18px;
  transform: translateX(-50%);
  width: 14px;
  height: 10px;
}
.tooltip.visible {
  opacity: 1;
}
.similar__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.72px;
}
@media only screen and (min-width: 1024px) {
  .similar__title {
    line-height: 46px;
  }
}
.similar__top-block {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.similar__slider .banner-card__figure:hover {
  box-shadow: none;
}
.similar .swiper-pagination {
  position: relative;
  bottom: 0;
}
.dark .similar {
  color: #fffeff;
}
.mobile-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: end;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  pointer-events: none;
}
.mobile-nav-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  height: 95dvh;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
  background-color: #fffeff;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.15);
}
.mobile-nav-menu__close {
  align-self: flex-end;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border: none;
  background-color: inherit;
  cursor: pointer;
}
.mobile-nav-menu__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 8px;
}
.mobile-nav-menu__head {
  padding: 20px 20px 16px 20px;
  background-color: rgba(29, 35, 59, 0.05);
  border-radius: 12px;
}
.mobile-nav-menu__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile-nav-menu__divider {
  width: 100%;
  height: 1px;
  background-color: #e8e9eb;
}
html.dark .mobile-nav-menu {
  background-color: #1d233b;
}
html.dark .mobile-nav-menu__close svg path {
  stroke: #fffeff;
}
html.dark .mobile-nav-menu__head {
  background-color: rgba(255, 254, 255, 0.05);
}
.case-head {
  margin-bottom: 32px;
  margin-top: 24px;
}
.case-head__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (min-width: 1024px) {
  .case-head__content {
    flex-direction: row;
    justify-content: space-between;
    gap: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .case-head__content .h3 {
    max-width: 1104px;
  }
}
@media only screen and (min-width: 1920px) {
  .case-head__content .h3 {
    max-width: 1080px;
  }
}
@media only screen and (min-width: 768px) {
  .case-head__share {
    flex-shrink: 0;
  }
}
.case-head__share-btn {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .case-head__share-btn {
    width: fit-content;
    height: fit-content;
  }
}
.case-head__share-tooltip {
  top: -16px;
  left: 8px;
}
@media only screen and (min-width: 1024px) {
  .case-head__share-tooltip {
    top: -38px;
    left: -38px;
  }
}
.case-head__share-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0;
  height: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  border-radius: 16px 16px 0 0;
  box-shadow: 0px -4px 16px 0px rgba(96, 46, 132, 0.15);
  background: #fffeff;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.case-head__share-menu.open {
  opacity: 1;
  height: fit-content;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .case-head__share-menu {
    gap: 16px;
    padding: 16px 16px 32px 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .case-head__share-menu {
    position: absolute;
    left: auto;
    right: 0px;
    top: 48px;
    height: fit-content;
    width: 204px;
    padding: 8px;
    border-radius: 12px;
  }
}
.case-head__share-menu__close {
  align-self: flex-end;
  height: 48px;
  width: 48px;
  border: none;
  background: none;
  padding: 14px;
  border-radius: 60px;
  cursor: pointer;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.case-head__share-menu__close:hover {
  background: #e8e9eb;
}
@media only screen and (min-width: 1024px) {
  .case-head__share-menu__close {
    display: none;
  }
}
.case-head__share-menu__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 16px 16px 16px;
  background: inherit;
}
@media only screen and (min-width: 768px) {
  .case-head__share-menu__content {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .case-head__share-menu__content {
    padding: 0;
  }
}
.case-head__share-menu__label {
  color: #7a7d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 1024px) {
  .case-head__share-menu__label {
    display: none;
  }
}
.case-head__share-menu__button {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 4px 8px 4px 4px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  background: inherit;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1024px) {
  .case-head__share-menu__button {
    padding: 8px;
  }
}
.case-head__share-menu__button:hover {
  background: #f0f0f0;
}
.case-head__share-menu__button:hover .screen__share-menu__icon {
  background: #fffeff;
}
@media only screen and (min-width: 1024px) {
  .case-head__share-menu__button:hover .screen__share-menu__icon {
    background: transparent;
  }
}
.case-head__share-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 8px;
  background: rgba(29, 35, 59, 0.03);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 1024px) {
  .case-head__share-menu__icon {
    padding: 0;
    background: transparent;
  }
}
.case-head__share-menu__icon svg {
  width: 20px;
  height: 20px;
}
.case-head__share-menu__icon svg path {
  stroke: #1d233b;
  transition: stroke 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.case-head__share-menu__text {
  padding-left: 4px;
}
.case-head__share-menu__divider {
  width: 100%;
  height: 1px;
  background: #e8e9eb;
}
html.dark .case-head__share-menu {
  background: #1d233b;
  box-shadow: 0px -4px 16px 0px rgba(190, 113, 235, 0.25);
}
html.dark .case-head__share-menu__close path {
  stroke: #fffeff;
}
html.dark .case-head__share-menu__close:hover {
  background: #fffeff;
}
html.dark .case-head__share-menu__close:hover path {
  stroke: #090909;
}
html.dark .case-head__share-menu__button:hover {
  background: rgba(255, 254, 255, 0.0509803922);
}
html.dark .case-head__share-menu__button:hover .screen__share-menu__icon {
  background: #1d233b;
}
@media only screen and (min-width: 1024px) {
  html.dark .case-head__share-menu__button:hover .screen__share-menu__icon {
    background: transparent;
  }
}
html.dark .case-head__share-menu__icon {
  background: rgba(255, 254, 255, 0.05);
}
html.dark .case-head__share-menu__icon path {
  stroke: #fffeff;
}
@media only screen and (min-width: 1024px) {
  html.dark .case-head__share-menu__icon {
    background: transparent;
  }
}
html.dark .case-head__share-menu__text {
  color: #fffeff;
}
.case-content {
  color: #1d233b;
}
@media only screen and (min-width: 1024px) {
  .case-content__wrap {
    display: flex;
    gap: 16px;
  }
}
.case-content__sidebar {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .case-content__sidebar {
    display: flex;
    width: 320px;
    height: fit-content;
  }
}
.case-content__body {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .case-content__body {
    flex-grow: 0;
    flex-shrink: 0;
    width: 624px;
  }
}
@media only screen and (min-width: 1440px) {
  .case-content__body {
    width: 656px;
  }
}
@media only screen and (min-width: 1920px) {
  .case-content__body {
    width: 786px;
  }
}
.case-content__body figure {
  margin: 0;
}
.case-content__body img {
  max-width: 100%;
  border-radius: 22px;
}
.case-content__body a {
  color: #1d233b;
}
.case-content__body h1, .case-content__body h2, .case-content__body h3, .case-content__body h4, .case-content__body h5, .case-content__body h6 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.case-content__body em {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  display: block;
  padding-left: 24px;
  border-left: 3px solid #A85BF6;
}
.case-content__body p {
  margin-bottom: 8px;
}
.case-content__banner {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) {
  .case-content__banner {
    gap: 16px;
  }
}
.case-content__banner-picture {
  margin-left: -16px;
  margin-right: -16px;
  height: 185px;
  border-radius: 22px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .case-content__banner-picture {
    margin: 0;
    height: 320px;
  }
}
@media only screen and (min-width: 1440px) {
  .case-content__banner-picture {
    height: 338px;
  }
}
@media only screen and (min-width: 1920px) {
  .case-content__banner-picture {
    height: 405px;
  }
}
.case-content__banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case-content__banner-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .case-content__banner-bottom .chips {
    padding: 4px 0;
    background-color: transparent;
  }
}
.case-content__banner-time {
  color: #a5a7b1;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.28px;
}
.case-content__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-content__title {
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.6px;
}
@media only screen and (min-width: 1024px) {
  .case-content__title {
    font-size: 36px;
    line-height: 46px;
    letter-spacing: 0.72px;
  }
}
.case-content__subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.48px;
}
.case-content__screen {
  margin-right: -16px;
  margin-left: -16px;
  height: 186px;
  border-radius: 22px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .case-content__screen {
    margin: 0;
    height: 362px;
  }
}
@media only screen and (min-width: 1024px) {
  .case-content__screen {
    height: 338px;
  }
}
@media only screen and (min-width: 1920px) {
  .case-content__screen {
    height: 405px;
  }
}
.case-content__screen--inside {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .case-content__screen--inside {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.case-content__screen--solution {
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .case-content__screen--solution {
    margin-top: 0;
  }
}
.case-content__screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dark .case-content {
  color: #fffeff;
}
.dark .case-content__banner-time {
  color: rgba(255, 254, 255, 0.4);
}
@media only screen and (min-width: 1024px) {
  .dark .case-content__banner-bottom .chips {
    background-color: transparent;
  }
}
.dark .case-content__body a {
  color: #fffeff;
}