

/* Start:/local/templates/lift/components/bitrix/system.pagenavigation/lift/style.min.css?1690465990659*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:none}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:none;padding-left:.5em}span.modern-page-current{font-weight:bold}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/lift/components/bitrix/news/news_new/bitrix/news.list/.default/style.css?17280523775576*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.news_item_wrapper {
    display: inline-block;
    height: 372px;
    vertical-align: top;
    margin-bottom: 24px;
    border: 1px solid #ccc;
     border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.block-news-nd {
    
}

.block-news-nd:after {
    width: 100%;
    display: inline-block;
    content: '';
    height: 0;
    line-height: 0;
}

.news_block_size_33 {
    width: 32%;
}

.news_block_size_66 {
    width: 66%;
}

.news_block_item {
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.share_item {
    display: none;
}

.news_block_item {
    position: relative;
}

.news_item_type {
	position: absolute;
	font-size: 12px;
	text-transform: uppercase;
	/* Text style for "Н, овости" */
	letter-spacing: 0.48px;
	font-family: "PT Sans", sans-serif;
	color: #ffffff;
	background-color: #df0003;
	display: block;
	width: 80px;
	height: 21px;
	text-align: center;
	font-weight: 700;
	line-height: 21px;
	top: 30px;
	left: 30px;
	z-index: 200;
}

.middle_data {
    position: absolute;
    bottom: 50px;
    left: 30px;
    z-index: 200;
}

.news_item_name {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    max-width: 260px;
    display: block;
}

.news_block_item:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    /* opacity: 0.6; */
    background: rgb(255 255 255 / 0);
    background: -moz-linear-gradient(top,  #ffffff 0%, #000000 100%);
    background: -webkit-linear-gradient(top,  rgb(255 255 255 / 0) 0%,rgb(0 0 0 / 0.6) 100%);
    background: linear-gradient(to bottom,  rgb(255 255 255 / 0) 0%,rgb(0 0 0 / 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
    border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    z-index: 100;
}
span.share {
    color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    position: absolute;
    left: 30px;
    display: block;
    bottom: 17px;
    z-index: 105;
    height: 20px;
    width: 80px;
    padding-left: 20px;
    background-image: url(/images/share.svg);
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}

.middle_data {
    text-align: left;
}
div.share_item {
    position: absolute;
    bottom: -30px;
    display: none;
    background-color: #fff;
    z-index: 200;
}
span.news_item_pub_date {
        color: #ffffff;
    font-family: "PT Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 7px;
    display: block;
    height: 14px;
    line-height: 14px;
}
div.share_item ul li {
    margin: 6px!important;
    padding: 0;
}
@media screen and (max-width: 1170px)
{
    .news_block_size_33 {
    width: 48%;
}

.news_block_size_66 {
    width: 48%;

}
}
@media screen and (max-width: 768px)
{
    .news_block_size_33 {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news_block_size_66 {
    width: 95%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}
.news_block_size_100 {
    width: 100%;
    height: 372px;
}
.news_block_size_100 .news_block_item::after{
    background: linear-gradient(to bottom, rgb(255 255 255 / 0%) 0%,rgb(0 0 0 / 75%) 100%);
    bottom: 0;
    height: 30%;
}
.videoBlock{
    position: relative;
}
.videoBlock::before {
    content: "";
    padding-top: 372px;
    display: block;
}
.videoBlock iframe {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.block-news-nd{
    display: flex;
    flex-direction: column;
}

.news_item_wrapper{
    display: flex;
    width: 100%;
    border: none;
    gap: 40px;
}

.news_block_item{
    width: 50%;
}

@media (min-width: 768px) {
    .news_item_img {
        aspect-ratio: 1 / 1;
    }    
}

.news_item_img img{
    max-width: initial;
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-width: 376px;
}

.news_item_inner{
    max-width: 600px;
}

.news_item_inner_date{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #707173;
    font-family: 'PT Sans';
    margin-bottom: 32px;
}

.news_item_inner_title{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2A2A2A;
    font-family: 'PT Sans';
    margin-bottom: 32px;
    text-decoration: none !important;
}

.news_item_inner_text{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3E3E3E;
    font-family: 'PT Sans';
    margin-bottom: 60px;
    max-height: 150px;
    overflow: auto;
}

.news_item_inner_button{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
    text-decoration: none !important;
    color: #E7001A;
    border: 1px solid #E7001A;
    padding: 19px 94px;
}

@media(max-width: 768px) {
    .news_item_wrapper {
        flex-direction: column;
        height: initial;
        margin-bottom: 48px;
    }

    .news_item_inner_text {
        overflow: initial;
        max-height: initial;
    }
}
/* End */
/* /local/templates/lift/components/bitrix/system.pagenavigation/lift/style.min.css?1690465990659 */
/* /local/templates/lift/components/bitrix/news/news_new/bitrix/news.list/.default/style.css?17280523775576 */
