

/* Start:/local/templates/ks87/components/bitrix/news.list/section/style.css?177396581010099*/
.l-line-widget {
  position: relative;
  padding-left: 15px; }
  .l-line-widget:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e6e6e6; }

.b-section-item {
  margin-bottom: 14px;
  /* Sibling item*/
  /* /Sibling item*/
  /* Wide item */
  /* /Wide item */
  /* Big half & big */ }
  .b-section-item__picture {
    margin-bottom: 10px;
    line-height: 0; }
  .b-section-item__picture a {
    display: inline-block; }
  .b-section-item__picture a:hover img {
    opacity: 0.85; }
  .b-section-item__picture img {
    width: 100%;
    max-width: 100%; }
  .b-section-item__picture img.is-lazy-img {
    opacity: 1;
    background-image: -webkit-gradient(linear, right top, left top, from(#f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), to(#f6f7f8));
    background-image: -o-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-color: #f6f7f8;
    background-size: 450px 700px;
    -webkit-animation: lazyloadeffect 1s infinite linear forwards;
            animation: lazyloadeffect 1s infinite linear forwards; }
  .b-section-item__picture picture {
    display: block;
    position: relative; }
  .b-section-item__picture picture:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    opacity: 1;
    background-image: -webkit-gradient(linear, right top, left top, from(#f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), to(#f6f7f8));
    background-image: -o-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-color: #f6f7f8;
    background-size: 450px 700px;
    -webkit-animation: lazyloadeffect 1s infinite linear forwards;
            animation: lazyloadeffect 1s infinite linear forwards;
    z-index: 1; }
  .b-section-item__picture picture img {
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
  .b-section-item__picture .lazyload {
    opacity: 0; }
  .b-section-item__picture .lazyloaded {
    opacity: 1; }
  .b-section-item--has-media .b-section-item__picture {
    position: relative; }
  .b-section-item--has-media .b-section-item__picture::before {
    font: normal normal normal 0.75rem/1 FontAwesome;
    content: "\f04b";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 2px solid #ffffff;
    pointer-events: none;
    padding-left: 0.25rem; }
  .b-section-item--has-media.b-section-item--big .b-section-item__picture::before,
  .b-section-item--has-media.b-section-item--bighalf .b-section-item__picture::before {
    font-size: 1rem;
    width: 3.125rem;
    height: 3.125rem; }
  .b-section-item__title {
    font-size: 0.875rem;
    margin-bottom: 2px;
    word-break: break-word; }
  .b-section-item__title a {
    color: #212529; }
  .b-section-item__title a:hover {
    text-decoration: none;
    color: #0098f7; }
  .b-section-item__meta {
    margin-bottom: 3px;
    line-height: 20px; }
  .b-section-item__meta > * {
    display: inline-block;
    margin-right: 4px; }
  .b-section-item__desc {
    font-size: 0.8125rem;
    color: #495057;
    margin-top: 5px;
  }
  .b-section-item__btns {
    margin-top: 10px; }
  .b-section-item__btns .btn {
    font-size: 0.8125rem; }
  .b-section-item--sibling .b-section-item__picture {
    position: relative;
    margin-bottom: 0; }
  .b-section-item--sibling .b-section-item__title {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 10px 20px 0;
    color: #343a40;
    display: block;
    font-weight: 600; }
  .b-section-item--sibling .b-section-item__title:hover {
    color: #0098f7; }
  .b-section-item--sibling .b-section-item__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 60px;
    width: 60px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    z-index: 8; }
  .b-section-item--sibling .b-section-item__icon:before {
    border: 3px solid #fff;
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 50px;
    background: rgba(0, 0, 0, 0.3);
    font-family: FontAwesome;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s; }
  .b-section-item--previous .b-section-item__icon:before {
    content: "\f104";
    letter-spacing: 5px; }
  .b-section-item--next .b-section-item__icon:before {
    content: "\f105";
    letter-spacing: -5px; }
  .b-section-item--sibling .b-section-item__picture a:hover .b-section-item__icon:before {
    background: rgba(0, 0, 0, 0.6); }
  .b-section-item--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
  .b-section-item--wide .b-section-item__picture {
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .b-section-item--wide .b-section-item__picture img {
    width: 110px; }
  .b-section-item--wide .b-section-item__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .b-section-item--big, .b-section-item--bighalf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative; }
  .b-section-item--big .trending,
  .b-section-item--bighalf .trending {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    left: 0.625rem;
    top: -0.625rem; }
  .b-section-item--bighalf .b-section-item__picture {
    width: 100%; }
  .b-section-item--bighalf .b-section-item__picture,
  .b-section-item--big .b-section-item__picture {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .b-section-item--border {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .b-section-item--biggest {
    margin-bottom: 30px; }
  *:last-child > *:last-child > .b-section-item--biggest {
    margin-bottom: 0; }
  .b-section-item--big .b-section-item__title,
  .b-section-item--bighalf .b-section-item__title {
    font-size: 1.25rem;
    line-height: 1.4; }
  .b-section-item--line {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2; }
  .b-section-item--line:last-child {
    margin-bottom: 0;
    padding-bottom: 0px; }
  .b-section-item--line .b-section-item__meta {
    display: block;
    line-height: 0.75rem;
    margin-bottom: 5px; }
  .b-section-item--line .b-meta-item {
    display: block; }
  .b-section-item--line .b-section-item__title {
    color: #343a40;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-bottom: 0; }
  .b-section-item--line:before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background: #e6e6e6;
    border: 0.1875rem solid #fffc;
    position: absolute;
    left: -1.25rem;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .b-section-item--line:hover .b-section-item__title {
    color: #0098f7; }
  .b-section-item--line:hover:before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
         -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
            transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    background: #0098f7; }

@media (min-width: 576px) {
  .b-section-item--border {
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .b-section-item--bighalf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .b-section-item--bighalf .b-section-item__picture {
    width: 48%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
    margin-right: 4%;
    margin-bottom: 0; }
  .b-section-item--bighalf .b-section-item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  .b-section-item--big .b-section-item__desc,
  .b-section-item--bighalf .b-section-item__desc {
    display: block; } }

@-webkit-keyframes lazyloadeffect {
  from {
    background-position: -400px 0; }
  to {
    background-position: 200px 0; } }

@keyframes lazyloadeffect {
  from {
    background-position: -400px 0; }
  to {
    background-position: 200px 0; } }

@-webkit-keyframes fadeInEffect {
  from {
    opacity: 0; }
  to {
    background-position: 1; } }

@keyframes fadeInEffect {
  from {
    opacity: 0; }
  to {
    background-position: 1; } }

/* End */


/* Start:/local/templates/ks87/components/bitrix/news.list/banners_right/style.css?17648313002107*/
.banners {
	position: relative;
	margin-bottom: 1.875rem;
	overflow: hidden;
}

.banners--has-bg {
	background-color: #f2f2f2;
	padding: 1.875rem 0;
}

.banners__list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 3;
	transition: opacity 0.3s ease;
	max-width: 330px;
}

.banners__loader {
	position: absolute;
	inset: 0;
	z-index: 10;
	background: rgba(255, 255, 255, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
}

.banners.is-wait-loading .banners__loader { display: flex; }
.banners.is-wait-loading .banners__list { opacity: 0; pointer-events: none; }

.banner {
	position: relative;
	background: #fff;
	margin-bottom: 1px;
	overflow: hidden;

	width: 100%;
	max-width: 100%;
	flex: 0 0 100%;

	min-height: 225px;
	max-height: 450px;
}

.banner__bg {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.banner__link {
	position: absolute;
	inset: 0;
	z-index: 5;
}

.banner__overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	pointer-events: none;
}

.banner__overlay::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 70%;
	z-index: 1;
	background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.85));
	opacity: 0.8;
	transition: opacity 0.2s;
}

.banner:hover .banner__overlay::before {
	opacity: 1;
}

.banner__content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	padding: 1.25rem;
	color: #f8f9fa;
	pointer-events: none;
}

.banner__title {
	display: block;
	font-size: 1.25rem;
	line-height: 1.3;
	margin: 0;
	color: #f8f9fa;
	pointer-events: auto;
}

.banner__title a {
	color: inherit;
	text-decoration: none;
}

.banner__date {
	display: block;
	font-size: 0.85em;
	margin-bottom: 0.5rem;
	opacity: 0.9;
	color: #f8f9fa;
}

/* Выезжающий текст */
.banner__desc {
	font-size: 0.9em;
	line-height: 1.2;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	color: #f8f9fa;
	margin-top: 0;
	transition: all 0.4s ease-out;
}

@media (min-width: 992px) {
	.banner:hover .banner__desc {
		display: block;
		opacity: 1;
		max-height: 8rem;
		margin-top: 0.5rem;
	}
}
/* End */
/* /local/templates/ks87/components/bitrix/news.list/section/style.css?177396581010099 */
/* /local/templates/ks87/components/bitrix/news.list/banners_right/style.css?17648313002107 */
