.header__menu {
	display: none;
	visibility: hidden;
}

.header__name {
	margin-top: 30px;
	margin-left: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.header__container {
	flex-direction: row;
	justify-content: space-between;
}

.burger-menu {
	visibility: visible;
	display: flex;
	flex-direction: column;
	list-style: none;
	gap: 20px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 40px;
	right: 10px;
}

.buttons {
	visibility: hidden;
	gap: 15px;
	display: flex;
	flex-direction: column;
}

.menu {
	width: 120px;
	height: 100%;
}

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

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

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