/* -------------------------------- General --------------------------------- */

html {
	scroll-behavior: smooth;
}

th {
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0%;
	text-align: center;
}

h1 {
	margin: 0;
	margin-bottom: 20px;
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 36px;
	font-weight: 700;
	line-height: 35px;
	text-align: left;
}

h2 {
	margin: 0;
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 32px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}

h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 10px;
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 24px;
	font-weight: 500;
	line-height: 18px;
	text-align: left;
}

p {
	margin: 0;
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 24px;
	font-weight: 400;
	line-height: 112.75%;
	letter-spacing: 0%;
}

body {
	padding: 0;
	margin: 0;
	background-color: #525252;
}

html,
body {
	overflow-x: hidden;
}
/* --------------------------------- Header --------------------------------- */
header {
	background-color: #cfcfcf;
	height: 100px;
	width: 100%;
}

.header__container {
	max-width: 1140px;
	max-height: 90px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.header__name {
	padding-top: 15px;
	color: rgb(0, 0, 0);
	font-family: Kodchasan;
	font-size: 32px;
	font-weight: 400;
	line-height: 112.75%;
	letter-spacing: 0%;
	text-align: left;
	width: 364px;
	height: 100px;
}

.header__nav-menu {
	width: 702px;
	height: 43px;
}

.header__menu {
	list-style: none;
	display: flex;
	gap: 15px;
	margin: 0;
	padding: 0;
}

.header__menu li {
	background-color: rgb(82, 82, 82);
	border-radius: 70px;
	padding: 5px 15px;
	width: 129px;
	height: 42px;
}

.header__menu li a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-family: Kodchasan;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0%;
	text-align: center;
}

.burger-menu {
	display: none;
	visibility: hidden;
}

.burger-menu span {
	border: 1px solid #cfcfcf;
	background-color: rgb(82, 82, 82);
	border-radius: 70px;
	padding: 5px 15px;
	width: 100px;
	height: 42px;
}

.burger-menu span a {
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-family: Kodchasan;
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0%;
	text-align: center;
}

/* --------------------------------- Main ----------------------------------- */
.line {
	background-image: url('../img/home_line.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	max-width: 1140px;
	margin: 0;
	height: 1px;
}

.line-sep {
	visibility: hidden;
	width: 0px;
	height: 0px;
}

.highlight {
	background-color: red;
	color: white;
}

.main__container {
	max-width: 1140px;
	margin: auto;
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.home-background-1 {
	background-image: url('../img/home-background-1.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0;
	max-height: 544px;
	margin-bottom: 45px;
}

.container__home-info-1 {
	width: 1140px;
	max-height: 544px;
	display: flex;
	flex-direction: column;
	max-width: 1140px;
	margin: auto;
	gap: 80px;
}

.article__main-title-text {
	margin-top: 40px;
	width: 459px;
	height: 83px;
	text-align: left;
}

.article__main-text-1 {
	max-width: 1140px;
	max-height: 130px;
	text-align: left;
}

.article__main-text-2 {
	width: 869px;
	height: 128px;
	padding-left: 250px;
	text-align: right;
}

.container__picture {
	display: flex;
	flex-direction: row;
	max-width: 100%;
	min-height: 300px;
	margin: 0;
	/* margin-top: 45px; */
	gap: 15px;
}

.scepter {
	background-image: url('../img/scipetr.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	margin: 0;
	max-height: 90%;
	border: 5px solid white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 80px;
}

.crown {
	border: 5px solid white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-image: url('../img/crown-2.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 25%;
	margin: 0;
	max-height: 90%;
	border-radius: 80px;
}

.derjava {
	border: 5px solid white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	background-image: url('../img/derjava.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 25%;
	margin: 0;
	max-height: 90%;
	border-radius: 80px;
}

.home-info-2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 28px;
}

.home-info-2__table {
	min-width: 355px;
	min-height: 357px;
}

.home-info-2__table h2 {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 65px;
}

.home-info-2__audio {
	min-width: 340px;
}

#audio-buttons-1 {
	align-items: center;
	background-color: rgb(111, 111, 111);
	border: 1px solid rgb(255, 255, 255);
	width: 99%;
	height: 100px;
	border-radius: 70px;
}

#playButton-1 {
	border: 0px;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-color: #cfcfcf;
}

#pauseButton-1 {
	border: 0px;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-color: #cfcfcf;
}

#progressBar-1 {
	margin-top: 10px;
	border: 0px;
	border-radius: 70px;
	width: 300px;
	height: 50px;
	background-color: #cfcfcf;
}

#playButton-2 {
	border: 0px;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-color: #cfcfcf;
}

#pauseButton-2 {
	border: 0px;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-color: #cfcfcf;
}

#progressBar-2 {
	margin-top: 10px;
	border: 0px;
	border-radius: 70px;
	min-width: 300px;
	height: 50px;
	background-color: #cfcfcf;
}

.audio-buttons img {
	margin: auto;
	max-width: 50px;
	max-height: 50px;
}

#audio-buttons-1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: auto;
	justify-content: space-around;
}

.audio-buttons__progressBar-1 {
	width: 305px;
	height: 70px;
	border-radius: 70px;
	background-color: #cfcfcf;
}

#audio-buttons-2 {
	background-color: rgb(111, 111, 111);
	border: 1px solid rgb(255, 255, 255);
	width: 100%;
	min-height: 180px;
	border-radius: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

.audio-buttons-2__group-1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	gap: 45px;
}

#volumeSlider {
	width: 250px;
}

.audio-buttons-2__group-2 {
	width: 300px;
	padding: 20px;
	border-radius: 70px;
	background-color: #cfcfcf;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	gap: 10px;
}

.audio-buttons__progressBar-2 {
	width: 305px;
	height: 70px;
	border-radius: 70px;
	background-color: #cfcfcf;
}

table {
	border-collapse: collapse;
	margin: 0;
	min-width: 100%;
}

th {
	border: 1px solid rgb(255, 255, 255);
	/* padding: 20px; */
	background-color: rgb(111, 111, 111);
}

.home-info-2__table-date {
	text-align: center;
	max-width: 97px;
	height: 97px;
}

.home-info-2__table-text {
	text-align: center;
	max-width: 557px;
	max-height: 100px;
}

.home-info-2__audio h2 {
	font-weight: 400;
	line-height: 42px;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 31px;
}

.home-info-2__audio-container {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.home-info-2__audio-container__input {
	visibility: hidden;
	display: none;
}

/* ------------------------------------------- */

.video-buttons img {
	margin: auto;
	max-width: 50px;
	max-height: 50px;
}

.video-buttons__buttons {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px;
}

.container__video {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.video-buttons__progressBar-1 {
	max-width: 955px;
	height: auto;
	border-radius: 70px;
	background-color: #cfcfcf;
}

#ProgressBar {
	margin-top: 10px;
	border: 0px;
	border-radius: 70px;
	max-width: 950px;
	min-width: 850px;
	height: auto;
	background-color: #cfcfcf;
	height: 50px;
	background-color: #cfcfcf;
}

#video-buttons-1 {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: auto;
	justify-content: space-around;
	align-items: center;
	background-color: rgb(111, 111, 111);
	border: 1px solid rgb(255, 255, 255);
	width: 99%;
	height: 100px;
	border-radius: 70px;
}

.article__child-title-text {
	width: 570px;
	height: 40px;
	text-align: left;
}

.child_background {
	background-image: url('../img/child_background.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	margin: 0;
	height: auto;
	margin-bottom: 45px;
	padding-top: 40px;
	padding-bottom: 40px;
}

.container__child-info-1 {
	max-width: 1140px;
	min-height: 800px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: auto;
}

.child-info-1 {
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: space-around;
}
.child_image_1 {
	background-image: url('../img/ea54ea2b4cca595767d0a08caa5391b6 1.jpeg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 60%;
	margin: 0;
	max-height: 90%;
	border-radius: 80px;
}
.article__child-text-1 {
	width: 180%;
	height: 282px;
	text-align: left;
	margin-top: 40px;
}

.child-info-2 {
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: space-around;
}

.child_image_2 {
	background-image: url('../img/d4f3937e593671bcc000f70f50eb4bb9 (1) 1.jpeg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 70%;
	margin: 0;
	border-radius: 80px;
	min-height: 120%;
}
.article__child-text-2 {
	width: 100%;
	text-align: left;
}

.container__child-gallery-text {
	text-align: center;
}

.container__child-gallery {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

video {
	width: 100%;
	height: auto;
	border-radius: 80px;
}

#PlayButton {
	border: 0px;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-color: #cfcfcf;
}

#PauseButton {
	border: 0px;
	border-radius: 70px;
	width: 50px;
	height: 50px;
	background-color: #cfcfcf;
}

/* ------------------------------------------- */

.repres_background {
	background-image: url('../img/repres_background.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 1050px;
	margin: 0;
	margin-bottom: 45px;
}

.article__repres-title-text {
	padding-top: 40px;
	min-width: 570px;
	min-height: 40px;
	text-align: left;
}

.container__repres-info-1 {
	max-width: 1140px;
	height: auto;
	display: flex;
	flex-direction: column;
	max-width: 1140px;
	gap: 20px;
	margin: auto;
}

.repres-info-1 {
	background-image: url('../img/repres_image_1.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 35%;
	margin: 0;
	border-radius: 80px;
	min-height: 100%;
}

.article__repres-info-1 {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-around;
}

.article__repres-text-1 {
	line-height: 30px;
	width: 65%;
	height: 274px;
	text-align: left;
}

.repres-info-2 {
	background-image: url('../img/repres_image_2.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 35%;
	margin: 0;
	border-radius: 80px;
	min-height: 100%;
}

.article__repres-info-2 {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: space-around;
}

.article__repres-text-2 {
	line-height: 30px;
	width: 65%;
	height: 274px;
	text-align: left;
}

.repres-info-3 {
	background-image: url('../img/repres_image_3.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 35%;
	margin: 0;
	border-radius: 80px;
	min-height: 120%;
}

.article__repres-info-3 {
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-around;
}

.article__repres-text-3 {
	line-height: 30px;
	width: 65%;
	height: 274px;
	text-align: left;
}

.container__repres-info-2 {
	max-width: 1140px;
	height: auto;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.container__repres-info-2__text {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 50%;
}

.container__repres-info-2__img-1 {
	background-image: url('../img/repres_image_4.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0;
	border-radius: 80px;
	min-height: 47%;
}

.container__repres-info-2__img-2 {
	background-image: url('../img/repres_image_5.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0;
	border-radius: 80px;
	min-height: 47%;
}

.container__repres-info-2__img {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

/* ------------------------------------------- */

.last_background {
	background-image: url('../img/last_background.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 1150px;
	margin: 0;
	margin-bottom: 45px;
}

.article__last-title-text {
	margin: 0;
	padding-top: 20px;
	line-height: 50px;
	max-width: 500px;
	min-height: 40px;
	text-align: left;
}

.container__last-info-1 {
	max-width: 1140px;
	height: auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: auto;
}

.article__last-text-1 {
	max-width: 65%;
	height: 100%;
	text-align: left;
	line-height: 35px;
}

.article__last-img-1 {
	background-image: url('../img/last_image_1.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 35%;
	margin: 0;
	border-radius: 80px;
	min-height: 100%;
}

.last-info-1 {
	width: 100%;
	min-height: 620px;
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-around;
}

.container__last-info-2 {
	max-width: 1140px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	margin: auto;
}

.article__last-text-2 {
	max-width: 50%;
	height: 100%;
	text-align: left;
	line-height: 35px;
}

.article__last-img-2 {
	background-image: url('../img/last_image_2.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	margin: 0;
	border-radius: 80px;
	min-height: 115%;
}

.last-info-2 {
	width: 100%;
	min-height: 300px;
	display: flex;
	flex-direction: row;
	gap: 30px;
	justify-content: space-between;
}

.container__last-title-text {
	line-height: 40px;
	margin: auto;
	text-align: center;
	margin-bottom: 20px;
}

.container__last-info-2__row-1 {
	width: 100%;
	min-height: 200px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-around;
}

.container__last-info-2__row-1__img {
	background-image: url('../img/P2.3.15.Novgorodskoe-vojsko 1.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-width: 65%;
	margin: 0;
	border-radius: 100px;
	max-height: 100%;
}

.last-info-2__block-1__text {
	margin-block-start: 0em;
	max-width: 100%;
	height: auto;
	padding: 20px;
	background-color: rgb(111, 111, 111);
	border-radius: 80px;
}

.last-info-2__block-1__text li {
	margin-left: 10px;
	text-align: left;
	margin: 0;
	margin-top: 15px;
	margin-left: 35px;
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 24px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0%;
}

.container__last-info-2__row-2 {
	width: 100%;
	min-height: 200px;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-around;
}

.container__last-info-2__row-2__img {
	background-image: url('../img/last_image_4.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 80%;
	margin: 0;
	border-radius: 80px;
	max-height: 100%;
}

.last-info-2__block-2 {
	max-width: 100%;
	height: auto;
	padding: 10px;
	background-color: rgb(111, 111, 111);
	border-radius: 80px;
}

.last-info-2__block-2 li {
	margin-left: 10px;
	text-align: left;
	margin: 0;
	margin-top: 15px;
	margin-left: 35px;
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 24px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0%;
}

.last-info-2__block-2__text {
	margin-top: 25px;
	text-align: center;
}

.last-info-2__block-3 {
	max-width: 100%;
	height: auto;
	padding: 7px;
	background-color: rgb(111, 111, 111);
	border-radius: 80px;
}

.last-info-2__block-3 li {
	margin-left: 10px;
	text-align: left;
	margin: 0;
	margin-top: 15px;
	margin-left: 35px;
	color: rgb(255, 255, 255);
	font-family: Noto Sans;
	font-size: 24px;
	font-weight: 400;
	line-height: 40px;
	letter-spacing: 0%;
}

.last-info-2__block-3 ul {
	padding-inline-start: 15px;
}
/* --------------------------------- Footer --------------------------------- */
footer {
	background-color: #cfcfcf;
	height: 130px;
	width: 100%;
	margin-top: 40px;
}

footer input[type='text'] {
	padding: 0;
	border: 1px solid rgb(167, 168, 168);
	border-radius: 8px;
	font-size: 16px;
}

.footer__container {
	max-width: 1140px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer__content {
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	column-gap: 0;
	align-items: end;
}

.footer__name {
	padding-top: 20px;
	width: 364px;
	height: 110px;
	color: rgb(0, 0, 0);
	font-family: Kodchasan;
	font-size: 32px;
	font-weight: 400;
	line-height: 112.75%;
	letter-spacing: 0%;
	text-align: left;
}

.footer__creator {
	color: rgb(0, 0, 0);
	font-family: Kodchasan;
	font-size: 24px;
	font-weight: 400;
	line-height: 112.75%;
	letter-spacing: 0%;
	text-align: right;
	width: 382px;
	height: 38.82px;
}

.footer__nav-menu {
	max-width: 500px;
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	align-items: center;
}

.search-form {
	text-align: right;
	background: rgb(167, 168, 168);
	border-radius: 20px;
	padding-right: 5px;
	margin-right: 10px;
	width: 382px;
	height: 41px;
}

.search-input {
	border: none;
	background: none;
	color: white;
	padding: 5px;
	margin-right: 10px;
	outline: none;
}

.search-button {
	background: none;
	border: none;
	cursor: pointer;
	color: rgb(255, 255, 255);
	font-family: Kodchasan;
	font-size: 24px;
	font-weight: 400;
	line-height: 153.39%;
	letter-spacing: 0%;
}

.footer__creator-links {
	display: flex;
	gap: 10px;
	flex-direction: row;
}

.footer__creator-links a img {
	display: block;
}
