

/* Start:/bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/catalog.filter/.default/style.css?16905392547004*/
.filter-box {
    background: #3DA773;
    padding: 20px 30px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 20px;
}

.filter-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr repeat(4, max-content);
    width: 100%;
}



.filter-item-tag {
    color: #BAF4D8;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}




.filter-select-item {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.filter-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}


.filter-item-input {
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    padding: 4px 25px;
    font-weight: 500;
    transition: 0.3s ease;
    color: #fff;
    background: #32885E;
    min-height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    height: fit-content;
}
.filter-item-input:hover {
    background: #58b588;
}

.filter-programm-name {
    position: relative;
}
.filter-programm-name #filter-programm-name {
    outline: none;
    border: 0;
    border-radius: 10px;
    padding: 4px 25px;
    min-height: 50px;

    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
}
.filter-programm-name #filter-programm-name::placeholder {
    color: #9D9DA4;
}

.filter-programm-name .search-filter {
    display: none;
}
.filter-programm-name.name-length .search-filter {
    display: table;
    position: absolute;
    width: 44px;
    height: 44px;
    right: 4px;
    top: 3px;
    cursor: pointer;
    transition: 0.3s ease;
    outline: none;
}
.filter-programm-name.name-length .search-filter:hover {
    opacity: 0.85;
    transform: scale(0.92);
}
.filter-programm-name.name-length .search-filter {
    display: table;
    position: absolute;
    background: #413AE4;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 0;
}
.filter-programm-name.name-length .search-filter::after {
    content: '';
    background: url(https://www.ugrasu.ru/local/templates/yugu2021/img/search-ico.svg) center no-repeat;
    width: 44px;
    height: 44px;
    background-size: 20px;
    filter: brightness(0) invert(1);
    display: table;
    position: absolute;
    left: 0;
    top: 0;
}

.clear-search-input {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTM4IDEyLjgzbC0yLjgzLTIuODMtMTEuMTcgMTEuMTctMTEuMTctMTEuMTctMi44MyAyLjgzIDExLjE3IDExLjE3LTExLjE3IDExLjE3IDIuODMgMi44MyAxMS4xNy0xMS4xNyAxMS4xNyAxMS4xNyAyLjgzLTIuODMtMTEuMTctMTEuMTd6Ii8+PHBhdGggZD0iTTAgMGg0OHY0OGgtNDh6IiBmaWxsPSJub25lIi8+PC9zdmc+) center no-repeat;
    width: 36px;
    height: 44px;
    background-size: 20px;
    position: absolute;
    right: 56px;
    top: 3px;
    opacity: 0.4;
    transition: 0.3s ease;
    cursor: pointer;
	border: 0;
    outline: none !important;

    display: none;
}
.clear-search-input:hover {
    opacity: 1;
}
.filter-programm-name.name-length .clear-search-input {
    display: table;
}



.filter-item-input .filter-burger {
    content: '';
    background: url('/bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/catalog.filter/.default/img/filter-burger.svg') no-repeat;
    background-size: contain !important;
    width: 20px;
    height: 14px;
    margin-left: 13px;
}


.section-btn {
    cursor: pointer;
    user-select: none;
    border-radius: 10px;
    padding: 4px 28px !important;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s ease;
    align-items: center;
    display: flex;
    color: #fff;
    border: 0 !important;
    min-height: 40px;
    background: #483acb;
    width: 100%;
    text-align: center;
    display: table;
    margin-top: 15px;
}

.overlay .modal h2 {
    text-align: center;
}

span.count-filter {
    background: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 700;
    color: #267850;
}

.filter-item-active {
    background: #413AE4;
}

.clear-filter {
    background: transparent;
    border: 0;
    outline: none;
    color: #CDF9E3;
    font-size: 15px;
    font-weight: 500;
    margin-left: auto;
    margin-top: 14px;
    transition: 0.3s ease;
    letter-spacing: 0.1px;
}
.clear-filter:hover {
    color: #fff;
}


.filter-item {
    position: relative;
}

.select-modal {
    display: table;
    position: absolute;
    background: #fff;
    width: 150%;
    border-radius: 5px;
    padding: 16px;
    box-shadow: 0 0 50px rgba(0,0,0,0.2);
    z-index: 111;
    display: none;
}
.select-modal.show-select {
    display: table;
}

.filter-select-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow-y: auto;
    max-height: 400px;
}
.quest-item {
    width: 100%;
    order: 1;
    position: relative;
    transition: 0.3s ease;
}

.quest-item input[type=radio], .quest-item input[type=checkbox] {
    /*display: none;*/
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}

.quest-item:hover label {
    background: #2b9b66a3;
    color: #fff;
}

.quest-item label {
    cursor: pointer;
    user-select: none;
    margin-bottom: 11px;
    border-radius: 10px;
    padding: 5px 20px 6px;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    transition: 0.3s ease;
    height: 100%;
    align-items: center;
    display: flex;
    color: #000;
    background: #f5f5f5;
    line-height: 120%;
}

/* Checked */
.quest-item input[type=radio]:checked + label {
    background: #2b9b66;
    color: #fff;
    border-color: #2b9b66;
}
.quest-item input[type=checkbox]:checked + label {
    background: #2b9b66;
    color: #fff;
    border-color: #2b9b66;
}

/* Hover */
.quest-item label:hover {
    background: #e6f3ed;
}

/* Disabled */
.quest-item input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
    transition: 0.3s ease;
}
.quest-item input[type=checkbox]:disabled + label {
    background: #efefef;
    color: #666;
    transition: 0.3s ease;
}



@media (max-width: 1700px) {
    .filter-list {
        gap: 10px 20px;
        grid-template-columns: repeat(3, 1fr);
    }
    .filter-item-tag {
        margin-bottom: 4px;
    }
    .filter-item-input .filter-burger {
        margin-left: auto;
    }
    .filter-programm-name-box {
        grid-area: 1 / 1 / 2 / 3;
    }
}

@media (max-width: 1100px) {
    .filter-list {
        gap: 10px 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .filter-item-tag {
        margin-bottom: 4px;
    }
    .filter-item-input .filter-burger {
        margin-left: auto;
    }

    .filter-programm-name-box {
        grid-area: 1 / 1 / 2 / 3;
    }
}

@media (max-width: 796px) {
    .filter-item-input {
        padding: 14px 25px;
        font-size: 14px;
        line-height: 130%;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/news.list/.default/style.css?16905392548150*/
.edu-progs-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}


.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: 17px;
	font-weight: 600;
	color: #000;
	position: relative;
	margin-left: auto;
}



.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;
}



.accreditation {
	width: 23px;
	height: 23px;
	background-size: contain !important;
	background: url('/bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/news.list/.default/img/accreditation-ico.svg') no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -4px;
}


.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 {
	border-radius: 10px;
	padding: 24px 30px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background: #f5f5f626;
	border: 1px solid #28389526;
}
.edu-progs-list .edu-progs-item.prof {
	background: #f5f5f626;
	border: 1px solid #28389526;
}
.edu-progs-list .edu-progs-item.prof .variant-item {
	background: #3cba940a;
}


.edu-progs-list .edu-progs-item:hover {
	
}

.variant-one-line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.variant-item {
	margin-top: 15px;
	background: #f5f5f5;
	padding: 15px 20px;
	border-radius: 10px;
}


.edu-progs-list .edu-progs-name {
	text-decoration: none !important;
	line-height: 120%;
	font-weight: 600;
	font-size: 20px;
	color: #000 !important;
}

.edu-progs-list .edu-progs-name:hover {
	border-bottom: 0;
	padding-bottom: 3px;
	color: #3D61E0 !important;
}

.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 {
	font-size: 16px;
	color: #2B9B66;
	font-weight: 600;
	line-height: 100%;
}

.edu-places {
	font-weight: 600;
	font-size: 15px;
}

.edu-places .green {
	color: #2B9B66;
}


.entrance-tests {
	margin-top: 20px;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.entrance-tests .ent-test-item {
	display: inline-block;
	font-weight: 600;
	line-height: 130%;
	color: #6E54D6;
	background: rgba(214, 207, 245, 0.35);
	padding: 7px 18px;
	border-radius: 50px;
	font-size: 14px;
}
.entrance-tests .ent-test-item:nth-child(2n) {
	color: #497ac5;
	background: rgb(152 208 241 / 35%);
}
.entrance-tests .ent-test-item:nth-child(3n) {
	color: #8F8357;
	background: #FFF6D6;
}
.entrance-tests .ent-test-item:nth-child(4n) {
	color: #578F85;
	background: #DCF2E1;
}

.non-result {
	font-size: 18px;
	font-weight: 500;
}

/*.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) {
	margin-right: 0;
	}*/



	.field-knowledge {
		font-weight: 500;
		font-size: 15px;
		line-height: 130%;
		color: #8587A4;
		margin-top: 5px;
	}


	.edu-progs-cat {
		font-weight: 700;
		font-size: 24px;
		line-height: 100%;
		color: #000;
		margin-bottom: 30px;
		display: grid;
		grid-template-columns: 25px 1fr;
		column-gap: 20px;
		align-items: center;
	}

	.cat-item-img {
		width: 25px;
		height: 42px;
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}

	.school-box {
		margin-bottom: 50px;
	}


	.w70 {
		width: 70%;
	}

	.w50 {
		width: 50%;
	}


	.ico-price {
		width: 20px;
		height: 20px;
		background: url('/bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/news.list/.default/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('/bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/news.list/.default/img/prof-icons.png') center no-repeat;
		width: 209px;
		height: 20px;
		background-size: contain !important;
		margin-bottom: 25px;
		display: table;
		margin-top: 18px;
	}
	.prof-background {
		background: url('/bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/news.list/.default/img/professionalitet_background.svg') center no-repeat;
		width: 150%;
		height: 100px;
		background-size: cover !important;
		position: absolute;
		bottom: -88px;
		z-index: 0;
		left: -35px;
	}

	.tag {
		margin-top: -18px;
		font-size: 11px;
		text-transform: uppercase;
		font-weight: 700;
		letter-spacing: 2px;
		font-family: 'Montserrat';
	}

	.level-edu {
		font-size: 11px;
		font-weight: 600;
		margin-bottom: 14px;
		margin-left: auto;
		display: inline-block;
		line-height: 130%;
		padding: 5px 15px;
		border-radius: 30px;
		text-transform: uppercase;
		opacity: 0.8;
	}

	.level-edu.bak {
		color: #3da773;
		border: 1px solid #3da77352;
	}
	.level-edu.mag {
		color: #016eae;
		border: 1px solid #016ead52;
	}
	.level-edu.asp {
		color: #d83434;
		border: 1px solid #d936363d;
	}


	@media (max-width: 1500px) {
		.edu-progs-list {
			gap: 30px;
		}
		.edu-progs-list .edu-progs-item {
			padding: 24px 28px;
		}
		.edu-progs-list .edu-progs-name {
			font-size: 18px;
			font-weight: 700;
		}
		.field-knowledge {
			font-size: 14px;
		}
		.entrance-tests {
			margin-top: 15px;
			margin-bottom: 20px;
		}
		.entrance-tests .ent-test-item {
			font-size: 14px;
		}
		.variant-item {
			margin-top: 10px;
		}
		.training-form {
			font-size: 15px;
		}
		.edu-price {
			font-size: 15px;
		}
	}



	@media (max-width: 1280px) {
		.edu-progs-list {
			grid-template-columns: repeat(2, 1fr);
			gap: 30px;
		}
	}


	@media (max-width: 900px) {
		.edu-progs-list {
			grid-template-columns: 1fr;
			gap: 30px;
		}

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

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

		.edu-progs-list .edu-progs-name {
			font-size: 17px;
		}

		.training-form {
			width: 100%;
			text-align: left;
		}

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

		.edu-price {
			text-align: left;
			margin-left: initial;
		}

		.variant-item {
			display: flex;
			flex-wrap: wrap;
			gap: 7px;
		}
		.variant-one-line {
			display: flex;
			flex-wrap: wrap;
			justify-content: initial;
			align-items: initial;
			gap: 7px;
		}
	}

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

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

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

		.places span {
			display: none;
		}

		.filter-list {
			display: flex;
			flex-wrap: wrap;
		}
		.filter-item {
			width: 100%;
		}
	}
/* 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 */
/* /bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/catalog.filter/.default/style.css?16905392547004 */
/* /bitrix/templates/.default/components/bitrix/news/educational-programs-SPO/bitrix/news.list/.default/style.css?16905392548150 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16278064453036 */
