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