.header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .header-wrapper-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .header-wrapper-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right; }

.header-logo-img {
  width: 80%;
}

.header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .header-info-mail {
    margin-right: 40px;
    text-decoration: underline; }
    .header-info-mail:hover {
      color: #ffffff;
      text-decoration: none; }

.__16 {
  font-size: 16px; }

.clear {
  color: #ffffff; }

.light {
  font-weight: 300; }

.rail {
  font-family: 'Raleway'; }


.lang-items{
    padding-left: 0;
    list-style: none;
}
.lang-items li {
    margin-left: 40px;
}
.lang-items a{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Raleway';
    text-decoration: underline;
}
.lang-items a:hover{
    text-decoration: none;
}

.header-second-level {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

  .header-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.thin {
  font-weight: 100; }

.__18 {
  font-size: 18px; }

.header-signin {
  color: #08a854;
  margin-right: 15px; }
  .header-signin:hover {
    color: #08a854; }

.header-registration {
  padding: 10px 15px;
  background: #08a854;
  color: #ffffff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(9, 48, 61, 0.66);
  box-shadow: 0 4px 9px 0 rgba(9, 48, 61, 0.66); }
  .header-registration:hover, .header-registration:focus {
    text-decoration: none;
    color: #ffffff; }

body {
    font-size: 18px;
    /*min-width: 768px;*/
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-family: "SFUIText", Arial, sans-serif;
    font-weight: 400;
    color: rgb(9, 48, 61);
    overflow-x: hidden;
    background: #1A1942;
    background-size: cover;
    position: relative;
}
label.control-label {
    /*color: rgb(125, 125, 125);*/
  color: #fff;
}

.para-group {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: -1; }

.para1 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/background.png);
  top: 0; }

.para2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/par2.png) repeat-y center;
  top: 0; }

.para3 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/par3.png) repeat-y center;
  top: 0; }

section {
  overflow: hidden; }

.registration-request-form label {
	color: white !important;
}
