html,
body {
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 12px;
  color: #000;
  padding: 0;
  margin: 0;
}
body {
  position: relative;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #111;
  text-decoration: none;
}
a.noline {
  text-decoration: none;
}
b,
strong {
  font-weight: bold;
}
p {
  margin: 0 0 12px;
}
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.upcase {
  text-transform: uppercase;
}
.main-width {
  width: 970px;
}
#container {
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0 auto;
  background: transparent;
  position: relative;
  overflow: visible;
  clear: both;
  padding: 0px 0 0;
  border-bottom: 0px solid transparent;
}
#container:after {
  content: "";
  height: 0px;
  width: 100%;
  display: block;
  position: absolute;
}
.container-inside {
  background: #FFF;
  position: relative;
  min-height: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  overflow: hidden;
}
body.print-page {
  background: #FFF;
  width: auto;
  height: auto;
  padding: 20px;
  margin: 0;
}
#container.print-container {
  width: auto;
  height: auto;
  background: #FFF;
  padding: 0;
  margin: 0;
}
.print-page .no-print {
  display: none;
}
.print-link {
  background: url('/app/web/imgs/print.gif') no-repeat 0px 2px;
  padding-left: 14px;
}
.hidden-away,
.bot-protection {
  overflow: hidden;
  position: absolute;
  left: -9999px;
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.stat-pixel {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -9999px;
  width: 1px;
  height: 1px;
}
.clear {
  clear: both;
}
imgwrapper {
  display: inline-block;
  position: relative;
}
imgwrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
imgdummy {
  display: block;
  max-width: 100%;
}
.sidebar-container,
.global-container {
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.global-container #container {
  margin: 0;
}
.sidebar-container #container {
  margin: 0 0 0 180px;
}
.sidebar-container.sidebar-hidden .content-normal {
  padding-left: 10px;
}
.sidebar-container.sidebar-hidden .spaced-header {
  margin-left: 10px;
}
.root-oreanda .sidebar-container.sidebar-hidden .spaced-header {
  margin-left: 0;
}
.sidebar-container:not(.sidebar-hidden) .content-normal {
  padding-left: 0;
}
#sidebar {
  width: 180px;
  background: #FFF;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 20;
  -webkit-backface-visibility: hidden;
}
.sidebar-container.sidebar-toggle #sidebar {
  left: 0;
}
.sidebar-button {
  display: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  margin-left: 20px;
  left: 0px;
  top: 15px;
  background-image: url('/app/web/imgs/menu.png');
  background-repeat: no-repeat;
}
.sidebar-toggle .sidebar-button {
  display: block;
  z-index: 4;
}
.global-container .sidebar-button {
  display: block;
  z-index: 4;
  margin-left: -70px;
}
.global-container.sidebar-toggle .sidebar-button {
  margin-left: 20px;
  position: absolute;
  left: 0px;
}
.global-container.sidebar-toggle .sidebar-button-floating {
  margin-left: 20px !important;
}
.root-sport .global-container.sidebar-toggle .sidebar-button-floating {
  margin-left: 30px !important;
}
.global-container:not(.sidebar-toggle) .sidebar-button-floating {
  position: fixed;
  left: auto;
  z-index: 21;
}
.global-container.sidebar-visible .sidebar-button {
  position: fixed;
  left: auto;
  z-index: 21;
}
.sidebar-visible .sidebar-button {
  background-image: url('/app/web/imgs/menu-close2.png');
}
.sidebar-hidden .sidebar-inside {
  display: none;
}
.sidebar-hidden #sidebar {
  width: 0px;
  overflow: visible;
}
.sidebar-container.sidebar-hidden #container {
  margin-left: 0px;
}
.global-container #sidebar {
  display: none;
}
.global-container.sidebar-visible #sidebar {
  display: block;
}
.sidebar-toggle .header-mini .logo {
  margin-left: 50px;
}
.sidebar-inside {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 0 5px 15px;
  width: 145px;
}
.body-sidebar-active .a-block {
  display: none;
}
.global-container .sidebar-inside {
  padding: 48px 0px;
  width: auto;
  left: 72px;
  right: 72px;
}
.global-container .sidebar-inside .submenu {
  padding-left: 0px;
  margin-top: 10px;
  display: block;
  line-height: 19px;
}
.global-container .sidebar-inside .submenu p {
  display: inline;
  font-weight: normal;
}
.global-container .sidebar-inside .menu .submenu p {
  font-weight: normal;
  font-size: 13px;
  margin: 0;
}
.global-container .sidebar-inside .submenu br {
  display: none;
}
.global-container .sidebar-inside .submenu p:not(:last-child):after {
  content: '|';
  margin: 0 6px;
}
.sidebar-container .sidebar-userform {
  display: none;
}
.sidebar-userform {
  float: right;
  margin-left: 160px;
  margin-bottom: 10px;
  position: relative;
  top: -8px;
}
.sidebar-userform .user-main-header {
  border-bottom: 1px solid #BBB;
}
.header-openlogin.user-widget-icons {
  background-image: url('/app/web/imgs/user-profile.png');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  padding: 0;
  top: 14px;
}
.sidebar-inside .header-openlogin {
  background-image: url('/app/web/imgs/user-profile.png');
  background-repeat: no-repeat;
  height: 32px;
  display: block;
  padding: 8px 0 0 40px;
}
.sidebar-inside .search {
  margin: 0 0 15px;
  white-space: nowrap;
}
.sidebar-inside .search input {
  display: inline-block;
  vertical-align: middle;
}
.sidebar-inside .search .text {
  width: 110px;
}
.sidebar-inside .search .button {
  width: 16px;
  background-image: url('/app/web/imgs/search.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.global-container .sidebar-inside .menu {
  background: transparent;
  clear: both;
  margin-top: 20px;
  columns: 1;
}
.global-container .sidebar-inside .menu>br:first-child {
  display: none;
}
.global-container .sidebar-inside .menu .item {
  overflow: hidden;
  break-inside: avoid-column;
}
.global-container .sidebar-inside .header-login {
  z-index: 21;
  position: absolute;
  right: 0;
}
.sidebar-inside .menu {
  margin: 0 0 15px;
  padding-bottom: 6px;
  background: #EEE;
}
.sidebar-inside .menu h3 {
  padding: 6px 8px;
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: #dcf9bf;
}
.sidebar-inside .menu p,
.sidebar-inside .menu .item {
  display: block;
  padding: 0;
  margin: 0 0 2px 8px;
  font-size: 15px;
}
.sidebar-inside .menu .submenu p {
  font-size: 13px;
  font-weight: bold;
}
.sidebar-inside .submenu {
  display: none;
}
.sidebar-inside .menu.menu-links {
  padding-top: 15px;
  border-top: 1px solid #BBB;
  padding-left: 8px;
}
.sidebar-inside .menu.menu-sections p {
  font-size: 15px;
}
.sidebar-inside .menu.menu-links p {
  font-size: 11px;
  margin-left: 0px;
}
.sidebar-popup-mirror.sidebar-inside {
  position: fixed;
  width: 0px;
  height: 0px;
  margin: 0;
  z-index: 30;
  top: 0;
  left: auto;
  overflow: visible;
}
.sidebar-popup-mirror .submenu {
  display: none;
}
.sidebar-popup-mirror .submenu-popup {
  display: block;
  position: absolute;
  z-index: 31;
  top: 0px;
  left: 0px;
  width: 145px;
  height: auto;
  background: #FFF;
  border: 1px solid #DDD;
  margin-top: -20px;
  padding: 20px 20px;
  font-size: 14px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.sidebar-popup-mirror .submenu-ptr {
  position: absolute;
  display: block;
  border-right: 12px solid #DDD;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 14px;
  left: -12px;
}
.sidebar-popup-mirror .submenu-ptr i {
  position: absolute;
  display: block;
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: -12px;
  left: 1px;
}
@media (min-width: 1060px) {
  .root-sport .global-container.sidebar-toggle .sidebar-button-floating {
    margin-left: 40px !important;
  }
  body .spaced-header {
    margin-right: 20px;
    margin-left: 20px;
  }
  body .column-center {
    margin: 0 260px;
  }
  body .cr-wide > .column-center {
    margin: 0 320px 0 260px;
  }
  body .column-center-left {
    margin-right: 260px;
  }
  body .cr-wide > .column-center-left {
    margin-right: 320px;
  }
  body .column-center-right {
    margin-left: 260px;
  }
  body .column-right {
    margin-left: -260px;
  }
  body .column-right.cr-wide {
    margin-left: -320px;
  }
  body .column-left {
    padding-left: 20px;
  }
  body .column-right {
    padding-right: 20px;
  }
  body .content-normal {
    padding-right: 20px;
  }
  body .column-left,
  body .column-right {
    width: 240px;
  }
  body .column-right.cr-wide {
    width: 300px;
  }
  body #container .column-custom.column-right {
    margin-left: -240px;
  }
  body .footer-menu {
    margin-left: 230px;
  }
  body .content-normal {
    padding-left: 20px;
  }
  body .main-width {
    width: 970px;
  }
}
@media (min-width: 1440px) {
  body .form-table .td-nm {
    width: 40%;
  }
  body .main-width {
    width: 1170px;
  }
  body .cham-small,
  body .cham-small h3 {
    font-size: 13px;
  }
  body .cham-widget-content-in {
    height: 280px;
  }
  body .cham-widget-main .cham-small-in {
    height: 76px;
  }
  body .cham-widget-main .cham-widget-content-in {
    height: 329px;
  }
}
@media (min-width: 1680px) {
  body .sidebar-container {
    width: 1420px;
    margin: 0 auto;
    left: -90px;
  }
  body .sidebar-container .container-inside {
    position: relative;
    left: -180px;
    border-left: 180px solid #FFF;
    margin-right: -180px;
  }
  body .sidebar-container .sidebar-container .content-normal {
    padding-left: 0px;
  }
  body #sidebar {
    left: auto;
  }
  body .a-block-page-top2 {
    text-align: center;
  }
}
@media (min-width: 1240px) {
  body.main-style2 .main-width {
    width: 1070px;
  }
  body.main-style2 .a-block-page-top2 {
    text-align: center;
  }
  body.main-style2 #sidebar {
    left: auto;
  }
}
@media (min-width: 1440px) {
  body.main-style2 .main-width {
    width: 1170px;
  }
  body.main-style2 .a-block-page-top2 {
    text-align: center;
  }
  body.main-style2 #sidebar {
    left: auto;
  }
}
@media (max-width: 1008px) {
  body .sidebar-container.sidebar-hidden .content-normal {
    padding-left: 4px;
  }
  body .main-width {
    width: auto;
    min-width: 580px;
  }
  body .footer-text {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
    height: auto;
  }
  body .chameleons-in {
    width: auto;
  }
  body .chameleon-block {
    float: none;
    clear: both;
    margin: 0 auto 20px;
  }
  body .chameleon-separator {
    display: none;
  }
}
@media (max-width: 1008px) and (min-width: 703px) {
  body .cham-small,
  body .cham-small h3 {
    font-size: 13px;
  }
  body .cham-widget-content-in {
    height: 280px;
  }
  body .cham-widget-main .cham-small-in {
    height: 76px;
  }
  body .cham-widget-main .cham-widget-content-in {
    height: 329px;
  }
}
@media (max-width: 1008px) and (min-width: 877px) {
  body .spaced-header {
    margin-right: 4px;
  }
  body .column-center {
    margin: 0 244px;
  }
  body .cr-wide > .column-center {
    margin: 0 304px 0 244px;
  }
  body .column-center-left {
    margin-right: 244px;
  }
  body .cr-wide > .column-center-left {
    margin-right: 304px;
  }
  body .column-center-right {
    margin-left: 244px;
  }
  body .column-right {
    margin-left: -244px;
  }
  body .column-right.cr-wide {
    margin-left: -304px;
  }
  body .column-left {
    padding-left: 4px;
  }
  body .column-right {
    padding-right: 4px;
  }
  body .content-normal {
    padding-right: 4px;
  }
  body .column-left,
  body .column-right {
    width: 240px;
  }
  body .column-right.cr-wide {
    width: 300px;
  }
  body #container .column-custom.column-right {
    margin-left: -240px;
  }
}
@media (max-width: 876px) {
  body .spaced-header {
    margin-right: 4px;
  }
  body .column-center {
    margin: 0 204px;
  }
  body .cr-wide > .column-center {
    margin: 0 204px 0 204px;
  }
  body .column-center-left {
    margin-right: 204px;
  }
  body .cr-wide > .column-center-left {
    margin-right: 204px;
  }
  body .column-center-right {
    margin-left: 204px;
  }
  body .column-right {
    margin-left: -204px;
  }
  body .column-right.cr-wide {
    margin-left: -204px;
  }
  body .column-left {
    padding-left: 4px;
  }
  body .column-right {
    padding-right: 4px;
  }
  body .content-normal {
    padding-right: 4px;
  }
  body .column-left,
  body .column-right {
    width: 200px;
  }
  body .column-right.cr-wide {
    width: 200px;
  }
  body #container .column-custom.column-right {
    margin-left: -200px;
  }
}
@media (max-width: 770px) {
  body .content-normal .column-wrapper {
    width: auto;
    float: none;
    clear: both;
  }
  body #container .content-normal .spaced-header,
  body #container .content-normal .column-right,
  body #container .content-normal .column-left,
  body #container .content-normal .column-center,
  body #container .content-normal .column-center-left,
  body #container .content-normal .column-center-right {
    margin: 0;
    float: none;
    clear: both;
    width: auto;
    position: static;
    left: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 702px) {
  body #center {
    margin-bottom: 220px;
  }
  body #footer {
    height: 220px;
  }
  body .footer-text {
    line-height: 11px;
    margin-top: 28px;
  }
}
@media (max-width: 598px) {
  body,
  body .main-width {
    min-width: 520px;
  }
  body .global-container .sidebar-inside .header-login {
    right: -58px;
    width: 390px;
  }
  body #container .column-right,
  body #container .column-left,
  body #container .column-center,
  body #container .column-center-left,
  body #container .column-center-right {
    margin: 0;
    float: none;
    clear: both;
    width: auto;
    position: static;
    left: 0;
    margin-bottom: 20px;
  }
  body .footer-text {
    line-height: 10px;
    margin-top: 30px;
  }
  body .footer-inside {
    padding: 2px 15px;
  }
  body #center > .column-right {
    padding-left: 10px;
  }
}
#header {
  background: #dcf9bf;
  position: relative;
  color: #000;
  z-index: 3;
  padding: 3px 0;
}
#header a {
  color: #000;
}
#header a:hover {
  color: #000;
  text-decoration: none;
}
.spaced-header {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 6px;
}
.root-oreanda .spaced-header {
  margin-left: 0;
}
.header-inside {
  position: relative;
  height: 56px;
  padding: 8px 0 26px;
}
.header-top {
  height: 22px;
  overflow: hidden;
  text-align: right;
}
.topmenu {
  height: 18px;
  line-height: 16px;
  clear: both;
  text-align: right;
  padding: 2px 20px;
  white-space: nowrap;
  font-size: 11px;
  font-weight: bold;
}
.logo {
  position: absolute;
  top: -10px;
  left: 0px;
  padding: 11px 20px 10px;
  z-index: 5;
}
.logo-image {
  display: block;
  width: 250px;
  height: 65px;
  background: url('/app/web/imgs/logo250.png') no-repeat;
  position: relative;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  white-space: nowrap;
}
#header a.logo-image,
#header a.logo-image:hover {
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}
.logo-image .logo-text1 {
  position: absolute;
  left: 70px;
  top: 43px;
  font-size: 14px;
}
.logo-image .logo-text2 {
  position: absolute;
  left: 116px;
  top: 45px;
}
.headline {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana, sans-serif;
  line-height: 16px;
  height: 16px;
  color: #000;
}
.logo .headline {
  margin-top: 0px;
}
.header-content {
  padding: 0 20px 0 320px;
}
.header-forms {
  padding: 0;
}
.header-login {
  float: right;
  clear: left;
  width: 440px;
  padding: 0 10px 0 0;
}
.header-search {
  float: right;
  clear: left;
  height: 21px;
  margin-left: 10px;
  text-align: right;
  padding: 0;
}
#header input {
  border-color: #BBB;
}
.header-search input.text {
  width: 130px;
  float: left;
  margin-right: 5px;
}
.header-search input.button {
  width: 40px;
}
.header-search form {
  white-space: nowrap;
}
.header-extras {
  text-align: right;
  padding: 0 20px;
  height: 18px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.header-extras .extra-menu {
  margin-left: 8px;
}
.extra-menu i,
.topmenu i {
  position: relative;
  top: 1px;
  font-style: normal;
  font-weight: bold;
}
.extra-menu {
  padding: 0;
  display: inline-block;
  height: 18px;
  line-height: 16px;
  font-weight: bold;
}
.extra-menu .hdr,
.mainmenu .hdr {
  font-weight: bold;
  color: #FF0000;
  margin-right: 2px;
}
.mainmenu {
  position: relative;
  clear: both;
  background: #dcf9bf;
}
.mainmenu .headline {
  position: absolute;
  width: 290px;
  left: 0;
  top: 6px;
  font-weight: bold;
}
.mainmenu-in {
  font-size: 0;
  text-align: right;
  white-space: nowrap;
  padding: 5px 13px;
  height: 20px;
}
.mainmenu a,
.mainmenu span {
  display: inline-block;
  padding: 1px 3px 1px;
  height: 18px;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.mainmenu i {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #000;
  margin: 0 3px;
  vertical-align: middle;
}
#header .mainmenu a {
  color: #000;
}
#header .mainmenu a:hover {
  text-decoration: none;
}
.header-mini .header-inside {
  padding: 2px 0;
}
.header-mini .header-forms {
  position: absolute;
  top: 2px;
  right: 7px;
}
.header-content .user-widget-icons.user-main-block {
  width: 100px;
  text-align: right;
}
.header-content .user-widget-icons .user-main-header,
.header-content .user-widget-icons .user-main-links {
  text-align: right;
  padding: 0;
}
.header-content .user-widget-icons .user-main-header {
  border: none;
}
.user-new-mail,
.user-main-links .user-new-mail {
  display: inline-block;
  height: 16px;
  padding: 1px 0 0 20px;
  text-decoration: none;
  background: url('/app/web/imgs/mail-icon.png') no-repeat;
  margin: 0;
}
.user-new-mail.link-hl {
  background-image: url('/app/web/imgs/mail-icon-new.png');
  font-weight: bold;
}
.header-mini .header-login,
.sidebar-inside .header-login {
  width: 400px;
  padding: 15px 30px 5px 5px;
  background: #EEE;
  border: 1px solid #BBB;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  position: relative;
  z-index: 6;
}
.header-mini .header-inside {
  height: 70px;
}
.header-mini .user-main-header {
  margin-bottom: 3px;
  padding-bottom: 3px;
}
.header-mini .logo {
  padding: 4px 20px 0px;
  top: 10px;
}
.header-mini .logo-image {
  background: url('/app/web/imgs/logo48h.png') no-repeat;
  height: 48px;
  width: 182px;
}
.header-mini .logo-image .logo-text1 {
  font-size: 11px;
  top: 31px;
  left: 54px;
}
.header-mini .logo-image .logo-text2 {
  font-size: 8.4px;
  top: 32px;
  left: 84px;
}
.header-usermenu {
  float: right;
  padding: 5px 0px 0px;
}
.header-openlogin {
  display: block;
  padding: 5px 0px;
  font-size: 14px;
  float: right;
  font-weight: bold;
  text-decoration: none;
}
#center {
  position: relative;
  margin-bottom: 180px;
}
.column-center {
  margin: 0 250px;
}
.cr-wide > .column-center {
  margin: 0 310px 0 250px;
}
.column-center-left {
  margin-right: 250px;
}
.cr-wide > .column-center-left {
  margin-right: 310px;
}
.column-center-right {
  margin-left: 250px;
}
.column-wrapper {
  float: left;
  width: 100%;
}
.column-left,
.column-right {
  float: left;
  width: 240px;
  padding: 20px 0;
  overflow: hidden;
}
.column-left {
  float: left;
  padding-left: 10px;
  margin-left: -100%;
}
.column-right {
  float: left;
  padding-right: 10px;
  margin-left: -250px;
}
.column-right.cr-wide {
  margin-left: -310px;
}
.column-right.cr-wide {
  width: 300px;
}
.content-normal {
  padding: 20px 10px;
  overflow: hidden;
}
.content-normal h1,
.content-normal .hdr0 {
  margin: 0 0 12px;
  padding: 0;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
}
.content-normal .hdr1,
.content-normal .hdr2,
.content-normal .hdr3 {
  text-align: center;
  font-size: 11px;
  padding: 6px 10px;
}
.hdr1,
.hdr2,
.hdr3,
.hdr4,
.hdr5,
.block h4,
.box-header {
  font-size: 11px;
  font-weight: bold;
  padding: 6px 10px;
  background: #dcf9bf;
  color: #000;
  line-height: 18px;
  margin: 0 0 12px;
  text-transform: uppercase;
  text-align: center;
}
.hdr3,
.hdr4,
.hdr5 {
  text-transform: none;
  font-size: 12px;
}
.hdr1,
.content-normal .hdr1 {
  text-align: left;
}
.hdr2,
.content-normal .hdr2 {
  text-transform: uppercase;
  text-align: center;
}
.hdr3 {
  text-align: left;
}
.hdr4 {
  padding: 7px 10px 5px;
  font-weight: bold;
  text-align: center;
}
.hdr5 {
  padding: 5px 10px 3px;
  text-align: center;
  background: #F2F2F2;
  line-height: 16px;
}
.hdr-nospace,
.content-normal .hdr-nospace {
  margin: 0;
}
.hdr-space,
.content-normal .hdr-space {
  margin: 12px 0;
}
.block {
  margin-bottom: 20px;
  overflow: hidden;
}
.block .block-inside {
  background-color: #F2F2F2;
  overflow: hidden;
}
.columns {
  clear: both;
  overflow: hidden;
  position: relative;
}
.columns:after,
.clearfix:after {
  content: ' ';
  display: block;
  clear: both;
}
table.columns td {
  vertical-align: top;
}
table.columns td.sep {
  width: 20px;
  display: block;
}
#container .column-custom.column-left,
#container .column-custom.column-right {
  padding: 0;
}
#container .column-custom.column-right {
  margin-left: -240px;
}
#footer {
  font-size: 12px;
}
#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: red;
  overflow: hidden;
  background: #FFF;
}
#footer .logo-triangle {
  top: 0;
  left: 35px;
}
.logo-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 28px solid #587ABA;
  border-bottom: 28px solid transparent;
  z-index: 4;
  display: none;
}
.logo-triangle span {
  display: block;
  position: absolute;
  border-right: 18px solid #FFF;
  border-bottom: 18px solid transparent;
  left: 6px;
  top: 0;
}
.footer-logo {
  position: absolute;
  display: block;
  top: 0;
  left: 40px;
  height: 32px;
  width: 170px;
  background: url('/app/web/imgs/logo-h30-new.png') no-repeat 27px bottom;
  z-index: 5;
}
.footer-border {
  background: #000;
  height: 1px;
  position: relative;
}
.footer-menu {
  padding: 4px 0 0 10px;
  height: 22px;
  margin-left: 250px;
  text-align: left;
  font-size: 0px;
}
.footer-menu a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
  margin: 0 2px;
}
.footer-menu i {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #000;
  margin: 0 2px;
  vertical-align: middle;
}
.footer-inside {
  padding: 2px 70px;
}
.footer-inside .pixels {
  position: absolute;
}
.footer-text {
  margin: 8px 0;
  font-size: 11px;
  height: 60px;
}
.footer-counters {
  margin: 8px 0;
  text-align: center;
}
.footer-partners {
  margin: 8px 0;
  text-align: center;
}
input,
textarea,
select {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
input.text,
input[type='text'],
input[type='password'],
textarea {
  border: 1px solid #BBB;
  color: #222;
  background: #FFF;
  padding: 1px 2px;
  line-height: 16px;
  height: 17px;
  vertical-align: baseline;
}
input.text:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
  border: 1px solid #A00;
}
textarea {
  height: auto;
}
input.button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid #BBB;
  border-radius: 3px;
  background: #EEE;
  padding: 1px 4px;
  font-size: 12px;
  line-height: 16px;
  height: 17px;
  color: #222;
  cursor: pointer;
  vertical-align: baseline;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
  background-image: linear-gradient(to bottom,#F2F2F2,#E2E2E2);
}
input.button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  background: #DDD;
}
input.button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
  background: #D9D9D9;
  color: #000;
}
.form-buttons input {
  margin: 0 10px;
}
.form-buttons input:first-child {
  margin-left: 0;
}
.form-buttons input:last-child {
  margin-right: 0;
}
.box-container {
  padding-bottom: 10px;
}
.box-t1 {
  min-width: 360px;
}
.box-header {
  background: none repeat scroll 0 0 #dcf9bf;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.box-form .message {
  padding: 3px;
  margin: 10px 0;
  background: #F2F2F2;
}
.box-form .message.error {
  color: #F00;
}
.box-form .box-msg {
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
}
.box-msg {
  padding: 40px;
}
.box-msg.success {
  font-weight: bold;
  color: #0A0;
}
.box-msg.error {
  font-weight: bold;
  color: #C00;
}
.box-h {
  font-weight: bold;
  padding-bottom: 15px;
}
.box-variants {
  margin-bottom: 10px;
}
.box-variant input {
  margin: 0;
  margin-right: 2px;
  position: relative;
  top: 2px;
}
.box-variant {
  margin: 2px 0;
}
.form-block {
  margin-bottom: 10px;
}
.input-nm1 {
  font-weight: bold;
  margin-bottom: 2px;
}
.input-vl1 input {
  width: 320px;
}
.message {
  text-align: center;
  margin: 4px 0;
  font-weight: bold;
  padding: 4px;
}
.message.error {
  color: #C00;
}
.message.ok {
  color: #0A0;
}
.popup-box > .message {
  margin: 20px 30px;
}
.popup-message {
  position: absolute;
  background: #FFF;
  padding: 20px 25px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  border: 1px solid #BBB;
  z-index: 1200;
  margin-top: 5px;
}
.popup-message.popup-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.popup-message.popup-fixed.popup-loading {
  border-color: #F00;
}
.popup-message.popup-fixed.popup-loading .popup-triangle {
  border-bottom-color: #F00;
}
.popup-message.popup-fixed .popup-triangle {
  display: none;
}
.popup-close {
  text-decoration: none !important;
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 0px;
  line-height: 10px;
  width: 10px;
  display: block;
  text-align: center;
  color: #000;
  padding: 5px;
}
.popup-close:hover {
  color: #333;
}
.popup-triangle {
  position: absolute;
  display: block;
  border-bottom: 10px solid #BBB;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: -10px;
  left: 10px;
}
.popup-triangle i {
  position: absolute;
  display: block;
  border-bottom: 10px solid #FFF;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 1px;
  left: -10px;
}
.popup-message .message {
  min-width: 160px;
}
.messages-hl {
  margin-bottom: 12px;
}
.messages-hl .message {
  background: #F2F2F2;
}
table.form-table {
  width: 100%;
}
table.form-table-part {
  border-bottom: 1px solid #F2F2F2;
}
.form-table td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #F2F2F2;
}
.form-table .td-nm {
  padding-right: 0;
  width: 45%;
}
body .form-table.form-table-short .td-nm {
  width: 25%;
}
.form-table .req,
.form-fnm .req,
.form-note .req {
  font-weight: bold;
  color: #F00;
  margin-left: 3px;
}
.form-prenote {
  font-weight: bold;
  padding: 0 10px;
  margin: 12px 0;
}
.form-note {
  font-size: 10px;
  text-align: center;
  color: #999;
  margin: 12px 0;
}
.buttons .form-note,
.td-nm .form-note {
  text-align: left;
  margin-bottom: 0;
}
.td-nm .form-note {
  margin-top: 0;
}
.form-inp {
  padding-right: 6px;
  overflow: visible;
  min-width: 120px;
}
.form-fnm,
.form-dsc {
  max-width: 300px;
}
.form-dsc {
  padding-top: 0px;
  font-size: 10px;
  color: #666;
  line-height: 11px;
}
.form-inp input.text,
.form-inp input[type="text"],
.form-inp input[type="password"] {
  width: 100%;
  max-width: 400px;
}
img.captcha {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
input.captcha,
body input.captcha,
.form-inp input.captcha {
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.captcha-note {
  color: #666;
  font-size: 10px;
}
.form-errors-list {
  margin: 4px 0;
  color: #C00;
  text-align: left;
}
.form-errors-list strong {
  font-weight: bold;
  padding: 4px 20px;
  background: #F2F2F2;
  display: block;
}
.form-errors-list ul {
  margin: 3px 0 0;
  padding: 0 0 0 40px;
  list-style: outside;
}
.form-errors-list ul li,
.form-errors-list ul li.message {
  text-align: left;
  font-weight: normal;
  background: transparent;
  padding: 0;
  margin: 0;
}
.chameleons {
  overflow: hidden;
}
.chameleon-block {
  margin: 0 0 24px;
}
.main-block {
  clear: both;
  margin: 20px 0 12px;
}
.main-block:after {
  content: ' ';
  display: block;
  clear: both;
}
.chameleon-separator {
  display: none;
}
.chameleon-main {
  margin-bottom: 20px;
  clear: both;
}
.chameleons .full-block {
  margin-bottom: 20px;
  clear: both;
}
.chameleons .cham-widget {
  margin-bottom: 20px;
}
.cham-widget {
  margin: 0;
  overflow: hidden;
  position: relative;
}
.cham-widget .cham-clear {
  clear: both;
}
.cham-section,
.main-block h4,
.shdr {
  background: #dcf9bf;
  font-size: 14px;
  padding: 12px 10px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 18px;
  height: 18px;
  margin: 12px 0;
}
.main-tag-pages {
  margin: 12px 0;
  clear: both;
  font-weight: bold;
  padding: 0;
  font-size: 13px;
  line-height: 20px;
}
.main-tag-pages > li {
  margin-bottom: 9px;
}
.main-tag-pages > li > a {
  display: inline-block;
  vertical-align: middle;
}
.main-tag-pages li ul:before {
  content: '\21E8';
  margin-right: 8px;
  line-height: 14px;
  height: 14px;
}
.main-tag-pages li ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 8px;
}
.main-tag-pages li li {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 4px;
}
.main-tag-pages li li:not(:last-child):after {
  content: '\00B7';
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-weight: bold;
}
.main-tag-pages p {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.main-tag-pages p:not(:last-child):after {
  content: '\00B7';
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  margin-left: 6px;
}
.cham-section a {
  font-weight: bold;
  color: #000;
}
.cham-section a:hover {
  color: #000;
}
table.cham-widget-headers-in {
  border-collapse: collapse;
  background: #FFF;
  width: 100%;
}
div.cham-widget-headers-in {
  border: 3px solid #FFF;
  border-bottom: none;
}
div.cham-widget-headers-in .cham-small {
  border-bottom: 3px solid #FFF;
}
table.cham-widget-headers-in td {
  border: 2px solid #FFF;
}
.cham-small-in .sect,
.cham-small-in .sect a {
  color: #000;
  font-weight: bold;
}
.cham-small {
  cursor: pointer;
  font-size: 13px;
  padding: 0;
  vertical-align: middle;
}
.cham-small h3 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 1px;
  background: transparent;
}
.cham-small-in {
  padding: 1px 4px;
  height: 56px;
  background: #FFF;
  overflow: hidden;
  border: 1px solid #DDD;
}
.cham-small.cham-active .cham-small-in {
  background: #F2F2F2;
}
.cham-small.cham-active .cham-small-in h3 {
  font-weight: bold;
}
.cham-small:hover .cham-small-in a {
  text-decoration: none;
}
.cham-widget-content {
  border: 3px solid #F2F2F2;
  border-top: none;
  background: #F2F2F2;
}
.cham-widget-content-in {
  overflow: hidden;
  text-align: center;
  position: relative;
  background: #F2F2F2;
  height: 240px;
}
.cham-big {
  visibility: hidden;
  cursor: pointer;
  opacity: 1.0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #F2F2F2;
}
.cham-big.cham-active {
  z-index: 5;
  display: block;
}
.cham-big.cham-next {
  z-index: 4;
  display: block;
}
.cham-big-in {
  position: relative;
  width: 300%;
  margin-left: -100%;
  text-align: center;
}
.cham-big img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.cham-note {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #FFF;
  font-size: 10px;
  padding: 2px 4px;
}
.cham-note .cham-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.2;
}
.cham-note-in {
  position: relative;
}
.cham-table {
  font-size: 12px;
  margin: 20px 0 0;
  clear: both;
}
.cham-table table,
.cham-table table td,
.cham-table .table p {
  font-size: 12px;
}
.cham-table h4 {
  margin: 0;
  padding: 2px 3px;
  background: #F2F2F2;
  margin-bottom: 8px;
}
.cham-table p {
  margin: 0 0 4px 0;
  padding: 0;
}
.cham-table table {
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
}
.cham-table table td {
  vertical-align: top;
  padding: 0 3px;
}
.cham-table table.t2col td {
  width: 50%;
}
.cham-table table.t3col td {
  width: 33%;
}
.cham-widget-main .cham-widget-headers {
  float: right;
}
.cham-widget-main .cham-widget-content {
  border: 3px solid #F2F2F2;
  overflow: hidden;
}
.cham-widget-main .cham-small {
  width: 260px;
}
.cham-widget-main .cham-small-in {
  height: 63px;
}
.cham-widget-main .cham-widget-content-in {
  height: 277px;
}
.cham-widget-main .cham-small-in {
  border-radius: 0 3px 3px 0;
}
.block .articles-list {
  padding: 0 10px;
}
.block .articles-item {
  margin: 10px 0;
}
.block .articles-item .cat {
  font-weight: bold;
}
.block.block-small .articles-item {
  font-size: 12px;
}
.block.block-small .itm.hl {
  font-weight: bold;
}
.block .articles-item-info {
  font-size: 11px;
}
.block .articles-item-info .dt {
  font-size: 10px;
  color: #333;
}
.articles-list-empty,
.list-empty {
  background: #F2F2F2;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 20px;
}
.articles-item-large {
  clear: both;
  margin: 0 0 20px;
}
.articles-item-image {
  float: left;
  margin: 0 10px 3px 0;
}
.articles-item-image img,
.article-image img {
  border-radius: 5px;
}
.articles-item-hdr {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}
.articles-item-large h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 0;
}
.articles-item-large .articles-item-info {
  font-size: 12px;
  margin: 0 0 5px;
}
.articles-item-large .dt {
  color: #333;
}
.articles-item-large .txt {
  font-size: 14px;
}
.articles-item-large .txt p {
  margin: 0 0 5px;
}
.articles-item-large .ln {
  margin-top: 15px;
  clear: both;
  border-bottom: 1px solid #F2F2F2;
}
.articles-main-old {
  margin: 20px 0 0;
  padding-top: 10px;
  border-top: 1px solid #DDD;
}
.articles-main-old.lst-cont {
  margin-top: 0px;
  padding-top: 0;
  border-top: none;
}
.articles-main-old.lst-cont .ln.clear {
  display: none;
}
.articles-main-old .lst-show,
.articles-main-last .lst-show,
.articles-main-old.lst-cont .moar,
.articles-main-last .moar {
  margin-top: 0px;
  border-top: 1px solid #F2F2F2;
  padding-top: 8px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
}
.articles-main-old .ln {
  display: none;
}
.articles-main-old .ln.clear {
  display: block;
  margin-top: 10px;
  position: relative;
  top: -10px;
  border-top: 1px solid #DDD;
  margin-bottom: 10px;
}
.articles-item .cm,
.comments-amount {
  padding-left: 15px;
  background: url('/app/web/imgs/comment1.png') no-repeat left center;
}
.articles-item .cmnt {
  padding-top: 2px;
  font-size: 11px;
  font-style: italic;
  color: #333;
}
.articles-item .cmnt-u {
  color: #666;
}
.articles-item .cmnt-u a {
  color: #666;
}
.navigation {
  margin: 30px 0;
}
.navigation-in {
  text-align: center;
}
.navigation-in a {
  display: inline-block;
  border-radius: 3px;
  background: #F2F2F2;
  border: 1px solid #EEEEEE;
  padding: 1px 3px;
  text-decoration: none;
  text-align: center;
  min-width: 14px;
  color: #000;
  margin: 0 2px;
  font-weight: normal;
  line-height: 15px;
}
.navigation-in span.skip {
  display: inline-block;
  margin: 0 2px;
  padding: 1px 3px;
  color: #000;
}
.navigation-in a.act {
  border: 1px solid #dcf9bf;
  background: #dcf9bf;
}
.webcast {
  margin: 20px 0;
  clear: both;
}
.webcast-tourn {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  padding: 5px;
  color: #008;
}
.webcast-htable {
  border-collapse: collapse;
}
.webcast-htable,
.webcast-htable td {
  font-size: 24px;
  font-weight: bold;
}
.webcast-htable td {
  vertical-align: middle;
  padding: 0;
}
.webcast-htable .webcast-htable-c {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.webcast-htable .webcast-htable-l,
.webcast-htable .webcast-htable-ls {
  text-align: right;
  padding-right: 10px;
  color: #333;
}
.webcast-htable .webcast-htable-r,
.webcast-htable .webcast-htable-rs {
  text-align: left;
  padding-left: 10px;
  color: #333;
}
.webcast-htable .webcast-htable-ls,
.webcast-htable .webcast-htable-rs,
.webcast-htable .webcast-htable-c {
  font-size: 26px;
  background: #F2F2F2;
}
.webcast-htable .webcast-sc-1,
.webcast-htable .webcast-sc-2,
.webcast-htable .webcast-sc-sep {
  background: #F2F2F2;
  font-size: 18px;
  font-weight: bold;
  padding-top: 4px;
  color: #333;
}
.webcast-htable .webcast-sc-1 {
  text-align: right;
}
.webcast-htable .webcast-sc-2 {
  text-align: left;
}
.webcast-htable .webcast-sc-sep {
  text-align: center;
}
.webcast-htable .webcast-sc-space {
  background: #F2F2F2;
  height: 2px;
  border-bottom: 1px dotted #FFF;
}
.webcast-htable tr.webcast-sc-note > td {
  border-top: 1px solid #FFF;
  text-align: center;
  padding: 0;
}
.webcast-htable .webcast-sc-note-nm,
.webcast-htable .webcast-sc-note-tx {
  text-align: center;
  background: #F2F2F2;
  padding-bottom: 3px;
}
.webcast-htable .webcast-sc-note-nm {
  font-size: 15px;
  font-weight: bold;
  padding-top: 0;
  color: #666;
}
.webcast-htable .webcast-sc-note-tx {
  font-size: 18px;
  font-weight: bold;
  padding-top: 4px;
  color: #333;
}
.webcast-htable div.webcast-sc-note-tx {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
}
.webcast-htable .webcast-city {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.webcast-status {
  margin: 5px 0 0;
  text-align: center;
  font-size: 15px;
  color: #008;
  font-style: italic;
}
.webcast-content,
.webcast-main {
  margin: 20px 0;
}
.webcast-content table {
  width: 100%;
}
.webcast-msgtable {
  border-collapse: collapse;
  margin: 0 0 5px;
  width: 100%;
}
.webcast-msg-tr td {
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.webcast-msg-n td {
  border-bottom: 2px solid #F2F2F2;
}
.webcast-msg-c1 td,
.webcast-msg-c2 td {
  background: #F9F6F6;
}
.webcast-msg-c2 td {
  border-bottom: 2px solid #FFF;
}
.webcast-msg-c1 td {
  border-bottom: 2px solid #F2F2F2;
}
.webcast-msg-tr.end td {
  border-bottom: none;
}
.webcast-msg-c2 .webcast-msg-comment,
.webcast-msg-c1 .webcast-msg-comment {
  color: #008;
  font-weight: bold;
}
.webcast-msg-c2 td {
  padding-left: 5px;
  padding-right: 5px;
}
.webcast-msg-tr td.mi {
  padding-left: 5px;
}
.webcast-msg-tr td.ex {
  padding: 5px;
  color: #008;
  font-weight: bold;
}
.webcast-msg-tr td.tx {
  padding-right: 5px;
}
.webcast-msg-line td {
  padding: 2px 0;
}
.webcast-msg-line .wln {
  height: 2px;
  background: #F2F2F2;
}
.webcast-msg-text {
  overflow: hidden;
}
.webcast-msg-text img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.webcast-width-control td {
  height: 2px;
}
.webcast-td-time {
  width: 45px;
  text-align: center;
}
.webcast-msg-tr .mi {
  text-align: center;
  padding: 1px 0;
}
.webcast-msg-tr .mi .tm {
  color: #666;
  font-size: 10px;
}
.webcast-msg-tr .mi .mm {
  font-size: 14px;
  font-weight: bold;
}
.webcast-img img {
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
  display: block;
}
.webcast-img {
  width: 20px;
  overflow: hidden;
}
.webcast-msg-tr td.im {
  padding: 0 5px;
  width: 20px;
  text-align: right;
}
.webcast-msg-tr td.ev {
  padding: 1px 5px;
  padding-right: 10px;
  text-align: left;
}
.webcast-msg-tr td.ev .sc {
  font-weight: bold;
  white-space: nowrap;
}
.webcast-msg-tr td.tx {
  text-align: left;
  padding-left: 5px;
  color: #008;
}
.webcast-info {
  color: #008;
  font-weight: bold;
  margin-bottom: 0px;
  padding: 8px 10px 7px;
  background: #F2F2F2;
}
.webcast-info b {
  color: #000;
}
.webcast-ctrl {
  float: right;
  font-size: 10px;
  padding: 1px 10px;
  text-align: right;
  line-height: 14px;
}
.webcast-message-item {
  overflow: hidden;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  clear: both;
  padding: 4px 0 7px 0;
}
.webcast-message-item .tx {
  padding: 5px 10px 0 10px;
  line-height: 21px;
}
.webcast-message-item .he-block {
  float: left;
  font-size: 14px;
  margin-right: 10px;
  overflow: hidden;
  height: 26px;
  min-width: 40px;
}
.webcast-message-item .he {
  display: inline-block;
  padding: 0 5px;
  margin: 5px 0 0;
  line-height: 20px;
  vertical-align: top;
}
.webcast-message-item .mm,
.webcast-message-item .dt {
  font-weight: bold;
  background: #dcf9bf;
  text-align: center;
  min-width: 30px;
  border-radius: 5px;
}
.webcast-message-item .ev {
  background: #F2F2F2;
  padding: 0 0 0 10px;
}
.webcast-message-item .sc {
  font-weight: bold;
  padding-right: 10px;
  line-height: 20px;
}
.webcast-message-item .subj {
  color: #008;
  padding-right: 10px;
}
.webcast-message-item .ex {
  font-weight: bold;
  font-size: 15px;
  padding-right: 0;
  padding-left: 10px;
}
.webcast-message-item .im {
  vertical-align: top;
  display: inline-block;
  padding: 5px 0 0 0;
}
.webcast-message-item .im img {
  max-width: 20px;
  max-height: 20px;
  object-fit: contain;
  display: block;
  margin: 0 5px;
}
.webcast-message-item.tp-comment {
  background: #F9F6F6;
  color: #008;
}
.webcast-message-item.tp-comment .tx {
  font-weight: bold;
}
.webcast-list-item {
  padding: 0 10px;
  margin: 10px 0;
}
.webcast-list-item .wcast-l-h {
  padding-bottom: 1px;
}
.webcast-list-item .wcast-l-st {
  font-size: 11px;
}
.webcast-list-item .wcast-l-sc {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 3px;
  padding: 0px 4px;
  font-weight: bold;
  background: #F2F2F2;
}
.webcast-list-item .wcast-l-sc .scn {
  font-weight: normal;
}
.block .webcast-list-item .wcast-l-sc {
  background: #FFF;
}
.webcast-list-item .wcast-l-dt {
  color: #000;
}
.webcast-list-item-now.webcast-list-item .wcast-l-dt {
  color: #F00;
}
.webcast-list-item .wcast-l-dt b {
  color: #000;
}
.webcast-list-item-now.webcast-list-item .wcast-l-dt b {
  color: #A00;
}
.webcast-sect-h {
  font-weight: bold;
}
.webcast-sects {
  position: relative;
  top: -7px;
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #EEE;
}
.webcast-sects .sect-h {
  color: #666;
  margin-right: 3px;
}
.webcast-list-links {
  margin-top: 10px;
  border-top: 1px solid #EEE;
  padding: 5px 10px;
  color: #666;
}
.breadcrumbs-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: left;
}
.breadcrumbs-list li {
  display: inline;
  font-size: 12px;
}
.breadcrumbs-list li.sep {
  font-weight: bold;
  margin: 0 1px;
}
.breadcrumbs-list li.last {
  font-weight: bold;
}
.breadcrumbs-list a.noa {
  text-decoration: none;
}
.breadcrumbs-h {
  padding: 8px 10px;
  background: #dcf9bf;
  line-height: 16px;
  margin: 12px 0;
  clear: both;
}
article {
  display: block;
}
.article-in h1 {
  clear: both;
}
.content-normal .article-in {
  font-size: 15px;
  line-height: 1.4em;
}
.content-normal .article-in p {
  margin-bottom: 15px;
}
.content-normal .article-in h1 {
  line-height: normal;
}
.content-normal .article-in .article-related-h {
  margin-bottom: 15px;
}
.article-image {
  float: left;
  margin: 0 10px 3px 0;
}
.article-date {
  margin: 0 0 12px;
}
.article-text {
  margin: 0 0 30px;
  text-align: justify;
}
.article-extra {
  margin: 0 0 20px;
}
.article-related-h {
  margin: 0 0 6px;
  font-weight: bold;
}
.article-related {
  margin: 0 0 20px;
}
.content-normal .article-related p {
  margin-bottom: 7px;
}
.arel-d {
  white-space: nowrap;
  font-size: 12px;
  color: #333;
  display: block;
  line-height: 18px;
}
.article-columns {
  margin: 30px 0 20px;
}
.article-links {
  margin-bottom: 20px;
}
.article-links a {
  font-weight: bold;
}
.article-social-imgs img {
  display: inline-block;
  vertical-align: middle;
}
.blocks-container {
  margin-top: 30px;
  margin-bottom: 20px;
}
.blocks-container .hdr2 {
  margin-bottom: 20px;
}
.article-preblock {
  clear: both;
  overflow: hidden;
  margin-bottom: 2px;
}
.article-preblock .articles-item-image {
  margin-bottom: 0;
}
.article-preblock .articles-item-image imgwrapper {
  width: 64px;
  overflow: hidden;
}
.article-preblock .articles-item-large h3 {
  font-size: 15px;
}
.article-preblock .articles-list {
  text-align: justify;
  text-align-last: justify;
  line-height: 0;
  font-size: 1px;
}
.article-preblock .articles-list:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.article-preblock .articles-item {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-bottom: 8px;
  text-align: left;
  text-align-last: left;
  line-height: normal;
  font-size: 12px;
}
.article-tags-block .article-tags {
  padding-top: 2px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 14px;
}
.article-tags-block .atag {
  background: #F2F2F2;
  border-radius: 4px;
  padding: 1px 7px;
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  color: #000;
  margin-right: 4px;
  border: 1px solid #BBB;
  margin-top: 4px;
}
.article-tags-block .atag:hover {
  background: #DDD;
}
.article-share {
  margin-bottom: 18px;
  font-weight: bold;
  padding: 4px 6px;
  background: #EEE;
  border-top: 1px solid #BBB;
  border-radius: 5px;
}
.article-share .ya-share2 {
  display: inline-block;
  vertical-align: middle;
}
.article-dsc {
  position: relative;
  top: -15px;
  margin-bottom: 10px;
}
.subs-link-block {
  background: #f2f2f2;
  border: 1px solid #BBB;
  padding: 5px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: normal;
  border-radius: 5px;
}
.subs-link-text {
  font-size: 11px;
}
.subs-link-note-x {
  text-align: right;
  margin: 0px auto 0;
  max-width: 464px;
}
.subs-link-note-x,
.subs-link-note-x a {
  font-size: 10px;
  color: #666;
}
.subs-link-text-b {
  text-align: left;
  font-size: 12px;
  overflow: hidden;
  max-width: 464px;
  margin: 5px auto 0;
}
.subs-link-text-r {
  float: right;
  text-align: right;
  width: 230px;
}
.subs-link-text-s {
  font-size: 9px;
  color: #666;
}
.subs-link-block .subs-link-inputs {
  display: inline-block;
  vertical-align: middle;
}
.subs-link-block .subs-link-text0 {
  font-weight: bold;
  font-size: 13px;
  font-family: tahoma;
}
.subs-link-block .subs-link-text0 a {
  text-decoration: none;
}
.subs-link-block .input-vl1 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.subs-link-block .input-vl1 input {
  width: 130px;
  vertical-align: middle;
}
.subs-link-block .form-buttons {
  display: inline-block;
  vertical-align: middle;
}
.subs-link-block .form-buttons input {
  font-size: 10px;
  text-transform: uppercase;
  padding: 1px;
  background: #f6f9f6;
  border: 1px outset #333;
  color: #000;
  margin-bottom: 3px;
}
.subs-link-block .form-buttons input:active {
  border: 1px inset #333;
  box-shadow: none;
}
.subs-link-article .subs-link-text {
  line-height: 12px;
}
.subs-link-article .subs-link-text-r {
  margin-top: 2px;
}
.subs-link-article .subs-link-text0 {
  margin-bottom: 6px;
}
.subs-link-tags {
  text-align: left;
  padding: 0px 6px 5px;
  border-bottom: 1px solid #BBB;
  margin-bottom: 4px;
  font-weight: bold;
}
.form-buttons-t1 {
  text-align: left;
}
.input-wrapper {
  padding-right: 6px;
}
.vote-block {
  padding: 0px;
  font-weight: bold;
  height: 32px;
  margin: 0 0 6px;
}
.vote-block form {
  clear: both;
}
.vote-text {
  display: inline-block;
  vertical-align: middle;
}
.vote-content {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.vote-stars {
  cursor: pointer;
  padding-left: 0px;
  padding-right: 5px;
}
.vote-stars .sc {
  width: 90px;
  height: 18px;
  clear: both;
}
.vote-stars .sc span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url('/app/web/imgs/star0.png') no-repeat center center;
  padding: 1px;
  margin: 0;
}
.vote-stars .star-0 span {
  opacity: 0.7;
}
.vote-stars .star-a span {
  opacity: 1;
  background-image: url('/app/web/imgs/star1.png');
}
.vote-stars .star-1 span.s1,
.vote-stars .star-2 span.s2,
.vote-stars .star-3 span.s3,
.vote-stars .star-4 span.s4,
.vote-stars .star-5 span.s5 {
  background-image: url('/app/web/imgs/star2.png');
}
.vote-stars .star-a.star-1 span.s1,
.vote-stars .star-a.star-2 span.s2,
.vote-stars .star-a.star-3 span.s3,
.vote-stars .star-a.star-4 span.s4,
.vote-stars .star-a.star-5 span.s5 {
  background-image: url('/app/web/imgs/star3.png');
}
.vote-content .star-preload-1 {
  background-image: url('/app/web/imgs/star3.png');
}
.vote-content .star-preload-2 {
  background-image: url('/app/web/imgs/star3.png');
}
.vote-content .star-preload-3 {
  background-image: url('/app/web/imgs/star3.png');
}
.rating {
  float: right;
}
.rating-text {
  display: inline-block;
  vertical-align: middle;
}
.rating-stars {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.rating-stars .sc {
  width: 90px;
  height: 18px;
  clear: both;
}
.rating-stars .sc span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background: url('/app/web/imgs/star0.png') no-repeat center center;
  padding: 1px;
  margin: 0;
}
.rating-stars .star-r0 span {
  opacity: 0.7;
}
.rating-stars .star-r1 span.s1,
.rating-stars .star-r3 span.s2,
.rating-stars .star-r5 span.s3,
.rating-stars .star-r7 span.s4,
.rating-stars .star-r9 span.s5 {
  background-image: url('/app/web/imgs/starh.png');
}
.rating-stars .star-r2 span.s1,
.rating-stars .star-r3 span.s1,
.rating-stars .star-r4 span.s2,
.rating-stars .star-r5 span.s2,
.rating-stars .star-r6 span.s3,
.rating-stars .star-r7 span.s3,
.rating-stars .star-r8 span.s4,
.rating-stars .star-r9 span.s4,
.rating-stars .star-r10 span.s5 {
  background-image: url('/app/web/imgs/star2.png');
}
.rating-note {
  font-size: 10px;
  color: #666;
  font-weight: normal;
  text-align: right;
  line-height: 14px;
}
.site-search {
  background: #f2f2f2;
  padding: 15px 15px;
  margin: 10px 0 20px;
}
.site-search .search-input {
  padding: 1px 2px;
  border: 1px solid #BBB;
  text-align: left;
  box-sizing: content-box;
  display: block;
  vertical-align: middle;
  width: 100%;
  font-size: 14px;
}
.site-search .search-button {
  display: block;
  margin-left: 5px;
}
.search-highlight {
  font-weight: bold;
  background: #FF0;
}
.site-search-variants {
  padding-top: 10px;
}
.site-search-variants input {
  margin: 0;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.site-search-variants label {
  margin-right: 10px;
  cursor: pointer;
}
.page-text h2 {
  padding: 0;
  margin: 5px 0 20px;
  font-size: 16px;
}
.page-text-large h2 {
  font-size: 18px;
}
.page-text h4 {
  font-weight: bold;
  padding: 0;
  margin: 10px 0 10px;
  font-size: 14px;
}
.page-text-large h4 {
  font-size: 16px;
}
.page-text p {
  margin: 5px 0 10px;
  padding: 0;
  font-size: 12px;
}
.page-text-large p {
  font-size: 14px;
}
.taglist-base,
.taglist-base a {
  color: #666;
  font-size: 10px;
}
.user-form-login {
  position: relative;
  white-space: nowrap;
}
.user-form-login-block {
  width: 396px;
  margin: 0 0 0 auto;
}
.content-normal .user-form-login-block {
  margin: 0 auto;
}
.user-form-normal .user-form-login {
  margin: 12px 0 20px;
  background: #F2F2F2;
  padding: 10px 0;
  border-radius: 5px;
}
.user-form-normal .user-main-block {
  margin: 12px 0;
  background: #F2F2F2;
  padding: 10px 0;
  border-radius: 5px;
}
.content-normal .user-form-bottom {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #BBB;
}
.user-form-login form {
  float: right;
}
.user-form-login .lbl {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  line-height: 11px;
  vertical-align: top;
  padding-top: 5px;
  text-align: right;
  margin-right: 5px;
}
.user-form-login .inp {
  display: inline-block;
  vertical-align: top;
}
.user-form-login .snt {
  font-weight: normal;
  display: block;
  font-size: 9px;
  color: #333;
}
.user-form-login .inp input {
  display: block;
  width: 110px;
}
.user-form-login .login-input {
  float: left;
  margin-right: 10px;
}
.user-form-login .lbl {
  width: 46px;
  white-space: nowrap;
}
.user-form-login .password-input {
  float: left;
  margin-right: 5px;
}
.user-form-login .login-button {
  float: left;
}
.user-form-params {
  position: relative;
  clear: both;
  text-align: right;
}
.user-form-params .user-remember {
  position: absolute;
  top: -4px;
  left: 46px;
  font-size: 11px;
  display: block;
  padding-left: 5px;
  z-index: 2;
}
.header-login .user-form-params .user-remember {
  display: none;
}
.user-form-params .user-links {
  font-size: 11px;
  position: relative;
  top: -4px;
  z-index: 2;
}
.user-remember i {
  font-style: normal;
}
.user-remember input {
  margin: 0 3px 0 0;
  position: relative;
  top: 2px;
}
.user-remember label {
  cursor: pointer;
}
.user-form-bottom {
  font-size: 11px;
  clear: both;
}
.user-form-social {
  font-size: 11px;
  text-align: center;
}
.user-form-social i {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  margin-right: 3px;
}
.user-form-social img {
  display: inline-block;
  vertical-align: middle;
}
.header-login .user-form-social {
  width: 392px;
  text-align: left;
  position: relative;
  top: -14px;
  left: 46px;
  margin: 0 0 0 auto;
}
.header-login .user-form-social i {
  display: none;
}
a.loginza {
  text-decoration: none;
}
.user-form-message {
  text-align: center;
  margin-bottom: 12px;
}
.user-form-short .login-input,
.user-form-short .password-input,
.user-form-short .login-button {
  float: none;
}
.user-form-short .inp input {
  width: 160px;
}
.user-form-short .user-remember {
  top: -25px;
}
.user-form-short .login-button {
  text-align: right;
  padding-right: 10px;
  margin-top: 5px;
}
.user-form-short .user-links {
  padding-right: 10px;
  margin-top: 5px;
  top: 0px;
  display: block;
  text-align: right;
}
.user-form-short .user-form-login-block {
  width: 280px;
}
.user-welcome {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: normal;
}
.user-welcome b {
  font-weight: bold;
}
.user-main-block {
  padding-bottom: 5px;
}
.user-main-small {
  padding: 0 20px;
}
.user-right-links {
  float: right;
  margin-left: 10px;
}
.user-main-header {
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  line-height: 15px;
  overflow: hidden;
}
.header-content .user-main-block {
  float: right;
}
.header-content .user-main-header {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #BBB;
}
.user-main-links {
  text-align: center;
  color: #666;
}
.user-main-links a {
  margin: 0 2px;
  color: #000;
}
.user-main-links .link-hl {
  font-weight: bold;
}
.user-main-links-extra {
  font-weight: bold;
  font-size: 14px;
}
.loginza-widget {
  position: relative;
}
.loginza-frame {
  width: 330px;
  height: 180px;
  margin: 0 auto;
  display: block;
}
.loginza-widget-container {
  padding: 0 10px;
}
.user-form-login-table .user-form-login {
  padding-top: 20px;
}
.user-form-register div.frm {
  margin: 20px 0;
}
.user-social-accounts {
  margin: 0 0 20px;
}
.user-social-accounts .identity {
  margin: 0 0 12px;
  padding: 10px;
  background: #F2F2F2;
}
.user-social-accounts .identity-link {
  overflow: hidden;
  white-space: nowrap;
  padding: 0 0 5px;
}
.user-social-accounts .identity-title {
  font-weight: bold;
  font-size: 16px;
  padding: 0px;
}
.user-social-accounts .identity-delete {
  float: right;
  display: block;
  width: 16px;
  height: 16px;
  background: url('/app/web/buttons/delete.png');
  margin: 0 0 1px 5px;
}
.user-form-remind {
  max-width: 600px;
  margin: 20px auto;
}
.user-main-page .user-main-header {
  margin: 0 0 5px;
}
.user-main-page .user-main-links {
  margin: 0 0 20px;
}
.user-main-message {
  background: #F2F2F2;
  border: 1px solid #BBB;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  line-height: 18px;
}
.form-table .user-main-message {
  margin: 0;
}
.user-profile-table {
  margin: 12px 0;
  min-width: 400px;
}
.user-profile-table td,
.user-profile-table th {
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #FFF;
}
.user-profile-table th {
  background: #dcf9bf;
  text-align: right;
}
.user-profile-table td {
  background: #F2F2F2;
  text-align: left;
}
.user-pre-links {
  margin: 12px 0;
  padding: 0 10px;
}
.user-settings-list {
  margin: 12px 0;
  padding: 0 0 0 25px;
  list-style: outside;
}
.user-settings-list li {
  margin: 0 0 5px;
}
.box-user-mail-message {
  margin-top: 12px;
}
.comments-input {
  padding-right: 6px;
}
.comments-input textarea {
  width: 100%;
  height: 60px;
  font-family: inherit;
  font-size: 12px;
  resize: vertical;
}
.comments-button {
  margin: 5px 0 12px;
  position: relative;
}
.comments-subscribe {
  float: right;
  position: relative;
  top: -5px;
  font-size: 11px;
  display: block;
  cursor: pointer;
}
.comments-subscribe input {
  position: relative;
  top: 3px;
}
.comments-note {
  font-size: 11px;
  color: #666;
  margin: 12px 0;
  clear: both;
}
.comments-list-empty {
  background: #F2F2F2;
  padding: 5px 10px;
  text-align: center;
  margin: 20px 0;
}
.comments-navigation {
  margin: 12px 0 30px;
}
.comments-hidden-text {
  padding: 6px 20px;
  margin: 12px 0;
  background: #F2F2F2;
  display: none;
}
.comments-hidden .comments-hidden-text {
  display: block;
}
.comments-hidden .comment {
  display: none;
}
.comments-hidden .comment-subcomments {
  display: none;
}
.comment {
  margin: 12px 0;
  background: #F2F2F2;
  padding: 5px 0;
  border-radius: 5px;
}
.comment-dynamic-form + .comment-reply {
  display: none;
}
.comment-subcomments {
  margin: 12px 0;
  padding-left: 20px;
}
.comment-subcomments .comment {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.comment-subcomments-list {
  position: relative;
}
.comment-subcomments-line {
  position: absolute;
  top: -12px;
  left: 0px;
  bottom: 0;
  width: 1px;
  border-left: 1px dotted #666;
}
.comment-head {
  padding: 5px 20px 5px;
}
.comment-head .nm a {
  font-weight: bold;
}
.comment-head .rnk {
  margin-left: 5px;
  color: #333;
  font-style: italic;
  font-size: 11px;
  cursor: default;
}
.comment-head .dt {
  float: right;
  color: #333;
  font-size: 11px;
}
.comment-message {
  padding: 0px 20px 5px;
}
.comment-for {
  padding: 0px 20px 5px;
  font-size: 10px;
}
.comment-for,
.comment-for a {
  color: #333;
}
.comment-bottom .likes-block {
  float: right;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.comment-edit {
  display: block;
  float: right;
}
.comment-edit a {
  text-decoration: none;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/app/web/imgs/edit_sm.png');
  margin-right: 5px;
}
.comment-edit-form {
  width: 600px;
}
.comment-reply {
  padding: 2px 20px 3px;
  font-size: 11px;
}
.comment-subcomments .comment-reply {
  margin-top: -12px;
  padding: 3px 20px 2px;
}
.comment-reply,
.comment-reply a {
  color: #666;
}
.box-form .comments-button {
  margin-bottom: 5px;
}
.comments-button .comment-delete {
  float: right;
}
.comments-reply-to {
  margin-left: 10px;
  font-style: italic;
  display: inline-block;
  color: #666;
}
.comments-reply-to .cr1,
.comments-reply-to .cr2 {
  display: none;
}
.comments-reply-to.comments-reply-1 .cr1 {
  display: inline;
}
.comments-reply-to.comments-reply-2 .cr2 {
  display: inline;
}
.comments-reply-to b {
  margin-left: 5px;
  position: relative;
  line-height: 10px;
  font-size: 26px;
  font-weight: normal;
  top: 5px;
  cursor: pointer;
  color: #F00;
}
#adwindow_window {
  position: fixed;
  bottom: 20px;
  left: 40px;
  width: 1px;
  height: 1px;
  overflow: visible;
  z-index: 40;
}
.adwindow {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.adwindow-dark {
  color: #FFF;
}
.adwindow-normal {
  color: #000;
}
.adwindow-light {
  color: #333;
}
.adwindow-preview,
.adwindow-full {
  border: 1px solid #333;
  background: #FFF;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 0 12px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.7);
  overflow: hidden;
}
.adwindow-preview {
  width: 250px;
  height: 80px;
  cursor: pointer;
}
.adwindow-full {
  z-index: 62;
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 800px;
  min-width: 250px;
  max-height: 600px;
  min-height: 80px;
}
.adwindow-close,
.adwindow-switch {
  cursor: pointer;
  position: absolute;
  text-align: center;
  line-height: 14px;
  z-index: 65;
  font-size: 14px;
  height: 12px;
  width: 12px;
  padding-top: 4px;
  padding-right: 4px;
  font-weight: normal;
}
.adwindow-preview .adwindow-inner {
  padding: 5px;
  padding-right: 10px;
}
.adwindow-preview .adwindow-switch {
  right: 0px;
  top: 0px;
  height: 40px;
  width: 20px;
  text-align: right;
}
.adwindow-full .adwindow-inner {
  padding: 10px 5px;
}
.adwindow-full .adwindow-close {
  top: 0px;
  right: 0px;
  height: 15px;
  width: 15px;
  padding-left: 4px;
}
.adwindow-full .adwindow-switch {
  top: 0px;
  right: 20px;
  height: 15px;
  width: 15px;
  padding-left: 4px;
}
#news_adwindow_window {
  position: fixed;
  bottom: 20px;
  left: 40px;
  width: 300px;
  height: 200px;
  overflow: hidden;
  z-index: 40;
  border: 1px solid #BBB;
  background: #4FCCFF;
  padding: 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0 0 12px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,0.7);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.7);
  font-family: Verdana;
}
#news_adwindow_window .adwindow-close {
  top: 0px;
  right: 0px;
  height: 15px;
  width: 15px;
  padding-left: 4px;
}
#news_adwindow_window .news-adwindow-inner {
  padding: 5px 5px;
}
.news-adwindow {
  border-top: 1px solid #CCF;
  padding: 10px 0;
  font-size: 11px;
  position: relative;
}
.news-adwindow span.se {
  font-weight: bold;
  margin-right: 4px;
}
.news-adwindow-header {
  font-size: 16px;
  padding: 0 0 5px 0;
  text-align: center;
  font-weight: bold;
  position: relative;
  top: -5px;
}
.news-adwindow .aw-img {
  float: left;
}
.news-adwindow .aw-img img {
  margin-right: 7px;
  margin-bottom: 0px;
}
.news-adwindow .aw-date {
  position: absolute;
  font-size: 8px;
  line-height: 10px;
  font-weight: normal;
  text-align: right;
  right: 0px;
  top: 11px;
  display: none;
}
.news-adwindow .aw-sport {
  display: inline;
}
.news-adwindow .aw-sport span:after {
  content: '.';
}
.news-adwindow .aw-main {
  display: inline;
}
.news-adwindow .aw-text {
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
}
.static-page-content > table[width="990"] {
  width: 100%;
}
.static-page-content > table[width="990"] > tr > td[width="240"],
.static-page-content > table[width="990"] > tbody > tr > td[width="240"] {
  display: none;
}
.static-page-content > table[width="990"] iframe[width="740"] {
  width: 100%;
}
.calendar-year {
  margin: 12px 0;
}
.calendar-year-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.calendar-year-end {
  clear: both;
}
.calendar-year h4 {
  background: #dcf9bf;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 12px;
  padding: 6px 10px;
  text-align: center;
  clear: both;
}
.calendar-year .calendar-month {
  margin: 6px 6px 0;
}
.calendar-month {
  font-size: 11px;
  margin: 0px auto;
  display: inline-block;
}
.calendar-month h5 {
  background: #F2F2F2;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 4px;
  padding: 0px 10px;
  text-align: center;
}
.calendar-month .we,
.calendar-month .we a {
  color: #C00;
}
.calendar-month .na,
.calendar-month .na a {
  color: #999;
}
.calendar-month .today {
  background: #dcf9bf;
}
.calendar-month table {
  margin: 4px;
}
.calendar-month td,
.calendar-month th {
  padding: 1px;
  width: 16px;
  text-align: center;
}
.calendar-month th {
  font-weight: bold;
}
.calendar-month td a {
  display: block;
}
.block-archive-month {
  text-align: center;
}
.block-archive-month .archive-link {
  padding: 4px 0 12px;
}
.block-archive-month .calendar-month {
  padding: 0;
}
.site-mail-login-form {
  width: 600px;
  margin: 40px auto;
}
.site-mail-controls {
  background: #F2F2F2;
  border: 1px solid #BBB;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  position: relative;
}
.site-mail-controls a {
  font-weight: bold;
}
.site-mail-controls .site-mail-exit {
  position: absolute;
  top: 10px;
  right: 10px;
}
.site-mail-links {
  font-size: 11px;
  text-align: right;
  float: right;
}
.site-mail-links a {
  margin: 0 3px;
}
.error-page-logo {
  display: block;
  margin: 10px 20px;
}
.error-page-header {
  font-size: 24px;
  margin: 5px 0;
  padding: 10px;
  background: #F2F2F2;
}
.error-page-header b {
  color: #C00;
}
.error-page-text {
  font-size: 14px;
  margin: 15px 0;
  color: #333;
  padding: 0 5px;
}
.error-page-bottom {
  margin-top: 40px;
  font-size: 14px;
  padding: 10px;
  background: #F2F2F2;
}
.error-page-main-link {
  font-style: normal;
  text-decoration: none;
}
.error-page-main-link u {
  text-decoration: underline;
}
.error-page-main-link:active u,
.error-page-main-link:hover u {
  text-decoration: none;
}
.error-page-dump {
  margin: 10px 0;
  padding: 10px 0;
  overflow: auto;
}
.error-page-dump pre {
  margin: 0;
  padding: 0;
}
.block.a-block {
  background-color: transparent;
}
.a-center {
  text-align: center;
}
.a-center * {
  margin: 0 auto;
}
.a-block-content-top {
  margin: 0 0 12px;
}
.a-block-content-inside {
  margin: 12px 0;
}
#content > .a-block-content-chameleons-top {
  margin: 20px 0;
}
#content > .a-block-content-chameleons-top {
  margin: 20px 0;
}
.column-center-left > .a-block-content-chameleons-top {
  clear: both;
  margin-bottom: 20px;
}
.close-ad .adsbygoogle {
  background: #F2F2F2;
  box-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.likes-block {
  font-size: 12px;
  line-height: 16px;
}
.likes-block .likes-link {
  text-decoration: none;
  display: inline-block;
  padding-left: 16px;
  background-repeat: no-repeat;
}
.likes-block .likes-link.off {
  cursor: default;
}
.likes-block .cnt {
  font-weight: bold;
  margin-left: 3px;
}
.likes-like {
  display: inline-block;
  margin-right: 7px;
}
.likes-dislike {
  display: inline-block;
}
.likes-like .cnt {
  color: #00AA00;
}
.likes-dislike .cnt {
  color: #FF0000;
}
.likes-like .likes-link {
  background-image: url('/app/web/imgs/vote_like.png');
}
.likes-dislike .likes-link {
  background-image: url('/app/web/imgs/vote_dislike.png');
}
.likes-like .likes-link.voted {
  background-image: url('/app/web/imgs/vote_like_hl.png');
}
.likes-dislike .likes-link.voted {
  background-image: url('/app/web/imgs/vote_dislike_hl.png');
}
.content-normal .poll-widget {
  margin: 20px 0;
}
.poll-block .poll-question {
  margin: 0 0 10px;
}
.poll-inside {
  text-align: center;
}
.poll-results {
  display: inline-block;
}
.poll-variants {
  display: inline-block;
}
.poll-results td {
  vertical-align: middle;
  text-align: left;
  padding: 2px 10px;
}
.poll-results td p,
.content-normal .poll-results td p {
  padding: 0;
  margin: 0;
}
.poll-score-block {
  margin-right: 40px;
  white-space: nowrap;
}
.poll-score-value {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  overflow: visible;
}
.poll-score-graph {
  background: #FFD200;
  display: inline-block;
  vertical-align: middle;
  height: 10px;
}
.poll-note {
  font-size: 11px;
  margin-top: 5px;
  padding-top: 3px;
  border-top: 1px solid #EEE;
}
.poll-score {
  width: 200px;
}
label.poll-variant {
  text-align: left;
  display: block;
  padding: 2px 10px;
  cursor: pointer;
}
label.poll-variant span p {
  display: inline;
}
.poll-variant input {
  margin: 0 2px 0 0;
  position: relative;
  top: 1px;
}
.poll-button {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #EEE;
}
.poll-links {
  margin-top: 10px;
  padding: 5px 10px 5px;
  border-top: 1px solid #EEE;
  text-align: right;
}
.block .poll-question {
  padding-top: 0;
}
.block .poll-button {
  padding-top: 0;
  border-top: none;
  margin-bottom: 10px;
}
.block .poll-links {
  margin-top: 3px;
  border-top: 1px solid #DDD;
}
.block .poll-note {
  border-top: 1px solid #DDD;
  margin-bottom: 3px;
}
.block .poll-variant {
  padding-right: 2px;
}
.block .poll-score {
  padding-left: 3px;
  padding-right: 4px;
  width: 60px;
}
.poll-list-item .poll-links {
  margin-top: 0;
}
.poll-list-item .poll-widget {
  border: 3px solid #EEE;
  border-top: none;
}
.poll-list-item .poll-question {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
.poll-list-item .poll-button {
  margin-bottom: 10px;
}
.poll-question p,
.content-normal .poll-question p {
  margin: 3px 0;
}
.poll-list-item .poll-note {
  margin-bottom: 3px;
}
.mainpage-top-block .articles-item-large h3 {
  font-size: 18px;
  font-weight: bold;
}
.mainpage-top-block .articles-list {
  margin-top: 12px;
}
.main-news-table td {
  width: 50%;
}
.main-news-table .col-l {
  padding-right: 10px;
}
.main-news-table .col-r {
  padding-left: 10px;
}
.main-news-table {
  clear: both;
}
.moar,
.block .moar {
  margin: 10px 0;
  padding: 0 10px;
  text-align: right;
  clear: both;
}
.lst-show {
  margin: 10px 0;
  padding: 0 10px;
  text-align: right;
  clear: both;
}
.lst-cont-hid + .moar {
  display: none;
}
.lst-cont-hid .articles-list + .moar {
  display: none;
}
.lst-itm-hid {
  display: none;
}
.block-switch {
  padding: 0 10px;
  margin: 12px 0;
  text-align: right;
}
.block-switch a {
  cursor: pointer;
  background: url('/app/web/imgs/switch.png') no-repeat;
  padding-left: 20px;
  line-height: 16px;
  display: inline-block;
}
.article-telegram {
  margin: 0 0 12px;
}
.telegram-icon {
  background: url('/app/web/imgs/telegram24.png') no-repeat;
  padding: 3px 0 3px 30px;
  line-height: 18px;
}
.block-wide .articles-list {
  margin-right: -2%;
}
.block-wide .articles-item {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  padding-right: 2%px;
}
.g-recaptcha-container {
  width: 250px;
  overflow: visible;
}
body.body-private #sidebar {
  background: #EEE;
}
.private-tags-tree-menu {
  font-size: 14px;
}
.private-tags-subtags {
  margin-bottom: 12px;
  margin-left: 8px;
}
.private-tags-block {
  margin-bottom: 6px;
}
.private-tags-tree-menu .hl {
  font-weight: bold;
}
.private-tags-tree-menu p {
  margin: 0 0 6px;
}
.private-menu-extra {
  font-size: 14px;
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #780C56;
}
.private-menu-extra p {
  margin: 0 0 6px;
  font-weight: bold;
}
.private-tags-map .private-tags-subtags {
  margin-left: 12px;
}
.private-articles-list {
  padding: 8px 0 0;
}
#content .push-subscribe-notice {
  margin-bottom: 12px;
  padding: 6px 0;
  text-align: center;
  background: #dcf9bf;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.push-subscribe-notice {
  position: relative;
}
.push-subscribe-notice .push-close {
  text-decoration: none;
  position: absolute;
  z-index: 5;
  right: 0px;
  top: 0px;
  line-height: 10px;
  width: 10px;
  display: block;
  text-align: center;
  color: #000;
  padding: 5px;
  font-size: 12px;
}
.notifications-subscribe-popup {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  margin-top: 20px;
}
.email-form .messages-container .form-errors-list {
  margin-bottom: 30px;
}
.breadcrumbs-default {
  margin-top: 0px;
  margin-bottom: 12px;
}
.breadcrumbs-default .rss-link,
.hdr3 .rss-link {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  background: url('/app/web/imgs/rss16.png') no-repeat;
}
.remote-articles {
  text-align: justify;
  text-align-last: justify;
  line-height: 0;
  font-size: 1px;
  margin-right: -20px;
  margin-bottom: 20px;
}
.remote-articles h4 {
  text-align: center;
  text-align-last: center;
  line-height: 18px;
  margin-right: 20px;
}
.remote-article {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-bottom: 12px;
  text-align: left;
  text-align-last: left;
  line-height: normal;
  font-size: 12px;
  margin-right: 20px;
  overflow: hidden;
}
.remote-article .raimg {
  display: block;
}
.remote-article .rahdr {
  padding-top: 6px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.remote-article .rahdr a {
  color: #000;
  text-decoration: none;
}
.tag-attrs {
  margin: 12px 0 20px;
}
.tag-attrs-image {
  float: left;
  padding: 0 18px 4px 0;
  background: #FFF;
}
.tag-attrs-dsc {
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F2F2F2;
  line-height: 1.5;
}
.tag-attrs-item {
  overflow: hidden;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #F2F2F2;
}
.tag-attrs-table {
  width: 100%;
}
.tag-attrs-table td {
  padding: 0;
  vertical-align: top;
  text-align: left;
}
.tag-attrs-table td.nm {
  padding-right: 5px;
  width: 40%;
  font-weight: bold;
}
.tag-attrs-header {
  margin-bottom: 12px;
  font-size: 0;
  padding: 1px 0 0 1px;
}
.tag-attrs-page,
h1.tag-attrs-page {
  display: inline-block;
  height: 18px;
  padding: 6px 18px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #F2F2F2;
  margin: 0;
  margin-top: -1px;
  margin-left: -1px;
}
span.tag-attrs-page,
h1.tag-attrs-page {
  cursor: default;
}
.tag-attrs-page.act {
  background: #dcf9bf;
  font-weight: bold;
}
.tag-page-content {
  margin: 12px 0 20px;
}
.tag-subname {
  margin-top: -8px;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #666;
}
.block p {
  margin-left: 10px;
  margin-right: 5px;
}
.block .spaced {
  padding: 0 10px;
}
.fixed-block.detached {
  display: none;
}
#content h1.h-article {
  font-size: 32px;
}
.content-normal h1,
.content-normal .hdr0 {
  font-size: 32px;
}
.article-image-large {
  float: none;
  margin: 12px 0;
}
.article-image-large imgwrapper {
  display: block;
  width: 100%;
}
.a-in-article {
  margin-bottom: 20px;
}
.content-normal .article-in {
  font-size: 18px;
}
.block .articles-list {
  line-height: 1.3;
}
.article-preblock .articles-item {
  line-height: 1.3;
}
.articles-main-old .articles-item-large h3 {
  font-size: 18px;
  font-weight: bold;
}
.article-preblock .articles-item-hdr {
  font-weight: normal;
  font-size: 14px;
}
body.main-style2 .hdr1,
body.main-style2 .hdr2,
body.main-style2 .hdr3,
body.main-style2 .hdr4,
body.main-style2 .hdr5,
body.main-style2 .block h4,
body.main-style2 .box-header {
  padding: 12px 10px;
  font-size: 14px;
}
body.main-style2 .hdr1,
body.main-style2 .hdr2,
body.main-style2 .hdr3,
body.main-style2 .hdr4,
body.main-style2 .hdr5,
body.main-style2 .block h4,
body.main-style2 .box-header {
  border-radius: 6px;
}
body.main-style2 .cham-section,
body.main-style2 .main-block h4,
body.main-style2 .shdr {
  border-radius: 6px;
}
body.main-style2 #content .push-subscribe-notice {
  padding: 12px 0;
  font-size: 16px;
  border-radius: 6px;
}
body.main-style2 .breadcrumbs-list li {
  font-size: 13px;
}
body.main-style2 h1.tag-attrs-page {
  font-size: 14px;
}
body.main-style2 .sidebar-button {
  top: 28px;
}
body.main-style2 poll-question hdr5 {
  background-color: transparent;
}
body.main-style2.root-sport #header {
  background-color: #dcf9bf;
}
body.main-style2.root-sport .header-mini .header-inside {
  padding-bottom: 20px;
  padding-top: 0;
}
body.main-style2.root-sport .header-mini .logo {
  top: 8px;
  left: 10px;
  padding: 0px;
}
body.main-style2.root-sport .header-mini .logo-image {
  background: url('/app/web/imgs/sportrunew70.png') no-repeat;
  width: 240px;
  height: 70px;
}
body.main-style2.root-sport .logo-image .logo-text1 {
  display: none;
}
body.main-style2.root-sport .logo-image .logo-text2 {
  display: none;
}
body.main-style2.root-sport .sidebar-toggle .header-mini .logo {
  left: 50%;
  margin-left: -120px;
}
.article-image-dsc {
  line-height: normal;
}
.article-image-dsc,
.article-image-dsc a,
.article-source,
.article-source a {
  font-size: 12px;
  color: #666;
}
.header-a-block {
  position: absolute;
  top: 0px;
  right: 120px;
  z-index: 1;
  text-align: right;
}
.header-a-block .a-block {
  margin-top: 5px;
}
.sidebar-toggle .header-a-block {
  display: none;
}
.header-usermenu {
  position: relative;
  z-index: 2;
}
.fin-currency-block {
  text-align: center;
  padding: 4px 10px 1px;
}
.fin-types-block {
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.fin-items-block {
  display: inline-block;
  vertical-align: top;
  padding: 4px 0 1px;
}
.fin-currency {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.fin-nom {
  font-size: 10px;
  color: #333;
}
.fin-nom i {
  margin: 0 1px;
  font-style: normal;
}
.fin-note {
  font-size: 8px;
  color: #666;
}
.fin-value .delta {
  font-size: 0.9em;
}
.fin-value .delta.pos {
  color: #008800;
}
.fin-value .delta.neg {
  color: #CC0000;
}



body {
    background:#F2F2F2;
}
td, th {
    vertical-align:top;
}
a, a:hover {
    color:#780C56;
}
#header {
    background:url('/img/line-back.png') 134px 4px no-repeat;
    background-color:#FFF;
    padding:0;
    padding:4px 0 0;
    border-radius: 24px/12px;
}
#header.header-short {
    background-position:134px 4px;
}
#header.header-short .logo {
    left:20px;
}
#header .error-page-logo {
    margin:0;
    position:relative;
    top:-4px;
    margin-bottom:-4px;
}
.header-mini .header-inside, .header-inside {
    height:80px;
    padding:0 0 4px;
}
.header-mini .logo-image, .logo-image {
    background-image:url('/img/logo.png');
    background-position:center 0;
    height:88px;
    width:94px;
}
.header-mini .logo, .logo {
    top:-4px;
    left:20px;
    height:auto;
    width:auto;
    padding:0;
}
.sidebar-toggle .header-mini .logo {
    margin-left:0px;
    left:70px;
}
.sidebar-toggle #header {
    background-position:186px 4px;
}
.sidebar-button {
    left:15px;
}
#center {
    margin-bottom:120px;
}
#footer {
    height:120px;
}
.footer-border {
    background-color:#780C56;
}
.footer-menu, body .footer-menu {
    padding-left:0;
    margin-left:70px;
}
#header .header-openlogin {
    padding:7px 14px;
    background:#FFF;
    margin-top:10px;
    color:#000;
    border-radius:5px;
}
#header a.header-openlogin {
    color:#000;
    text-decoration:underline;
}
#header a.header-openlogin:hover {
    color:#000;
    text-decoration:none;
}
.header-search {
    margin-top:10px;
    margin-right:10px;
    padding:5px 14px;
    border-radius:5px;
    background:#FFF;
}
.header-usermenu {
    padding:5px 20px 2px;
    border-radius:5px;
    background:#FFF;
    margin-top:10px;
}
.sidebar-inside {
    /*padding-top:4px;*/
}
.sidebar-inside .menu-sections {
    padding-top:8px;
    padding-bottom:8px;
    font-weight:bold;
}
.sidebar-inside .menu-sections p {
    margin-bottom:8px;
}
.dpt_header {
    color:#FFF;
    padding:5px 0;
}

/*#780C56*/

.hdr1, .hdr2, .hdr3, .hdr4, .hdr5, .block h4, .box-header {
    background-color:#780C56;
    color:#FFF;
}
.hdr1 a, .hdr2 a, .hdr3 a, .hdr4 a, .hdr5 a, .block h4 a, .box-header a {
    color:#FFF;
}
.cham-section, .main-block h4, .shdr {
    background-color:#780C56;
	color:#FFF;
}
.cham-section a, .main-block h4 a, .shdr a {
	color:#FFF;
}
.tag-attrs-page.act {
	background-color:#780C56;
	color:#FFF;
}
.tag-attrs-page.act a {
	color:#FFF;
}
.box-header {
    background-color:#780C56;
    color:#FFF;
}
.cham-section {
    background-color:#780C56;
    color:#FFF;
}
.navigation-in a.act {
    border:1px solid #780C56;
    background:#780C56;
    color:#FFF;
}
.breadcrumbs-h {
    background-color:#780C56;
    color:#FFF;
}
.calendar-year h4 {
    background-color:#780C56;
    color:#FFF;
}

.calendar-month .today {
    background-color:#780C56;
    color:#FFF;
}
.calendar-month .today a {
    color:#FFF;
}
.poll-score-graph {
    background-color:#780C56;
    color:#FFF;
}
.sidebar-inside .menu h3 {
    background-color:#780C56;
    color:#FFF;
}
.user-profile-table th {
    background:#780C56;
    color:#FFF;
}
#content .push-subscribe-notice {
    background-color:#780C56;
    color:#FFF;
}
#content .push-subscribe-notice a {
    color:#FFF;
}