

/* Start:/local/templates/ksrk2025/components/bitrix/news.list/slider/style.css?1758613387150*/
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;
}

/* End */


/* Start:/local/components/ksrk/event.list.latiest/templates/default/style.css?17654403429349*/
body {
    margin: 0px;
    padding: 0px;
    border: none;
    box-sizing: border-box;
    background-color: #f2ede9;
}
#event-list h1,
#event-list h2,
#event-list a,
#event-list p {
    font-family: Tahoma, sans-serif;
}
#event-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px;
    margin: 0px;
    border: none;
    height: auto;
    width: 100%;
}
#event-list .events_wrapper {
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	width: 100%;
	height: auto;
}
#event-list .container-list {
    height: auto;
    width: 100%;
    padding: 0px;
    margin: 0px auto;
}
/*------------
Общий заголовок
--------------*/
#event-list .container-title {
    display: block;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
    border: none;
    width: 100%;
}
#event-list .title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
	margin: 0px;
	padding-top: 20px;
}
#event-list .title::before{
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    background: #b8860b;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -50px;
}
/*------------
Список мероприятий
--------------*/
#event-list .events-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px auto 40px auto;
    gap: 20px;
    width: 80%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
#event-list .event-link {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    border: none;
    height: auto;
    width: 100%;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
}
#event-list .cover {
    display: block;
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: auto;
}
#event-list .picture {
    display: block;
    margin: 0px;
    padding: 0px;
    border: none;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}
#event-list .events-info {
    display: flex;
	flex-direction: column;
	gap: 10px;
    margin: 0px;
    padding: 20px;
}
/*Блок с датами*/
#event-list .date_time {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
#event-list .date_time .date-start,
#event-list .date_time .date-end {
    display: flex;
    align-items: center;
    gap: 10px;
}
#event-list .date_time .date-start .day,
#event-list .date_time .date-end .day {
    display: flex;
    font-size: 20px;
    font-weight: bold;
    color: #b8860b;
}
#event-list .date_time .date-start .mount_time,
#event-list .date_time .date-end .mount_time {
    display: flex;
    flex-direction: column;
}
#event-list .date_time .date-start .mount_time .mounth,
#event-list .date_time .date-end .mount_time .mounth {
    font-weight: bold;
    text-transform: uppercase;
}
#event-list .date_time .date-start .mount_time .time,
#event-list .date_time .date-end .mount_time .time {
    font-size: 14px;
}
#event-list .date_time .space {
    height: 2px;
    width: 20px;
    background-color: #000000;
}
#event-list .info-title {
	display: -webkit-box !important;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical

    position: relative;
    font-size: 24px;
    text-align: center;
}
#event-list .info_line {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #b8860b;
}
#event-list .description {
	display: -webkit-box !important;
    line-height: 1.5;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size: 16px;
    text-align: justify;
    /*height: 150px;
    max-height: 160px;*/
	white-space: normal;      
  	word-break: normal;
}
#event-list .location_age {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 20px;
}
#event-list .location {
    font-size: 16px;
}
#event-list span {
    color: #b8860b;
}
#event-list .age {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #b8860b;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
#event-list .events_container {
    display: flex;
    justify-content: center;
    margin: 20px 0 40px 0; 
    padding: 0 20px;
}
#event-list .events_all {
    display: inline-block;
    padding: 12px 32px;
	min-width: 320px;
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #b8860b; 
    border: 2px solid #b8860b;
    text-decoration: none;
    text-align: center;
    transition: 
        background-color 0.3s ease,
        color 0.3s ease,
        transform 0.2s ease,
        box-shadow 0.3s ease;
    will-change: background-color, transform;
}
#event-list .events_all:hover {
    background-color: #a5730a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(184, 134, 11, 0.3);
}
#event-list .events_all:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(184, 134, 11, 0.2);
}
@media (min-width: 768px) {
    #event-list .date_time {
        justify-content: center;
        gap: 20px;
    }
}
@media (min-width: 992px) {
    #event-list{
        width: 1000px;
        margin: 0 auto;
    }  
    #event-list .title {
        font-size: 36px;
    }
    #event-list > .container-list > .events-content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        margin: 50px auto 40px auto;
        gap: 20px;
        width: 80%;
        height: auto;
        border-radius: 15px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        will-change: transform, box-shadow;
    }
    #event-list .events-content:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3); 
    }
    #event-list .event-link {
        display: flex;
        flex-direction: row;
    }
    #event-list .cover {
        position: relative;
        width: 390px;          
        height: 559.8px;       
        flex-shrink: 0;      
        overflow: hidden;  
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);  
    }
    #event-list .cover .picture {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #event-list .date_time {
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    #event-list .date_time .date-start, 
    #event-list .date_time .date-end {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    #event-list .date_time .date-start .day,
    #event-list .date_time .date-end .day {
        font-size: 32px;
    }
    #event-list .date_time .date-start .mount_time .mounth,
    #event-list .date_time .date-end .mount_time .mounth {
        font-size: 15px;
    }
    #event-list .date_time .date-start .mount_time .time,
    #event-list .date_time .date-end .mount_time .time {
        font-size: 14px;
    }
    #event-list .events-info {
        display: flex;
        flex-direction: column; 
        justify-content: space-evenly;
    }
    #event-list .info-title {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        line-height: 1.3;
        /*height: calc(1.3em * 3);
        max-height: calc(1.3em * 3);*/
        font-size: 24px;
        box-sizing: border-box;
    }
    #event-list .description {
        font-size: 16px;
       	/*height: 140px;
		min-height: calc(1.5em * 6);*/
    }
    #event-list .dates {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    #event-list .space {
        height: 3px;
        width: 40px;
        background-color: #000000;
    }
    #event-list .events-time,
    #event-list .events-date {
        font-size: 25px;
    }
    #event-list .age {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
    #event-list .date_time .space {
        height: 3px;
        width: 20px;
        background-color: #000000;
    }
}
@media (min-width: 1200px) {
    #event-list{
        width: 1150px;
        margin: 0 auto;
    }   
    #event-list .date-start {
        width: 180px;
        height: 60px;
    }  
    #event-list .date-end {
        width: 180px;
        height: 60px;
    } 
    #event-list .info_line {
        width: 455px;
        margin: 0 17px;
    }
}
@media (min-width: 1400px) {
    #event-list{
        width: 1450px;
        margin: 0 auto;
    }  
    #event-list .date-start {
        width: 173px;
        height: 60px;
    } 
    #event-list .date-end {
        width: 173px;
        height: 60px;
    } 
    #event-list .info_line {
        width: 600px;
        margin: 0 67px;
    } 
}
/* End */


/* Start:/local/templates/ksrk2025/components/bitrix/news.list/news.list.ksrk/style.css?176544073510624*/
body{
	padding: 0px;
	margin: 0px;
	background-color: #f2ede9;
}
.main-title{
    display: block;
	margin-bottom: 20px !important;
	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-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 */


/* 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/dep_list/style.css?1758876506110*/
.catalog-price {
	 color:red;
}
div.catalog-sections-top table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */
/* /local/templates/ksrk2025/components/bitrix/news.list/slider/style.css?1758613387150 */
/* /local/components/ksrk/event.list.latiest/templates/default/style.css?17654403429349 */
/* /local/templates/ksrk2025/components/bitrix/news.list/news.list.ksrk/style.css?176544073510624 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1742890013675 */
/* /local/templates/ksrk2025/components/bitrix/news.list/dep_list/style.css?1758876506110 */
