

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1742890013675*/
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:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-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/ksrk2025/components/bitrix/news.list/news.list.ksrk/style.css?176536686310664*/
body{
	padding: 0px;
	margin: 0px;
	background-color: #f2ede9;
}
.main-title{
    display: block;
	/*margin-bottom: 55px;*/
	padding-bottom: 10px;
    position: relative;
    font-size: 36px;
    line-height: 0.8889;
    text-align: center;
    font-weight: bold;
    color: #5a4f4f;
	font-family: Tahoma, sans-serif !important;
    /*font-family: 'El Messiri', sans-serif;*/
	font-size: 36px;
}
.main-title::before {
	content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #b8860b;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
h1,
#news-section h1,
#news-section .news-date,
#news-section p,
#news-section .news-readmore {
	font-family: Tahoma, sans-serif;
}
/* Секция новостей */
#news-section {
	max-width: 320px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin: 0px auto;
	padding: 0;
    list-style: none;
}
#news-section .label {
	color: #000000;
}
/* Статья новости */
#news-section .news-article {
    margin: 20px auto 20px auto;
    max-width: 256px;
    height: auto;
    padding: 0px;
    display: block;
    width: 100%;
	list-style-type: none;
    background-color: #f2ede9; 
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
/* Ссылка на изображение */
#news-section .news-image-link {
    z-index: 0;
    display: block;
    position: relative;
    width: 100%;
    height: 144px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* Картинка */
#news-section .news-image {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Блок с заголовком описанием и кнопкой подробно */
#news-section .preview-description {
    padding: 25px 20px 30px 20px;
    position: relative;
    overflow: hidden;
    height: auto;
    text-align: center;
    background-color: #ffffff;
    list-style: none;
}
/* Заголовок */
#news-section .news-title {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.4em;
    height: calc(1.4em * 3);
    position: relative;
    overflow: hidden;
	text-overflow: ellipsis;
    text-align: center;
}

#news-section .news-title-link {
    color: #222;
    text-decoration: none;
}
#news-section .news-title-link:hover {
    color: #007b55;
}
#news-section .date_public{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
/* Дата */
#news-section .news-date {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #b8860b;
    text-align: right;
	font-weight: bold;
}
#news-section .picture {
	width: 24px;
	height: 24px;
}
/* Описание */
#news-section .news-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4em;
    height: calc(1.4em * 6);
    position: relative;
    overflow: hidden;
	text-overflow: ellipsis;
    text-align: justify;
}
#news-section .news-readmore {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 10px;
    /*height: 30px;*/
    min-width: 220px;
    font-weight: bold;
    font-size: 16px;
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
    color: #5a4f4f;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
	transition: all ease 0.2s;
    border: 2px solid #b8860b;
    border-color: #5a4f4f;
}
#news-section .news-readmore:hover {
    background: #b8860b;
    border-color: #b8860b;
    color: #fff;
}
/* Кнопка ВСЕ НОВОСТИ под новостями */
#news-section .button-news-wrap{
	margin-top: 40px;
    line-height: 1;
    text-align: center;
}
#news-section .botton-news{
	display: inline-block;
	margin-bottom: 30px;
  	padding: 10px 18px;
	min-width: 300px;
  	background: none;       
  	color: #b8860b;
  	text-decoration: none;
 	font-weight: 700;
  	font-size: 14px;
  	border: 2px solid #b8860b;
  	transition: all ease 0.2s;
    font-family: “Segoe UI”, Tahoma, Geneva, Verdana, sans-serif;
}
#news-section .botton-news:hover{
	color: black;
	border-color: black;
}
@media (min-width: 576px) {
    #news-section {
        padding: 20px;
        gap: 10px;
		max-width: 576px;
		width: 100%;
    }
	.main-title {
        font-size: 30px;
        padding-bottom: 9px;
    }
    .main-title::before {
        width: 80px;
        margin-left: -40px;
    }
    #news-section .news-article {
        /*flex: 0 0 100%;*/
        max-width: 256px;
		width: 100%;
		height: auto;
    }
    #news-section .news-description{
        display: -webkit-box;
    	-webkit-box-orient: vertical;
    	-webkit-line-clamp: 6;
        margin-bottom: 25px;
        font-size: 14px;
        line-height: 1.4em;
        height: calc(1.4em * 6);
        position: relative;
        overflow: hidden;
        text-align: justify;
        font-family: 'Ubuntu', sans-serif;
    }
	#news-section .botton-news {
        min-width: 200px;
        font-size: 14px;
        padding: 8px 14px;
        line-height: 1.2;
    }
}
@media (min-width: 768px) {
    #news-section {
        padding: 30px;
		max-width: 720px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        box-sizing: border-box;
    }
    #news-section .news-image-link {
        height: 144px;
    }
    #news-section .news-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
    }
    #news-section .news-article {
        /*flex: 0 0 calc(50% - 15px);*/
        max-width: 256px;
		width: 100%;
        margin: 0;

    }
    #news-section .preview-description {
        height: auto;
    }
}
@media (min-width: 992px) {
    #news-section {
        padding-top: 30px;
        max-width: 960px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        box-sizing: border-box;
    }
	.main-title {
        font-size: 34px;
    }
    .main-title::before {
        width: 90px;
        margin-left: -45px;
    }
    #news-section .news-image-link {
        height: 240px;
    }
    #news-section .news-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
    }
    #news-section .news-article {
        /*flex: 0 0 calc(30% - 10px);*/
        max-width: 426px;
		width: 100%;
        margin: 0;
    }
    #news-section .news-description {
        font-size: 16px;
        line-height: 1.4em;
        height: calc(1.4em * 6);
    }
	#news-section .botton-news {
        min-width: 260px;
        font-size: 16px;
        padding: 10px 18px;
        line-height: 1.3;
    }
	#news-section .news-date {
		font-size: 16px;
		height: auto;
		padding: 10px 0px;
	}
	#news-section .date_public{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 10px;
	}
	#news-section .picture {
		width: 32px;
		height: 32px;
	}
}
@media (min-width: 1200px) {
    #news-section {
        padding-top: 30px;
		max-width: 1140px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        box-sizing: border-box;
    }
	.main-title {
        font-size: 36px;
    }
    .main-title::before {
        width: 100px;
        margin-left: -50px;
    }
    #news-section .news-image-link {
        height: 240px;
    }
    #news-section .news-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
    }
    #news-section .news-article {
        /*flex: 0 0 calc(30% - 10px);*/
		max-width: 426px;
        width: 100%;
        margin: 0;
    }
	#news-section .preview-description {
        height: auto;
    }
	#news-section .news-description {
        font-size: 16px;
        line-height: 1.4em;
        height: calc(1.4em * 6);
    }
	#news-section .botton-news {
        min-width: 320px;
        font-size: 16px;
	}
}
@media (min-width: 1400px) {
    #news-section {
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
		padding: 0px;
        padding-top: 30px;
		max-width: 1320px;
        width: 100%;
        height: auto;
        gap: 20px;
        box-sizing: border-box;
    }
	.main-title {
        font-size: 36px;
    }
    .main-title::before {
        width: 100px;
        margin-left: -50px;
    }
    #news-section .news-image-link {
        height: 240px;
    }
    #news-section .news-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        transform: none;
    }
    #news-section .news-article {
		max-width: 426px;
        width: 100%;
        margin: 0;
    }
	#news-section .preview-description {
        height: auto;
    }
	#news-section .news-description {
        font-size: 16px;
        line-height: 1.4em;
        height: calc(1.4em * 6);
    }
	#news-section .botton-news {
        min-width: 320px;
        font-size: 16px;
	}
}
@media (min-width: 1600px) {
    #news-section {
		display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
		padding: 0px;
        padding-top: 30px;
		max-width: 1440px;
        width: 100%;
        height: auto;
        gap: 20px;
        box-sizing: border-box;
    }
	.main-title {
        font-size: 36px;
    }
    .main-title::before {
        width: 100px;
        margin-left: -50px;
    }
    #news-section .news-image-link {
        height: 240px;
    }
    #news-section .news-article {
		max-width: 426px;
        width: 100%;
        margin: 0;
    }
	#news-section .preview-description {
        height: auto;
    }
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1742890013675 */
/* /local/templates/ksrk2025/components/bitrix/news.list/news.list.ksrk/style.css?176536686310664 */
