html {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  background-color: #eff3f8;
}
body * {
  font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
  font-family: "Open Sans", 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
}
h1 {
    margin: 0 0 25px 0;
    line-height: 1.4;
    font-size: 36px;
}
h2, h3 {
    margin: 60px 0 10px 0;
    line-height: 1.4;
    font-size: 22px;
}
p {
  margin: 0 0 22px 0;
}
p a {
    font-weight: 700;
    color: #000000;
    text-decoration: underline;
}
p a:hover {
    text-decoration: none;
}
b {
  font-weight: 600;
}
.fl {
  float: left;
}
.fr {
  float:right;
}
.fl p {
  line-height: 1.6;
  width: 510px;
}
.l1 {
  line-height: 1;
}
.no_top_mar {
  margin-top: 0;
}
.no_bot_mar {
  margin-bottom: 0;
}
.left {
    text-align: left;
}
/*Header Top*/
.top {
    width: 100%;
    z-index: 1030;
    margin: 0;
    padding: 0;
    overflow: visible;
    height: 68px;
    border: medium none;
    background: url('/resource/img/nav/rs-menu-bg.png') 0 0 repeat-x transparent;
    background-size: contain;
}
.header {
    margin: 0 auto;
    width: 940px;
}
.logo {
    float: left;
    width: 196px;
    height: 62px;
    background: url("images/logo.png") 0 center no-repeat transparent;
}
#lang_switcher {
    margin-top: 16px!important;
    background-color: #242424!important;
    border: 1px solid #444444!important;
}
#lang_arrow {
    border-color: #cccccc transparent transparent transparent!important;
}
.lang_name, #lang_list ul li a .lng {
    color: #cccccc!important;
}
#lang_list {
    top: 44px!important;
}
#lang_switcher:hover #lang_arrow, .hover #lang_arrow {
    border-color: #ffffff transparent transparent transparent!important;;
}
#lang_switcher:hover .lang_name, .hover .lang_name {
    color: #ffffff!important;
}
#lang_switcher.hover {
    border-bottom: none!important;
}
#lang_list {
    background-color: #242424!important;
    border: 1px solid #444444!important;
}
#lang_list ul {
    border-right: 1px solid #444444!important;
}
#lang_list ul li:hover {
    background-color: #000000!important;
}
#lang_list ul li:hover .lng {
    color: #0099cc!important;
}
/*Page*/
.page {
    margin: 50px auto 0 auto;
    padding: 70px 78px;
    width: 696px;
    background-color: #ffffff;
}
.btn-wrapper {
    padding-right: 50px;
    margin-top: 10px;
    display: inline-block;
    background: url("images/arrow.png") top right no-repeat transparent;
}
.btn-wrapper a {
    border-radius: 5px;
    display: inline-block;
    padding: 18px 30px;
    min-width: 158px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    background: #66ad1f; /* Old browsers */
    background: -moz-linear-gradient(top, #66ad1f 0%, #66ad1f 50%, #58921b 51%, #58921b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #66ad1f 0%,#66ad1f 50%,#58921b 51%,#58921b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #66ad1f 0%,#66ad1f 50%,#58921b 51%,#58921b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ad1f', endColorstr='#58921b',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
}
.btn-wrapper a:hover, .page table td a:hover {
    background: #58921b; /* Old browsers */
    background: -moz-linear-gradient(top, #58921b 0%, #58921b 50%, #66ad1f 51%, #66ad1f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #58921b 0%,#58921b 50%,#66ad1f 51%,#66ad1f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #58921b 0%,#58921b 50%,#66ad1f 51%,#66ad1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58921b', endColorstr='#66ad1f',GradientType=0 ); /* IE6-9 */
}
.page table {
    margin-top: 15px;
    width: 684px;
    border-spacing: 0;
    border-collapse: collapse;
}
.page table th,td {}
.page table th {
    border: 1px solid #155596;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 14px;
    background-color: #2565a5;
}
.page table td {
    border: 1px solid #ceddf0;
    padding: 15px 30px;
    font-size: 16px;
}
.name {
    width: 299px;
}
.free {
    width: 95px;
}
.reg {
    background-color: #f2fbe9;
}
.mark {
    background: url("images/mark.png") center no-repeat transparent;
}
.button {
    padding: 15px 10px!important;
}
.page table td a {
    border-radius: 5px;
    padding: 12px 10px;
    display: block;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    background: #66ad1f; /* Old browsers */
    background: -moz-linear-gradient(top, #66ad1f 0%, #66ad1f 50%, #58921b 51%, #58921b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #66ad1f 0%,#66ad1f 50%,#58921b 51%,#58921b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #66ad1f 0%,#66ad1f 50%,#58921b 51%,#58921b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ad1f', endColorstr='#58921b',GradientType=0 ); /* IE6-9 */
    text-decoration: none;
    text-align: center;
}
.box {
    padding-left: 180px;
    min-height: 150px;
    background: url("images/box.png") 0 0 no-repeat transparent;
}
/*Footer*/
.footer {
    margin: 0 auto;
    width: 940px;
}
#footer_links {
  padding: 30px 0 0 0;
  font-size: 14px;
  text-align: center;
  color: #a8a8a8;
}
#footer_links a, #footer_links a:active, #footer_links a:visited {
  color: #a8a8a8;
  text-decoration: none;
}
#footer_text {
  color: #a8a8a8;
  font-size: 12px;
  text-align: justify;
  padding: 20px 0 30px 0;
  letter-spacing: -0.05px;
}