/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.selected-section {
  overflow: hidden;
  margin: var(--default-padding) 0;
}
.selected-section__box {
  gap: clamp(32px, 7.29vw, 5.6rem);
  display: flex;
  flex-direction: column;
}
.selected-section__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.selected-section__list:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0.1rem;
  left: -2rem;
  transform: translateX(-50%);
  background: #CCC;
  pointer-events: none;
}
.selected-section__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.selected-section .news-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.selected-section .news-card__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.selected-section .news-card__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: flex-end;
  padding: 1.6rem;
  min-width: 0;
}
.selected-section .news-card__box .h3 {
  margin-bottom: auto;
}
.selected-section .news-card__box .h2, .selected-section .news-card__box .h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-section .news-card__box p:not([class]) {
  font-family: var(--font-second);
  display: -webkit-box;
  line-height: 150%;
  font-size: 1.6rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selected-section .news-card__box * {
  color: var(--cl-a);
}
.selected-section .news-card__box.mode {
  flex-grow: 1;
}
.selected-section .news-card__box.mode + .news-card__bottom {
  padding: 0 1.6rem 1.6rem 1.6rem;
}
.selected-section .news-card__box.mode + .news-card__bottom * {
  color: var(--cl-a);
}
.selected-section .news-card__bottom {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  flex-wrap: nowrap;
  min-width: 0;
}
.selected-section .news-card__info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.selected-section .news-card__info a {
  text-decoration: underline !important;
  transition: all 0.3s;
  text-decoration-color: inherit;
}
.selected-section .news-card__info:last-child {
  flex: 1;
  min-width: 0;
}
.selected-section .news-card__info:last-child span, .selected-section .news-card__info:last-child a {
  display: block;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selected-section .news-card__info svg {
  flex-shrink: 0;
}
.selected-section .news-card__image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
.selected-section .news-card__image img, .selected-section .news-card__image picture, .selected-section .news-card__image svg {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.selected-section .news-card__image:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  width: 100%;
  height: 25rem;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.selected-section .news-card .tag {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  background-color: var(--cl-d);
  color: var(--cl-a);
}
.selected-section .news-card.small {
  display: grid;
  min-height: initial;
  grid-template-columns: clamp(207px, 21.53vw, 31rem) 1fr;
  gap: 2.4rem 2rem;
  height: 14.7rem;
}
.selected-section .news-card.small .news-card__box {
  padding: 0;
}
.selected-section .news-card.small .news-card__box * {
  color: var(--cl-b);
}
.selected-section .news-card.small .news-card__image {
  position: relative;
  display: flex;
}
.selected-section .news-card.small .news-card__image:before {
  content: none;
}
@media (min-width: 1024px) {
  .selected-section .news-card.small .news-card__box {
    max-height: 14.7rem;
    gap: 1.2rem;
    position: relative;
    bottom: -0.4rem;
  }
}
@media (min-width: 1441px) {
  .selected-section .news-card.small .news-card__bottom {
    margin-left: 0.3rem;
  }
}
@media (max-width: 1440px) and (min-width: 1024px) {
  .selected-section__inner {
    grid-template-columns: calc(50% + 0.5rem - 2rem) calc(50% - 2.5rem);
  }
}
@media (max-width: 1439px) {
  .selected-section .news-card.small {
    grid-template-columns: 207px 1fr;
  }
}
@media (max-width: 1240px) and (min-width: 1024px) {
  .selected-section {
    margin-top: calc(var(--default-padding) - 3px);
  }
}
@media (max-width: 1025px) and (min-width: 1020px) {
  .selected-section__inner {
    margin-right: 5px;
  }
}
@media (max-width: 1023px) {
  .selected-section__list:before {
    top: -20px;
    width: 100%;
    height: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .selected-section__inner {
    grid-template-columns: 100%;
  }
  .selected-section .news-card.small .news-card__box {
    gap: 14px;
  }
  .selected-section .news-card.small {
    height: 145px;
  }
  .selected-section .news-card {
    min-height: clamp(300px, 68.88vw, 529px);
  }
}
@media (max-width: 1023px) and (max-width: 575px) {
  .selected-section__list:before {
    top: -23.5px;
    width: 100vw;
  }
}
@media (max-width: 1023px) and (min-width: 576px) {
  .selected-section .news-card.small .news-card__box {
    max-height: 145px;
  }
}
@media (max-width: 575px) {
  .selected-section__box {
    gap: 32px;
  }
  .selected-section__item {
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
  }
  .selected-section__item:before {
    content: "";
    position: absolute;
    background: #CCC;
    pointer-events: none;
    height: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -24px;
    width: 100vw;
  }
  .selected-section__list {
    gap: 24px;
  }
  .selected-section__inner {
    gap: 47px;
  }
  .selected-section + .books-section {
    margin-top: -4px;
  }
  .selected-section .news-card__box .h3 {
    min-height: 30px;
  }
  .selected-section .news-card__image:before {
    height: 100%;
  }
  .selected-section .news-card.small .news-card__box {
    gap: 11px;
  }
  .selected-section .news-card.small .news-card__image {
    height: 169px;
  }
  .selected-section .news-card.small {
    height: initial;
    grid-template-columns: 100%;
  }
  .selected-section .news-card {
    min-height: 302px;
  }
}
@media (max-width: 375px) {
  .selected-section__item:nth-child(2) .h3 {
    margin-bottom: 5px;
  }
}
@media (hover: hover) {
  .selected-section .news-card__info a:hover {
    text-decoration-color: transparent;
  }
  .selected-section .news-card:hover .news-card__image img, .selected-section .news-card:hover .news-card__image picture, .selected-section .news-card:hover .news-card__image svg {
    transform: scale(1.06);
  }
}
@media (hover: none) {
  .selected-section .news-card__info a:active {
    text-decoration-color: transparent;
  }
  .selected-section .news-card:active .news-card__image img, .selected-section .news-card:active .news-card__image picture, .selected-section .news-card:active .news-card__image svg {
    transform: scale(1.06);
  }
}
/*# sourceMappingURL=section-selected.css.map */