.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('img/desc-city.svg');
}
.desc-date::before {
	background: url('img/desc-date.svg');
}
.desc-format::before {
	background: url('img/desc-format.svg');
}
.desc-duration::before {
	background: url('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('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('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('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('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%;
	}
}