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;
}


.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;
	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: 25px;
	font-weight: 600;
	color: #32b698;
}

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;
}

.doki {
	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: #1a3128;
	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: #1a3128;
	padding: 20px 0px 20px 0px;
	color: #fff;
	text-align: center;
}

