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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}

@font-face {
  font-family: 'RupsterScriptFree';
  src: url('10859.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  min-width: 1170px;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.clear { clear: both; float: none; }


footer {
  background-color: #1e79ce;
  color: #fff;
}

footer .wrapper div {
  float: left;
}

footer div.clear {
  float: none;
}

footer .first {
  width: 32%;
  padding-top: 119px;
  text-align: center;
  margin-right: 2%;
}

footer .second {
  width: 66%;
  padding-top: 120px;
  padding-bottom: 112px;
}

footer form {
  background-color: #fff;
}

footer p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  margin-top: 24px;
}

footer hr {
  border: none;
  border-top: 1px solid #86c8fd;
}

footer .first hr {
  border-width: 3px;
  width: 170px;
  margin-top: 36px;
}

footer .f-contacts {
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 8px;
}

footer .f-contacts:last-child {
  margin-top: 8px;
}

footer .f-contacts img {
  display: inline-block;
  position: relative;
  margin-right: 8px;
}

footer .f-contacts img.k {
  top: 3px;
}

footer .f-contacts img.m {
  top: 8px;
  margin-right: 8px;
  margin-left: 14px;
}

footer .f-contacts img.e {
  top: 6px;
}

footer .f-contacts img.p {
  top: 13px;
}

footer form {
  border: 0px solid;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; /* future proofing */
  -khtml-border-radius: 6px; /* for old Konqueror browsers */
  padding: 100px;
  font-family: 'Open Sans', sans-serif;
}

footer form h2 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin-bottom: 4px;
}

footer form label {
  font-size: 16px;
  line-height: 36px;
  color: #7d7d7d;
}

footer form input {
  background-color: #f6f5f0;
  border: none;
  height: 51px;
  width: 100%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; /* future proofing */
  -khtml-border-radius: 2px; /* for old Konqueror browsers */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 0 10px;
}

footer form textarea {
  width: 100%;
  background-color: #f6f5f0;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; /* future proofing */
  -khtml-border-radius: 2px; /* for old Konqueror browsers */
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 10px 10px;
}

.col-1, .col-2 {
  float: left;
  width: 47%;
  margin-top: 7px;
}

.col-1 {
  margin-right: 6%;
}

footer div.col-full {
  margin-top: 7px;
  width: 100%;
  float: none;
  clear: both;
}

footer button {
  width: 150px;
  border: 2px solid #2388d9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
  background-color: #fff;
  color: #2388d9;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0 8px 0;
  margin: 29px auto 0;
  display: block;
  cursor: pointer;
}

footer .error {
  color: red;
}

footer .success {
  color: green;
}

footer nav {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #e8f5ff;
  float: left;
  margin-top: 12px;
  margin-bottom: 119px;
}

footer nav a {
  color: #e8f5ff;
  text-decoration: none;
}

footer nav span {
  display: inline-block;
  margin: 0px 10px;
}

footer small {
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 35px;
  color: #e8f5ff;
  margin-top: 12px;
}

.validation-field {
  display: none;
}