@media (min-width: 0) {

	.header {
		padding: 15px 0 45px 0;
	}

	.header__logo {
		text-align: center;
	}

	.header__logo img {
		width: 189px;
		height: 50px;
	}

	.header__main_info {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
	}

	.header__main_title {
		font-size: 32px;
		line-height: 120%;
		font-weight: bold;
	}

	.header__main_posttitle {
		align-self: end;
		font-size: 14px;
		margin-top: 15px;
		line-height: 130%;
		text-align: end;
	}

	.header__text {
		margin-top: 45px;
	}


	.header__text span {
		font-weight: bold;
	}
	li {
		margin-left: 20px;
	}
}

@media (min-width: 954px) {

	p{
		font-size: 16px;
	}
}

@media (min-width: 1243px) {

	li {
		margin-left: 40px;
	}

}

@media (min-width: 1413px) {}