body {
  margin: 0px;
  color: #333333;
  width: 100%;
  height: 100%;
  background-color: #fbfbfb;
	font-family: 'PT Sans', PTsans, Arial, sans-serif;
}

p {
  font-size: 12pt;
}

div {
  font-size: 12pt;
}

h1 {
  color: #036F4B;
  font-size: 18pt;
  text-align: center;
  font-weight : bold;
}

h3 {
  color: #036F4B;
  font-size: 16pt;
  text-align: center;
  font-weight: bold;
}

h5 {
	font-size: 12pt;
	margin: 0 0 10 0px;
}

a, a:visited {
	color: #4fa7b1;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.recv {
	color: #db3434;
	font-weight: bold;
	font-size: 14pt;
	padding-right: 4px;
}

.note {
	color: #3719a7;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	padding-left: 10px;
}

#wrapper {
  width: 1000px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
/* ---------------- Header ---------------- */
#header {
  width: 1000px;
  margin: 0 auto;
	padding-top: 10px;
}

.header-left {
  float: left;
	width: 50%;
}

.header-right {
  float: left;
	width: 50%;
	margin-top: 20px;
	text-align: right;
	color: #036F4B;
}
/* --- */
.hdivider {
	clear: both;
}

#content {
  width: 1000px;
  margin: 0 auto;
	padding-top: 50px;
}

#choice {
	text-align: center;
}

.choice {
	height: 50px;
	padding: 0;
	margin: 0;
}

#conf-title {
	width: 100%;
	background-color: #badae6;
	padding: 8px;
	margin-bottom: 4px;
	color: #356e7e;
  text-align: center;
	font-weight: bold;
	border-radius: 4px;
}

#conf-form {
	width: 100%;
	background-color: #f0f4f7;
	padding: 8px;
	border-radius: 4px;
}

/* ---------------- Footer---------------- */

#footer {
  width: 1000px;
  margin: 0px auto 0;
  padding-top: 4px;
  background-color: #f0f4f7;
	font-size: 12pt;
	color: #707070;
}

.footer a {
  color: #cc6633;
}

/* --------------- Ôîðìà --------------- */

.form-part {
	width: 600px;
  margin: 0 auto;
	padding: 20px;
	border-bottom: 1px solid #aaaaaa;
}

.form-last-part {
	width: 600px;
  margin: 0 auto;
	padding: 20px;
}

*, *::before, *::after {
  box-sizing: border-box;
}

input[type="text"] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.text-field {
  margin-bottom: 1rem;
}
/* label */
label {
  display: block;
  margin-bottom: 0.5rem;
}
/* input */
input, select {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Êíîïêà */
.c-button {
  appearance: none;
  border: 0;
  border-radius: 5px;
  background: #4676D7;
  color: #fff;
  padding: 8px 16px;
  font-size: 16px;
}

.c-button:hover {
  background: #1d49aa;
}

.c-button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #cbd6ee;
}

a.c-button {
	color: #ffffff;
}

input:invalid:not(:placeholder-shown) {border-color: #c14129;}
input:valid:not(:placeholder-shown) {border-color: green;}