

/* Start:/local/templates/.default/components/bitrix/news.detail/news/style.css?17715732175141*/
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #401a6a;
  --color-primary-hover: #56238d;
  --color-secondary: #401a6a;
  --color-background: #11011C;
  --color-text: var(--color-white);
  --color-placeholder: #826997;
  --button-primary: var(--color-primary);
  --button-secondary: #7fac15;
  --main-scrollbar-width: 6px;
  --main-scrollbar-color: var(--color-white);
  --main-scrollbar-thumb-color: var(--primary);
  --transition: 250ms ease;
  --border-radius: 4px;
  --scroll-behavior: smooth;
  --font-family: RFDewiExtended, sans-serif, Arial, sans-serif;
}

/*****************************************************************************
	Breakpoints
*****************************************************************************/
/*****************************************************************************
	Style
*****************************************************************************/
.news-detail {
  padding-bottom: 60px;
}
@media (max-width: 1199px) {
  .news-detail {
    padding-bottom: 50px;
  }
}

.news-detail__header {
  width: 100%;
  height: 763px;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1736px) {
  .news-detail__header {
    height: 560px;
  }
}
@media (max-width: 959px) {
  .news-detail__header {
    height: 470px;
  }
}
@media (max-width: 719px) {
  .news-detail__header {
    height: 480px;
  }
}

.header-ndetail__background-outer,
.header-ndetail__background,
.header-ndetail__foreground {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-ndetail__background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.3;
}

.header-ndetail__foreground {
  background: linear-gradient(90deg, rgba(44, 22, 211, 0.2) 0%, rgba(135, 0, 253, 0.2) 100%);
}

.header-ndetail__content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 266px;
}
@media (max-width: 1736px) {
  .header-ndetail__content {
    padding-top: 206px;
  }
}
@media (max-width: 1199px) {
  .header-ndetail__content {
    padding-top: 180px;
  }
}

.header-ndetail__text-date {
  padding-bottom: 30px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1736px) {
  .header-ndetail__text-date {
    font-size: 14px;
  }
}

.header-ndetail__text-header {
  max-width: 950px;
}
@media (max-width: 1199px) {
  .header-ndetail__text-header {
    max-width: 680px;
  }
}
.header-ndetail__text-header h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1736px) {
  .header-ndetail__text-header h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .header-ndetail__text-header h1 {
    font-size: 40px;
  }
}
@media (max-width: 959px) {
  .header-ndetail__text-header h1 {
    font-size: 30px;
  }
}

.news-detail__content {
  margin: 0 auto;
  padding-top: 58px;
}
@media (max-width: 1736px) {
  .news-detail__content {
    padding-top: 60px;
  }
}
.news-detail__content * {
  max-width: 1160px;
  margin: 0 auto;
}
@media (max-width: 1736px) {
  .news-detail__content * {
    max-width: 960px;
  }
}
@media (max-width: 1199px) {
  .news-detail__content * {
    margin: 0;
  }
}
.news-detail__content h1, .news-detail__content h2, .news-detail__content h3, .news-detail__content h4, .news-detail__content h5, .news-detail__content h6 {
  font-family: var(--font-family);
  font-weight: 700;
  line-height: 120%;
  color: #fff;
}
.news-detail__content h2 {
  font-size: 48px;
}
@media (max-width: 1736px) {
  .news-detail__content h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .news-detail__content h2 {
    font-size: 32px;
  }
}
@media (max-width: 959px) {
  .news-detail__content h2 {
    font-size: 24px;
  }
}
.news-detail__content img {
  opacity: 0;
}
.news-detail__content .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  margin: 60px auto;
  font-size: 0;
}
@media (max-width: 1736px) {
  .news-detail__content .img-wrapper {
    border-radius: 20px;
  }
}
.news-detail__content .img-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgba(16, 0, 30, 0.5) 0%, rgba(126, 0, 236, 0.5) 100%);
  z-index: 1;
}
.news-detail__content .img-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  outline: none;
  border: none;
}
@media (max-width: 1199px) {
  .news-detail__content .img-wrapper img {
    height: 460px;
    width: auto;
    max-width: 2000px;
  }
}
@media (max-width: 959px) {
  .news-detail__content .img-wrapper img {
    height: 360px;
  }
}
@media (max-width: 719px) {
  .news-detail__content .img-wrapper img {
    height: 300px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/news/style.css?17715732171841*/
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #401a6a;
  --color-primary-hover: #56238d;
  --color-secondary: #401a6a;
  --color-background: #11011C;
  --color-text: var(--color-white);
  --color-placeholder: #826997;
  --button-primary: var(--color-primary);
  --button-secondary: #7fac15;
  --main-scrollbar-width: 6px;
  --main-scrollbar-color: var(--color-white);
  --main-scrollbar-thumb-color: var(--primary);
  --transition: 250ms ease;
  --border-radius: 4px;
  --scroll-behavior: smooth;
  --font-family: RFDewiExtended, sans-serif, Arial, sans-serif;
}

/*****************************************************************************
	Breakpoints
*****************************************************************************/
/*****************************************************************************
	Style
*****************************************************************************/
.pagination-preview,
.pagination,
.pagination-outer {
  width: 100%;
}

.pagination-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}

.pagination-link {
  width: 191px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 70px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  transition: var(--transition);
}
.pagination-link:hover {
  border: 2px solid var(--color-primary-hover);
  background: var(--color-primary-hover);
}
.pagination-link._work {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1736px) {
  .pagination-link {
    width: 161px;
    height: 51px;
    font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/news-other/style.css?17715732176159*/
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #401a6a;
  --color-primary-hover: #56238d;
  --color-secondary: #401a6a;
  --color-background: #11011C;
  --color-text: var(--color-white);
  --color-placeholder: #826997;
  --button-primary: var(--color-primary);
  --button-secondary: #7fac15;
  --main-scrollbar-width: 6px;
  --main-scrollbar-color: var(--color-white);
  --main-scrollbar-thumb-color: var(--primary);
  --transition: 250ms ease;
  --border-radius: 4px;
  --scroll-behavior: smooth;
  --font-family: RFDewiExtended, sans-serif, Arial, sans-serif;
}

/*****************************************************************************
	Breakpoints
*****************************************************************************/
/*****************************************************************************
	Style
*****************************************************************************/
.other-novosti {
  width: 1160px;
  padding: 60px 0 120px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1736px) {
  .other-novosti {
    width: 100%;
    padding: 50px 0 100px;
  }
}
@media (max-width: 719px) {
  .other-novosti {
    padding: 50px 0 120px;
  }
}
.other-novosti .slick-list, .other-novosti .slick-track {
  height: 100%;
}
.other-novosti .slick-dots {
  width: calc(100% - 20px);
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 53px;
  position: relative;
}
@media (max-width: 959px) {
  .other-novosti .slick-dots {
    margin-top: 23px;
  }
}
.other-novosti .slick-dots li {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  padding: 7px;
  position: relative;
  overflow: hidden;
  color: transparent;
}
.other-novosti .slick-dots li.slick-active button::before {
  opacity: 0;
}
.other-novosti .slick-dots li.slick-active button::after {
  opacity: 1;
}
.other-novosti .slick-dots button {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
}
.other-novosti .slick-dots button:hover::before {
  opacity: 0;
}
.other-novosti .slick-dots button:hover::after {
  opacity: 1;
}
.other-novosti .slick-dots button::before, .other-novosti .slick-dots button::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: var(--transition);
}
.other-novosti .slick-dots button::before {
  background: #412558;
  opacity: 1;
}
.other-novosti .slick-dots button::after {
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  background: linear-gradient(90deg, #873fff 0%, #8a27c7 100%);
  opacity: 0;
}

.list-novosti__text-header h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1736px) {
  .list-novosti__text-header h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .list-novosti__text-header h3 {
    font-size: 32px;
  }
}
@media (max-width: 959px) {
  .list-novosti__text-header h3 {
    font-size: 24px;
  }
}

.list-novosti__list {
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-right: -20px;
  margin-bottom: -20px;
  padding-top: 60px;
  opacity: 1;
  pointer-events: auto;
  transition: var(--transition);
}
@media (max-width: 1736px) {
  .list-novosti__list {
    height: 280px;
  }
}
@media (max-width: 959px) {
  .list-novosti__list {
    padding-top: 30px;
  }
}
.list-novosti__list._waiting {
  opacity: 0;
  pointer-events: none;
}

.list-novosti__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 calc(100% - 20px);
  width: calc(100% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1736px) {
  .list-novosti__item {
    border-radius: 20px;
  }
}
.list-novosti__item:hover .item-novosti__foreground {
  opacity: 0.6;
  filter: grayscale(0%);
}
.list-novosti__item:hover .item-novosti__animate {
  padding-top: 0;
}
.list-novosti__item:hover .item-novosti__text-description {
  max-height: 0;
  opacity: 0;
}

.item-novosti__background,
.item-novosti__foreground {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
  z-index: -1;
}

.item-novosti__background {
  background: #180128;
}

.item-novosti__foreground {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: grayscale(100%);
  opacity: 0.2;
  transition: var(--transition);
}

.item-novosti__content {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1736px) {
  .item-novosti__content {
    padding: 20px;
  }
}

.item-novosti__text-date {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
@media (max-width: 1736px) {
  .item-novosti__text-date {
    font-size: 12px;
  }
}

.item-novosti__text {
  display: flex;
  flex-direction: column;
}

.item-novosti__text-header {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  color: #fff;
  transition: var(--transition);
}
@media (max-width: 1736px) {
  .item-novosti__text-header {
    font-size: 18px;
  }
}

.item-novosti__animate {
  padding-top: 15px;
  position: relative;
  transition: var(--transition);
}
@media (max-width: 1736px) {
  .item-novosti__animate {
    padding-top: 10px;
  }
}

.item-novosti__text-description {
  display: block;
  max-height: 60px;
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: var(--transition);
}
@media (max-width: 1736px) {
  .item-novosti__text-description {
    font-size: 12px;
    line-height: 130%;
    max-height: 54px;
  }
}

/* End */


/* Start:/local/media/js/libs/slick/slick.css?17715732162119*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#inx_slickslider.slick-slider .slick-track,
#inx_slickslider.slick-slider .slick-list {
  height: 100%;
}
#card_view_slider.slick-slider .slick-track,
#card_view_slider.slick-slider .slick-list {
  height: 100%;
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/news/style.css?17715732175141 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/news/style.css?17715732171841 */
/* /local/templates/.default/components/bitrix/news.list/news-other/style.css?17715732176159 */
/* /local/media/js/libs/slick/slick.css?17715732162119 */
