

/* Start:/bitrix/templates/.default/components/bitrix/news.detail/custom_like_article/style.css?1618574930825*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.title_custom_like_article{
    font-size:1.688rem;
}


img[data-src].is-lazy-img{
   opacity:0;
}

img.is-lazy-img{
  opacity: 1;
  transition: opacity 0.6s;
}

.tags_wrapper{
	font-size:12px;
}

.tag_custom_style{
	display:inline-block;
    background:#28a745;
    color:#fff;
    padding:3px 12px;
    border-radius:3px;
    margin-right:3px;
    margin-bottom:20px;
}

.tag_custom_style:hover{
   color:#fff;
   background:#1f8737;
}

.article-preview-text {
  position: relative;
  margin-bottom: 25px;
}

.article-preview-text::after {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: linear-gradient(to top, rgb(255,255,255), rgba(255,255,255,0));
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16185749012917*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

/* End */


/* Start:/bitrix/templates/media_default/components/bitrix/news.list/section/style.css?16185749309189*/
.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: -webkit-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-image: -moz-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    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;
    -o-background-size: 450px 700px;
       background-size: 450px 700px;
    -webkit-animation: lazyloadeffect 1s infinite linear forwards;
       -moz-animation: lazyloadeffect 1s infinite linear forwards;
         -o-animation: lazyloadeffect 1s infinite linear forwards;
            animation: lazyloadeffect 1s infinite linear forwards; }
  .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;
    display: none; }
  .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%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-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;
    -webkit-border-radius: 50%;
            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;
    -moz-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: -webkit-flex;
    display: -moz-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;
    -webkit-flex: 1 0 auto;
       -moz-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;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .b-section-item--big, .b-section-item--bighalf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .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;
    -webkit-flex: 0 0 auto;
       -moz-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;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
       -moz-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);
       -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       -moz-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;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .b-section-item--bighalf .b-section-item__picture {
    width: 48%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 48%;
       -moz-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;
    -webkit-flex: 0 1 100%;
       -moz-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; } }

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

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

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

/*# sourceMappingURL=style.css.map */

/* End */
/* /bitrix/templates/.default/components/bitrix/news.detail/custom_like_article/style.css?1618574930825 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16185749012917 */
/* /bitrix/templates/media_default/components/bitrix/news.list/section/style.css?16185749309189 */
