.error {
    position: relative;
    left: 170px;
    color: red;
    font-size: 12px;
}
.password {
	position: relative;
}
.password-input {
	width: 185px;
	padding: 5px 0;
	height: 15px;
	line-height: 40px;
	text-indent: 10px;
	margin: 0 0 5px 10px;
	border-radius: 5px;
	border: 1px solid #999;
	font-size: 12px;
}
.password-control {
	position: relative;
	top: 5px;
	right: 30px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(https://kaztrail.kz/template/images/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(https://kaztrail.kz/template/images/no-view.svg) 0 0 no-repeat;
}
.field-input {
	padding: 5px 0;
	line-height: 40px;
	text-indent: 10px;
	margin: 0 0 5px 10px;
	font-size: 12px;
}
.page1 {
  	font-size: 30px; 
}
.schem {
    background: #e2f7f6;
    border: 1px solid black;
    font-size: 0.7rem;
    width: 100px;
    text-align: center;
    padding: 10px;

}
.schem_inf {
    background: #e2f7f6;
    padding-top: 10px;    
    text-align: left;
}
.schem_main {
    display: flex;
}
body {
	margin: 50;
	padding: 0;
	background: #e2f7f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8rem;
	color: #0e0e0e;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Arvo', serif;
	font-weight: normal;
	color: #62547b;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #513582;
	font-size: 1.2em;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #EEE7DF;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}



/* Header */


/* Page */



.post {
	clear: both;
	padding: 30px 0px;
	border-bottom: 1px solid #D9D9D9;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -2px;
}

.post .title a {
	border: none;
	color: #E42E33;
}

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
}

.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}

.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

