

/* 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 */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16278064453036*/
.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;
	list-style: none;
	padding: 3px;
}

.bx-pagination li::before {
	display: none !important;
}

.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: 50px;
	min-width: 50px;
	line-height: 50px;
	color: #444;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	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: 50px;
	min-width: 50px;
	line-height: 50px;
	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: #1E51BA;
	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: 50px;
	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: 50px;
	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:/local/templates/yugu2021/components/bitrix/news.list/educational-programs/style.css?16796413104655*/
.edu-progs-list {

}


.edu-prog-filials {
	margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e2e2
}

.edu-prog-filials .prog-filial-item {
	background: #F2F2F2;
    display: inline-block;
    padding: 7px 21px;
    margin-right: 10px;
    border-radius: 5px;
    transition: 0.3s ease;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 15px;
}

.edu-prog-filials .prog-filial-item:hover {
	background: rgb(41 70 171 / 70%);
	color: #fff;
}

.edu-prog-filials .prog-filial-item:active {
	background: rgb(41 70 171 / 100%);
}

.prog-filials-title {
	font-size: 16px;
    font-weight: 500;
    color: #505484;
    margin-bottom: 15px;
}


.edu-price {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	position: relative;
	width: 195px;
    text-align: right;
}



.edu-progs-list .edu-progs-cat-box {
	margin-bottom: 30px;
}

.edu-progs-list .edu-progs-cat {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

.edu-progs-list .edu-progs-item {
	padding: 20px;
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;

	border-bottom: 1px solid #e1e2e2;
}

.edu-progs-list .edu-progs-item:hover {
	background: #F2F2F2;
}

.edu-progs-box-name {
	width: 50%;
}

.edu-progs-list .edu-progs-name {
	border-bottom: 1px solid rgb(41 70 171 / 20%);
    padding-bottom: 2px;
    font-size: 18px;
    text-decoration: none !important;
    line-height: 170%;
    font-weight: 600;
}

.edu-progs-list .edu-progs-name:hover {
	border-bottom: 0;
	padding-bottom: 3px;
}

.places {
	margin-top: 5px;
}

.places .place-link {
	font-size: 14px;
	margin-right: 3px;
	display: inline-block;
}

.places .place-link::after {
	display: inline-block;
	content: ' / ';
}

.places .place-link:last-child::after {
	content: '';
}

.places .place-link a {
	color: #505484;
}

.places span {
	font-size: 14px;
	color: #abaecc;
	margin-right: 3px;
}

.training-form {
	width: calc(50% / 3 - 40px);
	font-size: 16px;
	text-align: right;
}

.training-form span {
	display: table;
	color: #0b9c5b;
	text-align: right;
    width: 100%;
}

.training-form b {
	font-weight: 600;
}

.edu-places {
	width: calc(50% / 3 - 40px);
	font-size: 16px;
}

.edu-places .green {
	color: #0b9c5b;
}


.entrance-tests {
	margin-top: 5px;
}

.entrance-tests .ent-test-item {
	display: inline-block;
	font-size: 14px;
	color: #505484;
	margin-right: 3px;
}

.entrance-tests .ent-test-item::after {
	display: inline-block;
	content: ' / ';
}

.entrance-tests .ent-test-item:nth-last-child(-n+2)::after {
	content: '';
}

/*.entrance-tests .ent-test-item:nth-child(3)::after {
	content: ' или';
}*/

.entrance-tests .ent-test-item:nth-child(3) {
	margin-right: 0;
}




.w70 {
	width: 70%;
}

.w50 {
	width: 50%;
}


.ico-price {
	width: 20px;
	height: 20px;
	background: url('/local/templates/yugu2021/components/bitrix/news.list/educational-programs/img/info-ico.svg') no-repeat;
	background-size: cover !important;
	display: inline-block;
	vertical-align: -2px;
    margin-left: 5px;
    transition: 0.3s ease;
}

.ico-price-info {
	display: none;
    font-size: 14px;
    font-weight: 500;
    width: 200px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 36px;
    right: 0;
    padding: 7px 13px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.ico-price:hover {
	opacity: 0.7;
}

.ico-price:hover ~ .ico-price-info {
	display: table;
}


.prof-logo {
	background: url('/local/templates/yugu2021/components/bitrix/news.list/educational-programs/img/prof-logo.svg') center no-repeat;
	width: 209px;
    height: 20px;
    background-size: contain !important;
    margin-bottom: 15px;
    background-color: #E63612;
    display: table;
    border-radius: 5px;
}


@media (max-width: 1366px) {
	.edu-progs-list .edu-progs-name {
		font-size: 17px;
	}
}


@media (max-width: 992px) {
	.edu-progs-box-name {
		width: 100%;
		margin-bottom: 20px;
	}

	.edu-progs-list .edu-progs-cat-box {
	    margin-bottom: 30px;
	}

	.training-form {
		width: calc(100% / 2 - 40px);
		text-align: left;
	}

	.training-form span {
		text-align: left;
	}

	.edu-places {
		width: calc(100% / 2 - 40px);
		text-align: right;
	}

	.edu-progs-list .edu-progs-item {
		border-bottom: 1px solid #e1e2e2;
		padding: 10px 20px;
		padding-bottom: 20px;
		margin-bottom: 5px;
	}

	.edu-price {
		margin-top: 25px;
		text-align: left;
	}
}

@media (max-width: 768px) {
	.training-form {
		width: 100%;
	}

	.edu-places {
		width: 100%;
		margin-top: 15px;
		text-align: left;
	}

	.edu-progs-list .edu-progs-item {
		border-bottom: 1px solid #e1e2e2;
		padding: 10px 0;
		padding-bottom: 30px;
		margin-bottom: 20px;
		margin: 0;
	}

	.places .place-link {
		margin-bottom: 8px;
	}

	.places span {
		display: none;
	}
}
/* End */
/* /local/templates/yugu2021/components/bitrix/news.list/docs/style.css?16790326193097 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16278064453036 */
/* /local/templates/yugu2021/components/bitrix/news.list/educational-programs/style.css?16796413104655 */
