

/* Start:/local/templates/kristall/components/bitrix/news.list/history-list-inner/style.css?17470354334710*/
.history-list-inner {
}
.history-list-inner__list {
}
.history-list-inner__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 39px 48px 39px 48px;
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
.history-list-inner__image-wrapper {
  margin-top: 7px;
  position: relative;
  overflow: hidden;
  min-width: 303px;
  margin-left: 45px;
}
.history-list-inner__image {
  width: 303px;
  height: 200px;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.history-list-inner__image img {
  display: block;
  width: 100%;
  max-width: 303px;
}
.history-list-inner__image-bg {
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.history-list-inner__year-wrapper {
  margin-right: 35px;
  min-width: 87px;
  position: relative;
}
.history-list-inner__year-wrapper::before {
  content: " ";
  display: block;
  height: 21px;
  width: 4px;
  position: absolute;
  left: -49px;
  top: 7px;
  border-radius: 0px 4px 4px 0px;
  background: #9e9e9e;
  background-color: var(--theme-base-color);
}
.history-list-inner__year {
  font-size: 2em;
  line-height: calc(1em + 7px);
  font-weight: bold;
  color: #333333;
  color: var(--white_text_black);
}
.history-list-inner__period {
  color: #333333;
  color: var(--white_text_black);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0.8667em;
  font-weight: 600;
  line-height: calc(1em + 7px);
}
.history-list-inner__period-item--dashed::after {
  content: "\a0�";
}
.history-list-inner__text-wrapper {
  margin-top: 2px;
  position: relative;
}
.history-list-inner__preview-text {
  font-size: 1.2em;
  line-height: calc(1em + 11px);
  color: #333333;
  color: var(--white_text_black);
  margin-bottom: 18px;
}
.history-list-inner__preview-text p:last-child {
  margin-bottom: 0;
}
.history-list-inner__detail-text {
  color: #666666;
  color: var(--light_basic_text_black);
}
.history-list-inner__detail-text p:last-child {
  margin-bottom: 0;
}
.history-list-inner__content-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-list-inner__list {
  display: flex;
  flex-direction: column;
  gap: 24px !important;
}

.history-list-inner__item {
  border: none;
  padding: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(129, 140, 153, 0.16);
  padding: 24px;
}

.history-list-inner__year-wrapper::before {
  display: none;
}

.history-list-inner__year-wrapper {
  position: absolute;
  right: 100%;
  top: -26px;
}

.history-list-inner__year {
  font-weight: 450 !important;
  font-size: 30px !important;
  line-height: 40px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #283C83 !important;
}

.history-list-inner__image-wrapper,
.history-list-inner__image{
  height: fit-content;
  min-height: fit-content;
}

.history-list-inner__detail-text {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  color: #000000;
}

.history-list-inner__text-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.history-list-inner__item {
  width: 100%;
}

.history-list-inner__content-wrapper {
  flex: 1;
}

@media screen and (max-width: 1200px) {
  .history-list-inner__content-wrapper {
    display: flex;
    flex-direction: column;
  }

  .history-list-inner__year-wrapper {
    position: initial;
  }

  .history-list-inner__year {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 450 !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #000000 !important;
    width: 100%;
  }

  .history-list-inner__text-wrapper {
    flex-direction: column;
  }

  .history-list-inner__image-wrapper {
    margin-top: 16px;
    margin-left: 0;
  }

  .history-list-inner__text-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: max-height linear 0.2s;
  }

  .history-list-inner__item.open .history-list-inner__text-wrapper {
    max-height: 1000px;
  }

  .history-list-inner__year::after {
    content: ' ';
    display: block;
    width: 12px;
    height: 6px;
    background-image: url("/local/templates/kristall/components/bitrix/news.list/history-list-inner/image/arrow.svg");
    background-size: 100% 100%;
    transition: transform  linear 0.2s;
  }

  .history-list-inner__item.open .history-list-inner__year::after {
    transform: rotateZ(180deg);
  }

  .history-list-inner__year-wrapper {
    margin: 0;
    user-select: none;
    cursor: pointer;
  }

  .history-list-inner__detail-text {
    margin-top: 16px;
  }
}
/* End */
/* /local/templates/kristall/components/bitrix/news.list/history-list-inner/style.css?17470354334710 */
