

/* Start:/bitrix/templates/crr2023/components/bitrix/news.calendar/news/style.css?17028970535800*/
._shadow {
    display: none;
}

.news_calendar__table,
.calc_news_wrapper select,
.filter_reset {
    display: flex;
    width: 100%;
    max-width: 240px;
    height: 47px;
    /*margin: 30px 0;*/
    border-radius: 4px;
    border: 1px solid #d7d7d7;
    /*overflow: hidden;*/
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    padding: 4px;
    position: relative;
    z-index: 1;
}

.filter_reset {
    align-items: center;
    justify-content: center;
    max-width: 47px;
    cursor: pointer;
}

.filter_reset svg {
    width: 16px;
    height: 16px;
    stroke: #555555;
    transition: all .25s ease-out;
}

.filter_reset:hover svg {
    stroke: #365edc;
}

.calc_news_wrapper {
    /*max-width: 240px;*/
    position: relative;
    z-index: 99;
    /*z-index: 100;*/
    margin: 0 0 30px;
}

.calc_news_wrapper select {
    width: 150px;
    color: #555555;
    padding: 5px 32px 5px 12px;
    appearance: none;
    background: url('/bitrix/templates/crr2023/components/bitrix/news.calendar/news/../../../../images/svg/Arrow_down_sm.svg') no-repeat right;
    background-position-x: calc(100% - 12px);
    font-weight: 600;
}


._hide {
    z-index: -1;
    display: none;
}

.news_calendar__table._open {
    border-radius: 4px 4px 0 0;

}

.calcData {
    display: none;
    position: absolute;
    left: 0;
    bottom: -199px;
    z-index: 101;
    background: #FFFFFF;
    box-shadow: 0 7px 12px rgba(0, 0, 0, .1);
    padding: 4px;
    border: 1px solid #d7d7d7;
    border-radius: 0 0 4px 4px;
}

.calcData._long {
    min-height: 233px;
    bottom: -232px;
}

.calcData._open {
    display: block;
}

.NewsCalMonthNav {
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.news_calendar a,
.calcData a {
    color: #000000;
}

.news_calendar {
    position: relative;
    z-index: 100;
}

.news_calendar__container {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.filter_cta {
    width: 47px;
}

.news_calendar__header {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 10px;
}

.calcTable__weekDays,
.news_calc__week {
    display: grid;
    grid-template-columns: repeat(7, 32px);
    grid-template-rows: repeat(auto-fill, 32px);
    grid-gap: 1px 1px;
    margin-bottom: 1px;
}

.calcTable__weekDays {
    grid-template-columns: repeat(7, 32px);
    grid-template-rows: repeat(auto-fill, 24px);
}

.NewsCalNews {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #e54649 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}

.news_calc__week:not(:last-child) {
    margin-bottom: 1px;
}

.news_calc__week_item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 12px;
    background-color: #FFFFFF;
    position: relative;
}

.news_calc__week_item {

}

.news_calc__week_item.NewsCalOtherMonth {
    color: rgba(0, 0, 0, 0.3);
}

.NewsCalHeader {
    color: #365edc;
}

.NewsCalHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 3px;
}

.news_calendar .calcEventLink,
.news_calc__week_item.NewsCalToday,
.calcData .calcEventLink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* color: #FFFFFF;*/
    transition: all .25s ease-out;
    /*background-color: rgba(255, 0, 0, 0.05);*/
    background-color: rgba(54, 94, 220, 0.10);
    border-radius: 4px;
}

.news_calc__week_item.NewsCalToday {
    color: #365edc;
    font-weight: 600;
    background-color: #F0F0F0;
}

.news_calendar .calcEventLink:hover,
.calcData .calcEventLink:hover,
.calcData .calcEventLink._active {
    /*background-color: #F0F0F0;*/
    background-color: rgba(54, 94, 220, 0.40);
    /*background-color: rgba(255, 0, 0, 0.30);*/
}

.calcTable__navigation._closed {
    cursor: pointer;
}

.calcTable__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    padding: 6px 8px;
    position: relative;
    z-index: 3;
}

.NewsCalMonthNav:hover {
    color: #365edc;
    transition: all .25s ease-out;
}

.NewsCalMonthNav b,
.calcTable__navigation--prev svg,
.calcTable__navigation--next svg {
    pointer-events: none;
}

.news_calendar__table._open .calcTable__navigation--prev,
.news_calendar__table._open .calcTable__navigation--next {
    opacity: 1;
    pointer-events: auto;
}

.calcTable__navigation--prev,
.calcTable__navigation--next {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    z-index: 20;
}

.calcTable__navigation--prev a,
.calcTable__navigation--next a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    stroke: #333;
}

.calcTable__navigation--prev a:hover svg,
.calcTable__navigation--next a:hover svg {
    stroke: #365edc;
    transition: all .25s ease-out;
}

@media (max-width: 720px) {
    .news_calendar__container {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media (max-width: 420px) {
    .news_calendar__header {
        flex-direction: column-reverse;
    }

    .calc_news_wrapper select,
    .filter_reset,
    .filter_cta {
        width: 240px;
        max-width: 100%;
    }

    .news_calendar__table, .calc_news_wrapper select,
    .filter_reset {
        height: 38px;
    }

    .filter_reset svg {
        width: 12px;
        height: 12px;
    }

    .calcData {
        bottom: -55px;
    }

    .calcData._long {
        bottom: -88px;
    }

    .calc_news_wrapper {
        display: flex;
        justify-content: center;
    }

    .calcData {
        left: 50%;
        transform: translateX(-50%);
    }
}
/* End */


/* Start:/bitrix/templates/crr2023/components/bitrix/news.list/news-list/style.css?17011502403843*/
.news-list__item {
  position: relative;
  overflow: hidden;
}

.news-list__item--padding {
  padding: 41px 48px;
}

.grid-list--no-gap .news-list__item {
  overflow: visible;
}
.grid-list--no-gap .news-list__item-image--absolute {
  left: -1px;
  right: -1px;
  top: -1px;
}

.news-list__item-image-wrapper {
  position: relative;
}
.news-list__item-image-wrapper--BG {
  padding-top: 130%;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.news-list__item-image-wrapper--BG:after {
  content: "";
  position: absolute;
  left: 0%;
  right: 0%;
  top: 51%;
  bottom: 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.news-list__item-image-wrapper--TOP {
  padding-top: 67%;
}

.news-list__item-image {
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.news-list__item-image--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-list__item-text-top-part {
  height: 100%;
}

.news-list__item-preview-wrapper {
  margin-top: 9px;
}

.news-list__item-period {
  position: relative;
}
.news-list__item-period--mb-9 {
  margin-bottom: 9px;
}
.grid-list--no-grid .news-list__item-period {
  margin-top: 28px;
}
.news-list__item-period--mt-29 {
  margin-top: 29px;
}
.news-list__item-period.news-list__item-period--FON {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 12px;
}

.news-list__item-text-wrapper--BOTTOM {
  position: absolute;
  bottom: 44px;
  left: 47px;
  right: 39px;
  z-index: 2;
}
#main .news-list__item-text-wrapper--BOTTOM .dark_link {
  color: #fff;
}
.news-list__item-text-wrapper--BOTTOM_RELATIVE {
  padding: 18px 2px 0px;
}
.news-list__item-text-wrapper--with-padding {
  padding: 28px 34px 19px;
}

.news-list__item-text-wrapper--with-bottom-padding {
  padding-bottom: 32px;
}

.news-list__item-sticker {
  top: 29px;
  left: 29px;
  right: 29px;
}

.news-list__item-link--absolute {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

@media (min-width: 1200px) {
}
@media (max-width: 1199px) and (min-width: 992px) {
  .grid-list--no-grid > .news-list__wrapper {
    width: 33.33%;
  }
  .grid-list--no-grid > .news-list__wrapper.item-w66,
  .grid-list--no-grid > .news-list__wrapper.item-w50 {
    width: 66.66%;
  }
}
@media (min-width: 992px) {
  .news-list__wrapper.item-w50 .news-list__item-image-wrapper--BG {
    padding-top: 0%;
    min-height: 400px;
  }
  .news-list__wrapper.item-w66 .news-list__item-image-wrapper--BG {
    padding-top: 50%;
  }

  .news-list__item-sticker--BOTTOM {
    bottom: 35px;
    left: 36px;
  }

  .grid-list--wide-first > div:first-of-type .news-list__item-title {
    font-size: 1.6em;
  }
  .news-list__item-image-wrapper--BG .news-list__item-sticker {
    top: 40px;
    left: 38px;
  }
}

@media (max-width: 991px) {
  .news-list__item-text-wrapper--BOTTOM {
    bottom: 20px;
    left: 29px;
    right: 29px;
  }
  .grid-list--no-grid > .news-list__wrapper {
    width: 33.33%;
    width: 50%;
  }
}

@media (max-width: 767px) {
  .grid-list--no-grid > .news-list__wrapper {
    width: 50%;
  }
}

@media (min-width: 601px) {
  .news-list__item-sticker--BOTTOM_CORNER {
    bottom: 40px;
    left: 39px;
  }
}
@media (max-width: 600px) {
  .news-list__item.flexbox--direction-row-reverse {
    flex-direction: column;
  }
  .news-list__item-preview-wrapper {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .news-list__item-sticker--BOTTOM,
  .news-list__item-sticker--BOTTOM_CORNER {
    bottom: 24px;
    left: 27px;
  }
  .news-list__item-image-wrapper--BG:after {
    top: 40%;
  }

  .news-list .grid-list--normal.grid-list--no-grid > div {
    width: 100%;
  }
}
@media (max-width: 450px) {
  .news-list__item-sticker--TOP {
    top: 30px;
    left: 31px;
  }
}

/* End */
/* /bitrix/templates/crr2023/components/bitrix/news.calendar/news/style.css?17028970535800 */
/* /bitrix/templates/crr2023/components/bitrix/news.list/news-list/style.css?17011502403843 */
