@font-face {
	font-family: 'Museo Sans Cyrl 300';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Cyrl 300'), url('/fonts/MuseoSansCyrl_0.woff') format('woff');
}
@font-face {
	font-family: 'Museo Sans Cyrl 700';
	font-style: normal;
	font-weight: normal;
	src: local('Museo Sans Cyrl 700'), url('/fonts/MuseoSansCyrl_2.woff') format('woff');
}
/* ============================================================
  RESET - http://meyerweb.com/eric/tools/css/reset/
============================================================ */
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;
}
img {
	border: none;
	max-width: 100%;
	/* just in case, to force correct aspet ratio */
	height: auto !important;
}
/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* ============================================================
  HEADER
============================================================ */
.header {
	padding-top: 35px;
	width: 100%;
}
/* ============================================================
  HTML & BODY
============================================================ */
body {
	background-color: #fff;
	color: #6d7175;
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
hr {
	border: none !important; 
	color: #efefef;
	background-color: #dadada;
	height: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 70%;	
}
input {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	background: #fff;
	font-size: medium;
	border-radius: 7px;
	color: #a52791;
	height: 45px;
	border: 1px solid #dadada;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
input.btn {
	height: 85px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 0px;
	background-image: none;
	background-color: #fff;
	width: 267px;
	padding: 0px;
}
select {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: medium;
	background: #fff;
	border-radius: 7px;
	padding: 10px;
	color: #a52791;
	height: 45px;
	border: 1px solid #dadada;
	width: 100%;
}
textarea {
	font-family: 'Museo Sans Cyrl 300', Arial, sans-serif;
	font-size: medium;
	background: #fff;
	border-radius: 7px;
	color: #a52791;
	border: 1px solid #dadada;
	-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
}
/* ============================================================
  PRIMARY STRUCTURE
============================================================ */
.wrapper {
	width: 100%;
	margin: 0 auto;
}
main {
	display: block;
	background-color: #fff;
}
.container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

@media all and (max-width: 640px) {
.container {
	background-image: none;
}
}
/* ============================================================
  CONTACT TABLES
============================================================ */

table.center {
	margin-left: auto;
	margin-right: auto;
}
table {
	width: 70%;
	table-layout: fixed;
}
table input {
	width: 100%;
}
td, th {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px;
	text-align: left;
	font-size: 16px;
}
td a {
	text-decoration: none;
	color: #6d7175;
}
td a:hover {
	color: #a52791;
}

@media only screen and (max-width: 640px) {
table {
	width: 100%;
}
}
/* ============================================================
  FOOTER
============================================================ */
#footer {
	width: 100%;
	background-color: #232323;
	height: 200px;
	padding-top: 15px;
}
/* ============================================================
  TEXT LEVEL SEMANTICS
============================================================ */
a {
	text-decoration: underline;
	color: #232323;
}
a:hover {
	text-decoration: none;
	color: #a52791;
}
::selection {
  background: #a52791;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #a52791;
  color: #fff;
  text-shadow: none;
}
