@media (min-width: 0) {

	.header {
		padding: 15px 0 45px 0;
	}

	.header__logo {
		text-align: center;
	}

	.header__logo img {
		width: 200px;
		height: 97px;
	}

	.header__main_info {
		display: flex;
		flex-direction: column;
		margin-top: 30px;
	}

	.header__main_title {
		font-size: 26px;
		align-self: center;
		text-align: center;
		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;
		font-size: 16px;
		line-height: 130%;
	}

	.header__text span {
		font-weight: bold;
	}
}

@media (min-width: 954px) {}

@media (min-width: 1243px) {}

@media (min-width: 1413px) {}