


.main-footer__list-item li a {
    color: white;
}

.footer ul li a {
	color: white;
}
.footer_info_ul li a {
	color: white;
}
.main__portal .footer_info_ul li a{
	color: black;
}

.study_list li a {
	color: #6E7082;
}
.study_list li a {
	display: flex;
	flex-direction: row;

}
.study_list svg {
	margin-right: 1vw;
	width: 1vw;
}
@media screen and (orientation: portrait) {
	.study_list li {

		margin-left: 3vw;
	}
	.study_list svg {
		margin-right: 3vw;
		width: 4.3vw;
	}
}