/* ------------------------ BASIC ---------------------------- */
:root {
  --ruda: #e50000;
	--basic-font: "Work Sans", Helvetica, Arial, sans-serif;
  --title-font: "Bebas Neue", Helvetica, Arial, sans-serif;
}
body {
	margin:0 auto;
	text-align:center;
	font-family: var(--basic-font);
	font-size:17px;
  background:#000;
}
body, div, h1, h2, h3, p, ul, li, form, table, tr, td {
  margin:0;
  padding:0;
}
div, h1, h2, h3, p, li, th, td, input, textarea, select {
  font:inherit;
}
h1, .h1, h2, .h2, h3, .h3 {
  font-family: var(--title-font);
  color:white;
}
p {
  line-height:24px;
  margin-bottom:24px;
  color:white;
}
a, a:visited { text-decoration:none; }
a:hover { text-decoration:underline; }
a img { border:none; }
div.cb { clear:both; }

/* ------------------------ ROB ---------------------------- */
.hd_Msg {
  position:absolute;
  z-index:100;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
}
.hd_Msg_container {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  padding:30px;
  background:#3b3b3b;
  border:#776650 1px solid;
  font-size:20px;
}
.hd_Msg_container .btn {
  margin-top:30px;
}
.hd_MsgError {
  text-align:center;
  color:#919191;
}
.hd_MsgInfo {
  text-align:center;
  color:white;
}

/* ------------------------ MAIN ---------------------------- */

.container {
  margin:0 auto;
  width:1170px;
  padding-left:30px;
  text-align:left;
}
#header {
  height:142px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
#header .logo,
#header .logo2 {
  float:left;
  margin-right:30px;
}
#header .logo img {
  padding-top: 38px;
}
#header .logo2 img {
  padding-top: 55px;
  width: 200px;
}
#header .logos {
  float:right;
  padding-top:45px;
  display:none;
}
#header .logos img {
  height:60px;
  margin-left:0;
}
#header .languages {
  float:right;
  padding:20px 10px 0 0;
  font-size:14px;
}
#header .languages a, #header .languages a:visited {
  font-size:20px;
  line-height:20px;
  padding:0 5px;
	color:var(--ruda);
}
#header .name {
  float:left;
  font-family: var(--title-font);
  font-size: 37px;
  font-weight: bold;
	line-height: 1em;
	margin-top: 34px;
  color: #fff;
}
#header .name span {
  color:var(--ruda);
  font-weight: normal;
}
#header .name sup {
  position: relative;
  top: -0.3em;
  vertical-align: baseline;
}

.btn {
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 8px 20px 8px 20px;
  white-space: nowrap;
}
.btn.btn-gold {
  background-color:var(--ruda);
  font-weight: bold;
  margin-bottom: 15px;
}
.btn.btn-red {
  background-color:var(--ruda);
}
.btn:hover {
  color:black;
  text-decoration:none;
}
#info {
  padding:30px 0;
  color:black;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border-top: solid 4px rgba(255, 255, 255, .1);
  border-bottom: solid 4px rgba(255, 255, 255, .1);
}
#info h2 {
  text-transform: uppercase;
  font-size:30px;
}
#info p {
  font-weight: 200;
}
#info .container img {
  float: right;
  width: 314px;
  height:auto;
  padding-left: 30px;
  margin-right: 100px;
}

#main {
  padding:30px 0;
  color:#000;
}
#main h1 {
  font-family: var(--basic-font);
  font-weight: bold;
	font-size:26px;
  color: var(--ruda);
  line-height:2em;
}
#main .registration_info {
  float:left;
  width:700px;
  padding-right:30px;
  box-sizing:border-box;
  color:#000;
}
#main .registration_info .req {
  font-size:26px;
  font-weight: bold;
  margin-bottom:35px;
  line-height:1.1;
  text-transform:uppercase;
}
#main form {
  width:470px;
  float:left;
}
#main table {
  padding:25px;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.05);
	box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  border: solid 4px rgba(255, 255, 255, .1);
}
#main table tr td {
	color:#000;
}
#main table tr td:first-child {
  text-align:right;
  padding-right:10px;
  color:#fff;
}
#main .btn {
  border:none;
  margin-top:20px;
  width:100%;
  font-weight: bold;
}
/*
:-moz-ui-invalid:not(output) {
  background:red;
  box-shadow:none;
  border-color:var(--ruda);
}*/
#footer {
  border-top: solid 4px rgba(255, 255, 255, .1);
  font-size:12px;
  text-transform:uppercase;
  padding:25px 0;
}
#footer .container {
  padding-right: 30px;
  box-sizing: border-box;
}
#footer p {
  margin-bottom:0;
}
#footer a, #footer a:visited {
  color:var(--ruda);
  text-decoration:underline;
}
#footer .phone {
  margin-left:30px;
}
#footer .archa {
  display:inline-block;
  float:right;
}
#footer a.archa, #footer a.archa:visited {
  color:#999;
  text-decoration:none;
}


#hd_SouhlasSOP {
  margin: 10px 5px 5px 0;
}
#hd_SouhlasSOP + a, #hd_SouhlasSOP + a:visited {
  width: 186px;
	display: inline-block;
	vertical-align: top;
	padding-top: 10px;
  color:var(--ruda);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}