html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
	font-family: 'Times New Roman', serif;
}


/* .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery img {
    width: 20%; 
    margin-bottom: 80px;
} */

/* .center-text {
	text-align: center; Центрирует текст горизонтально
} */

/* .center-vertical { */
	/* display: flex; Использует Flexbox для выравнивания */
	/* justify-content: center; Центрирует по горизонтали */
	/* align-items: center; Центрирует по вертикали */
	/* height: 200px; Задайте высоту блока */
	/* background-color: #f4f4f4; Для наглядности */
/* } */

/* .center-text {
	width: 100%
} */

.navbar {
	width: 100%;
	height: 100px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	background-color: #1a3128;
}

.container {
	padding: 0px 30px;
}

.navbar .container {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-menu {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.navbar-menu li {
	display: inline-block;
}

.navbar-menu li a{
	display: inline-block;
	color: #fff;
	opacity: 0.6;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 10px;
	transition: all .07s ease-in-out;
}

.navbar-menu li a:hover{
	opacity: 1;
}

.navbar-wrap {
	display: flex;
	flex-flow: row nowrap;
}

.navbar-brand {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.navbar-brand:hover {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.main-content {
	width: 100%;
	height: auto;
	background-color: #1a3128;
	color: #fff;
	display: flex;
	flex-flow: column nowrap;
	text-align: center;
	padding: 20px 0px;
}

.zdaniye {
	width: 40%;
	max-width: 90%;
	height: 35%;
	padding: 15px 15px;
	margin: auto;
	border-radius: 20mm;

}

.name_edara {
	font-size: 35px;
	margin: 5px;
	word-wrap: break-word;
}


/* .main-text {
	display: flex; */
	/*justify-content: center;  Центрирует по горизонтали */
	/*align-items: center;  Центрирует по вертикали */
	/* width: 100%; */
	/*height: 100vh;  Высота элемента на весь экран */
	/* padding: 20px 0px;
	} */

/* .main-text {
	display: flex;
	width: 100%;
	padding: 20px 0px;
} */

.text {
	width: 75%;
	padding: auto;
	margin: auto;
}

p.biz, h1.ady, p.text-text {
	padding: 20px;
}

p.biz {
	font-size: 70px;
	font-weight: 600;
	color: #1d311a;
}

h1.ady {
	font-weight: 100%;
	font-size: 35px;
	text-align: center;
	word-wrap: break-word;
	justify-content: center;
	align-items: center;

}

.text-text p {
	padding: 10px;
	font-size: 20px;
}

.dk {
	width: 300px;
	height: 400px;
	padding: 25px;
	border-radius: 20mm;

}

.navbar1 {
	width: 100%;
	height: 150px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	background-color: #1d311a;
	padding: 0px 0px 25px 0px;
}

.container1 {
	padding: 0px 30px;
}

.navbar1 .container1 {
	height: inherit;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-menu1 {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.navbar-menu1 li {
	display: inline-block;
}

.navbar-menu1 li a{
	display: inline-block;
	color: #fff;
	opacity: 0.6;
	text-decoration: none;
	padding: 10px;
	margin-bottom: 10px;
	transition: all .07s ease-in-out;
}

.navbar-menu1 li a:hover{
	opacity: 1;
}

.navbar-wrap1 {
	display: flex;
	flex-flow: row nowrap;
}

.navbar-brand1 {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-align: left;
}

.navbar-brand1:hover {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #fff;
	text-align: left;
}

.navnav {
	width: 100%;
	height: 50px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	background-color: #31271a;
	padding: 20px 0px 20px 0px;
	color: #fff;
	text-align: center;

}



/* .nat {
	width: 100%;
	height: 50px;
	box-shadow: 0 4px 70px rgba(0, 0, 0, 0.1);
	background-color: #1a3128;
	padding: 20px 0px 20px 0px;
	color: #fff;
	text-align: center; */
	/* Footer */
/*#footer {background:#fff;border-top:1px solid #d8d8d8;clear:both;margin:0;padding:0}
#footer a {color:gray}
#footer a:hover {color:#303030}
#footer p {color:gray;font-size:1.1em;line-height:1.3em;margin:15px 0 0;padding:0} */
/* Additional classes
/* .photo {background-color:#f0f0f0;border:1px solid #d8d8d8;margin:0 0 15px;padding:2px}
.timestamp {font-size:1.2em;color:#606060;margin:-12px 0 12px 0}
.right {margin:-8px 0 8px 0;text-align:right}
.block {background:#f0f0f0;padding:10px}
.hide {display:none} */