

/* Start:/local/templates/yugu2021/components/bitrix/news/programs-CDO/bitrix/catalog.filter/.default/style.css?17138570527110*/
.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;
    justify-content: space-between;
}
.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('/local/templates/yugu2021/components/bitrix/news/programs-CDO/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;
    min-width: 195px;
}

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

    .select-modal {
        width: 100%;
    }
}
/* End */


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

.edu-prog-box {
	position: relative;
	display: flex;
	flex-direction: column;
}

.new-programm {
	color: #fff;
    background: #11bd6c;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-left: auto;
    display: inline-block;
    line-height: 130%;
    padding: 15px 32px;
    border-radius: 30px;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: -10px;
    border-bottom-right-radius: 0;
    z-index: 10;
}

.edu-progs-box-name {
    margin-bottom: 50px;
}

.desc-info-box {
	display: flex;
	flex-wrap: wrap;
    grid-template-columns: repeat(2, max-content);
    gap: 26px 30px;
    margin-top: auto;
    width: fit-content;
    font-weight: 500;
    font-size: 16px;
}
.desc-item {
    display: flex;
    align-items: center;
    gap: 11px;
}
.desc-item::before {
	width: 19px;
	height: 19px;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	content: '';
	display: inline-block;
}
.desc-city::before {
	background: url('/local/templates/yugu2021/components/bitrix/news/programs-CDO/bitrix/news.list/.default/img/desc-city.svg');
}
.desc-date::before {
	background: url('/local/templates/yugu2021/components/bitrix/news/programs-CDO/bitrix/news.list/.default/img/desc-date.svg');
}
.desc-format::before {
	background: url('/local/templates/yugu2021/components/bitrix/news/programs-CDO/bitrix/news.list/.default/img/desc-format.svg');
}
.desc-duration::before {
	background: url('/local/templates/yugu2021/components/bitrix/news/programs-CDO/bitrix/news.list/.default/img/desc-duration.svg');
}

.programm-type {
	font-weight: 600;
    font-size: 16px;
    margin-top: 13px;
}

.programm-type.blue {
	color: #413AE4;
}
.programm-type.orange {
	color: #E4633A;
}
.programm-type.green {
	color: #32885E;
}

.cdo-item-direction {
	font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #8587A4;
}

.programm-bottom-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.programm-price {
	font-size: 32px;
	font-weight: bold;
}
.programm-more {
	color: #1E51BA;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
}


.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('/local/templates/yugu2021/components/bitrix/news/programs-CDO/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: 34px 40px 40px 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	background: #f5f5f626;
	border: 1px solid #28389526;
	height: 100%;
}
.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;
}



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

.school-box .school-link {
	display: table;
}
.school-box .school-link:hover {
	text-decoration: none;
	color: #3D61E0;
}

.school-box .school-link:hover span {
	color: #3D61E0;
}

.w70 {
	width: 70%;
}

.w50 {
	width: 50%;
}


.ico-price {
	width: 20px;
	height: 20px;
	background: url('/local/templates/yugu2021/components/bitrix/news/programs-CDO/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('/local/templates/yugu2021/components/bitrix/news/programs-CDO/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('/local/templates/yugu2021/components/bitrix/news/programs-CDO/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;
}


.background-line-bak {
	background: #3da77375;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	left: 0px;
}
.background-line-spc {
	background: #3da77375;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	left: 0px;
}
.background-line-mag {
	background: #016eae94;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	left: 0px;
}
.background-line-asp {
	background: #d8343485;
	width: 100%;
	height: 12px;
	position: absolute;
	bottom: 0px;
	z-index: 0;
	left: 0px;
}

.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.spc {
	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 */


/* Start:/local/templates/yugu2021/components/bitrix/news/educational-programs-cdo/bitrix/news.list/.default/style.css?16790326191321*/
.cdo-edu-prog-list .item-cdo-edu-prog {
    padding: 20px;
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e1e2e2;
}

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


.cdo-edu-prog-list .item-cdo-edu-prog .item-cdo-edu-prog-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
}

.cdo-edu-prog-list a {
    text-decoration: none !important;

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

.cdo-edu-prog-list a:hover {
    border-bottom: 0;
    padding-bottom: 3px;
}

.item-cdo-edu-prog-name {
    width: 100%;
}

.cat-item-list {
    grid-row-gap: 40px;
}

.cat-item {
    display: table;
    width: 100%;
    color: #000 !important;
    text-decoration: none !important;
}

.cat-item:hover {
    color: #3D61E0 !important;
}

.cat-item-img {
    width: 100%;
    height: 200px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 10px;
}

.cat-item-name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    width: 90%;
}
/* End */


/* Start:/local/templates/yugu2021/components/bitrix/form.result.new/feedback_cdo/style.css?17538779353120*/
.feedback-main {
	background: url(/local/templates/yugu2021/components/bitrix/form.result.new/feedback_cdo/img/feedback-bg-white.png) no-repeat center top;
	width: 100%;
	height: 100%;
	padding-top: 200px;
	margin-bottom: 86px;
	position: relative;
	z-index: 100;
	background-size: cover !important;
}

.feedback-gray-box {
	background: url(/local/templates/yugu2021/components/bitrix/form.result.new/feedback_cdo/img/feedback-gray.png) no-repeat center bottom !important;
	padding: 90px !important;
	margin-bottom: 130px !important;
	margin-top: 0 !important;
}

.form-input {
	width: 100%;
}

.form-input .tag {
	display: none;
}

.feedback-form-line .form-input input {
	background: #fff !important;
}

.feedback-main .feedback-title {
	text-align: center;
	font-weight: 600;
	font-size: 40px;
	line-height: 111%;
	color: #000;
}

.feedback-main .feedback-desc {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	color: #000;
	margin-top: 15px;
}

.feedback-main .feedback-form {
	margin-top: 35px;
}

.feedback-main .feed-input-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 150px;
	column-gap: 40px;
}

.feedback-main .feed-input-box .feed-input {
	width: 48%;
	background: #fff;
	border-radius: 10px;
	font-weight: 600;
	font-size: 18px;
	color: #000;
	padding: 18px 24px;
	border: 0;
	outline: none;
}

.feedback-gray-box .feed-input {
	background: #fff;
	color: #000;
}

.feedback-main .feed-input-box .feed-input::placeholder {
	color: #828AA5;
}

.feedback-main .feedback-desc2 {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	text-align: center;
	color: #444853;
	width: 70%;
	margin: 32px auto;
}

.main-user-consent-request {
	display: flex;
	gap: 20px;
}

.main-user-consent-request-announce {
	color: #333 !important;
	font-size: 15px !important;
	line-height: 150% !important;
	display: table;
	text-align: left;
}

.main-user-consent-request input[type="radio"], .main-user-consent-request input[type="checkbox"] {
	zoom: 2;
}

.main-user-consent-request-announce a {
	color: #333;
}

.feedback-send {
	background: linear-gradient(90deg, #3F2AFF 0%, #423EDF 100%), #3F2AFF;
	border-radius: 10px;
	font-weight: 500;
	font-size: 18px;
	padding: 18px 45px;
	display: inline-block;
	transition: 0.3s ease;
	border: 0;
	outline: none !important;
	color: #fff;
	margin: 0 auto;
	display: table;
	transition: 0.3s ease;
}

.feedback-send:hover {
	opacity: 0.7;
}

@media (max-width: 1200px) {
	.feedback-main .feed-input-box {
		padding: 0;
	}
}

@media (max-width: 992px) {
	.feedback-main .feed-input-box {
		padding: 0;
		flex-wrap: wrap;
	}

	.form-input {
		margin-bottom: 14px;
	}
}


@media (max-width: 840px) {
	.feedback-main .feedback-form .feed-input-box {
		padding: 0 50px !important;
	}

	.feedback-main .feedback-form .feed-input-box .feed-input {
		margin-bottom: 20px !important;
		width: 100% !important;
	}
}

@media (max-width: 768px) {
	.feedback-main .feedback-form .feed-input-box {
		padding: 0 10px !important;
	}

	.feedback-main .feedback-form .feed-input-box .feed-input {
		margin-bottom: 20px !important;
		width: 100% !important;
	}

	.feedback-main .feedback-desc2 {
		margin: 10px 0 30px 0 !important;
	}

	.feedback-main {
		margin-top: -170px !important;
	}
}
/* End */


/* Start:/local/templates/yugu2021/components/bitrix/news.list/people-line-list-col4/style.css?16790326192689*/
.people-line-list {
    //margin-top: 45px;
}

.people-line-list .people-col-item-box {
	margin-bottom: 30px;
}

.people-line-list .people-col-item {	
    /*border-bottom: 1px solid #e1e2e2;
    padding-bottom: 20px;*/
}

.people-line-list .people-col-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.people-line-list .people-img {
	height: 334px;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.people-line-list .people-name {
	font-weight: 700;
	font-size: 21px;
	line-height: 140%;
	color: #000;
	margin-bottom: 6px;
	display: flex;
	width: 82%;
}

.people-line-list .people-name span {
	min-width: 35px;
    color: #637394;
    display: inline-block;
}

.people-line-list .people-post {
	font-weight: 600;
	font-size: 15px;
	line-height: 160%;
	color: #000;
	margin-bottom: 8px;
	color: #2A303A;
}

.people-line-list .people-ac-degree {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2A303A;
	margin-bottom: 29px;
}

.people-line-list .people-phone {
	font-weight: 500;
    font-size: 16px;
    color: #2A303A;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 10px;
}

.people-line-list .people-address {
	font-weight: 500;
    font-size: 16px;
    color: #2A303A;
    margin-bottom: 8px;
    display: table;
    margin-right: 10px;
}

.people-line-list .people-email {
	display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #1e51ba !important;
    border-bottom: 1px solid rgb(61 97 224 / 32%);
    text-decoration: none !important;
}

.people-line-list .people-email:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}

.people-col-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #637394;
}



.scientific-people-main-box .people-line-list {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.scientific-people-main-box .people-col-item {
    margin-bottom: 40px;
    border-bottom: 0;
    width: calc(100% / 3 - 40px);
}

.sect-contact {
	margin-top: 20px;
}

.scientific-people-main-box .people-col-item .people-name {
	display: block;
}



.soc-network {
	margin-top: 3px;
	margin-left: 15px;
}

.soc-network .soc-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: 20px !important;
	overflow: hidden;
	background-position: top !important;
}

.soc-network .soc-item:hover {
	background-position: bottom !important;
	cursor: pointer;
}

.soc-network .vk-ico {
	background:  url('/local/templates/yugu2021/components/bitrix/news.list/people-line-list-col4/img/vk.svg') no-repeat;
}


.soc-network .inst-ico {
	background:  url('/local/templates/yugu2021/components/bitrix/news.list/people-line-list-col4/img/inst.svg') no-repeat;
}
/* End */


/* Start:/local/templates/yugu2021/components/bitrix/news.list/faq/style.css?16790326195374*/
.faq-list {
	margin-bottom: 30px;
}

.faq-list .faq-item {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	margin-top: -1px;
}

.faq-list .faq-item .faq-quest {
	font-weight: 500;
    font-size: 18px;
    color: #000;
    padding: 15px 0 0px 0;
    transition: 0.3s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.faq-list .faq-item .faq-quest::after {
	content: '';
	display: inline-block;
	width: 36px;
	height: 36px;
	background-size: 36px;
	background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/pluss.svg) center no-repeat;
	transition: 0.3s ease;
}

.faq-list .faq-item .faq-quest:hover {
	cursor: pointer;
	color: #3D61E0;
}


.faq-list .faq-item .faq-quest.name-active {
	color: #1E51BA;
}

.faq-list .faq-item .faq-quest.name-active::after {
	transform: rotate(180deg);
	background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/close-collapse.svg) center no-repeat;
	width: 36px;
	height: 36px;
	background-size: 36px;
}

.faq-list .faq-item .faq-answ {
	padding: 0 0 30px 0;
	display: none;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	letter-spacing: 0.3px;
	text-shadow: 0.1px 0.1px rgba(0,0,0,0.2);
	line-height: 200%;
	text-align: left;
}

.faq-quest-name {
	width: calc(100% - 60px);
}

.faq-quest-name span {
	color: #a1adc6;
	display: inline-block;
	width: 30px;
}

.faq-quest-name div {
	display: inline-block;
    width: calc(100% - 40px);
    vertical-align: top;
}

.faq-list .faq-item .faq-answ p {
    margin-bottom: 13px;
}

.faq-list .faq-item .faq-answ li {
	margin-top: 8px;
	margin-bottom: 8px;
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.faq-list .faq-item .faq-answ ul li::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #4B74C8;
	border-radius: 20px;
	position: absolute;
	left: 0;
	top: 10px;
}

.faq-list .faq-item .faq-answ ul li:last-child {
	margin-bottom: 0;
}


.faq-list .faq-item .faq-answ li span {
	width: calc(100% - 50px);
	font-family: 'Montserrat' !important;
}


.faq-list .faq-item .faq-answ ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

.faq-list .faq-item .faq-answ ol li {
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
	list-style-type: decimal;
}

.faq-list .faq-item .faq-answ ol li::marker {
	font-weight: bold;
	color: #2f66d6;
}

.faq-list .faq-item .faq-answ ol li ul {
	padding-inline-start: 0;
}


.faq-list .faq-item .faq-answ ol li:last-child {
	margin-bottom: 0;
}


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

.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/faq/img/formats/list.svg) no-repeat;
    width: 32px;
    height: 42px;
    background-size: cover !important;
    display: inline-block;
    vertical-align: middle;
}

.doc-list .doc-ico-non {
    background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/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 {
    background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/pdf.svg) no-repeat;
    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/faq/img/formats/pdf.svg) no-repeat !important;}
.doc,.docx,.rtf {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/doc.svg) no-repeat !important;}
.xls,.xlsx {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/xls.svg) no-repeat !important;}
.ppt,.pptx {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/ppt.svg) no-repeat !important;}
.jpg,.jpeg {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/jpg.svg) no-repeat !important;}
.png {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/png.svg) no-repeat !important;}
.rar,.zip {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/rar.svg) no-repeat !important;}

.avi {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/avi.svg) no-repeat !important;}
.txt {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/txt.svg) no-repeat !important;}
.mp3 {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/img/formats/mp3.svg) no-repeat !important;}
.mp4 {background: url(/local/templates/yugu2021/components/bitrix/news.list/faq/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:/local/templates/yugu2021/components/bitrix/news.list/people-line-list/style.css?16790326192610*/
.people-line-list {
    //margin-top: 45px;
}

.people-line-list .people-col-item {
	margin-bottom: 30px;
    border-bottom: 1px solid #e1e2e2;
    padding-bottom: 20px;
}

.people-line-list .people-col-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.people-line-list .people-img {
	height: 334px;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	background-size: cover !important;
	background-position: center !important;
}

.people-line-list .people-name {
	font-weight: 600;
	font-size: 21px;
	line-height: 140%;
	color: #000;
	margin-bottom: 6px;
	display: flex;
}

.people-line-list .people-name span {
	min-width: 35px;
    color: #637394;
    display: inline-block;
}

.people-line-list .people-post {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #000;
	margin-bottom: 8px;
}

.people-line-list .people-ac-degree {
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #2A303A;
	margin-bottom: 29px;
}

.people-line-list .people-phone {
	font-weight: 500;
    font-size: 16px;
    color: #2A303A;
    margin-bottom: 8px;
    display: inline-block;
    margin-right: 10px;
}

.people-line-list .people-address {
	font-weight: 500;
    font-size: 16px;
    color: #2A303A;
    margin-bottom: 8px;
    display: table;
    margin-right: 10px;
}

.people-line-list .people-email {
	display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #1e51ba !important;
    border-bottom: 1px solid rgb(61 97 224 / 32%);
    text-decoration: none !important;
}

.people-line-list .people-email:hover {
	border-bottom: 0;
	padding-bottom: 1px;
}

.people-col-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 14px;
    color: #637394;
}



.scientific-people-main-box .people-line-list {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.scientific-people-main-box .people-col-item {
    margin-bottom: 40px;
    border-bottom: 0;
    width: calc(100% / 3 - 40px);
}

.sect-contact {
	margin-top: 20px;
}

.scientific-people-main-box .people-col-item .people-name {
	display: block;
}



.soc-network {
	margin-top: 3px;
	margin-left: 15px;
}

.soc-network .soc-item {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: 20px !important;
	overflow: hidden;
	background-position: top !important;
}

.soc-network .soc-item:hover {
	background-position: bottom !important;
	cursor: pointer;
}

.soc-network .vk-ico {
	background:  url('/local/templates/yugu2021/components/bitrix/news.list/people-line-list/img/vk.svg') no-repeat;
}


.soc-network .inst-ico {
	background:  url('/local/templates/yugu2021/components/bitrix/news.list/people-line-list/img/inst.svg') no-repeat;
}
/* End */
/* /local/templates/yugu2021/components/bitrix/news/programs-CDO/bitrix/catalog.filter/.default/style.css?17138570527110 */
/* /local/templates/yugu2021/components/bitrix/news/programs-CDO/bitrix/news.list/.default/style.css?171232177310431 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/round/style.css?16278064453036 */
/* /local/templates/yugu2021/components/bitrix/news/educational-programs-cdo/bitrix/news.list/.default/style.css?16790326191321 */
/* /local/templates/yugu2021/components/bitrix/form.result.new/feedback_cdo/style.css?17538779353120 */
/* /local/templates/yugu2021/components/bitrix/news.list/people-line-list-col4/style.css?16790326192689 */
/* /local/templates/yugu2021/components/bitrix/news.list/faq/style.css?16790326195374 */
/* /local/templates/yugu2021/components/bitrix/news.list/people-line-list/style.css?16790326192610 */
