/* ------------------------- RESET ------------------------------ */
body, div, h1, h2, h3, h4, p, ul, li, form { margin:0; padding:0; }
div, h1, h2, h3, h4, p, li, th, td, input, select, option, textarea { font: inherit; }
a img { border:none; }

html {
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

/* ------------------------- BASIC ------------------------------ */
:root {
  --tmava: #131313;
	--seda: #ccc;
}
body {
	background: var(--tmava);
	margin:0 auto;
	text-align:center;
	color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
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: 'Montserrat', sans-serif;
}
p {
  line-height:20px;
  margin-bottom:20px;
}
a, a:visited, a:hover {
	color:#D31027;
}
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;
  background:#000;
}
#header .logos {
  float:left;
  padding-top:35px;
}
#header .logos a {
	display:block;
}
#header .logos img {
  height:72px;
}
#header .languages {
  float:right;
  padding:37px 10px 0 0;
  font-size:14px;
}
#header .languages a, #header .languages a:visited {
  font-size:20px;
  line-height:20px;
  color:white;
  padding:0 5px;
}
#header .name {
  float:left;
  font-size:48px;
	font-weight:bold;
  line-height:40px;
  margin:37px 0 0 50px;
}
#header .name span {
  font-size:25px;
  font-weight:normal;
}
#header .name sup {
  position: relative;
  top: -0.3em;
  vertical-align: baseline;
}
.btn {
  color: #000;
	background: white;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 20px;
  white-space: nowrap;
}
.btn:hover {
  /*transform: scale(1.06);
	transition: all .3s;*/
  background: rgba(204, 204, 204, 1);
  text-decoration: none;
}
#info {
  padding:50px 0 0 0;
}
#info h2 {
  text-transform: uppercase;
  font-size:25px;
}
#info .container img {
  float: right;
  width: 314px;
  height:auto;
  padding-left: 30px;
  margin-right: 100px;
}
#main {
  padding:3em 0;
}
#main h1 {
  font-size:48px;
  font-weight:600;
  line-height:1.5em;
}
#main .registration_info {
  float:left;
  width:540px;
  box-sizing:border-box;
  font-weight:200;
}
#main .registration_info .req {
  font-size:25px;
	font-weight:bold;
  margin-bottom:35px;
  line-height:1.3;
  text-transform:uppercase;
}
#main form {
  width:580px;
  float:left;
  margin: 0 50px 20px 0;
}
#main table {
  padding:25px;
  border:1px solid #fff;
}
#main table tr td {
  width:200px;
}
#main table tr td:first-child {
  text-align:right;
  padding-right:10px;
	width:200px;
}
#main .btn {
  border:none;
  margin-top:20px;
}
#footer {
  background:var(--tmmodra);
  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:white;
  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;
}
