
.table-education-header{
	border:none;
	width:100%;
	margin:1.5em 0;
	border-collapse:collapse;
}
	.table-education-header tr{
		border:none;
	}
		.table-education-header td{
			border:none;
			border:1px dashed #aaaaaa;/*для админки*/
			vertical-align:top;
			font-size:14px;
			font-weight:600;
			/* padding-top:0.1em; */
		}
		.table-education-header tr td:first-child{
			max-width:3em;
			padding-top:0;
			padding-right:0.5em;
			line-height:1;
			font-size:32px;
			font-weight:normal;
		}

.error-404 .hero-section .hero-block__left{
	opacity: 0;
}
.footer-upper-block__social-list{
	justify-content: center;
}

@media (max-width: 991px) {
    .error-404 .hero-block {
        display: none;
    }
}

@media (min-width: 600px) {
	.table-education-header td{
		font-size:16px;
	}
	.table-education-header tr td:first-child{
		font-size:35px;
	}
}
@media (min-width: 960px) {
	.table-education-header td{
		font-size:20px;
	}
	.table-education-header tr td:first-child{
		font-size:40px;
	}
}
@media (min-width: 1200px) {
	.table-education-header td{
		font-size:24px;
	}
	.table-education-header tr td:first-child{
		font-size:46px;
	}
}
@media (min-width: 1600px) {
	.table-education-header td{
		font-size:26px;
	}
	.table-education-header tr td:first-child{
		font-size:50px;
	}
}