

/* Start:/local/templates/yugu2021/components/bitrix/news.list/line-programm/style.css?17127432162415*/
.program-event-list {
	margin: 0 auto;
	width: fit-content;
}

.program-event-item {
	color: #000;
	display: grid;
	grid-template-columns: 350px 1fr;
	align-items: flex-start;
}

.program-event-item:last-child .program-item-info::before {
	background: #fff;
}

.program-event-item:last-child .program-item-info2 {
	padding-bottom: 0
}

.program-event-name {
	font-size: 25px;
	font-weight: 600;
}

.program-event-address {
	font-size: 17px;
	font-weight: 600;
	margin-top: 16px;
}
.program-event-address::before {
	content: '';
	width: 12px;
	height: 14px;
	background: url('/local/templates/yugu2021/components/bitrix/news.list/line-programm/img/location.svg') no-repeat;
	display: inline-block;
	background-size: contain !important;
	vertical-align: -1px;
	margin-right: 13px;
}

.program-event-desc {
	font-size: 17px;
	font-weight: 600;
	line-height: 160%;
	margin-top: 13px;
}

.program-event-link {
	font-size: 17px;
	font-weight: 600;
	color: #1E51BA;
	margin-top: 16px;
	display: table;
}
.program-event-link::before {
	content: '';
	width: 20px;
	height: 14px;
	background: url('/local/templates/yugu2021/components/bitrix/news.list/line-programm/img/play.svg') no-repeat;
	display: inline-block;
	background-size: contain !important;
	vertical-align: -1px;
	margin-right: 13px;
}

li::marker {
	display: none;
}

.program-item-info {
	display: grid;
	grid-template-columns: 1px 1fr;
	align-items: flex-start;
	position: relative;
}

.program-item-info::before {
	content: '';
	width: 1px;
	height: 100%;
	background: #CECECE;
	display: table;
}

.program-item-info::after {
	content: '';
	width: 21px;
	height: 21px;
	background: #1E51BA;
	border-radius: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: -10px;
}

.program-item-info2 {
	padding-left: 43px;
	padding-bottom: 60px;
	margin-top: -7px;
}

.program-event-time {
	color: #1E51BA;
	font-size: 24px;
	font-weight: 600;
	text-align: right;
	padding-right: 43px;
	margin-top: -5px;
}

.program-event-time.desktop {
	display: block;
}
.program-event-time.mobile {
	display: none;
}

@media (max-width: 768px) {
	.program-event-item {
		grid-template-columns: 1fr;
	}

	.program-event-time {
		text-align: left;
		margin-left: -2px;
		margin-bottom: 9px;
		margin-top: -13px;
	}

	.program-item-info {
		padding-top: 14px;
	}

	.program-event-name {
		font-size: 20px;
	}

	.program-event-address {
		font-size: 16px;
	}

	.program-item-info2 {
		padding-left: 30px;
	}

	.program-event-time.desktop {
		display: none;
	}
	.program-event-time.mobile {
		display: block;
	}
}

/* End */


/* Start:/local/templates/yugu2021/components/bitrix/news.list/docs/style.css?16790326193097*/
.doc-list {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.doc-list .doc-item {
    margin-bottom: 30px;
    display: table;
    width: 100%;
}

.doc-list .doc-item:last-cild {
    margin-bottom: 0;
}

.box-file{
    display: none;
}

.doc-item.active .box-file{
    display: table;
    margin-top: 30px;
    padding-left: 43px;
    width: 100%;
    width: 100%;
}

.box-file-item {
    margin-bottom: 25px;
}

.box-file-item .doc-name {
    font-size: 15px !important;
}


.doc-list .desk-doc {
    font-weight: 500;
    font-size: 14px;
    color: #7E7E7E;
    letter-spacing: 0.4px;
}

.doc-list .desk-info {
    font-weight: 500;
    font-size: 14px;
    color: #7E7E7E;
}

.doc-list .doc-ico-list {
    background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/list.svg) no-repeat;
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-ico-link {
    background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/link.svg) no-repeat !important;
    width: 29px;
    height: 38px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-ico-non {
    background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/non-file.svg) no-repeat;
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}


.doc-list .doc-ico {
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-item .doc-link {
    display: inline-block;
    width: calc(100% - 70px);
    margin-left: 20px;
    vertical-align: middle;
    line-height: 150%;
}

.doc-list .doc-item .doc-name {
    width: 100%;
    line-height: 21px;
    color: #272727 !important;
    text-shadow: 0.1px 0.1px 0.1px rgba(76, 76, 76, 0.4);
    text-decoration: none !important;
    border-bottom: 0 !important;
    font-weight: 500;
    font-size: 17px;
}

.name-docs-list {
    cursor: pointer;
}

.doc-list .doc-item .doc-name:hover {
    color: #3D61E0 !important;
}

.pdf {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/pdf.svg) no-repeat !important;}
.doc,.docx,.rtf {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/doc.svg) no-repeat !important;}
.xls,.xlsx {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/xls.svg) no-repeat !important;}
.ppt,.pptx {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/ppt.svg) no-repeat !important;}
.jpg,.jpeg {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/jpg.svg) no-repeat !important;}
.png {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/png.svg) no-repeat !important;}
.rar,.zip {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/rar.svg) no-repeat !important;}

.avi {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/avi.svg) no-repeat !important;}
.txt {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/txt.svg) no-repeat !important;}
.mp3 {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/mp3.svg) no-repeat !important;}
.mp4 {background: url(/local/templates/yugu2021/components/bitrix/news.list/docs/img/formats/mp4.svg) no-repeat !important;}


@media (max-width: 796px) {
    .doc-list .doc-item {
        width: 100%;
    }
}

.doc-blink {
    border-radius: 5px;
    padding: 12px 15px;
    margin: -12px -15px;
    transition: 0.3s ease;
}

.file-blink {
    background: #eef3c3;
}
/* End */
/* /local/templates/yugu2021/components/bitrix/news.list/line-programm/style.css?17127432162415 */
/* /local/templates/yugu2021/components/bitrix/news.list/docs/style.css?16790326193097 */
