body {
  font-family: Calibri, Roboto, sans-serif;
  font-size: 12pt;
  background-color: #27465b;
}
a {
  color: #016c88;
  text-decoration: underline;
}
p {
  color: #1a1a1a;
  margin: 0 0 10px;
}
h1 {
  color: #27465b;
  font-size: 20pt;
  font-weight: normal;
  font-family: Calibri, Roboto, sans-serif;
  margin: 0 0 20px;
}
h2 {
  color: #016c88;
  font-size: 15pt;
  font-weight: normal;
  font-family: Calibri, Roboto, sans-serif;
}
h3 {
  color: #016c88;
  font-size: 10pt;
  font-weight: normal;
  font-family: Calibri, Roboto, sans-serif;
}
.bg-main .center-body {
  margin: 0 auto;
  padding: 0 0 100px;
  position: relative;
  width: 890px;
  background: url("/client/default/images/bg-img.png") no-repeat scroll 0 0 transparent;
}
.bg-main .center-body .top-block {
  position: relative;
}
.bg-main .center-body .top-block .top-item {
  width: 890px;
  padding: 10px 0 0;
}
.bg-main .center-body .top-block .center-item {
  background-color: #c5bf77;
  width: 890px;
  margin-top: 8px;
}
.bg-main .center-body .top-block .bottom-item {
  min-height: 50px;
  margin: 0 0 0 20px;
}
.bg-main .center-body .top-block .bottom-item .top-logo-bottom {
  width: 140px;
  height: 50px;
  float: left;
  background-color: #649cab;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs {
  margin: 12px 0 15px 10px;
  position: relative;
  width: 720px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs .breadcrumbs-next {
  display: inline;
  color: white;
  margin: 2px 0 0;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs .breadcrumbs-item {
  display: inline;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs .breadcrumbs-item .breadcrumbs-text {
  display: inline;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs .breadcrumbs-item .breadcrumbs-text a {
  font-size: 9pt;
  color: white;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs .breadcrumbs-cur-item {
  display: inline;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs .breadcrumbs-cur-item .breadcrumbs-cur-text {
  display: inline;
  font-size: 9pt;
  color: #c7c292;
}
.bg-main .center-body .top-block .bottom-item .breadcrumbs-shadow {
  background: url("/client/default/images/breadcrumbs-shadow.png") no-repeat scroll left top transparent;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  width: 85px;
}
.bg-main .center-body .top-block .navigation-top {
  margin: 0 0 0 170px;
  font-size: 15pt;
}
.bg-main .center-body .top-block .navigation-top ul.nav li {
  float: left;
  position: relative;
  margin: 0 10px 0 0;
}
.bg-main .center-body .top-block .navigation-top ul.nav li .navig-item {
  padding: 5px 15px;
  height: 30px;
  background-color: #27465b;
}
.bg-main .center-body .top-block .navigation-top ul.nav li a {
  color: white;
  text-decoration: none;
}
.bg-main .center-body .top-block .navigation-top ul.nav li .navig-cur-mark {
  background: url("/client/default/images/navig-cur.png") no-repeat scroll 0 10px transparent;
  width: 18px;
  height: 19px;
  margin: 0 auto;
}
.bg-main .center-body .top-block .navigation-top ul.nav-level1 li a {
  color: white;
}
.bg-main .center-body .top-block .navigation-top ul.nav-level1 li .navig-item {
  background-color: #27465b;
}
.bg-main .center-body .top-block .navigation-top ul.nav-level1 li .navig-item.active {
  background-color: #c5bf77;
}
.bg-main .center-body .top-block .navigation-top ul.nav-level1 li .navig-item.active span {
  color: #016c88;
}
.bg-main .center-body .top-block .navigation-top ul.nav-level2 li a {
  color: #27465b;
}
.bg-main .center-body .top-block .navigation-top ul.nav-level2 li .navig-item {
  background-color: #c5bf77;
}
.bg-main .center-body .top-block .navigation-top ul.nav-level2 li .navig-item.active span {
  color: #016c88;
}
.bg-main .center-body .top-block .navigation-top-level3 {
  float: left;
}
.bg-main .center-body .top-block .logo-bg {
  position: absolute;
  top: 0;
  left: 10px;
  background: url("/client/default/images/logo-bg.png") repeat-y scroll 0 0 transparent;
  width: 160px;
  height: 190px;
}
.bg-main .center-body .top-block .logo-bg .logo {
  margin: 0 0 0 20px;
  background: url("/client/default/images/logo.png") no-repeat scroll 0 0 transparent;
  width: 119px;
  height: 161px;
}
.bg-main .center-body .content-block {
  position: relative;
}
.bg-main .center-body .content-block .logo-bottom {
  position: absolute;
  top: -2px;
  left: 20px;
  background: url("/client/default/images/logo_content.png") no-repeat scroll 0 0 transparent;
  width: 140px;
  height: 20px;
}
.bg-main .center-body .footer-block {
  position: relative;
  height: 200px;
  margin: 35px 0 0;
}
.bg-main .center-body .footer-block .footer-inner {
  height: 180px;
  background-color: #c5bf77;
}
.bg-main .center-body .footer-block .footer-inner .footer-content {
  font-family: Calibri, Roboto, sans-serif;
  margin: 0 0 0 170px;
  padding: 20px 35px;
}
.bg-main .center-body .footer-block .footer-inner .footer-content p {
  font-size: 11pt;
}
.bg-main .center-body .footer-block .footer-inner .footer-content .footer-left {
  float: left;
}
.bg-main .center-body .footer-block .footer-inner .footer-content .footer-right {
  float: right;
}
.bg-main .center-body .footer-block .footer-logo {
  position: absolute;
  top: 0;
  left: 10px;
  background: url("/client/default/images/footer_logo.png") no-repeat scroll 0 0 transparent;
  width: 160px;
  height: 200px;
}
.clear {
  clear: both;
  float: none !important;
}
.navigation-top ul.nav li span:hover {
  text-decoration: underline;
}
.navigation-top ul.nav li .active span:hover {
  text-decoration: none;
  cursor: default;
}
.footer-block {
  width: 100%;
  text-align: center;
  height: 20px;
  position: absolute;
  bottom: 0;
  margin-top: -20px;
}
.footer-block .processing-policy {
  color: black;
  background-color: #c5bf77;
}
.footer-block .processing-policy a {
  color: black;
}
.output {
  padding: 16px 20px 19px;
  background: #2b2a2a;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10000;
  right: 0;
  left: 0;
}
.output .container {
  margin: 0 auto;
  padding: 0 0 20px;
  max-width: 100%;
  width: 900px;
  position: relative;
}
.output__details {
  font-size: 14px;
  line-height: 21px;
  color: white;
  font-family: Roboto;
}
.output__details p {
  color: white;
}
.output__details .link {
  color: #a8d7ed;
}
.accept-cookie-button {
  text-decoration: none;
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #f0f0f0;
  font-weight: 500;
  font-size: 20px;
  color: black;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.accept-cookie-button:hover {
  background: #d7d7d7;
}
body {
  height: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
.main-body {
  margin-bottom: 20px;
}
.footer-block {
  width: 100%;
  text-align: center;
  height: 20px;
  position: absolute;
  bottom: 0;
  margin-top: -20px;
}
.footer-block .processing-policy {
  color: black;
  background-color: #c5bf77;
}
.footer-block .processing-policy a {
  color: black;
}
@media (max-width: 640px) {
  .output__details {
    font-size: 10px;
    line-height: 14px;
    color: white;
    font-family: Roboto;
  }
  .output__details p {
    line-height: 14px;
  }
  .output__action {
    margin-top: 12px;
  }
  .accept-cookie-button {
    width: 60%;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    margin-left: 20%;
  }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .output__action {
    width: 220px;
    display: inline-block;
    vertical-align: top;
  }
  .accept-cookie-button {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .output__layout {
    display: table;
    width: 100%;
  }
  .output__details {
    display: table-cell;
    vertical-align: middle;
  }
  .output__action {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    padding-left: 30px;
  }
}
div.text-area-selection {
  position: absolute;
  z-index: -100;
  white-space: pre-wrap;
  color: transparent;
}
div.text-area-selection * {
  color: transparent !important;
}
.text-color-bordered {
  border-bottom: 1px dotted red;
}
.suggetion {
  position: absolute;
  background: yellow;
  border: 2px solid black;
  padding: 0 4px;
  margin-top: 19px;
  line-height: 23px;
  padding-bottom: 2px;
}
