@font-face {
  font-family: 'HeliosThinC';
  src: url("font/HeliosThinC.eot");
  src: url("font/HeliosThinC.eot?#iefix") format('embedded-opentype'), url("font/HeliosThinC.woff") format('woff'), url("font/HeliosThinC.ttf") format('truetype'), url("font/HeliosThinC.svg#HeliosThinC") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HeliosLight';
  src: url("font/HeliosLight.eot");
  src: url("font/HeliosLight.eot?#iefix") format('embedded-opentype'), url("font/HeliosLight.woff") format('woff'), url("font/HeliosLight.ttf") format('truetype'), url("font/HeliosLight.svg#HeliosLight") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url("font/pt-sans-regular.eot");
  src: url("font/pt-sans-regular.eot?#iefix") format('embedded-opentype'), url("font/pt-sans-regular.woff") format('woff'), url("font/pt-sans-regular.ttf") format('truetype'), url("font/pt-sans-regular.svg#[PT, Sans]") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url("font/pt-sans-italic.eot");
  src: url("font/pt-sans-italic.eot?#iefix") format('embedded-opentype'), url("font/pt-sans-italic.woff") format('woff'), url("font/pt-sans-italic.ttf") format('truetype'), url("font/pt-sans-italic.svg#[PT, Sans]") format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PT Sans';
  src: url("font/pt-sans-bold.eot");
  src: url("font/pt-sans-bold.eot?#iefix") format('embedded-opentype'), url("font/pt-sans-bold.woff") format('woff'), url("font/pt-sans-bold.ttf") format('truetype'), url("font/pt-sans-bold.svg#[PT, Sans]") format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PT Sans';
  src: url("font/pt-sans-bold-italic.eot");
  src: url("font/pt-sans-bold-italic.eot?#iefix") format('embedded-opentype'), url("font/pt-sans-bold-italic.woff") format('woff'), url("font/pt-sans-bold-italic.ttf") format('truetype'), url("font/pt-sans-bold-italic.svg#[PT, Sans]") format('svg');
  font-weight: bold;
  font-style: italic;
}

.app-select {
  width: 200px;
  visibility: hidden !important;
}

.ik_select {
  width: 100% !important;
  position: relative;
  height: 24px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.ik_select select {
  margin: 0;
  padding: 0;
  width: 100%;
  opacity: 0;
  position: absolute;
}

.ik_select_block {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}

.ik_select_block .ik_select_list {
  white-space: nowrap;
  display: table;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #e7e7e7;
  margin-top: 24px;
  position: relative;
  zoom: 1;
  z-index: 11;
  width: auto;
}

.ik_select_block .ik_select_list ul {
  margin: 0;
  padding: 0;
}

.ik_select_block .ik_select_list ul li {
  list-style: none;
  margin: 0;
  cursor: pointer;
  padding: 3px 12px 3px 15px;
  position: relative;
  background: none;
}

.ik_select_block .ik_select_list ul li.ik_select_hover {
  color: #fff;
  background: #707070;
}

.ik_select_link {
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #e9e9e9;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#efefef), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #efefef, #e0e0e0);
  background-image: -moz-linear-gradient(top, #efefef, #e0e0e0);
  background-image: -ms-linear-gradient(top, #efefef, #e0e0e0);
  background-image: -o-linear-gradient(top, #efefef, #e0e0e0);
  background-image: linear-gradient(top, #efefef, #e0e0e0);
  -pie-background: linear-gradient(top, #efefef, #e0e0e0);
  border-bottom: 1px solid #c0c0c0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  white-space: nowrap;
  position: relative;
  zoom: 1;
  z-index: 11;
  cursor: pointer;
  overflow: hidden;
}

.ik_select_link_text {
  text-align: left;
  overflow: hidden;
  padding: 5px 0 0 15px;
}

.ik-arrow {
  position: absolute;
  right: 8px;
  top: 8px;
  background: url("/image/arrow-down.png") no-repeat;
  width: 13px;
  height: 9px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #000;
}

#colorbox {
  outline: 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  background: #fff;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #fff;
  padding: 5px 10px;
  opacity: 0.7;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url("/image/colorbox/loading.gif") no-repeat center center;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url("/image/colorbox/controls.png") no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url("/image/colorbox/controls.png") no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: url("/image/close.gif") no-repeat top center;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

div.scrollingHotSpotLeft {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
  left: 0;
  cursor: url("/image/smooth/cursors/cursor_arrow_left.png"), url("/image/smooth/cursors/cursor_arrow_left.cur"), w-resize;
}

div.scrollingHotSpotLeftVisible {
  zoom: 1;
}

div.scrollingHotSpotRight {
  min-width: 75px;
  width: 10%;
  height: 100%;
  position: absolute;
  z-index: 200;
  right: 0;
  cursor: url("/image/smooth/cursors/cursor_arrow_right.png"), url("/image/smooth/cursors/cursor_arrow_right.cur"), e-resize;
}

div.scrollingHotSpotRightVisible {
  zoom: 1;
}

div.scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

div.scrollableArea {
  position: relative;
  width: auto;
  height: 100%;
}

div.str {
  position: absolute;
  width: 19px;
  height: 29px;
  z-index: 100;
  background: url("/image/5-years/new2/arrows-timeline.png") no-repeat;
  top: 50%;
  margin-top: -15px;
}

div.str.left {
  background-position: left top;
  left: 25px;
}

div.str.right {
  background-position: left bottom;
  right: 25px;
}

.bxslider {
  height: 240px;
  overflow: hidden;
}

.bxslider .slide {
  height: 240px;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
  z-index: 1;
}

.bx-wrapper-services {
  overflow: visible;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/image/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

.bx-wrapper .bx-prev {
  left: 20px;
  background: url("/image/arrows_1.png") no-repeat;
}

.bx-wrapper .bx-next {
  right: 20px;
  background: url("/image/arrows_1.png") left bottom no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  outline: 0;
  width: 14px;
  height: 24px;
  text-indent: -9999px;
  z-index: 53;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: #f00;
}

.jspHorizontalBar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 23px;
  background: none;
  margin: 10px 0;
  top: 50%;
  margin-top: -15px;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #e9e8e7;
  position: relative;
  height: 10px !important;
  top: 6px;
  display: none !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.jspDrag {
  background: url("/image/5-years/scroll.png") no-repeat left top;
  height: 21px !important;
  position: relative;
  top: -5px;
  left: 0;
  cursor: pointer;
  display: none !important;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: none;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  z-index: 3;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: none;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 35px;
  float: left;
  height: 29px;
  position: absolute;
  top: 0;
}

.jspHorizontalBar .jspArrow.jspArrowLeft {
  left: 5px;
}

.jspHorizontalBar .jspArrow.jspArrowRight {
  right: 5px;
}

.jspHorizontalBar .jspArrow.jspArrowLeft:before {
  content: '';
  width: 19px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("/image/5-years/new2/arrows-timeline.png") no-repeat;
  background-position: left top;
}

.jspHorizontalBar .jspArrow.jspArrowRight:before {
  content: '';
  width: 19px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("/image/5-years/new2/arrows-timeline.png") no-repeat;
  background-position: left bottom;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}

.scroll-pane-wrapper {
  width: 866px;
  height: 190px;
  overflow: hidden;
  padding-left: 20px;
}

.scroll-pane {
  height: 190px;
}

.scroll-pane table td {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.pic-effect-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.scroll-pane .scroll-big-picture {
  height: 190px;
}

.scroll-pane .scroll-bg {
  width: 470px;
  height: 330px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
}

.scroll-pane .scroll-bg.gray {
  background: #eeedec;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f4f2), to(#e3e2e2));
  background-image: -webkit-linear-gradient(top, #f5f4f2, #e3e2e2);
  background-image: -moz-linear-gradient(top, #f5f4f2, #e3e2e2);
  background-image: -ms-linear-gradient(top, #f5f4f2, #e3e2e2);
  background-image: -o-linear-gradient(top, #f5f4f2, #e3e2e2);
  background-image: linear-gradient(top, #f5f4f2, #e3e2e2);
  -pie-background: linear-gradient(top, #f5f4f2, #e3e2e2);
}

.scroll-pane .scroll-bg.orange {
  background: #f9f3eb;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f4f2), to(#fff1e0));
  background-image: -webkit-linear-gradient(top, #f5f4f2, #fff1e0);
  background-image: -moz-linear-gradient(top, #f5f4f2, #fff1e0);
  background-image: -ms-linear-gradient(top, #f5f4f2, #fff1e0);
  background-image: -o-linear-gradient(top, #f5f4f2, #fff1e0);
  background-image: linear-gradient(top, #f5f4f2, #fff1e0);
  -pie-background: linear-gradient(top, #f5f4f2, #fff1e0);
}

.scroll-pane .scroll-text {
  font-size: 14px;
  color: #59595a;
  position: absolute;
  width: 410px;
  left: 30px;
  top: 0;
  text-decoration: none;
  display: block;
}

.scroll-pane .scroll-text .scroll-text-img {
  width: 130px;
  height: 91px;
  margin: 0 20px 5px 0;
  float: left;
}

.scroll-pane .scroll-text .scroll-text-img img {
  width: 130px;
}

.scroll-pane .scroll-text.second {
  top: 160px;
}

.scroll-pane .scroll-text h2 {
  margin-top: 0;
  padding-left: 0;
}

.scroll-pane .scroll-text:hover h2,
.scroll-pane .scroll-text:hover strong {
  color: #d53413;
}

.scroll-pane .scroll-time-line {
  position: absolute;
  height: 4px;
  background: #d6d6d6;
  top: 135px;
  left: 0;
  right: 0;
}

.scroll-pane .scroll-time-line:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: 30px;
  top: -8px;
  background: url("/image/5-years/time.png") no-repeat left top;
}

.scroll-pane .scroll-deliver {
  width: 30px;
  height: 330px;
  position: relative;
}

.scroll-pane .scroll-time-line.no-circle:before {
  width: 0;
  height: 0;
  background: none;
}

.for-news {
  height: 210px;
}

.scroll-news {
  margin: 0;
  padding: 0;
  display: table;
  height: 210px;
}

.scroll-news li {
  display: table-cell;
  height: 210px;
  width: 290px;
  list-style: none;
  vertical-align: top;
}

.scroll-news li .li-wrap {
  height: 210px;
  width: 290px;
}

.scroll-news li .app-news-wrapper {
  width: 262px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select option,
textarea {
  font-family: 'PT Sans', Arial, sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

ul,
ol,
dl,
menu {
  margin-left: 0;
  margin-right: 0;
}

pre,
code,
kbd,
samp {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  *behavior: url("/css/boxsizing.htc");
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* html {
  font-size: 100%;
}

html {
  font-size: 16px;
  line-height: 27px;
}

.lib-rhythm-bg {
  background-image: -webkit-linear-gradient(#eee 1px, transparent 1px);
  background-image: -moz-linear-gradient(#eee 1px, transparent 1px);
  background-image: -ms-linear-gradient(#eee 1px, transparent 1px);
  background-image: -o-linear-gradient(#eee 1px, transparent 1px);
  background-image: linear-gradient(#eee 1px, transparent 1px);
  background-position: 0 0;
  background-size: auto 9px;
}

p {
  margin-top: 9px;
  margin-bottom: 0px;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

pre,
code,
kbd,
samp {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  _font-family: 'courier new', Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-size: 16px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 9px;
  margin-bottom: 0px;
}

h2 {
  font-size: 20px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 0px;
}

h3 {
  font-size: 16px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 0px;
}

h4 {
  font-size: 17.232px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 0px;
}

h5 {
  font-size: 14.768px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 0px;
}

h6 {
  font-size: 13.536px;
  line-height: 18px;
  margin-top: 9px;
  margin-bottom: 0px;
}

abbr[title] {
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

blockquote {
  margin-top: 9px;
  margin-bottom: 9px;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

cite {
  font-style: normal;
}

ul {
  margin-top: 9px;
  margin-bottom: 0px;
  padding: 0 0 0 40px;
}

ol {
  font-size: 16px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 0px;
  padding: 0 0 0 40px;
}

dl {
  font-size: 16px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 0px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

hr {
  border: 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #fff;
  font-size: 16px;
  line-height: 27px;
  margin-top: 9px;
  margin-bottom: 9px;
}

small {
  font-size: 75%;
  line-height: 1;
}

.lib-dev-master-break {
  font-size: 10px;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  background-color: #444;
  color: #fff;
}

.app-ui-button,
.app-ui-input,
.app-ui-select {
  display: inline-block;
  vertical-align: middle;
}

.app-ui-button {
  text-decoration: none;
}

.app-ui-input {
  outline: none !important;
  position: relative;
}

.app-ui-input input {
  border: none !important;
  background: none !important;
  padding-left: 0;
  padding-right: 0;
  outline: none;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
}

.app-ui-input .app-ui-input-prepend,
.app-ui-input .app-ui-input-append,
.app-ui-input .app-ui-input-insert {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  vertical-align: top;
}

.app-ui-input--wide {
  display: block !important;
}

.app-ui-input--wide input {
  width: 100%;
}

.app-ui-input--wide .app-ui-input-prepend,
.app-ui-input--wide .app-ui-input-append {
  position: absolute;
}

.app-ui-textarea {
  height: auto;
}

.app-ui-textarea--wide {
  display: block;
}

.app-ui-textarea--wide textarea {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none !important;
  background: none !important;
}

.app-g-d12 {
  width: 906px;
  padding-left: 46px;
  padding-right: 46px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

.app-g-d12:before,
.app-g-d12:after {
  display: table;
  content: "";
}

.app-g-d12:after {
  clear: both;
}

.lib-grid-bg .app-g-d12-r {
  background-image: -webkit-linear-gradient(0, rgba(200,200,200,0.3) 48px, transparent 48px);
  background-image: -moz-linear-gradient(0, rgba(200,200,200,0.3) 48px, transparent 48px);
  background-image: -ms-linear-gradient(0, rgba(200,200,200,0.3) 48px, transparent 48px);
  background-image: -o-linear-gradient(0, rgba(200,200,200,0.3) 48px, transparent 48px);
  background-image: linear-gradient(0, rgba(200,200,200,0.3) 48px, transparent 48px);
  background-position: 0 0;
  background-size: 78px;
}

.app-g-d12-r {
  *zoom: 1;
  width: 906px;
}

.app-g-d12-r:before,
.app-g-d12-r:after {
  display: table;
  content: "";
}

.app-g-d12-r:after {
  clear: both;
}

.app-g-d12-r [class*="app-g-d12-s"] {
  float: left;
  margin-left: 30px;
}

.app-g-d12-r [class*="app-g-d12-o"] {
  margin-right: -906px;
}

.app-g-d12-r .app-g-d12-1 {
  margin-left: 0;
}

.app-g-d12-s12 {
  width: 906px;
}

.app-g-d12-o12 {
  margin-left: 936px !important;
}

.app-g-d12-s11 {
  width: 828px;
}

.app-g-d12-o11 {
  margin-left: 858px !important;
}

.app-g-d12-s10 {
  width: 750px;
}

.app-g-d12-o10 {
  margin-left: 780px !important;
}

.app-g-d12-s9 {
  width: 672px;
}

.app-g-d12-o9 {
  margin-left: 702px !important;
}

.app-g-d12-s8 {
  width: 594px;
}

.app-g-d12-o8 {
  margin-left: 624px !important;
}

.app-g-d12-s7 {
  width: 516px;
}

.app-g-d12-o7 {
  margin-left: 546px !important;
}

.app-g-d12-s6 {
  width: 438px;
}

.app-g-d12-o6 {
  margin-left: 468px !important;
}

.app-g-d12-s5 {
  width: 360px;
}

.app-g-d12-o5 {
  margin-left: 390px !important;
}

.app-g-d12-s4 {
  width: 282px;
}

.app-g-d12-o4 {
  margin-left: 312px !important;
}

.app-g-d12-s3 {
  width: 204px;
}

.app-g-d12-o3 {
  margin-left: 234px !important;
}

.app-g-d12-s2 {
  width: 126px;
}

.app-g-d12-o2 {
  margin-left: 156px !important;
}

.app-g-d12-s1 {
  width: 48px;
}

.app-g-d12-o1 {
  margin-left: 78px !important;
}

.app-g-d12-o0 {
  margin-left: 0px !important;
}

html,
body {
  height: 100%;
}

html {
  line-height: 20px;
}

.app-main-wrapper {
  height: auto !important;
  margin: 0pt auto -270px;
  min-height: 100%;
  height: 100%;
  position: relative;
}

.app-main-content {
  margin: auto;
  background: #fff;
}

.app-main-footer,
.app-main-push {
  height: 270px;
}

.app-main-footer {
  position: relative;
  margin: 0pt auto;
}

.app-work-box {
  margin-top: 15px;
}

a {
  font-size: 14px;
  color: #3aa0e1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

p,
table,
div {
  color: #5c5c5c;
}

.app-h2-newsmain {
  margin-top: -3px;
  padding-left: 20px;
  margin-bottom: 15px;
}

.app-h1 {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #7b7b7b;
  border-bottom: 2px solid #f5f4f2;
  padding-bottom: 5px;
}

.app-ul {
  margin: 5px 0 0 0;
  padding: 0;
  list-style: none;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
}

.app-ul>li {
  background: url("/image/pic.gif") no-repeat left 7px;
  padding-left: 15px;
  margin-bottom: 20px;
  color: #0962a4;
}

.app-ul>li span {
  color: #4f4f4f;
}

.app-ul>li>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-ulto {
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
}

.app-ulto li {
  list-style: none;
  background: url("/image/landing/list-arrow-gray.png") no-repeat 0 6px;
  padding-left: 18px;
  margin-bottom: 2px;
}

.app-ulto li span {
  color: #4f4f4f;
}

.app-ul--margin {
  margin-left: 17px;
}

.bgr-title {
  background: #f5f4f2;
  position: relative;
  color: #9f9f9f;
  padding: 7px 0 7px 10px;
  font: bold 16px 'PT Sans', Arial, sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.bgr-title .icon {
  width: 30px;
  height: 36px;
  display: block;
  float: left;
  margin-left: -10px;
  margin-right: 10px;
  background: url("/image/with-us.png") no-repeat;
}

.bgr-title .icon-1 {
  height: 20px;
  margin-top: 8px;
}

.bgr-title .icon-2 {
  background-position: -37px center;
  margin-top: 10px;
}

.bgr-title .icon-3 {
  background-position: -71px center;
  margin-top: 6px;
}

.bgr-title .icon-4 {
  background-position: -102px center;
  margin-top: 7px;
}

.app-title--margin {
  margin-right: -17px;
}

.iconto {
  width: 23px;
  height: 21px;
  display: inline-block;
  background: url("/image/sectors.png") no-repeat;
  position: relative;
  top: 5px;
}

.iconto-2 {
  background-position: -22px 0;
}

.iconto-3 {
  background-position: -46px 0;
}

.iconto-4 {
  background-position: -70px 0;
}

.iconto-5 {
  background-position: -94px 0;
}

.iconto-6 {
  background-position: 1px -23px;
}

.iconto-7 {
  background-position: -23px -23px;
}

.iconto-8 {
  background-position: -48px -23px;
}

.iconto-9 {
  width: 22px;
  margin-right: 2px;
  background-position: -68px -23px;
}

.iconto-10 {
  background-position: -89px -23px;
}

.h1-uppercase {
  text-transform: uppercase;
  font: bold 16px 'PT Sans', Arial, sans-serif;
  margin-bottom: 12px;
}

.app-comand {
  clear: both;
}

.app-comand-l {
  width: 78px;
  float: left;
  margin-top: 5px;
}

.app-comand-r {
  overflow: hidden;
  padding-left: 12px;
}

.app-material {
  border: 2px solid #dce0e2;
  display: block;
  color: #4f4f4f;
  text-decoration: none;
  padding: 13px;
  margin-bottom: 40px;
  margin-top: 5px;
  font-size: 16px;
}

.app-material:before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  background: url("/image/broschure.jpg") no-repeat;
  float: left;
  margin-right: 13px;
}

.app-material:after {
  content: "";
  display: block;
  clear: both;
}

.app-material2 {
  border: 2px solid #dce0e2;
  display: block;
  color: #4f4f4f;
  text-decoration: none;
  padding: 13px;
  margin-bottom: 40px;
  margin-top: 5px;
  font-size: 16px;
}

.app-material2:before {
  content: "";
  display: block;
  width: 78px;
  height: 78px;
  background: url("/image/obzor_2013.jpg") no-repeat;
  float: left;
  margin-right: 13px;
}

.app-material2:after {
  content: "";
  display: block;
  clear: both;
}

.app-forms {
  margin-top: 30px;
}

.app-forms .app-form-name {
  padding: 0 10px 10px 0;
}

.app-forms .app-form-field {
  padding: 0 0 10px 0;
  width: 100%;
}

.app-forms input[type="text"] {
  display: block;
  width: 204px;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 10px;
  border: 1px solid #d4d4d4;
  outline: none;
  float: left;
  color: #a5a5a5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
  -webkit-box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
  box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
}

.app-forms textarea {
  display: block;
  width: 100%;
  height: 100px;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 10px;
  border: 1px solid #d4d4d4;
  outline: none;
  float: left;
  color: #a5a5a5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
  -webkit-box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
  box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
}

.app-forms input[type="submit"] {
  margin: 0;
  padding: 0 10px;
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font: 12px 'PT Sans', Arial, sans-serif;
  height: 30px;
  background: #0169aa;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0271b8), to(#005e96));
  background-image: -webkit-linear-gradient(top, #0271b8, #005e96);
  background-image: -moz-linear-gradient(top, #0271b8, #005e96);
  background-image: -ms-linear-gradient(top, #0271b8, #005e96);
  background-image: -o-linear-gradient(top, #0271b8, #005e96);
  background-image: linear-gradient(top, #0271b8, #005e96);
  -pie-background: linear-gradient(top, #0271b8, #005e96);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url("/css/PIE.htc");
  position: relative;
}

.app-forms a {
  display: inline-block;
  height: 30px;
  font: 12px 'PT Sans', Arial, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  margin: 0 0 0 30px;
  text-decoration: none;
  background: #d73716;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e54523), to(#c22303));
  background-image: -webkit-linear-gradient(top, #e54523, #c22303);
  background-image: -moz-linear-gradient(top, #e54523, #c22303);
  background-image: -ms-linear-gradient(top, #e54523, #c22303);
  background-image: -o-linear-gradient(top, #e54523, #c22303);
  background-image: linear-gradient(top, #e54523, #c22303);
  -pie-background: linear-gradient(top, #e54523, #c22303);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url("/css/PIE.htc");
  position: relative;
}

.app-red-button {
  display: inline-block;
  height: 30px;
  font: 12px 'PT Sans', Arial, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  margin: 0;
  text-decoration: none;
  background: #d73716;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e54523), to(#c22303));
  background-image: -webkit-linear-gradient(top, #e54523, #c22303);
  background-image: -moz-linear-gradient(top, #e54523, #c22303);
  background-image: -ms-linear-gradient(top, #e54523, #c22303);
  background-image: -o-linear-gradient(top, #e54523, #c22303);
  background-image: linear-gradient(top, #e54523, #c22303);
  -pie-background: linear-gradient(top, #e54523, #c22303);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url("/css/PIE.htc");
  position: relative;
}

.app-blue-button {
  display: inline-block;
  height: 30px;
  font: 12px 'PT Sans', Arial, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 30px;
  margin: 0;
  text-decoration: none;
  background: #0169aa;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0271b8), to(#005e96));
  background-image: -webkit-linear-gradient(top, #0271b8, #005e96);
  background-image: -moz-linear-gradient(top, #0271b8, #005e96);
  background-image: -ms-linear-gradient(top, #0271b8, #005e96);
  background-image: -o-linear-gradient(top, #0271b8, #005e96);
  background-image: linear-gradient(top, #0271b8, #005e96);
  -pie-background: linear-gradient(top, #0271b8, #005e96);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url("/css/PIE.htc");
  position: relative;
}

.app-photo-box {
  margin-top: 5px;
  margin-bottom: 35px;
}

.app-photo-box .video-prewie {
  width: 282px;
  height: 190px;
  margin-bottom: 20px;
  position: relative;
}

.app-photo-box .video-prewie a {
  display: block;
  width: 278px;
  height: 186px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.app-photo-box .video-prewie .video-prewie-blue {
  display: block;
  width: 47px;
  height: 40px;
  position: absolute;
  bottom: -7px;
  right: -7px;
  cursor: pointer;
  background: #006ba9;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0073b6), to(#005e96));
  background-image: -webkit-linear-gradient(top, #0073b6, #005e96);
  background-image: -moz-linear-gradient(top, #0073b6, #005e96);
  background-image: -ms-linear-gradient(top, #0073b6, #005e96);
  background-image: -o-linear-gradient(top, #0073b6, #005e96);
  background-image: linear-gradient(top, #0073b6, #005e96);
  -pie-background: linear-gradient(top, #0073b6, #005e96);
  behavior: url("/css/PIE.htc");
}

.app-photo-box .video-prewie .video-prewie-bluestr {
  width: 47px;
  height: 40px;
  background: url("/image/arrow-small.png") center no-repeat;
  position: absolute;
  bottom: -7px;
  right: -7px;
  cursor: pointer;
}

.app-photo-box .video-prewie-nostr {
  width: 282px;
  height: 190px;
  margin-bottom: 20px;
  position: relative;
}

.app-photo-box .video-prewie-shadow {
  width: 294px;
  height: 210px;
  background: url("/image/photo-board.gif") no-repeat;
  margin-left: -10px;
  padding-left: 10px;
  padding-top: 15px;
}

.app-photo-box p {
  margin: 0;
  padding: 0;
  font: 16px 'PT Sans', Arial, sans-serif;
  color: #404949;
}

.app-photo-box p span {
  display: block;
  font: italic 14px Georgia, sans-serif;
  color: #60777f;
}

.app-video-box {
  margin-top: 5px;
  margin-bottom: 35px;
}

.app-video-box .video-prewie {
  width: 180px;
  height: 130px;
  margin-bottom: 20px;
  position: relative;
}

.app-video-box .video-prewie .video-prewie-blue {
  display: block;
  width: 47px;
  height: 40px;
  position: absolute;
  bottom: -7px;
  right: -7px;
  cursor: pointer;
  background: #006ba9;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0073b6), to(#005e96));
  background-image: -webkit-linear-gradient(top, #0073b6, #005e96);
  background-image: -moz-linear-gradient(top, #0073b6, #005e96);
  background-image: -ms-linear-gradient(top, #0073b6, #005e96);
  background-image: -o-linear-gradient(top, #0073b6, #005e96);
  background-image: linear-gradient(top, #0073b6, #005e96);
  -pie-background: linear-gradient(top, #0073b6, #005e96);
  behavior: url("/css/PIE.htc");
}

.app-video-box .video-prewie .video-prewie-bluestr {
  width: 47px;
  height: 40px;
  background: url("/image/arrow-small.png") center no-repeat;
  position: absolute;
  bottom: -7px;
  right: -7px;
  cursor: pointer;
}

.app-video-box p {
  margin: 0;
  padding: 0;
  font: 14px 'PT Sans', Arial, sans-serif;
  color: #404949;
}

.app-video-box p a {
  font: 14px 'PT Sans', Arial, sans-serif;
}

.app-video-box p span {
  display: block;
  font: italic 12px Georgia, sans-serif;
  color: #60777f;
}

.app-news-page p {
  margin: 0 0 17px 0;
  padding: 0;
}

.app-news-page p a {
  font-size: 16px;
  color: #59595a;
  text-decoration: none;
}

.app-news-page p a:hover {
  text-decoration: underline;
}

.app-news-page p span {
  display: block;
  font: italic 14px Georgia, sans-serif;
  color: #60777f;
}

.app-news-page p span span {
  font-size: 12px;
  display: inline;
}

.app-calendar-r {
  margin-top: 40px;
}

.app-calendar-r:after {
  content: "";
  display: block;
  clear: both;
}

.app-calendar-r .app-calendar {
  width: 142px;
  float: left;
  margin-left: 11px;
  margin-bottom: 20px;
}

.app-calendar-r .app-calendar-1 {
  margin-left: 0;
  margin-right: -1px;
}

.app-calendar-r .app-calendar span {
  display: block;
  background: #0065a1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font: 12px 'PT Sans', Arial, sans-serif;
  line-height: 22px;
}

.app-calendar-r .app-calendar table {
  width: 100%;
}

.app-calendar-r .app-calendar table th {
  font: 10px 'PT Sans', Arial, sans-serif;
  color: #7c7c7c;
}

.app-calendar-r .app-calendar table td {
  text-align: center;
  font: 10px 'PT Sans', Arial, sans-serif;
  background: #edebee;
  color: #848285;
  border: 1px solid #fff;
  padding: 2px 0;
}

.app-calendar-r .app-calendar table td.day-out {
  background: #f8f6f9;
  color: #cecccf;
}

.app-calendar-r .app-calendar table td.day-act {
  background: #95c1da;
}

.app-calendar-r .app-calendar table td.day-act a {
  text-decoration: none;
  color: #fff;
  font: 10px 'PT Sans', Arial, sans-serif;
}

.app-contacts-form label {
  display: block;
}

.app-contacts-form label span {
  display: block;
  cursor: pointer;
  margin-bottom: 3px;
  font-size: 14px;
}

.app-contacts-form label input[type="text"],
.app-contacts-form label textarea {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 10px;
  margin-bottom: 12px;
  border: 1px solid #d4d4d4;
  outline: none;
  color: #a5a5a5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
  -webkit-box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
  box-shadow: inset 4px 4px 5px rgba(0,0,0,0.07);
}

.app-contacts-form label textarea {
  height: 80px;
  max-height: 80px;
  max-width: 100%;
}

.app-contacts-form input[type="submit"] {
  height: 30px;
  font: 12px 'PT Sans', Arial, sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  margin: 0;
  border: none;
  text-decoration: none;
  background: #d73716;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e54523), to(#c22303));
  background-image: -webkit-linear-gradient(top, #e54523, #c22303);
  background-image: -moz-linear-gradient(top, #e54523, #c22303);
  background-image: -ms-linear-gradient(top, #e54523, #c22303);
  background-image: -o-linear-gradient(top, #e54523, #c22303);
  background-image: linear-gradient(top, #e54523, #c22303);
  -pie-background: linear-gradient(top, #e54523, #c22303);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url("/css/PIE.htc");
  position: relative;
}

.app-what {
  margin-bottom: 45px;
}

.app-what:after {
  content: "";
  display: block;
  clear: both;
}

.app-what-l {
  width: 115px;
  line-height: 10px;
  float: left;
}

.app-what-r {
  overflow: hidden;
  padding-left: 17px;
}

.app-what-r h1,
.app-what-r .h1 {
  font: bold 16px 'PT Sans', Arial, sans-serif;
  margin: -5px 0 0 0;
  padding: 0;
}

.app-what-r h1 span,
.app-what-r .h1 span {
  display: block;
  font-size: 14px;
}

.app-what-r ul {
  margin: 0 0 0 20px;
  padding: 0;
  line-height: 18px;
  list-style-image: url("/image/what-say.png");
}

.app-what-r ul li {
  margin-top: 19px;
  font-size: 14px;
}

.app-what-r ul li span {
  position: relative;
  top: -4px;
}

.app-block-with-photo-l {
  width: 126px;
  line-height: 10px;
  float: left;
  padding-top: 13px;
}

.app-block-with-photo-l img {
  margin-bottom: 35px;
}

.app-block-with-photo-r {
  font-size: 25px;
  color: #343434;
  line-height: 25px;
  overflow: hidden;
  padding-left: 25px;
  padding-top: 5px;
  padding-top: 13px;
}

.app-block-with-photo-r .h1 {
  font-size: 18px;
  font-weight: bold;
  color: #0065a1;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.app-block-with-photo-r .h1 span {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  display: block;
  margin-top: 10px;
}

.app-block-with-photo p {
  margin-top: 20px;
}

.app-career h1,
.app-career .h1 {
  font-size: 18px;
  font-weight: bold;
  color: #0065a1;
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.app-career h1 span,
.app-career .h1 span {
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  display: block;
  margin-top: 10px;
}

.app-career-l {
  width: 126px;
  line-height: 10px;
  float: left;
  padding-top: 13px;
}

.app-career-l img {
  margin-bottom: 35px;
}

.app-career-r {
  font-size: 25px;
  color: #343434;
  line-height: 25px;
  overflow: hidden;
  padding-left: 25px;
  padding-top: 5px;
  padding-top: 13px;
}

.app-career p {
  margin-top: 20px;
}

.app-career .app-career-divider {
  height: 1px;
  background: url("/image/career/point-g.gif") repeat-x;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 35px;
}

.app-career .app-career-quote {
  clear: both;
  font-style: Italic;
  font-weight: bold;
  font-size: 18px;
  color: #5c5c5c;
}

.app-our-people-l {
  width: 128px;
  line-height: 10px;
  float: left;
}

.app-our-people-l img {
  margin-bottom: 25px;
}

.app-our-people-r {
  overflow: hidden;
}

.app-our-people-r h1,
.app-our-people-r .h1 {
  font-size: 20px;
  font-weight: bold;
  color: #0065a1;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-top: 5px;
}

.app-our-people-r h1 span,
.app-our-people-r .h1 span {
  font-size: 16px;
  font-weight: normal;
}

.app-our-people p {
  color: #777;
}

.app-our-people .app-our-people-divider {
  height: 1px;
  background: url("/image/career/point-g.gif") repeat-x;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.app-values {
  margin-top: 20px;
}

.app-values .app-values-red {
  font-size: 25px;
  font-weight: bold;
  color: #e74424;
  padding-top: 15px;
  padding-bottom: 105px;
  line-height: 30px;
}

.app-values .app-values-under-red {
  font-size: 21px;
  color: #4f4f4f;
  line-height: 25px;
}

.app-values-l {
  width: 128px;
  line-height: 10px;
  float: left;
}

.app-values-l img {
  margin-bottom: 25px;
}

.app-values-r {
  overflow: hidden;
  padding-left: 20px;
}

.app-values-r h1,
.app-values-r .h1 {
  font-size: 20px;
  font-weight: bold;
  color: #0065a1;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-top: 5px;
}

.app-values-r h1 span,
.app-values-r .h1 span {
  font-size: 16px;
  font-weight: normal;
}

.app-values p {
  color: #777;
}

.app-values .app-values-divider {
  height: 1px;
  background: url("/image/career/point-g.gif") repeat-x;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.app-values .app-values-divider-vert {
  background: url("/image/career/point-v.gif") repeat-y;
}

.app-values .app-values-button {
  background: #dce0e2;
  width: 96px;
  height: 22px;
  font-size: 14px;
  color: #777;
  margin-top: 25px;
  cursor: pointer;
  text-align: center;
}

.app-values .app-text-about-show {
  color: #777;
}

.app-mes {
  margin-top: 15px;
}

.app-mes .blue {
  color: #0065a1;
}

.app-mes:after {
  content: "";
  display: block;
  clear: both;
}

.app-mes-l {
  width: 78px;
  line-height: 10px;
  float: left;
  margin-bottom: 2px;
  cursor: pointer;
}

.app-mes-r {
  overflow: hidden;
  padding-left: 15px;
  margin-bottom: 2px;
  cursor: pointer;
}

.app-mes-r p {
  margin-top: 0px;
}

.app-mes-r p strong {
  color: #0065a1;
}

.app-mes-c {
  clear: both;
  background: #0165a1;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#00517b), to(#0165a1));
  background: -webkit-linear-gradient(left, #00517b, #0165a1);
  background: -moz-linear-gradient(left, #00517b, #0165a1);
  background: -ms-linear-gradient(left, #00517b, #0165a1);
  background: -o-linear-gradient(left, #00517b, #0165a1);
  background: linear-gradient(left, #00517b, #0165a1);
  -pie-background: linear-gradient(left, #00517b, #0165a1);
  behavior: url("/css/PIE.htc");
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.app-mes-c p {
  color: #fff;
  margin: 10px 0 15px 0;
  font-size: 16px;
}

.app-mes-c p strong {
  font-size: 18px;
}

.app-mes-c .app-mes-link {
  display: block;
  width: 25px;
  height: 42px;
  position: absolute;
  top: 38%;
  right: 10px;
  background: url("/image/arrow.png") no-repeat;
}

.app-mes .app-mes-act {
  min-height: 78px;
  background: #dadddf;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f2f4), to(#b8bdc0));
  background-image: -webkit-linear-gradient(top, #f1f2f4, #b8bdc0);
  background-image: -moz-linear-gradient(top, #f1f2f4, #b8bdc0);
  background-image: -ms-linear-gradient(top, #f1f2f4, #b8bdc0);
  background-image: -o-linear-gradient(top, #f1f2f4, #b8bdc0);
  background-image: linear-gradient(top, #f1f2f4, #b8bdc0);
  -pie-background: linear-gradient(top, #f1f2f4, #b8bdc0);
  behavior: url("/css/PIE.htc");
  position: relative;
}

.app-grafic-txt {
  background: #e7ebee;
  height: 57px;
  padding: 0 47px 0 15px;
  font-size: 16px;
  position: relative;
  margin-bottom: 50px;
  margin: 15px 0;
  line-height: 16px;
}

.app-grafic-txt:before {
  content: "";
  display: block;
  width: 47px;
  height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  background: #006aab;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0072b9), to(#005e96));
  background-image: -webkit-linear-gradient(top, #0072b9, #005e96);
  background-image: -moz-linear-gradient(top, #0072b9, #005e96);
  background-image: -ms-linear-gradient(top, #0072b9, #005e96);
  background-image: -o-linear-gradient(top, #0072b9, #005e96);
  background-image: linear-gradient(top, #0072b9, #005e96);
  -pie-background: linear-gradient(top, #0072b9, #005e96);
  behavior: url("/css/PIE.htc");
}

.app-grafic-txt:after {
  content: "";
  display: block;
  width: 47px;
  height: 57px;
  background: url("/image/arrow-small.png") center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.app-site-map {
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-site-map li {
  font-size: 14px;
  color: #686a69;
  font-weight: bold;
}

.app-site-map li a {
  font-weight: bold;
}

.app-site-map li>ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: none;
}

.app-site-map li>ul li a {
  font-weight: normal;
  color: #3aa0e1;
}

.app-site-map li>ul li>ul {
  margin-left: 20px;
}

h2 {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #7b7b7b;
}

h2 .app-square-divider {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

h2 a {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  color: #7b7b7b;
  text-decoration: none;
}

h2 a:hover {
  text-decoration: underline;
}

.red {
  color: #e74423;
}

.app-hidden {
  display: none;
}

.app-overflow {
  overflow: hidden;
}

.app-relative {
  position: relative;
}

.app-page-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.app-page-nav li {
  display: inline;
  float: left;
  margin-left: 0;
  padding: 0;
}

.app-page-nav li a {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app-page-nav li a:hover {
  background: #b1b7b7;
  color: #fff;
}

.app-page-nav li span {
  font: 14px 'PT Sans', Arial, sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  background: #b1b7b7;
  color: #fff;
}

.app-page-nav li:first-child {
  padding: 0;
  margin-left: 0;
}

.app-hor-helper {
  display: inline-block;
  width: 100%;
  height: 0;
}

.app-ver-helper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.app-square-divider {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background-color: #f5f4f2;
}

.app-square-divider--grey,
.app-square-divider--1 {
  background-color: #e0dee1;
}

.app-square-divider--blue,
.app-square-divider--2 {
  background-color: #0065a1;
}

.app-square-divider--red,
.app-square-divider--3 {
  background-color: #e74423;
}

.app-square-divider--white,
.app-square-divider--4 {
  background-color: #fff;
}

.app-form-popup {
  margin: 30px;
  width: 400px;
}

.app-form-popup .app-form-name {
  font-size: 14px;
  padding: 0 0 5px 0;
}

.app-form-popup .app-field-popup {
  width: 400px !important;
}

.app-form-popup .absM {
  margin-top: 0;
}

.app-form-popup input[type="submit"] {
  margin: 0;
  padding: 0 10px;
  outline: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font: 12px 'PT Sans', Arial, sans-serif;
  height: 30px;
  background: #d73716;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e54523), to(#c22303));
  background-image: -webkit-linear-gradient(top, #e54523, #c22303);
  background-image: -moz-linear-gradient(top, #e54523, #c22303);
  background-image: -ms-linear-gradient(top, #e54523, #c22303);
  background-image: -o-linear-gradient(top, #e54523, #c22303);
  background-image: linear-gradient(top, #e54523, #c22303);
  -pie-background: linear-gradient(top, #e54523, #c22303);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  behavior: url("/css/PIE.htc");
  position: relative;
}

.app-awards-logo {
  height: 60px;
  margin-bottom: 9px;
}

.app-awards-name {
  font-weight: bold;
}

.app-awards-date {
  font: italic 14px Georgia, sans-serif;
  color: #60777f;
}

.app-ulto-nomargin {
  margin-bottom: 0;
}

.app-menu {
  width: 100%;
  height: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: justify;
  z-index: 101;
}

.app-menu td {
  height: 20px;
}

.app-menu td .app-square-divider {
  display: block;
  vertical-align: top;
}

.app-menu a.app-menu-link {
  vertical-align: middle;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 18px;
  line-height: 20px;
  color: #404949;
  display: block;
  height: 20px;
}

.app-menu a.app-menu-link:hover {
  color: #d53413;
}

.app-menu .app-menu-link--sel {
  color: #d53413;
}

.app-menu-sub,
.app-menu-init-sub {
  position: absolute;
  background-color: #faf9f7;
  z-index: 101;
  top: 22px;
  left: -33px;
  -webkit-box-shadow: 4px 4px 5px rgba(0,0,0,0.5);
  -moz-box-shadow: 4px 4px 5px rgba(0,0,0,0.5);
  box-shadow: 4px 4px 5px rgba(0,0,0,0.5);
}

.app-menu-sub div,
.app-menu-init-sub div {
  padding: 5px 10px;
}

.app-menu-sub div .app-square-divider,
.app-menu-init-sub div .app-square-divider {
  display: inline-block;
  vertical-align: middle;
}

.app-menu-sub div:hover,
.app-menu-init-sub div:hover {
  background-color: #efedf0;
}

.app-menu-sub div:hover .app-square-divider,
.app-menu-init-sub div:hover .app-square-divider {
  background-color: #e74423;
}

.app-menu-sub div a,
.app-menu-init-sub div a {
  font-size: 14px;
  color: #5c5c5c;
  text-transform: none;
  margin-left: 10px;
}

.app-menu-sub .app-menu-sub-3,
.app-menu-init-sub .app-menu-sub-3 {
  padding: 0 10px 0 16px;
  margin-top: 5px;
}

.app-menu-sub .app-menu-sub-3 a:hover,
.app-menu-init-sub .app-menu-sub-3 a:hover {
  text-decoration: underline;
}

.app-menu-init-sub {
  left: 0;
  top: 20px;
  max-width: 440px;
}

.app-menu-init-sub div a {
  position: relative;
  display: block;
}

.app-menu-init-sub div a:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fff;
  left: -12px;
  top: 7px;
}

.app-menu-init-sub.no-bullets div a:before {
  display: none;
}

.app-cur-submenu {
  position: relative;
  word-spacing: 1ex;
  letter-spacing: normal;
  z-index: 50;
}

.app-cur-submenu a {
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 3px;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 13px;
  line-height: 16px;
  color: #404949;
  word-spacing: normal;
  letter-spacing: 0.05px;
}

.app-cur-submenu a:hover {
  color: #d53413;
  text-decoration: none;
}

.app-cur-submenu .app-cur-submenu-square-divider {
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-bottom: 15px;
  vertical-align: middle;
  background: #f5f4f2;
}

.app-cur-submenu .app-menu-link--sel {
  color: #d53413;
  text-decoration: none;
}

.app-cur-submenu .app-cur-submenu-submenu {
  position: absolute;
  top: auto;
  bottom: -24px;
  left: 0;
  right: 0;
  margin: auto;
}

.app-cur-submenu .app-cur-submenu-submenu .app-link-wrap {
  position: relative;
  padding: 5px 5px 5px 0;
  background: #fff;
  display: none;
  word-spacing: 1ex;
}

.app-cur-submenu .app-cur-submenu-submenu .app-link-wrap.active {
  display: inline-block;
}

.app-cur-submenu .app-cur-submenu-submenu a {
  margin: 0 0 5px 0;
  text-transform: none;
}

.app-cur-submenu .app-cur-submenu-submenu .app-cur-submenu-square-divider {
  margin-bottom: 5px;
}

.app-cur-submenu .app-cur-submenu-submenu--mod {
  position: relative;
  top: -5px;
  left: 0;
  bottom: 0;
}

.app-cur-submenu .app-cur-submenu-submenu--mod .app-link-wrap {
  padding-top: 0;
}

.app-cur-submenu .app-cur-submenu-submenu.active .app-link-wrap.active {
  display: inline-block;
}

.head.head-pr-page {
  background: -webkit-linear-gradient(#fff, #f0f0f0) repeat scroll 0 0;
  background: -o-linear-gradient(#fff, #f0f0f0) repeat scroll 0 0;
  background: linear-gradient(#fff, #f0f0f0) repeat scroll 0 0;
}

.app-slider {
  position: relative;
  z-index: 50;
}

.app-slider .app-slider-container {
  top: 0;
  left: 0;
  height: 327px;
  z-index: 50;
}

.app-slider .app-slider-container .slider {
  width: 100%;
  height: 100%;
  z-index: 50;
}

.app-slider .app-slider-container .slider .slide {
  float: left;
  height: 327px;
}

.app-slider .app-slider-container .slider .slide .slide-text {
  display: none;
}

.app-slider .app-slider-str {
  position: absolute;
  width: 14px;
  height: 24px;
  top: 50%;
  margin-top: -20px;
  z-index: 2;
}

.app-slider .app-slider-strnext {
  right: 20px;
  background: url("/image/arrows_1.png") no-repeat left -28px;
}

.app-slider .app-slider-strprev {
  left: 20px;
  background: url("/image/arrows_1.png") no-repeat left top;
}

.app-slider .app-slider-next {
  position: absolute;
  z-index: 999;
  right: -15px;
  bottom: -16px;
  height: 60px;
  min-height: 50px;
  min-width: 50px;
  padding: 10px 45px 10px 20px;
  -webkit-transition: all 2s ease-out 0s;
  -moz-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  transition: all 2s ease-out 0s;
}

.app-slider .app-slider-next img {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -21px;
}

.app-slider .app-slider-next .slider-button-text {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: 'PT Sans', Arial, sans-serif;
}

.app-slider .app-slider-next .slider-button-text a {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-family: 'PT Sans', Arial, sans-serif;
  text-decoration: none;
}

.app-slider .app-slider-next .slider-button-text a:hover {
  text-decoration: underline;
}

.app-slider .app-slider-next--grey {
  background: -moz-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(190,190,190,0.93)), color-stop(100%, #ababab));
  background: -webkit-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: -o-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: -ms-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: linear-gradient(to bottom, rgba(190,190,190,0.93) 0%, #ababab 100%);
}

.app-slider .app-slider-next--min {
  padding: 10px !important;
}

.app-slider .app-slider-next--min img {
  margin-top: -13px !important;
  right: 24px !important;
}

.app-slider .app-slider-next--blue {
  background: -moz-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,78,125,0.93)), color-stop(100%, #0065a1));
  background: -webkit-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: -o-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: -ms-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: linear-gradient(to bottom, rgba(0,78,125,0.93) 0%, #0065a1 100%);
}

.app-news-slider {
  min-height: 132px;
}

.app-slider-portfolio {
  position: relative;
  height: 162px;
}

.app-slider-portfolio .app-slider-container-portfolio {
  top: 0;
  left: 0;
  height: 162px;
}

.app-slider-portfolio .app-slider-container-portfolio .slider {
  width: 100%;
  height: 162px;
}

.app-slider-portfolio .app-slider-container-portfolio .slider .slide {
  float: left;
  width: 278px;
  height: 162px;
}

.app-slider-portfolio .app-slider-portfolio-next-bgr {
  position: absolute;
  right: -7px;
  bottom: 14px;
  width: 47px;
  height: 40px;
  z-index: 2;
}

.app-slider-portfolio .app-slider-portfolio-next-bgr .app-slider-portfolio-next {
  cursor: pointer;
  width: 47px;
  height: 40px;
  background: url("/image/arrow-small.png") no-repeat center center;
}

.app-slider-portfolio .app-slider-portfolio-next-bgr .app-slider-portfolio-next a {
  display: block;
  width: 47px;
  height: 40px;
}

.app-slider-partnership {
  position: relative;
  height: 162px;
}

.app-slider-partnership p {
  font-size: 14px;
  margin: 2px 30px 0 10px !important;
}

.app-slider-partnership .app-slider-partnership-aimg {
  display: block;
  height: 55px;
}

.app-slider-partnership .app-slider-container-partnership {
  top: 0;
  left: 0;
  height: 162px;
}

.app-slider-partnership .app-slider-container-partnership .slider {
  width: 100%;
  height: 162px;
}

.app-slider-partnership .app-slider-container-partnership .slider .slide {
  float: left;
  width: 278px;
  height: 162px;
  cursor: pointer;
}

.app-slider-partnership .app-slider-partnership-next-bgr {
  position: absolute;
  right: -7px;
  bottom: 14px;
  width: 47px;
  height: 40px;
  z-index: 2;
}

.app-slider-partnership .app-slider-partnership-next-bgr .app-slider-partnership-next {
  cursor: pointer;
  width: 47px;
  height: 40px;
  background: url("/image/arrow-small.png") no-repeat center center;
}

.app-slider-partnership .app-slider-partnership-next-bgr .app-slider-partnership-next a {
  display: block;
  width: 47px;
  height: 40px;
}

.app-slider-numbersmain {
  position: relative;
  height: 162px;
}

.app-slider-numbersmain .app-slider-container-numbersmain {
  top: 0;
  left: 0;
  height: 162px;
}

.app-slider-numbersmain .app-slider-container-numbersmain .slider {
  width: 100%;
  height: 162px;
}

.app-slider-numbersmain .app-slider-container-numbersmain .slider .slide {
  float: left;
  width: 278px;
  height: 162px;
}

.app-slider-numbersmain .app-slider-numbersmain-next-bgr {
  position: absolute;
  right: -7px;
  bottom: 14px;
  width: 47px;
  height: 40px;
  z-index: 2;
}

.app-slider-numbersmain .app-slider-numbersmain-next-bgr .app-slider-numbersmain-next {
  cursor: pointer;
  width: 47px;
  height: 40px;
  background: url("/image/arrow-small-gray.png") no-repeat center center;
}

.app-slider-numbersmain .app-slider-numbersmain-next-bgr .app-slider-numbersmain-next a {
  display: block;
  width: 47px;
  height: 40px;
}

.app-news-controls-direction {
  position: relative;
  bottom: -25px;
}

.app-news-controls-direction.slider-dir {
  bottom: -55px;
}

.app-news-controls-direction a,
.app-news-controls-direction div {
  position: absolute;
  bottom: 12px;
  outline: 0;
  width: 14px;
  height: 24px;
  text-indent: -9999px;
  z-index: 2;
  cursor: pointer;
}

.app-news-controls-direction a.prev,
.app-news-controls-direction div.prev {
  left: 20px;
  width: 14px;
  height: 23px;
  background: url("/image/newgray69606/slider-arrows.png") left top no-repeat;
}

.app-news-controls-direction a.next,
.app-news-controls-direction div.next {
  right: 20px;
  width: 14px;
  height: 23px;
  background: url("/image/newgray69606/slider-arrows.png") left bottom no-repeat;
}

.head-wrap {
  position: relative;
  z-index: 10;
  height: 167px;
}

.head {
  position: relative;
  background: -webkit-linear-gradient(top, #fdfdfd, #e8e8e8);
  background: -moz-linear-gradient(top, #fdfdfd, #e8e8e8);
  background: -o-linear-gradient(top, #fdfdfd, #e8e8e8);
  background: -ms-linear-gradient(top, #fdfdfd, #e8e8e8);
  background: linear-gradient(to bottom, #fdfdfd, #e8e8e8);
  -pie-background: linear-gradient(#fdfdfd, #e8e8e8);
  behavior: url("/css/PIE.htc");
}

.head .menu-logo {
  display: none;
  float: left;
  padding-right: 20px;
}

.head .menu-logo a {
  height: 50px;
  line-height: 0;
}

.head--fixed {
  position: fixed;
  width: 100%;
  top: -80px;
  z-index: 9999;
  opacity: 0.97;
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -o-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0.2s, box-shadow 0.3s ease-in-out 0.2s;
  -moz-transition: -moz-transform 0.3s ease-in-out 0.2s, box-shadow 0.3s ease-in-out 0.2s;
  -o-transition: -o-transform 0.3s ease-in-out 0.2s, box-shadow 0.3s ease-in-out 0.2s;
  -ms-transition: -ms-transform 0.3s ease-in-out 0.2s, box-shadow 0.3s ease-in-out 0.2s;
  transition: transform 0.3s ease-in-out 0.2s, box-shadow 0.3s ease-in-out 0.2s;
}

.head--fixed .first-string {
  display: none;
}

.head--fixed .menu-logo {
  display: block;
}

.head--fixed .app-menu {
  margin: 8px 0;
}

.head--fixed .app-menu a {
  font-size: 14px;
}

.head--fixed .app-menu a img {
  max-width: none;
}

.head--fixed .app-menu .js-hide-square {
  display: none;
}

.app-logo {
  float: left;
}

.app-top-right {
  float: right;
}

.app-top {
  margin-top: 22px;
}

.app-top .app-lang-block {
  line-height: 18px;
  margin-bottom: 15px;
  margin-top: 8px;
  float: right;
}

.app-top .app-lang-block a {
  display: inline-block;
  color: #6f7676;
  line-height: 18px;
  margin-right: 20px;
}

.app-top .app-lang-block a:last-child {
  margin-right: 0;
}

.app-top .app-lang-block .app-lang-active {
  color: #9f9f9f;
}

.app-top .app-lang-block .app-home {
  background: url("/image/i-home.png") no-repeat 0 2px;
  margin-left: 20px;
  width: 13px;
  height: 13px;
}

.app-top .app-lang-block .app-home:hover {
  background: url("/image/i-home.png") no-repeat 0 -14px;
}

.app-top .app-search-block {
  position: relative;
  float: right;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  transition: all 0.3s;
  margin-left: 20px;
  margin-top: -2px;
}

.app-top .app-search-block.active {
  width: 170px;
  background: #e4e8e9;
}

.app-top .app-search-block.active input[type='text'] {
  width: 170px;
}

.app-top .app-search-block input[type='text'] {
  display: block;
  font-size: 14px;
  padding: 3px 30px 3px 10px;
  color: #a5a5a5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: none;
  width: 30px;
}

.app-top .app-search-block input[type='submit'] {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  right: 7.5px;
  border: 0;
  width: 15px;
  height: 15px;
  background: url("../image/search.png") no-repeat;
}

.app-footer-wrapper {
  margin-top: 36px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
}

.app-footer-wrapper .app-soc-icon-wrapper {
  margin-bottom: 35px;
}

.app-footer-wrapper .app-soc-icon-wrapper .app-soc-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.app-footer-wrapper .app-soc-icon-wrapper .app-soc-icon--flickr {
  background: url("/image/newgray69606/sn-fl.gif") no-repeat;
}

.app-footer-wrapper .app-soc-icon-wrapper .app-soc-icon--livej {
  background: url("/image/newgray69606/sn-gg.gif") no-repeat;
}

.app-footer-wrapper .app-soc-icon-wrapper .app-soc-icon--twitter {
  background: url("/image/newgray69606/sn-tw.gif") no-repeat;
}

.app-footer-wrapper .app-soc-icon-wrapper .app-soc-icon--in {
  background: url("/image/newgray69606/sn-in.gif") no-repeat;
}

.app-footer-wrapper .app-soc-icon-wrapper .app-soc-icon--facebook {
  background: url("/image/newgray69606/sn-fb.gif") no-repeat;
}

.app-footer-wrapper .app-soc-icon-wrapper .app-soc-icon--youtube {
  background: url("/image/newgray69606/sn-yt.gif") no-repeat;
}

.app-footer-wrapper .app-footer-link a {
  font-size: 12px;
  margin-right: 20px;
  color: #686d6d;
}

.app-footer-wrapper .menu-foot-wrapper {
  overflow: hidden;
  margin: 20px 0;
}

.app-footer-wrapper .menu-foot-wrapper ul {
  margin: 0;
  padding: 0;
}

.app-footer-wrapper .menu-foot-wrapper ul li {
  padding: 0;
  padding-top: 20px;
  list-style: none;
  font-size: 16px;
  text-transform: uppercase;
  color: #686d6d;
}

.app-footer-wrapper .menu-foot-wrapper ul li:first-child {
  padding-top: 0;
}

.app-footer-wrapper .menu-foot-wrapper ul li a {
  color: #686d6d;
  font-size: 16px;
}

.app-footer-wrapper .menu-foot-wrapper ul li .foot-submenu {
  font-size: 12px;
  color: #686d6d;
  line-height: 14px;
  text-transform: none;
  margin: 7px 0;
}

.app-footer-wrapper .menu-foot-wrapper ul li .foot-submenu.level3 {
  padding-left: 20px;
}

.app-footer-wrapper .menu-foot-wrapper ul li .foot-submenu a {
  color: #686d6d;
  text-transform: uppercase;
  font-size: 10px;
}

.app-footer-wrapper .app-menu-footer {
  margin: 10px 0 20px;
}

.app-footer-wrapper .app-menu-footer .app-footmenu-sel {
  color: #d53413;
}

.app-footer-wrapper .app-menu-footer a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 16px;
  color: #686d6d;
  font-family: 'PT Sans', Arial, sans-serif;
  display: inline-block;
  padding-right: 13px;
  margin-right: 13px;
  border-right: 1px solid #686d6d;
}

.app-footer-wrapper .app-copyright-wrapper {
  color: #a9a9a9;
  font-size: 12px;
  line-height: 14px;
  font-family: 'PT Sans', Arial, sans-serif;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
}

.app-footer-wrapper .app-copyright-wrapper div {
  color: #a9a9a9;
}

.app-footer-wrapper .app-copyright-wrapper a {
  font-size: 12px;
  color: #a9a9a9;
}

#mixedContent {
  width: 866px;
  height: 190px;
  position: relative;
  overflow: hidden;
  margin-left: 20px;
}

#mixedContent .contentBox {
  position: relative;
  float: left;
  display: block;
  height: 190px;
  width: 350px;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#mixedContent .contentBox.onlyImg {
  width: 275px;
  margin-left: 25px;
}

#mixedContent .contentBox.allEvents {
  width: 168px;
  margin-left: 25px;
}

.app-mbi-frame {
  position: realtive;
  margin-top: 15px;
}

.app-mbi-frame .app-slider-portfolio,
.app-mbi-frame .app-slider-partnership {
  height: 166px;
  display: block;
  outline: none;
  text-decoration: none;
}

.app-mbi-frame .app-slider-portfolio *,
.app-mbi-frame .app-slider-partnership * {
  outline: none;
  text-decoration: none;
}

.app-mbi-frame img {
  display: block;
}

.app-mbi-frame .backing-w {
  width: 100%;
  height: 68px;
  background: #e3e6e8;
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 100%);
  background: linear-gradient(to left, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.25) 100%);
}

.app-mbi-frame .caption {
  position: absolute;
  bottom: 16px;
  left: 15px;
  font-size: 18px;
  color: #fff;
}

.app-mbi-frame .slide {
  cursor: pointer;
}

.app-mbi-frame .app-slider-portfolio .backing-w {
  background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.35) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.35) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.35) 100%);
  background: -ms-linear-gradient(left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.35) 100%);
  background: linear-gradient(to left, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.35) 100%);
}

.cnt-about-cap {
  color: #0065a1;
  font-size: 24px;
  line-height: 36px;
  margin-top: 9px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.cnt-about-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cnt-about-list li {
  list-style: none;
  background: url("/image/landing/list-arrow-gray.png") no-repeat 0 6px;
  padding-left: 18px;
  margin-bottom: 12px;
}

.video-block a {
  display: inline-block;
  position: relative;
  width: 600px;
  height: 400px;
}

.video-block a:before {
  content: '';
  background: url("/image/ic_play.png") no-repeat;
  position: absolute;
  width: 106px;
  height: 106px;
  left: 50%;
  top: 50%;
  margin-left: -53px;
  margin-top: -53px;
  z-index: 1000;
}

.video-block a:hover:before {
  background-position: 0 -109px;
}

.app-init-more:hover .app-menu-init-sub {
  display: block;
}

.News-Video-Pic {
  padding: 0 20px 18px 0;
}

.News-Video-Pic img {
  max-width: none;
}

.app-one-year {
  float: left;
  margin-right: 15px;
  background: #0065a1;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font: 12px 'PT Sans', Arial, sans-serif;
  line-height: 22px;
  padding: 0 15px;
}

.app-one-year--active {
  background: #d73716;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e54523), to(#c22303));
  background-image: -webkit-linear-gradient(top, #e54523, #c22303);
  background-image: -moz-linear-gradient(top, #e54523, #c22303);
  background-image: -ms-linear-gradient(top, #e54523, #c22303);
  background-image: -o-linear-gradient(top, #e54523, #c22303);
  background-image: linear-gradient(top, #e54523, #c22303);
  -pie-background: linear-gradient(top, #e54523, #c22303);
}

.app-one-year a {
  color: #fff;
  text-transform: uppercase;
  font: 12px 'PT Sans', Arial, sans-serif;
  text-decoration: none;
}

.app-one-year a:hover {
  text-decoration: underline;
}

.app-slider-wrapper {
  margin-bottom: 9px;
}

.app-main-content-wrapper {
  background-color: #f5f4f2;
  color: #484848;
  font-size: 14px;
  height: 209px;
  line-height: 20px;
  margin-left: 3px;
  overflow: hidden;
  padding: 15px 14px 16px 23px;
}

.app-main-content-wrapper a {
  color: #586060;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

.app-main-content-wrapper p {
  color: #414a49;
}

.app-main-block-wrapper {
  margin-top: 25px;
  z-index: 1;
}

.app-main-block-wrapper.main-slider-h {
  margin-top: 0;
  height: 230px;
  box-sizing: border-box;
}

.app-main-block-wrapper .app-main-block-item {
  margin-top: 15px;
  height: 162px;
  border: 2px solid #f5f4f2;
  position: relative;
  text-align: center;
}

.app-main-block-wrapper .app-main-block-item p {
  text-align: left;
  margin: 10px 5px 0;
}

.app-main-block-wrapper .app-main-block-item p a {
  text-decoration: underline;
}

.app-main-block-wrapper .app-main-block-item p a:hover {
  text-decoration: none;
}

.app-news-bkg {
  background: #f5f4f2;
  padding: 20px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
}

.app-news-bkg.no-padding-bottom {
  padding-bottom: 3px;
}

.app-news-img-block,
.app-news-text-block {
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
  behavior: url("/css/PIE.htc");
}

.app-news-img-block a,
.app-news-text-block a {
  font-size: 20px;
  color: #59595a;
}

.app-news-img-block a span,
.app-news-text-block a span {
  color: #60777f;
  font-size: 12px;
  font-style: italic;
  display: block;
  margin-top: 5px;
}

.pt9 {
  padding-top: 9px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.app-img-arrow {
  cursor: pointer;
  width: 47px;
  height: 40px;
  background: url("/image/arrow-small.png") no-repeat center center;
  position: absolute;
  bottom: 12px;
  right: 0;
}

.app-img-arrow a {
  display: block;
  width: 47px;
  height: 40px;
}

.app-news-main {
  height: 166px;
}

.app-news-wrapper {
  position: relative;
  padding-bottom: 0px;
  padding-top: 5px;
  color: #59595a;
  font-size: 14px;
  line-height: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
  behavior: url("/css/PIE.htc");
}

.app-news-wrapper--noborder {
  border-bottom: 0;
}

.app-news-wrapper a {
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
  height: 70px;
  overflow: hidden;
  color: #60777f;
  font-family: Georgia, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.app-news-wrapper a:hover {
  text-decoration: underline;
}

.app-news-wrapper.with-photo a.img {
  height: 121px;
}

.app-news-wrapper span,
.app-news-wrapper div.app-date {
  font-family: Georgia, sans-serif;
  font-size: 12px;
  font-style: italic;
  line-height: 12px;
  color: #60777f;
}

.app-news-wrapper div.app-date {
  margin-top: 22px;
}

.app-news-foto {
  position: relative;
  margin-top: 5px;
}

.app-news-foto .app-news-link-more {
  font-size: 12px;
  line-height: 14px;
  font-family: 'PT Sans', Arial, sans-serif;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -12px;
  padding: 5px 30px 5px 10px;
  width: 169px;
  height: 85px;
}

.app-news-foto .app-news-link-more img {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -12.5px;
}

.app-divider-grey {
  height: 2px;
  background-color: #e0dee1;
  margin-bottom: 15px;
}

.app-divider-grey--main {
  margin: 5px 0 0 0;
}

.app-divider-blue {
  height: 2px;
  background-color: #0065a1;
  margin: 5px 0 0 0;
}

.app-main-block-more {
  position: absolute;
  right: -7px;
  bottom: -9px;
  width: 47px;
  height: 25px;
  padding: 7.5px 0;
  text-align: center;
}

.app-news-more--grey {
  background: -moz-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(190,190,190,0.93)), color-stop(100%, #ababab));
  background: -webkit-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: -o-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: -ms-linear-gradient(top, rgba(190,190,190,0.93) 0%, #ababab 100%);
  background: linear-gradient(to bottom, rgba(190,190,190,0.93) 0%, #ababab 100%);
}

.app-news-more--blue {
  background: -moz-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,78,125,0.93)), color-stop(100%, #0065a1));
  background: -webkit-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: -o-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: -ms-linear-gradient(top, rgba(0,78,125,0.93) 0%, #0065a1 100%);
  background: linear-gradient(to bottom, rgba(0,78,125,0.93) 0%, #0065a1 100%);
}

.app-block-more--grey {
  background: #ced1d3;
  background: -moz-linear-gradient(top, #ced1d3 0%, #c2c3c3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ced1d3), color-stop(100%, #c2c3c3));
  background: -webkit-linear-gradient(top, #ced1d3 0%, #c2c3c3 100%);
  background: -o-linear-gradient(top, #ced1d3 0%, #c2c3c3 100%);
  background: -ms-linear-gradient(top, #ced1d3 0%, #c2c3c3 100%);
  background: linear-gradient(to bottom, #ced1d3 0%, #c2c3c3 100%);
}

.app-block-more--blue {
  background: #0073b7;
  background: -moz-linear-gradient(top, #0073b7 0%, #005e96 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0073b7), color-stop(100%, #005e96));
  background: -webkit-linear-gradient(top, #0073b7 0%, #005e96 100%);
  background: -o-linear-gradient(top, #0073b7 0%, #005e96 100%);
  background: -ms-linear-gradient(top, #0073b7 0%, #005e96 100%);
  background: linear-gradient(to bottom, #0073b7 0%, #005e96 100%);
}

.app-block-more--red {
  background: #e74423;
  background: -moz-linear-gradient(top, #e74423 0%, #c22302 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74423), color-stop(100%, #c22302));
  background: -webkit-linear-gradient(top, #e74423 0%, #c22302 100%);
  background: -o-linear-gradient(top, #e74423 0%, #c22302 100%);
  background: -ms-linear-gradient(top, #e74423 0%, #c22302 100%);
  background: linear-gradient(to bottom, #e74423 0%, #c22302 100%);
}

.app-investors-block {
  margin-top: 20px;
}

.app-investors-block h2 {
  color: #63858f;
  font-size: 14px;
  font-weight: bold;
}

.app-investors-block img {
  position: relative;
  border: 1px solid #efeef0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("/css/boxsizing.htc");
  behavior: url("/css/PIE.htc");
  margin-left: 3px;
  margin-top: 3px;
}

.app-investors-block img.first {
  margin-left: 0;
}

.app-deal-description:before {
  content: '';
  background: url("/image/landing/point-line.gif") repeat-x;
  height: 1px;
  margin-bottom: 25px;
  display: block;
  margin-top: 40px;
}

.app-deal-description h1,
.app-deal-description .h1 {
  color: #63858f;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 22px;
}

.app-deal-description ul {
  padding-left: 0;
}

.app-deal-description ul li {
  list-style: none;
  background: url("/image/landing/list-arrow-gray.png") no-repeat 0 6px;
  padding-left: 18px;
  margin-bottom: 12px;
}

.app-deal-description .app-strat-logos-block {
  height: 74px;
  margin-top: 15px;
}

.app-deal-description .app-strat-logos-block span {
  text-transform: uppercase;
  color: #4f4f4f;
  font-size: 14px;
  position: relative;
  top: 15px;
  line-height: 17px;
}

.app-deal-description .app-strat-logos-block .app-strat-logos {
  width: 74px;
  height: 74px;
  display: block;
  float: left;
  margin-right: 5px;
}

.app-deal-description .app-strat-logos-block .app-strat-logos--app-infrast-logo {
  background: url("/image/newgray69606/i-2_invest.gif") no-repeat;
}

.app-deal-description .app-strat-logos-block .app-strat-logos--app-rost-logo {
  background: url("/image/landing/ico-rost.gif") no-repeat;
}

.app-deal-description .app-strat-logos-block .app-strat-logos--app-razvitie-logo {
  background: url("/image/landing/ico-razvit.gif") no-repeat;
}

.app-deal-description .app-strat-logos-block .app-strat-logos--app-povish-effect-logo {
  background: url("/image/newgray69606/i-3_invest.gif") no-repeat;
}

.app-deal-description .app-strat-logos-block .app-strat-logos--app-madeinen-logo {
  background: url("/image/landing/ico-madeinen.gif") no-repeat;
}

.app-deal-description .app-strat-logos-block .app-strat-logos--app-madeinru-logo {
  background: url("/image/landing/ico-madeinru.gif") no-repeat;
}

.app-deal-description .app-strat-logos-block .app-strat-logos--app-privl-invest-logo {
  background: url("/image/landing/ico-privl-invest.gif") no-repeat;
}

.app-deal-description .app-line-divider {
  background: url("/image/landing/point-line-vert.gif") repeat-y 680px;
}

.app-deal-description .app-line-divider--correct {
  background: url("/image/landing/point-line-vert.gif") repeat-y 660px;
}

.app-vacs-caption {
  font-size: 18px;
  color: #0065a1;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 34px;
  margin-bottom: 34px;
}

.app-vacs-item {
  margin-bottom: 34px;
}

.app-vacs-item .app-vacs-post {
  color: #0065a1;
  cursor: pointer;
  font-size: 18px;
  text-transform: uppercase;
}

.app-vacs-item .app-vacs-post i {
  background: url("/image/vacancies-ar.png") no-repeat 0 0;
  display: -moz-inline-stack;
  display: inline-block;
  _overflow: hidden;
  *zoom: 1;
  *display: inline;
  height: 8px;
  margin-right: 10px;
  margin-top: 5px;
  vertical-align: top;
  width: 8px;
}

.app-vacs-item .app-vacs-details>div {
  margin-top: 46px;
  margin-bottom: 46px;
}

.app-vacs-item .app-vacs-details>div ul {
  list-style-image: url("/image/i_bul_invest.png?1");
  padding: 0 0 0 16px;
}

.app-vacs-item .app-vacs-details>div p {
  color: #0065a1;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}

.app-vacs-item .app-vacs-details>div p a {
  color: #0065a1;
  font-size: 18px;
  font-weight: bold;
}

.app-vacs-item .app-vacs-details .app-vacs-button {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  font-weight: normal;
  background: #d73716;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e54523), to(#c22303));
  background-image: -webkit-linear-gradient(top, #e54523, #c22303);
  background-image: -moz-linear-gradient(top, #e54523, #c22303);
  background-image: -ms-linear-gradient(top, #e54523, #c22303);
  background-image: -o-linear-gradient(top, #e54523, #c22303);
  background-image: linear-gradient(top, #e54523, #c22303);
  -pie-background: linear-gradient(top, #e54523, #c22303);
}

.app-vacs-item.active i {
  background-position: 0 -12px;
}

.app-photogallery a {
  font: 16px 'PT Sans', Arial, sans-serif;
  color: #404949;
  text-decoration: none;
}

.app-photogallery a:hover {
  text-decoration: underline;
}

.app-graph {
  position: relative;
  width: 438px;
  height: 303px;
}

.app-graph .c {
  display: none;
}

.app-graph .params {
  display: none;
}

.app-graph--small {
  width: 204px;
  height: 180px;
}

.app-graph--small .params {
  display: none;
}

.app-graph--small .c {
  display: none;
}

.app-graph-2 {
  width: 282px;
  height: 200px;
}

#app-graph1 i,
#app-graph20 i {
  position: absolute;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
}

#app-graph2 i {
  position: absolute;
  font-family: HeliosThinC, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #b0b0b0;
}

#app-graph2 i span {
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
}

#app-graph2 em {
  position: absolute;
  font-family: HeliosThinC, sans-serif;
  font-size: 24px;
  font-style: normal;
  color: #fff;
}

#app-graph2 span {
  position: absolute;
  font-family: HeliosThinC, sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #fff;
}

#app-graph3,
#app-graph14,
#app-graph19 {
  background: url("/image/russia.png") no-repeat top center;
}

.app-noarrow .bar-axis {
  background: none !important;
}

.app-graph4 .bar-axis {
  position: relative;
  background: url("/image/arrow-graph2.png") no-repeat right 25px;
  width: 204px;
  height: 303px;
}

.app-graph4 .bar-axis .bar-axis-y {
  position: absolute;
  width: 7px;
  height: 70px;
  background: url("/image/line.gif") no-repeat left top;
  left: 65px;
  opacity: 0;
  background: none !important;
}

.app-graph4 .bar-axis .more {
  position: absolute;
  right: 0px;
  bottom: 150px;
  font-family: HeliosThinC, sans-serif;
  color: #0065a1;
  font-size: 26px;
  opacity: 0;
  text-align: right;
}

.app-graph4 .bar-axis .more span {
  font-size: 12px;
  font-family: 'PT Sans', Arial, sans-serif;
}

.app-graph4 .bar-axis .one-bar {
  position: absolute;
  left: 0;
  height: 64px;
}

.app-graph4 .bar-axis .one-bar .baryear {
  float: left;
  width: 50px;
  height: 20px;
  font-family: HeliosLight, sans-serif;
  font-size: 11px;
  color: #525252;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 30px;
}

.app-graph4 .bar-axis .one-bar .baryear--blue {
  margin-top: 0px;
}

.app-graph4 .bar-axis .one-bar .bar {
  float: left;
  height: 20px;
  margin-top: 6px;
}

.app-graph4 .bar-axis .one-bar .bar--red {
  background: #e74423;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.app-graph4 .bar-axis .one-bar .bar--blue {
  background: #8fbbd6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app-graph4 .bar-axis .one-bar .bar--blue:hover {
  background: #0065a1;
}

.app-graph4 .bar-axis .one-bar .barsign {
  float: left;
  margin-left: 5px;
  margin-top: 6px;
  font-family: HeliosThinC, sans-serif;
  color: #525252;
  font-size: 18px;
  opacity: 0;
}

.app-graph4 .bar-axis .one-bar .barsign span {
  font-size: 12px;
  font-family: 'PT Sans', Arial, sans-serif;
}

.app-graph4 .bar-axis--nobigstr {
  background: none;
}

.app-graph4 .bar-axis--nobigstr .bar-axis-y {
  height: 69px;
  background: url("/image/line_6.gif") no-repeat left top;
}

.app-graph4 .bar-axis--nobigstr .one-bar .baryear {
  margin-top: 0px;
}

.app-graph4 .bar-axis--nobigstr7 {
  background: none;
}

.app-graph4 .bar-axis--nobigstr7 .bar-axis-y {
  height: 224px;
  background: url("/image/line_4.gif") no-repeat left top;
}

.app-graph4 .bar-axis--nobigstr7 .one-bar .baryear {
  margin-top: 0px;
}

.app-graph4 .bar-axis--nobigstr8 {
  background: none;
}

.app-graph4 .bar-axis--nobigstr8 .bar-axis-y {
  height: 256px;
  background: url("/image/line_5.gif") no-repeat left top;
}

.app-graph4 .bar-axis--nobigstr8 .one-bar .baryear {
  margin-top: 0px;
}

.app-graph4 .bar-axis--small {
  width: 204px;
  height: 303px;
}

.app-graph10 .bar-axis {
  position: relative;
  width: 438px;
  height: 303px;
}

.app-graph10 .bar-axis .bar-axis-bgr {
  position: absolute;
  width: 438px;
  height: 303px;
  left: 20px;
  top: 51px;
  opacity: 0;
}

.app-graph10 .bar-axis .bar-axis-bgr--app-graph10 {
  background: url("/image/graph1_bgr.png") no-repeat left top;
}

.app-graph10 .bar-axis .bar-axis-bgr--app-graph11 {
  background: url("/image/graph2_bgr.png") no-repeat left top;
}

.app-graph10 .bar-axis .bar {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 20px;
}

.app-graph10 .bar-axis .bar--red {
  background: #e74423;
  border: 1px solid #fff;
  margin-bottom: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.app-graph10 .bar-axis .bar--blue {
  background: #8fbbd6;
  border: 3px solid #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.app-graph10 .bar-axis .bar--blue:hover {
  background: #0065a1;
}

.app-graph10 .bar-axis .barsign {
  position: absolute;
  font-family: HeliosThinC, sans-serif;
  font-size: 18px;
  color: #525252;
  opacity: 0;
}

.app-graph10 .bar-axis .barsign span {
  font-size: 14px;
  font-family: 'PT Sans', Arial, sans-serif;
}

.app-graph10 .bar-axis .baryear {
  position: absolute;
  font-family: HeliosLight, sans-serif;
  font-size: 11px;
  color: #525252;
  opacity: 0;
}

#app-graph12 {
  margin-top: 27px;
}

#app-graph12 .one-bar {
  position: relative;
  height: 64px;
}

#app-graph12 .one-bar .bar-left {
  position: absolute;
  width: 130px;
  height: 42px;
  left: 0;
  top: 0;
  text-align: right;
}

#app-graph12 .one-bar .bar-center {
  position: absolute;
  width: 178px;
  height: 42px;
  left: 130px;
  top: 0;
  font-size: 14px;
  font-family: 'PT Sans', Arial, sans-serif;
  line-height: 16px;
  text-align: center;
  opacity: 0;
}

#app-graph12 .one-bar .bar-center--mt {
  padding-top: 9px;
}

#app-graph12 .one-bar .bar-right {
  position: absolute;
  width: 130px;
  height: 42px;
  left: 308px;
  top: 0;
}

#app-graph12 .one-bar .bar-year {
  font-family: HeliosLight, sans-serif;
  font-size: 36px;
  color: #434343;
  line-height: 33px;
  opacity: 0;
}

#app-graph12 .one-bar .bar-year--left {
  margin-right: 20px;
}

#app-graph12 .one-bar .bar-year--right {
  margin-left: 20px;
}

#app-graph12 .one-bar .bar {
  height: 36px;
  width: 0;
  position: absolute;
}

#app-graph12 .one-bar .bar--left {
  right: 0;
  top: 0;
}

#app-graph12 .one-bar .bar--right {
  left: 0;
  top: 0;
}

#app-graph12 .one-bar .bar--red {
  background: #e74423;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

#app-graph12 .one-bar .bar--blue {
  background: #8fbbd6;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

#app-graph12 .one-bar .bar-persent {
  position: absolute;
  font-size: 18px;
  font-family: HeliosLight, sans-serif;
  color: #fff;
  top: 9px;
  opacity: 0;
}

#app-graph12 .one-bar .bar-persent--left {
  right: 20px;
}

#app-graph12 .one-bar .bar-persent--right {
  left: 20px;
}

#app-graph12 .one-bar .bar-persent--gray {
  color: #9e9e9e;
}

#app-graph13 .app-pie,
#app-graph15 .app-pie,
#app-graph16 .app-pie,
#app-graph17 .app-pie,
#app-graph18 .app-pie {
  position: absolute;
}

#app-graph13 .app-pie--single,
#app-graph15 .app-pie--single,
#app-graph16 .app-pie--single,
#app-graph17 .app-pie--single,
#app-graph18 .app-pie--single {
  width: 204px;
  height: 180px;
}

#app-graph13 .app-pie--double,
#app-graph15 .app-pie--double,
#app-graph16 .app-pie--double,
#app-graph17 .app-pie--double,
#app-graph18 .app-pie--double {
  width: 210px;
  height: 175px;
}

#app-graph13 #app-pie1,
#app-graph15 #app-pie1,
#app-graph16 #app-pie1,
#app-graph17 #app-pie1,
#app-graph18 #app-pie1 {
  left: 10px;
  top: 25px;
}

#app-graph13 #app-pie2,
#app-graph15 #app-pie2,
#app-graph16 #app-pie2,
#app-graph17 #app-pie2,
#app-graph18 #app-pie2 {
  right: 10px;
  top: 25px;
}

#app-graph13 .app-legend,
#app-graph15 .app-legend,
#app-graph16 .app-legend,
#app-graph17 .app-legend,
#app-graph18 .app-legend {
  position: absolute;
  left: 40px;
  top: 230px;
  font-size: 14px;
  font-family: 'PT Sans', Arial, sans-serif;
  color: #525252;
  text-transform: uppercase;
  opacity: 0;
}

#app-graph13 .app-legend .app-legend-one,
#app-graph15 .app-legend .app-legend-one,
#app-graph16 .app-legend .app-legend-one,
#app-graph17 .app-legend .app-legend-one,
#app-graph18 .app-legend .app-legend-one {
  float: left;
  margin-right: 20px;
}

#app-graph13 .app-legend .app-legend-one .app-legend-list,
#app-graph15 .app-legend .app-legend-one .app-legend-list,
#app-graph16 .app-legend .app-legend-one .app-legend-list,
#app-graph17 .app-legend .app-legend-one .app-legend-list,
#app-graph18 .app-legend .app-legend-one .app-legend-list {
  width: 5px;
  height: 5px;
  float: left;
  font-size: 1px;
  line-height: 1px;
  margin: 7px 5px 0 0;
}

#app-graph13 .app-legend .app-legend-one .app-legend-list--1,
#app-graph15 .app-legend .app-legend-one .app-legend-list--1,
#app-graph16 .app-legend .app-legend-one .app-legend-list--1,
#app-graph17 .app-legend .app-legend-one .app-legend-list--1,
#app-graph18 .app-legend .app-legend-one .app-legend-list--1 {
  background-color: #e74423;
}

#app-graph13 .app-legend .app-legend-one .app-legend-list--2,
#app-graph15 .app-legend .app-legend-one .app-legend-list--2,
#app-graph16 .app-legend .app-legend-one .app-legend-list--2,
#app-graph17 .app-legend .app-legend-one .app-legend-list--2,
#app-graph18 .app-legend .app-legend-one .app-legend-list--2 {
  background-color: #4c93bd;
}

#app-graph13 .app-legend .app-legend-one .app-legend-list--3,
#app-graph15 .app-legend .app-legend-one .app-legend-list--3,
#app-graph16 .app-legend .app-legend-one .app-legend-list--3,
#app-graph17 .app-legend .app-legend-one .app-legend-list--3,
#app-graph18 .app-legend .app-legend-one .app-legend-list--3 {
  background-color: #99c1d9;
}

#app-graph13 .app-legend .app-legend-one .app-legend-list--4,
#app-graph15 .app-legend .app-legend-one .app-legend-list--4,
#app-graph16 .app-legend .app-legend-one .app-legend-list--4,
#app-graph17 .app-legend .app-legend-one .app-legend-list--4,
#app-graph18 .app-legend .app-legend-one .app-legend-list--4 {
  background-color: #cce0ec;
}

#app-graph13 .app-legend .app-legend-one .app-legend-name,
#app-graph15 .app-legend .app-legend-one .app-legend-name,
#app-graph16 .app-legend .app-legend-one .app-legend-name,
#app-graph17 .app-legend .app-legend-one .app-legend-name,
#app-graph18 .app-legend .app-legend-one .app-legend-name {
  float: left;
}

.app-one-grafic {
  position: relative;
  height: 284px;
}

.app-one-grafic .app-grafic-sign {
  background: #f5f4f2;
  height: 57px;
  padding: 0 6px 0 6px;
  font-size: 16px;
  position: relative;
  margin-bottom: 50px;
  margin: 15px 0;
  line-height: 16px;
}

.app-one-grafic .selected {
  border: 2px solid #8fbbd6;
  background-position: left top;
}

.app-one-grafic .app-small {
  font-size: 13px;
}

.app-slider-numbers {
  position: relative;
}

.app-slider-numbers .app-slider-container-numbers {
  top: 0;
  left: 0;
  height: 303px;
}

.app-slider-numbers .app-slider-container-numbers .slider {
  width: 100%;
  height: 303px;
}

.app-slider-numbers .app-slider-container-numbers .slider .slide {
  float: left;
  height: 303px;
}

.app-slider-numbers .app-slider-container-numbers .slider .slide div.slide-sign {
  display: none;
}

.app-slider-numbers .app-grafic-sign {
  background: #e7ebee;
  height: 57px;
  padding: 0 10px 0 10px;
  font-size: 16px;
  position: relative;
  margin-bottom: 50px;
  margin: 15px 0;
  line-height: 16px;
}

.app-slider-numbers .app-grafic-sign .app-slider-next {
  display: block;
  width: 47px;
  height: 57px;
  position: absolute;
  top: 0;
  right: 0;
  background: #006aab;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#0072b9), to(#005e96));
  background-image: -webkit-linear-gradient(top, #0072b9, #005e96);
  background-image: -moz-linear-gradient(top, #0072b9, #005e96);
  background-image: -ms-linear-gradient(top, #0072b9, #005e96);
  background-image: -o-linear-gradient(top, #0072b9, #005e96);
  background-image: linear-gradient(top, #0072b9, #005e96);
  -pie-background: linear-gradient(top, #0072b9, #005e96);
  behavior: url("/css/PIE.htc");
}

.app-slider-numbers .app-grafic-sign .app-slider-next .app-slider-next-str {
  display: block;
  width: 47px;
  height: 57px;
  background: url("/image/arrow-small.png") center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button {
  width: 66px;
  height: 43px;
  margin-right: 6px;
  float: left;
  border: 2px solid #dce0e2;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--11 {
  background: url("/image/grafic/pv/pv-11.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--12 {
  background: url("/image/grafic/pv/pv-12.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--21 {
  background: url("/image/grafic/pv/pv-31.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--22 {
  background: url("/image/grafic/pv/pv-32.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--23 {
  background: url("/image/grafic/pv/pv-33.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--24 {
  background: url("/image/grafic/pv/pv-34.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--25 {
  background: url("/image/grafic/pv/pv-35.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--31 {
  background: url("/image/grafic/pv/pv-21.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--32 {
  background: url("/image/grafic/pv/pv-22.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--41 {
  background: url("/image/grafic/pv/pv-41.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--42 {
  background: url("/image/grafic/pv/pv-42.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .app-slider-selector-button--43 {
  background: url("/image/grafic/pv/pv-43.gif") no-repeat -71px top;
}

.app-slider-numbers .app-slider-selector .selected {
  border: 2px solid #8fbbd6;
  background-position: left top;
}

.app-slider-numbers .app-small {
  font-size: 13px;
}

.upper {
  text-transform: uppercase;
}

h1.upper span {
  display: block;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.logo-wrapper {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.logo-wrapper .logo-item {
  width: 160px;
  display: block;
  margin-right: 8px;
  margin-bottom: 20px;
}

.logo-wrapper .logo-item div {
  border: 1px solid #e0dee1;
  box-sizing: border-box;
  width: 160px;
  height: 110px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.logo-wrapper .logo-item div:hover {
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.logo-wrapper .logo-item div img {
  display: block;
  width: 158px;
  height: 108px;
}

.logo-wrapper .logo-item p {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 16px;
}

.logo-wrapper .logo-item:nth-child(4n+4) {
  margin-right: 0;
}

.loupe {
  border: 2px solid #646363;
}

.loupe img {
  max-width: none !important;
}

.app-map-legend-wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #646363;
}

.app-map-legend {
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-map-legend li {
  margin: 0 20px 0 0;
  padding: 0 0 0 20px;
  position: relative;
  float: left;
  font-size: 14px;
  color: #929292;
}

.app-map-legend li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: #e74118;
}

.app-map-legend li:last-child:before {
  background: #646363;
}

.app-map-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.app-map-list li {
  margin: 0 0 10px 0;
  padding: 0 0 0 35px;
  position: relative;
  font-size: 14px;
  color: #4f4f4f;
  text-transform: uppercase;
}

.app-map-list li a {
  color: #4f4f4f;
}

.app-map-list li:before {
  content: attr(data-num);
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
  background: #e74118;
  font-size: 12px;
  color: #fff;
  line-height: 21px;
  text-align: center;
  font-family: 'PT Sans', Arial, sans-serif;
}

.app-map-list li.gray:before {
  background: #646363;
}

.deal-logo {
  height: 115px;
}

.deal-logo .deal-logo-self {
  height: 115px;
  display: table-cell;
  vertical-align: middle;
}

.deal-logo .deal-logo-self a,
.deal-logo .deal-logo-self img {
  display: block;
  margin-top: -20px;
}

h1.deal {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #63858f;
}

.deal-brief {
  height: 130px;
}

.deal-brief .deal-brief-self {
  position: absolute;
  left: 0;
  top: 0;
  max-height: 125px;
  overflow: hidden;
}

.deal-announce {
  padding: 15px 0 10px 0;
  box-sizing: border-box;
  color: #4f4f4f;
}

.deal-menu {
  background-color: #f5f4f2;
  height: 240px;
  box-sizing: border-box;
  overflow: hidden;
}

.deal-menu--3,
.deal-menu--11,
.deal-menu--18,
.deal-menu--20 {
  background-color: #f5f4f2;
}

.deal-menu:after {
  background: #7cafce;
  content: " ";
  height: 1px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 204px;
  margin-top: -1px;
}

.deal-menu h2 {
  font-size: 14px;
  font-weight: bold;
  color: #4f4f4f;
  margin: -1px 0 10px 20px;
}

.deal-menu .deal-menu-wrapper {
  overflow: hidden;
  height: 174px;
  margin-top: 33px;
}

.deal-menu .deal-menu-str {
  position: absolute;
  width: 28px;
  height: 28px;
  left: 86px;
  cursor: pointer;
  background: url("/image/newgray69606/deal-arrows.png") no-repeat -33px 0;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}

.deal-menu .deal-menu-str--up {
  top: 3px;
  background-position: left top;
}

.deal-menu .deal-menu-str--down {
  bottom: 3px;
}

.deal-menu:hover .deal-menu-str {
  opacity: 1;
}

.deal-menu.new-page {
  height: auto;
}

.deal-menu.new-page:after {
  display: none;
}

.deal-menu.new-page .deal-menu-inner {
  position: relative !important;
  padding-top: 15px;
}

.deal-menu.new-page .deal-menu-inner .deal-menu-item {
  opacity: 1;
  height: auto;
  margin-bottom: 15px;
}

.deal-menu.new-page .deal-menu-inner .deal-menu-item a {
  vertical-align: top;
}

.deal-menu.new-page .deal-menu-inner .deal-menu-item a:before {
  top: 5px;
}

.deal-menu .deal-menu-inner {
  position: absolute;
  left: 0;
  top: 0;
}

.deal-menu .deal-menu-inner .deal-menu-item {
  font-size: 12px;
  text-transform: uppercase;
  width: 171px;
  margin-left: 20px;
  padding-left: 15px;
  line-height: 14px;
  height: 40px;
  box-sizing: border-box;
  display: table;
  opacity: 0;
}

.deal-menu .deal-menu-inner .deal-menu-item:after {
  content: '';
  width: 171px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/image/landing/point-line-menu.png") repeat-x left top;
}

.deal-menu .deal-menu-inner .deal-menu-item a {
  display: table-cell;
  vertical-align: middle;
  width: 171px;
  font-size: 13px;
  line-height: 18px;
  color: #4f4f4f;
}

.deal-menu .deal-menu-inner .deal-menu-item a:before {
  content: '';
  width: 5px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 15px;
  background: url("/image/landing/list-arrow.png") no-repeat left top;
}

.deal-menu .deal-menu-inner .deal-menu-item a:hover {
  color: #00a0ff;
}

.deal-menu .deal-menu-inner .deal-menu-item a:hover:before {
  background-position: left -13px;
}

.deal-menu .deal-menu-inner .deal-menu-item.active a {
  color: #00a0ff;
}

.deal-menu .deal-menu-inner .deal-menu-item.active a:before {
  background-position: left -13px;
}

.deal-menu .deal-menu-inner .deal-menu-item-twostr a:before {
  top: 9px;
}

.deal-press {
  background: #faf9f7;
  min-height: 150px;
}

.deal-press h2 {
  font-size: 14px;
  font-weight: bold;
  color: #4f4f4f;
  margin: 20px 0 10px 20px;
}

.deal-press .deal-press-one {
  color: #4f4f4f;
  font-size: 14px;
  margin: 0 10px 10px 20px;
  line-height: 18px;
}

.deal-press .deal-press-one a {
  color: #4f4f4f;
  text-decoration: none;
}

.deal-press .deal-press-more {
  margin-left: 20px;
  color: #00a0ff;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.deal-press .app-menu-init-sub {
  font-size: 14px;
  line-height: 18px;
}

.app-bkg-grey {
  background: #faf9f7;
}

.app-bkg-white {
  background: #fff;
  margin-left: 0 !important;
  padding-left: 30px;
}

.cnt-invest-model h2,
.cnt-invest-model h3 {
  color: #0065a1;
}

.cnt-invest-model h2 {
  font-size: 24px;
  line-height: 30px;
  margin: 45px 0 21px 0;
}

.cnt-invest-model h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 19px;
}

.cnt-invest-model .introtext-numbers {
  font-size: 20px;
}

.cnt-invest-model .introtext-numbers span {
  font-size: 34px;
  letter-spacing: -2px;
}

.cnt-invest-model .introtext-numbers p {
  margin-top: 5px;
}

.cnt-invest-model .im-list-item {
  padding: 0 0 12px 16px;
  line-height: 22px;
  background: url("/image/i_bul_invest.png?1") no-repeat 0 6px;
}

.cnt-invest-model .im-list-item.separator {
  border-bottom: 1px solid #f5f4f2;
}

.cnt-invest-model .introtext {
  font-size: 20px;
  line-height: 30px;
}

.cnt-invest-model .invest-model-branches {
  position: relative;
  width: 100%;
  height: 280px;
}

.cnt-invest-model .invest-model-branches .im-branch {
  position: absolute;
  width: 280px;
  height: 125px;
}

.cnt-invest-model .invest-model-branches .im-branch .thumbnail {
  position: absolute;
  left: 50%;
  margin-left: -37px;
  top: 5px;
  width: 74px;
  height: 74px;
}

.cnt-invest-model .invest-model-branches .im-branch--1 {
  left: 0;
  top: 0;
}

.cnt-invest-model .invest-model-branches .im-branch--2 {
  left: 312px;
  top: 0;
}

.cnt-invest-model .invest-model-branches .im-branch--3 {
  left: 624px;
  top: 0;
}

.cnt-invest-model .invest-model-branches .im-branch--4 {
  left: 156px;
  top: 154px;
}

.cnt-invest-model .invest-model-branches .im-branch--5 {
  left: 468px;
  top: 154px;
}

.cnt-invest-model .invest-model-branches .im-branch .caption {
  position: absolute;
  font-size: 14px;
  line-height: 18px;
  top: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.button--left {
  text-align: left;
}

.button--right {
  text-align: right;
}

.button--center {
  text-align: center;
}

.button {
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-align: center;
  border: none;
  border-radius: 3px;
  background: #60001c;
  background: linear-gradient(bottom, #60001c 0%, #990d36 7%, #980d36 51%, #ba1646 52%, #f63c27 94%, #f57e12 99%);
  color: #fff;
  text-shadow: 0 -2px 0 rgba(0,0,0,0.26);
  padding: 4px 20px 5px 20px;
}

.button:hover {
  background: linear-gradient(bottom, #60001c 0%, #990d36 7%, #d20014 94%, #f57e12 99%);
}

input[type="text"],
textarea {
  outline: none;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  resize: none;
}

.form form {
  box-sizing: border-box;
  padding: 20px 79px;
  width: 528px;
}

.form form .h1 {
  color: #0065a1;
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  margin: 5px 0 0;
  text-transform: uppercase;
}

.form form h2 {
  font-size: 14px;
  color: #f62f26;
  font-weight: normal;
  margin-top: 5px;
  text-transform: none;
}

.form form label {
  display: block;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #878787;
}

.form form input[type="text"],
.form form textarea {
  border: 1px solid #c2c2c2;
  box-shadow: 1px 1px 1px #f2f2f2 inset;
  color: #000;
  font-size: 16px;
}

.form form input[type="text"].readonly,
.form form textarea.readonly {
  background: #f3f5f6;
}

.form form input[type="text"].readonly:hover,
.form form textarea.readonly:hover {
  border: 1px solid #f1f3f4;
}

.form form textarea {
  padding: 10px;
  height: 210px;
}

.form form .absM {
  overflow: hidden;
}

.form form .absM img {
  float: left;
}

.form form .absM input {
  margin-left: 5px;
  width: 280px;
}

.form form .span-date {
  position: relative;
  display: block;
}

.form form .span-date input {
  padding-right: 50px;
}

.form form .span-date .icon-date {
  width: 32px;
  height: 32px;
  background: url("/image/calendar.png") no-repeat;
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

.form form .select,
.form form .span-file {
  box-sizing: border-box;
  height: 40px;
  position: relative;
}

.form form .select span,
.form form .span-file span {
  display: block;
  padding: 0 10px;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  font-size: 16px;
  line-height: 42px;
}

.form form .select:before {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background: url("/image/list.gif") no-repeat;
  position: absolute;
  top: 16px;
  right: 10px;
}

.form form .select .add,
.form form .select .close {
  display: block;
  width: 35px;
  height: 35px;
  background: url("/image/button.png") no-repeat;
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.form form .select .close {
  background-position: left bottom;
}

.form form .span-file {
  height: 42px;
  overflow: hidden;
}

.form form .span-file>div {
  overflow: visible !important;
  border: 1px solid #c2c2c2;
}

.form form .span-file input {
  border: none !important;
}

.form form .span-file input:hover {
  border: none !important;
}

.form form .span-file .file-insert {
  background: #006cac none repeat scroll 0 0;
  box-sizing: border-box;
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 160px;
}

.form form .span-file .file-insert span {
  color: #fff;
  font-size: 12px;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
  top: 0;
  text-align: center;
}

.form form .span-file .file-insert span:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("/image/attach.png") no-repeat;
  float: left;
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.form form .span-capcha {
  display: block;
}

.form form .span-capcha input {
  width: 170px;
  float: right;
}

.form form .btn-mail {
  margin: 20px auto 30px;
}

.form form .btn-common {
  margin: 20px auto 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  border: none;
  background: #d73716;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#e54523), to(#c22303));
  background-image: -webkit-linear-gradient(top, #e54523, #c22303);
  background-image: -moz-linear-gradient(top, #e54523, #c22303);
  background-image: -ms-linear-gradient(top, #e54523, #c22303);
  background-image: -o-linear-gradient(top, #e54523, #c22303);
  background-image: linear-gradient(top, #e54523, #c22303);
  -pie-background: linear-gradient(top, #e54523, #c22303);
}

.form form .format {
  font-size: 14px;
  color: #a3a3a3;
  display: block;
  margin-top: 5px;
}

.year-nums {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0 0;
}

.year-nums-item {
  width: 50%;
  margin: 0 0 50px 0;
}

.year-nums-item .col {
  font-size: 30px;
  color: #63858f;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.8;
}

.year-nums-item .col span {
  font-size: 72px;
  line-height: 0.667;
}

.year-nums-item .desc>span {
  margin: 10px 0 0 0;
  padding: 7px 0 0 0;
  display: inline-block;
  width: 345px;
  border-top: 1px solid #605c5c;
  font-size: 20px;
  color: #605c5c;
  text-transform: uppercase;
  line-height: 1.2;
}

.year-nums-item .sub-num {
  font-size: 20px;
  color: #605c5c;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 0 0 20px 0;
  width: 100%;
}

.year-nums-item.double {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 345px;
}

.year-nums-item.double .half {
  width: 47%;
}

.year-nums-item.double .half .desc>span {
  width: 100%;
}

.six-brunch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 0 0;
}

.six-brunch-item {
  width: 280px;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.333;
  margin: 0 0 20px 0;
}

.six-brunch-item.greyBox {
  border: 3px solid #c8c8c8;
}

.six-brunch-item.blueBox {
  border: 3px solid #00619f;
}

.six-brunch-item.redBox {
  border: 3px solid #e73d11;
}