

/* Start:/local/templates/.default/components/bitrix/news.list/history-list-inner-custom/style.css?17522331125589*/
.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;
}
@media (max-width: 1300px) {
  .right_block.narrow_Y .history-list-inner__content-wrapper {
    flex-direction: column;
  }
  .right_block.narrow_Y .history-list-inner__text-wrapper {
    margin-top: 14px;
  }
  .history-list-inner__period-item--dashed::after {
    content: "\a0�\a0";
  }
}
@media (max-width: 1200px) {
  .right_block.narrow_Y .history-list-inner__item {
    flex-direction: column;
  }
  .right_block.narrow_Y .history-list-inner__item {
    border-right: 1px solid #e5e5e5;
    padding: 40px 36px;
  }
  .right_block.narrow_Y .history-list-inner__year-wrapper {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .right_block.narrow_Y .history-list-inner__year-wrapper::before {
    left: -37px;
  }
  .right_block.narrow_Y .history-list-inner__image-wrapper {
    margin-top: 30px;
    margin-left: 0;
  }
  .right_block.narrow_Y .history-list-inner__image {
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: top;
    display: inline-block;
  }
  .right_block.narrow_Y .history-list-inner__image img {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .history-list-inner__content-wrapper {
    flex-direction: column;
  }
  .history-list-inner__text-wrapper {
    margin-top: 14px;
  }
}
@media (max-width: 768px) {
  .history-list-inner__item {
    flex-direction: column;
  }
  .history-list-inner__item {
    border-right: 1px solid #e5e5e5;
    padding: 40px 36px;
  }
  .history-list-inner__year-wrapper {
    margin: 0 0 30px 0;
    text-align: center;
    min-width: auto;
  }
  .history-list-inner__year-wrapper::before {
    left: -37px;
  }
  .history-list-inner__image-wrapper {
    margin-top: 30px;
    margin-left: 0;
    min-width: auto;
  }
  .history-list-inner__image {
    width: 100%;
    height: auto;
    position: relative;
    vertical-align: top;
    display: inline-block;
  }
  .history-list-inner__image img {
    margin: auto;
  }
}

.mySwiper{
  display: flex!important;
  width: 100%;
}

.mySwiper .swiper-slide{
  color: lightgrey;
  font-family: Roboto;
  font-size: 26px;
  height: 60px;
  border-bottom: 1px solid lightgrey;
  text-align: center;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 250%;
  letter-spacing: normal;
  /*margin-right: 0!important;*/
}

.mySwiper .swiper-slide.swiper-slide-thumb-active{
  color: #e1393c;
  border-bottom: 2px solid #e1393c;
}

.swiper-buttons{
  display: flex;
  width: 120px;
  height: 60px;
}

.swiper-button-next, .swiper-button-prev{
  position: unset!important;
  margin-top: 0!important;
  width: 60px!important;
  height: 60px!important;
}

.swiper-button-next:after, .swiper-button-prev:after{
  color: red;
}

.swiper-button-next:hover, .swiper-button-prev:hover{
  background-color: rgba(255, 0, 0, 0.2);;
}

.thumb-and-buttons-wrapper{
  display: flex;
  padding-bottom: 35px;
}

.mySwiper2 .swiper-slide{
  display: flex;
  gap: 30px;
}

.mySwiper2 .swiper-slide img {
  flex: 1;
}

.mySwiper2 .swiper-slide .img-custom, .mySwiper2 .swiper-slide .slide-text-custom {
  flex: 1;
}
.mySwiper2 .swiper-slide .img-custom{
  width: 50%;
  object-fit: contain;
}

@media (max-width: 991px) {
  .mySwiper2 .swiper-slide .img-custom{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
  }
  .mySwiper2 .swiper-slide{
    flex-direction: column;
  }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/history-list-inner-custom/style.css?17522331125589 */
