.article__main-text-1 {
	width: 800px;
}

.article__main-title-text {
	width: 800px;
}

.container__home-info-1 {
	width: 800px;
	gap: 20px;
	align-items: center;
}

.article__main-text-2 {
	margin-top: 50px;
	width: 800px;
	padding: 0;
	text-align: left;
}

.container__picture {
	flex-wrap: wrap;
	padding-left: 20px;
	padding-right: 30px;
}

.scepter {
	width: 100%;
	height: 300px;
}

.derjava {
	width: 48%;
	height: 300px;
}

.crown {
	width: 48%;
	height: 300px;
}

.home-info-2 {
	flex-direction: column;
}

.container__home-info-2 {
	padding-left: 50px;
	padding-right: 50px;
}

.home-info-2__table h2 {
	margin-top: 0;
	margin-bottom: 50px;
}

.line-sep {
	visibility: visible;
	background-image: url('/img/home_line.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 1140px;
	margin-top: 20px;
	height: 1px;
}

.home-info-2__audio-container {
	flex-direction: row;
}

#audio-buttons-1 {
	height: 180px;
}
