/*
font-family: "SFProDisplay-Black";
font-family: "SFProDisplay-Bold";
font-family: "SFProDisplay-Heavy";
font-family: "SFProDisplay-Light";
font-family: "SFProDisplay-LightItalic";
font-family: "SFProDisplay-Medium";
font-family: "SFProDisplay-Regular";
font-family: "SFProDisplay-RegularItalic";
font-family: "SFProDisplay-Semibold";
font-family: "SFProDisplay-Thin";
font-family: "SFProDisplay-Ultralight";
font-family: "BebasNeue";
*/
.mainContainer {
  max-width: 1170px; }

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

body {
  font-family: "SFProDisplay-Regular";
  font-size: 14px;
  background: #fff;
  min-width: 320px;
  color: #000; }

a {
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  color: #000;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    text-decoration: underline; }

strong,
b {
  font-weight: normal;
  font-family: "SFProDisplay-Bold"; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.2; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 26px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 10px 0;
  line-height: 1.4; }

.btn0 {
  width: auto !important;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 5px 18px;
  font-size: 16px;
  border-radius: 16px;
  -o-border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -ms-border-radius: 16px;
  text-decoration: none;
  position: relative;
  text-align: center;
  border: none; }
  .btn0:hover {
    text-decoration: none; }

.btn1 {
  background: #1e87f0;
  color: #fff;
  box-shadow: 0 8px 30px rgba(30, 135, 240, 0.2);
  -o-box-shadow: 0 8px 30px rgba(30, 135, 240, 0.2);
  -moz-box-shadow: 0 8px 30px rgba(30, 135, 240, 0.2);
  -webkit-box-shadow: 0 8px 30px rgba(30, 135, 240, 0.2);
  -ms-box-shadow: 0 8px 30px rgba(30, 135, 240, 0.2); }
  .btn1:hover {
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none; }

.btnNav {
  float: right;
  width: 36px;
  height: 47px;
  background: none;
  border: none;
  display: none;
  overflow: hidden;
  position: relative;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }
  .btnNav:after, .btnNav:before,
  .btnNav span {
    width: 22px;
    height: 2px;
    position: absolute;
    display: block;
    content: "";
    background: #3c3c3c;
    border-radius: 2px;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
    left: 50%;
    margin-left: -11px;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s; }
  .btnNav:before {
    top: 14px; }
  .btnNav:after {
    bottom: 14px; }
  .btnNav span {
    top: 50%;
    margin-top: -1px; }
  .btnNav.active:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    bottom: 22.5px; }
  .btnNav.active:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 22.5px; }
  .btnNav.active span {
    left: 150%; }

#mainWrap {
  min-height: 100%;
  position: relative; }

#header {
  position: relative;
  z-index: 99999; }

.headerTop {
  background: #fafafa;
  font-size: 13px; }
  .headerTop:after {
    width: 0;
    height: 0;
    clear: both;
    content: '';
    display: block; }
  .headerTop a {
    color: #3c3c3c;
    line-height: 40px; }
    .headerTop a:hover {
      color: #000 !important; }

.headerTopNav {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
  .headerTopNav ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 0 0; }
    .headerTopNav ul li a {
      display: block; }

.langs ul {
  padding: 0;
  margin: 0; }
  .langs ul li {
    list-style: none; }
  .langs ul li {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
    .langs ul li a {
      display: block;
      color: #b8b8b8; }
    .langs ul li.active a {
      color: #3c3c3c; }

.header {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5; }

.logo {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 4% 0 0; }

.headerNav {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  white-space: nowrap; }
  .headerNav ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 17px;
    margin: 0 1.5%;
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn; }
    .headerNav ul li a {
      display: block;
      text-decoration: none;
      position: relative; }
      .headerNav ul li a:hover {
        text-decoration: none; }
      .headerNav ul li a:after {
        width: 100%;
        height: 3px;
        background: #1088ef;
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        margin: 3px 0 0;
        opacity: 0;
        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s; }
      .headerNav ul li a:hover:after {
        opacity: 1; }
    .headerNav ul li.active a:after {
      opacity: 1; }

.searchBoxBtn {
  float: right;
  background: none;
  border: none;
  padding: 10px;
  height: 47px;
  position: relative;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn; }
  .searchBoxBtn .icon-search {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
    font-size: 15px; }

.closeSearch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s; }
  .closeSearch:before, .closeSearch:after {
    width: 2px;
    height: 22px;
    background: #3c3c3c;
    content: "";
    position: absolute;
    top: 50%;
    margin: -11px 0 0;
    display: block;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s; }
  .closeSearch:after {
    right: 16.5px; }
  .closeSearch:before {
    left: 16.5px; }

.searchBox {
  position: absolute;
  width: 50%;
  top: 0px;
  left: 30%;
  visibility: hidden;
  z-index: -1;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  padding-left: 40px; }

.searchBtn {
  position: absolute;
  left: 0;
  height: 46px;
  width: 40px;
  background: none;
  border: none;
  font-size: 15px; }

.searchField input {
  height: 46px;
  border: none;
  background: none;
  font-size: 15px; }

.openSearch .headerNav li {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  visibility: hidden; }

.openSearch .searchBoxBtn .icon-search {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut; }

.openSearch .searchBoxBtn .closeSearch {
  opacity: 1; }
  .openSearch .searchBoxBtn .closeSearch:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); }
  .openSearch .searchBoxBtn .closeSearch:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }

.openSearch .searchBox {
  opacity: 1;
  visibility: visible;
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
  z-index: 1; }

.openSearch .btnNav {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
  visibility: hidden; }

.mainLogo {
  display: table;
  margin: 66px auto 50px;
  text-align: center;
  color: #448cc9;
  font-size: 18px; }
  .mainLogo img {
    display: block; }
  .mainLogo span {
    display: block;
    margin: 10px 0 0; }

.columns {
  margin: 0 0 50px; }
  .columns ul {
    padding: 0;
    margin: 0; }
    .columns ul li {
      list-style: none; }
    .columns ul:after {
      width: 0;
      height: 0;
      clear: both;
      content: '';
      display: block; }
    .columns ul li {
      width: 16.66666666666667%;
      font-size: 21px;
      line-height: 22px;
      float: left; }
      .columns ul li a {
        display: block;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100% 0 0;
        text-decoration: none;
        transition: all 0.1s;
        -o-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -webkit-transition: all 0.1s;
        -ms-transition: all 0.1s;
        position: relative; }
        .columns ul li a:hover {
          text-decoration: none; }
        .columns ul li a:hover {
          transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -o-transform: scale(1.03);
          -ms-transform: scale(1.03);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          position: relative;
          z-index: 1; }
      .columns ul li.longText a .columnTitle {
        overflow: visible; }

.columnTexts {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  padding: 14px 5px 14px 12px;
  display: block;
  font-family: "BebasNeue";
  color: #fff; }

.columnNummber {
  float: left;
  font-size: 50px;
  margin: 0 10px 0 0;
  font-family: 'BebasNeueBold';
  line-height: 44px; }

.columnTitle {
  display: block;
  overflow: hidden; }

.postBox {
  margin: 100px 0;
  padding: 50px 0;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  font-size: 20px;
  color: #383838;
  text-align: center; }

.greySection {
  background: #fbfbfb;
  padding: 45px 0 50px; }

.title-1 {
  font-size: 36px;
  color: #0e0e0e;
  text-align: center;
  margin: 0 0 50px; }

.items ul {
  padding: 0;
  margin: 0;
  margin: 0 -15px;
  width: auto; }
  .items ul:after {
    width: 0;
    height: 0;
    clear: both;
    content: '';
    display: block; }
  .items ul li {
    list-style: none; }
  .items ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 15px;
    max-width: 293px; }
    .items ul li a {
      display: block;
      text-decoration: none; }
      .items ul li a:hover {
        text-decoration: none; }
      .items ul li a .imageBox {
        padding: 96.6% 0 0;
        margin: 0 0 20px; }
      .items ul li a .itemTitle {
        font-size: 22px;
        line-height: 30px; }

.imageBox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: block; }

.slider-theme1 {
  position: relative; }
  .slider-theme1 .sliderNavigation {
    position: absolute;
    bottom: 100%;
    margin: 0 32px;
    right: 0; }
    .slider-theme1 .sliderNavigation .owl-nav {
      margin: 0; }
      .slider-theme1 .sliderNavigation .owl-nav [class*=owl-] {
        margin: 0;
        background: none !important;
        width: auto;
        font-size: 12px;
        color: #6d6d6d !important;
        opacity: 1;
        position: absolute;
        top: 0;
        padding: 0 10px;
        height: 17px;
        line-height: 18px; }
      .slider-theme1 .sliderNavigation .owl-nav .owl-prev {
        right: 100%; }
      .slider-theme1 .sliderNavigation .owl-nav .owl-next {
        left: 100%; }
    .slider-theme1 .sliderNavigation .owl-dots {
      height: 17px;
      padding: 0;
      margin: 0;
      line-height: 0; }
      .slider-theme1 .sliderNavigation .owl-dots .owl-dot {
        width: 17px;
        height: 17px;
        margin: 0;
        position: relative;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -ms-transition: all 0.5s;
        border: 1px solid transition; }
        .slider-theme1 .sliderNavigation .owl-dots .owl-dot span {
          margin: 0;
          width: 5px;
          height: 5px;
          background: #6d6d6d;
          border-radius: 0px;
          -o-border-radius: 0px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          -ms-border-radius: 0px;
          position: absolute;
          top: 50%;
          left: 50%;
          margin: -2.5px 0 0 -2.5px; }
        .slider-theme1 .sliderNavigation .owl-dots .owl-dot.active {
          border: 1px solid #0091ea;
          border-radius: 50%;
          -o-border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          -ms-border-radius: 50%; }
          .slider-theme1 .sliderNavigation .owl-dots .owl-dot.active span {
            background: #0091ea; }

.more {
  font-size: 16px;
  font-family: "SFProDisplay-Light"; }

.dataBox {
  padding: 45px 68px;
  color: #fff;
  display: block;
  text-decoration: none; }
  .dataBox:hover {
    text-decoration: none; }

.dataBox1 {
  background: #ec9542; }

.dataBox2 {
  background: #3eb049; }

.dataBox3 {
  background: #007dbc; }

.dataBoxIco {
  height: 100px;
  text-align: center;
  line-height: 88px;
  margin: 0 0 5px; }

.dataBoxTitle {
  font-size: 26px;
  font-family: "SFProDisplay-Medium";
  text-align: center;
  margin: 0 0 10px; }

.dataBoxDesc {
  font-size: 20px; }

.dataBoxes {
  padding: 100px 0; }

.greySection2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#ffffff));
  background-image: linear-gradient(180deg, #fbfbfb 0%, #ffffff 100%); }

.subscribeSection {
  background-image: url(../images/BG.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 50px 0 0;
  padding: 50px 0; }

.subscribeBlock {
  max-width: 1014px;
  margin: 0 auto;
  overflow: hidden; }

.subscribeTexts {
  color: #fff;
  font-size: 17px;
  font-family: "SFProDisplay-Light"; }
  .subscribeTexts h2 {
    font-size: 28px;
    font-family: "SFProDisplay-Medium"; }
  .subscribeTexts p {
    margin: 0; }

.subscribeFormField {
  background: #fff;
  border-radius: 25px;
  -o-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  position: relative;
  padding: 10px 150px 10px 10px;
  margin: 8px 0 10px; }

.subscribeFormInput input {
  height: 30px;
  border: none;
  padding-left: 10px;
  font-size: 17px; }

.subscribeFormButton {
  position: absolute;
  height: 30px;
  min-width: 120px;
  top: 10px;
  right: 10px;
  background: #1e87f0;
  border: none;
  border-radius: 15px;
  -o-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  width: auto;
  color: #fff;
  font-size: 16px; }

.checkboxList label {
  color: #fff;
  font-size: 16px;
  margin: 0 11px 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: baseline; }
  .checkboxList label:last-child {
    margin: 0; }

.jq-checkbox.checkbox1 {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border: 1px solid #fff;
  background: none;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  margin: 0; }
  .jq-checkbox.checkbox1.checked {
    background: #fff; }
    .jq-checkbox.checkbox1.checked .jq-checkbox__div {
      font-family: 'icomoon';
      background: none;
      box-shadow: none;
      -o-box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      font-size: 8px;
      color: #1088ef;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -4px;
      line-height: 10px; }
      .jq-checkbox.checkbox1.checked .jq-checkbox__div:after {
        content: "\e902"; }

.footerMenu {
  background: #fbfbfb;
  padding: 50px 0 65px; }

.footerMenuTable {
  display: table;
  width: 100%; }

.footerMenuRow {
  display: table-row; }

.footerMenuCol {
  display: table-cell;
  padding: 0 24px; }
  .footerMenuCol:first-child {
    padding-left: 0; }
  .footerMenuCol:last-child {
    padding-right: 0; }

.navTitle {
  font-size: 17px;
  margin: 0 0 20px; }

.footerMenuNav ul li {
  margin: 0 0 10px; }
  .footerMenuNav ul li a {
    display: block;
    font-size: 16px;
    font-family: "SFProDisplay-Light";
    color: #3e3e3e; }
    .footerMenuNav ul li a:hover {
      color: #000; }

.minFooter {
  background: #fbfbfb;
  padding: 28px 0; }

.footerLogo {
  float: left; }

.footerText {
  float: right;
  font-size: 16px;
  font-family: "SFProDisplay-Light";
  color: #000;
  line-height: 52px; }
  .footerText span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: normal; }

#mobileNavbar {
  position: fixed;
  left: -300px;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 220px;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 99999; }

.mobileNavbarContent {
  padding: 0 0 60px;
  font-size: 15px; }
  .mobileNavbarContent .headerTopNav {
    background: #fafafa;
    display: block; }
    .mobileNavbarContent .headerTopNav ul li a {
      padding: 8px 15px; }

.headerMobNav {
  padding: 20px 0 0; }
  .headerMobNav ul li a {
    display: block;
    padding: 4px 15px;
    position: relative; }
    .headerMobNav ul li a:after {
      right: 0;
      top: 0;
      position: absolute;
      content: "";
      height: 100%;
      width: 3px;
      display: block;
      background: #1088ef;
      opacity: 0;
      transition: all 0.2s;
      -o-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      -ms-transition: all 0.2s; }
  .headerMobNav ul li.active a:after {
    opacity: 1; }

.maska {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }

.icoPage {
  position: relative;
  width: 128px;
  height: 128px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  margin: 0 10px 0 0; }
  .icoPage .columnNummber {
    font-size: 40px;
    line-height: 36px; }
  .icoPage .columnTitle {
    font-size: 13px; }
  .icoPage .columnTexts {
    padding: 10px 5px 10px 10px; }

.title-hb {
  color: #fff;
  padding: 20px 0; }
  .title-hb h1 {
    font-size: 28px;
    margin: 0; }

.headBlock:after {
  width: 0;
  height: 0;
  clear: both;
  content: '';
  display: block; }

.breadcrumbs1 {
  margin: 20px 0 35px; }
  .breadcrumbs1 a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #b2b2b2; }
    .breadcrumbs1 a:after {
      width: 3px;
      height: 3px;
      background: #b2b2b2;
      content: "";
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0 4px 0 4px; }
  .breadcrumbs1 span {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    color: #1088ef; }

.tasks ul {
  padding: 0;
  margin: 0;
  font-size: 0px;
  width: auto;
  margin: 0 -10px; }
  .tasks ul li {
    list-style: none; }
  .tasks ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
    padding: 0 10px;
    margin: 0 0 50px; }
    .tasks ul li a {
      display: block;
      text-decoration: none;
      transition: all 0.3s;
      -o-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s; }
      .tasks ul li a:hover {
        text-decoration: none; }
      .tasks ul li a:hover {
        box-shadow: inset 0 0 0 1px #dea43e;
        -o-box-shadow: inset 0 0 0 1px #dea43e;
        -moz-box-shadow: inset 0 0 0 1px #dea43e;
        -webkit-box-shadow: inset 0 0 0 1px #dea43e;
        -ms-box-shadow: inset 0 0 0 1px #dea43e; }

.taskTitle {
  font-size: 21px;
  padding: 10px 24px;
  border-bottom: 1px solid #dea43e; }

.taskText {
  padding: 12px 24px;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 23px; }

.headDesc {
  font-size: 16px;
  font-family: "SFProDisplay-Light";
  margin: 8px 0 0; }

.indikatorTable {
  margin: 0 0 150px; }
  .indikatorTable table {
    width: 100%; }
    .indikatorTable table tr:nth-child(2n) {
      background: #fafafa; }
    .indikatorTable table tr td {
      padding: 20px;
      font-size: 16px;
      color: #2a2a2a; }
      .indikatorTable table tr td:first-child {
        position: relative; }
        .indikatorTable table tr td:first-child:after {
          width: 2px;
          background: #dea43e;
          content: "";
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          position: absolute;
          top: 20px;
          bottom: 20px;
          right: 0px; }

.label {
  padding: 6px 10px;
  white-space: nowrap;
  color: #fff;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.label-green {
  background: #3cb050; }

.label-blue {
  background: #007ebb; }

.label-ogange {
  background: #dea43e; }

.title-td {
  display: block; }

.title-page {
  font-size: 24px;
  margin: 0 0 30px; }

.wrapChart {
  background: #fbfbfb;
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -o-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -moz-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -webkit-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -ms-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  padding: 30px 0 50px;
  margin: 0 0 20px; }

.morrisChart {
  height: 450px; }

.chartTabsB .morris-hover {
  font-size: 17px !important;
  color: #3499ed !important;
  background: #fff;
  border: none;
  box-shadow: 0 0 33px rgba(30, 135, 240, 0.2);
  -o-box-shadow: 0 0 33px rgba(30, 135, 240, 0.2);
  -moz-box-shadow: 0 0 33px rgba(30, 135, 240, 0.2);
  -webkit-box-shadow: 0 0 33px rgba(30, 135, 240, 0.2);
  -ms-box-shadow: 0 0 33px rgba(30, 135, 240, 0.2);
  height: 34px;
  padding: 5px 15px;
  border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -ms-border-radius: 20px; }

.pageTabs {
  margin: 0 0 25px; }
  .pageTabs ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 5px 0 0;
    font-size: 16px; }
    .pageTabs ul li a {
      display: block;
      color: #686868;
      text-decoration: none;
      padding: 6px 16px;
      position: relative; }
      .pageTabs ul li a:hover {
        text-decoration: none; }
      .pageTabs ul li a:hover {
        color: #1e87f0; }
      .pageTabs ul li a:after {
        width: 100%;
        height: 2px;
        content: "";
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        background: #1e87f0;
        transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -ms-transition: all 0.2s;
        opacity: 0; }
    .pageTabs ul li.active a {
      color: #2f95f1; }
      .pageTabs ul li.active a:after {
        opacity: 1; }

.chartTabs {
  padding: 0 8% 40px; }

.btnTabs ul li {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 30px 0 0; }
  .btnTabs ul li a {
    display: block;
    color: #86a0bd;
    height: 38px;
    padding: 7px 24px;
    border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    text-decoration: none; }
    .btnTabs ul li a:hover {
      text-decoration: none; }
    .btnTabs ul li a:hover {
      color: #1e87f0; }
  .btnTabs ul li.active a {
    background: #1e87f0;
    color: #fff; }

.listThemes {
  background: #fbfbfb;
  border-radius: 6px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  position: relative; }
  .listThemes ul li {
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px; }
    .listThemes ul li:last-child {
      border: none; }
    .listThemes ul li a {
      display: block;
      padding: 12px 50px 12px 14px;
      color: #2a2a2a;
      position: relative;
      text-decoration: none;
      transition: all 0.15s;
      -o-transition: all 0.15s;
      -moz-transition: all 0.15s;
      -webkit-transition: all 0.15s;
      -ms-transition: all 0.15s; }
      .listThemes ul li a:hover {
        text-decoration: none; }
      .listThemes ul li a:hover {
        color: #fff; }
        .listThemes ul li a:hover .icon-ico-chart {
          color: #fff; }
      .listThemes ul li a .icon-ico-chart {
        font-size: 14px;
        color: #008def;
        position: absolute;
        top: 50%;
        right: 14px;
        margin: -7px 0 0; }

.activeBg {
  position: absolute;
  transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  -ms-transition: all 0.15s;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #1e87f0;
  box-shadow: 0 0 10px rgba(100, 172, 245, 0.12);
  -o-box-shadow: 0 0 10px rgba(100, 172, 245, 0.12);
  -moz-box-shadow: 0 0 10px rgba(100, 172, 245, 0.12);
  -webkit-box-shadow: 0 0 10px rgba(100, 172, 245, 0.12);
  -ms-box-shadow: 0 0 10px rgba(100, 172, 245, 0.12);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  z-index: 2; }
  .activeBg.fade-in {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05); }
  .activeBg.fade-out {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0; }

.listThemes {
  margin: 0 0 10px; }

.sidebarButtons {
  border: 1px solid #f1f1f1;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px; }

.btnItem {
  display: block;
  padding: 10px 28px 10px 40px;
  border-bottom: 1px solid #f1f1f1; }
  .btnItem:last-child {
    border: none; }
  .btnItem .icon-cp,
  .btnItem .icon-download {
    float: left;
    margin: 3px 0 0 -26px;
    font-size: 15px;
    color: #008def; }
  .btnItem .icon-m-arrow-right {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    font-size: 7px;
    margin: 0 0 0 5px; }

.btnText {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }

.downloadsFiles a {
  font-size: 11px;
  color: #008eee;
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border-bottom: 1px dotted;
  text-decoration: none; }
  .downloadsFiles a:hover {
    text-decoration: none; }
  .downloadsFiles a:hover {
    border-color: transparent; }

.chartDesc {
  color: #1b1b1b;
  font-size: 15px; }

.mainWrapStatics {
  margin: 0 0 40px; }

.title-2 {
  font-size: 21px;
  margin: 0 0 25px; }

.metaData {
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -o-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -moz-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -webkit-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -ms-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  margin: 0 0 80px;
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px; }

.metaDataItem {
  border-bottom: 1px solid #eeeeee; }
  .metaDataItem:last-child {
    border: none; }
  .metaDataItem.opened .metaDataTitle {
    border-bottom: 1px solid #eeeeee;
    color: #048eef; }
    .metaDataItem.opened .metaDataTitle .icon-m-arrow-right {
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg); }

.metaDataTitle {
  padding: 30px 55px 30px 27px;
  position: relative;
  font-size: 20px;
  cursor: pointer; }
  .metaDataTitle:hover {
    color: #048eef; }
  .metaDataTitle .icon-m-arrow-right {
    font-size: 15px;
    color: #048eef;
    float: right;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -7.5px 0 0;
    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s; }

.metaDataCont {
  display: none; }

.metaDataContText {
  padding: 24px;
  color: #2a2a2a;
  font-size: 16px; }

.metaDataTable {
  margin: 0 0 35px; }
  .metaDataTable table {
    width: 100%; }
    .metaDataTable table tr:nth-child(odd) {
      background: #fbfbfb; }
    .metaDataTable table tr th,
    .metaDataTable table tr td {
      padding: 24px;
      font-size: 16px; }
    .metaDataTable table tr td {
      color: #1088ef; }
    .metaDataTable table tr th {
      text-align: left;
      font-family: "SFProDisplay-Medium";
      font-weight: normal; }

.chartTabsB {
  display: none; }

.chartTable {
  margin: 0 0 20px;
  background: #fff;
  box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -o-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -moz-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -webkit-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  -ms-box-shadow: 0 0 8px rgba(200, 200, 200, 0.38);
  border-radius: 5px;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 10px; }
  .chartTable table {
    width: 100%; }
    .chartTable table tr td {
      padding: 15px;
      font-size: 15px; }
    .chartTable table thead tr td {
      font-size: 16px;
      font-family: "SFProDisplay-Medium"; }
    .chartTable table tbody tr:nth-child(odd) {
      background: #fbfbfb; }

.pageTabBody {
  display: none; }

.mainTitle {
  font-size: 36px;
  margin: 0 0 58px;
  text-align: center; }

.filterBar {
  margin: 0 0 50px; }

.filterSelect {
  color: #2a2a2a;
  position: relative;
  background: #f6f6f6;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  margin: 0 0 20px; }
  .filterSelect.opened {
    border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    z-index: 3;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
    .filterSelect.opened .filterTitle:before {
      width: 100%;
      height: 8px;
      background: #f6f6f6;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0; }
    .filterSelect.opened .filterTitle .arrowsSelect {
      font-size: 7px;
      margin-top: -7px;
      color: #1e87f0; }
      .filterSelect.opened .filterTitle .arrowsSelect:before {
        margin: 0 0 1px; }
      .filterSelect.opened .filterTitle .arrowsSelect:after {
        margin: 1px 0 0; }

.filterTitle {
  padding: 16px 30px 16px 14px;
  position: relative;
  cursor: pointer;
  z-index: 2; }
  .filterTitle:hover .arrowsSelect {
    font-size: 7px;
    margin-top: -7px;
    color: #1e87f0; }
    .filterTitle:hover .arrowsSelect:before {
      margin: 0 0 1px; }
    .filterTitle:hover .arrowsSelect:after {
      margin: 1px 0 0; }

.arrowsSelect {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 6px;
  float: right;
  color: #a6a6a6;
  position: absolute;
  right: 14px;
  top: 50%;
  margin: -6px 0 0; }
  .arrowsSelect:before {
    content: "\e90d";
    display: block; }
  .arrowsSelect:after {
    content: "\e90a";
    display: block; }

.filterList {
  display: none;
  background: #f6f6f6;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  position: absolute !important;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .filterList:before {
    width: 100%;
    height: 8px;
    background: #f6f6f6;
    content: "";
    position: absolute;
    top: -8px;
    left: 0; }
  .filterList ul {
    padding: 0;
    margin: 0; }
    .filterList ul li {
      list-style: none; }
    .filterList ul li {
      border-top: 1px solid #f1f1f1; }
      .filterList ul li a {
        padding: 16px 14px;
        display: block;
        text-decoration: none; }
        .filterList ul li a:hover {
          text-decoration: none; }
      .filterList ul li.active {
        display: none; }

.hoverEffect {
  position: relative; }
  .hoverEffect li a {
    position: relative;
    z-index: 2; }
    .hoverEffect li a:hover {
      color: #fff; }

.postsViewToggle {
  margin: -26px 0 0;
  float: right;
  font-size: 15px; }
  .postsViewToggle span {
    color: #b8b8b8;
    margin: 0 0 0 8px;
    cursor: pointer; }
    .postsViewToggle span.active {
      color: #008eee; }

.posts {
  margin: 0 0 50px; }
  .posts ul {
    padding: 0;
    margin: 0;
    font-size: 0px;
    margin: 0 -15px; }
    .posts ul li {
      list-style: none; }
    .posts ul li {
      width: 33.3333333%;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      font-size: 14px;
      padding: 0 15px;
      vertical-align: top;
      margin: 0 0 60px; }
      .posts ul li:hover .itemTitle a {
        color: #1e87f0; }

.itemImage {
  margin: 0 0 12px; }
  .itemImage a {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100% 0 0; }

.itemTitle {
  font-size: 19px; }
  .itemTitle a {
    display: block;
    text-decoration: none; }
    .itemTitle a:hover {
      text-decoration: none; }

.itemDate {
  color: #0089ee;
  margin: 0 0 4px; }

.itemDesc {
  font-size: 16px; }

.itemTexts {
  overflow: hidden; }

.viewBlocks .itemDesc {
  display: none; }

.viewLists ul {
  margin: 0; }
  .viewLists ul li {
    display: block;
    width: 100%;
    padding: 0 0 28px;
    margin: 0 0 28px;
    border-bottom: 1px solid #f1f1f1; }
    .viewLists ul li:after {
      width: 0;
      height: 0;
      clear: both;
      content: '';
      display: block; }
    .viewLists ul li:last-child {
      border: none; }
    .viewLists ul li .itemImage {
      width: 166px;
      float: left;
      margin: 0 14px 0 0; }
    .viewLists ul li .itemTitle {
      margin: 0 0 8px; }

.pagination1 {
  margin: 0 0 90px;
  text-align: center; }
  .pagination1 ul {
    padding: 0;
    margin: 0; }
    .pagination1 ul li {
      list-style: none; }
    .pagination1 ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0 7px;
      font-size: 17px; }
      .pagination1 ul li a {
        display: block;
        text-decoration: none;
        padding: 0 3px;
        border-bottom: 2px solid transparent; }
        .pagination1 ul li a:hover {
          text-decoration: none; }
      .pagination1 ul li.active a {
        border-color: #1088ef; }

.minContainer {
  max-width: 860px;
  margin: 0 auto 80px; }

.postContent img {
  margin: 0 0 20px; }

.postContent .imgText {
  color: #919191;
  text-align: center;
  font-size: 14px; }

.postContent p {
  font-size: 20px;
  margin: 0 0 30px;
  font-family: "SFProDisplay-Light"; }

.legislation ul {
  padding: 0;
  margin: 0; }
  .legislation ul li {
    list-style: none; }
  .legislation ul li {
    font-size: 18px; }
    .legislation ul li:nth-child(even) {
      background: #fafafa; }
    .legislation ul li a {
      display: block;
      padding: 20px 36px;
      position: relative;
      text-decoration: none; }
      .legislation ul li a:hover {
        text-decoration: none; }
      .legislation ul li a:hover {
        color: #1e87f0; }
      .legislation ul li a:after {
        background: #008eee;
        width: 2px;
        left: 16px;
        top: 20px;
        bottom: 20px;
        content: "";
        display: block;
        position: absolute; }

.partners {
  overflow: hidden; }
  .partners ul {
    padding: 0;
    margin: 0;
    font-size: 0px;
    margin: 0 -25px; }
    .partners ul li {
      list-style: none; }
    .partners ul li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      vertical-align: top;
      font-size: 14px;
      width: 33.33333333%;
      padding: 0 25px;
      margin: 0 0 30px; }

.pLogo {
  text-align: center;
  line-height: 80px; }

.pTitle {
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px; }

.pDesc {
  font-size: 15px;
  color: #2a2a2a; }
  .pDesc a {
    color: #0089ee;
    word-break: break-all; }

.logoCenter {
  display: table;
  margin: 0 auto !important; }

.formPage {
  max-width: 430px;
  margin: 0 auto;
  padding: 68px 0 80px; }
  .formPage .mainTitle {
    font-size: 24px;
    margin: 0 0 30px; }

.feedback {
  padding: 36px 58px;
  box-shadow: 0 0 7px 3px rgba(200, 200, 200, 0.1);
  -o-box-shadow: 0 0 7px 3px rgba(200, 200, 200, 0.1);
  -moz-box-shadow: 0 0 7px 3px rgba(200, 200, 200, 0.1);
  -webkit-box-shadow: 0 0 7px 3px rgba(200, 200, 200, 0.1);
  -ms-box-shadow: 0 0 7px 3px rgba(200, 200, 200, 0.1);
  background: #fff;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  margin: 0 0 30px; }

.formContent {
  margin: 0 0 20px; }

.field textarea,
.field input {
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border: 1px solid #d5d5d5;
  width: 100%;
  font-size: 16px; }
  .field textarea:focus,
  .field input:focus {
    border-color: #138cf0; }

.field input {
  height: 37px;
  padding: 0 15px; }

.field textarea {
  padding: 10px 15px; }

.formSubmit {
  text-align: center; }

.forCalls {
  text-align: center; }
  .forCalls p {
    font-size: 24px;
    line-height: 34px; }

.link {
  color: #1e87f0;
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }

.numberForCalls {
  font-size: 20px;
  margin: 15px 0 25px; }
  .numberForCalls span {
    color: #1e87f0;
    font-size: 33px; }
  .numberForCalls .link {
    line-height: 36px; }

.dataBankPage {
  margin: 0 0 88px; }
  .dataBankPage:after {
    width: 0;
    height: 0;
    clear: both;
    content: '';
    display: block; }

.dataBankFilters {
  float: left;
  width: 29%; }

.dataBankFilter {
  border-bottom: 1px solid #C8C8C8; }

.dataBankFilterHead {
  padding: 12px 0; }

.dataBankFilterTitle {
  font-size: 20px;
  color: #000;
  margin: 0 0 5px;
  position: relative;
  cursor: pointer; }
  .dataBankFilterTitle .icon-m-arrow-bottom {
    position: absolute;
    top: 9px;
    right: 0px;
    font-size: 10px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    -webkit-transition: transform 0.2s;
    -ms-transition: transform 0.2s; }

.opened .dataBankFilterTitle .icon-m-arrow-bottom {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg); }

.dataBankFilterCount {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 15px;
  margin: 0 22px 0 0;
  text-decoration: none;
  cursor: pointer; }
  .dataBankFilterCount:hover {
    text-decoration: underline; }

.dataBankFilterSelecteds {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 15px;
  color: #1189EF;
  cursor: pointer;
  text-decoration: none; }
  .dataBankFilterSelecteds:hover {
    text-decoration: underline; }

.dataBankFilterBody {
  padding: 0 0 20px;
  display: none; }

.dataBankSearchField {
  position: relative;
  background: #FBFBFB;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  z-index: 1;
  margin: 0 0 18px; }
  .dataBankSearchField .icon-search {
    position: absolute;
    font-size: 15px;
    color: #B8B8B8;
    top: 50%;
    right: 14px;
    z-index: -1;
    margin: -7.5px 0 0; }
  .dataBankSearchField input {
    background: none !important;
    border: none;
    height: 38px;
    padding: 0 30px 0 16px; }

.jq-checkbox.checkbox0 {
  width: 14px;
  height: 14px;
  border: 1px solid #979797;
  background: none;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  margin: 0 10px 0 0; }
  .jq-checkbox.checkbox0.checked {
    border-color: #138CF0; }
    .jq-checkbox.checkbox0.checked .jq-checkbox__div {
      font-family: 'icomoon';
      background: none;
      box-shadow: none;
      -o-box-shadow: none;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -ms-box-shadow: none;
      font-size: 8px;
      color: #1088ef;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -4px;
      line-height: 10px; }
      .jq-checkbox.checkbox0.checked .jq-checkbox__div:after {
        content: "\e902"; }

.globalButtons {
  margin: 0 0 5px; }
  .globalButtons:after {
    width: 0;
    height: 0;
    clear: both;
    content: '';
    display: block; }
  .globalButtons .checkAll {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 2% 0 0;
    color: #979797; }
  .globalButtons .clearAll {
    float: right;
    color: #979797; }

.abcd {
  margin: 0 0 10px; }
  .abcd a {
    text-transform: uppercase;
    color: #1088EF;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 5px 0 0; }

.dataBankFilterList {
  background: #FBFBFB;
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  padding: 20px;
  max-height: 380px;
  overflow-y: auto; }
  .dataBankFilterList ul {
    position: relative;
    padding: 0;
    margin: 0; }
    .dataBankFilterList ul li {
      list-style: none; }
    .dataBankFilterList ul li {
      margin: 0 0 10px;
      font-size: 15px; }
      .dataBankFilterList ul li label {
        display: block;
        cursor: pointer; }

.dataBankCont {
  width: 69%;
  float: right; }

.highcharts-credits {
  display: none; }

.downloadLinks {
  float: right; }
  .downloadLinks span {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 5px 0 0; }
  .downloadLinks .icon-download {
    color: #008DEF;
    font-size: 10px;
    margin: 0 5px 0 0; }
  .downloadLinks .downloadsFiles {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }

.dataBankTable {
  box-shadow: 0px 0px 3px rgba(26, 147, 242, 0.0974581);
  -o-box-shadow: 0px 0px 3px rgba(26, 147, 242, 0.0974581);
  -moz-box-shadow: 0px 0px 3px rgba(26, 147, 242, 0.0974581);
  -webkit-box-shadow: 0px 0px 3px rgba(26, 147, 242, 0.0974581);
  -ms-box-shadow: 0px 0px 3px rgba(26, 147, 242, 0.0974581);
  border: 1px solid #138CF0;
  padding: 0;
  overflow: auto;
  max-height: 700px; }

.dataBankFilterBtn {
  color: #2f95f1;
  font-size: 15px;
  display: none; }

.mobFilterClose {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: url(../images/icons/close.svg) no-repeat center;
  width: 30px;
  height: 30px;
  display: none; }


#content {
  position: relative; }

.goalsBar {
  position: absolute;
  top: 4px;
  left: 12px;
  width: 52px;
  z-index: 99; }
  .goalsBar .columns ul li {
    width: 100%;
    margin: 0 0 4px;
    line-height: normal; }
    .goalsBar .columns ul li a {
      border: 1px solid #fff;
      border-radius: 2px;
      -o-border-radius: 2px;
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      -ms-border-radius: 2px; }
      .goalsBar .columns ul li a .columnTexts {
        padding: 2px; }
      .goalsBar .columns ul li a .columnNummber {
        font-size: 15px;
        line-height: normal;
        margin: 0 2px 0 0; }
      .goalsBar .columns ul li a .columnTitle {
        font-size: 6px; }
      .goalsBar .columns ul li a:hover {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2); }

.goalSectionBanner {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

.goalSectionContent {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 14.5px;
  padding: 20px 0; }
  .goalSectionContent p {
    margin: 0 0 20px; }

.goalSection {
  box-shadow: 0 8px 60px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 8px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 8px 60px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 8px 60px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 8px 60px rgba(0, 0, 0, 0.3);
  position: relative; }

.goalSection:nth-child(1) {
  z-index: 9; }

.goalSection:nth-child(2) {
  z-index: 8; }

.goalSection:nth-child(3) {
  z-index: 7; }

.goalSection:nth-child(4) {
  z-index: 6; }

.goalSection:nth-child(5) {
  z-index: 5; }

.goalSection:nth-child(6) {
  z-index: 4; }

.goalSection:nth-child(7) {
  z-index: 3; }

.goalSection:nth-child(8) {
  z-index: 2; }

.goalSection:nth-child(9) {
  z-index: 1; }

.goalSection:nth-child(10) {
  z-index: 0; }

.goalSection2 {
  padding: 50px 0 0; }

.goalTasks ul {
  padding: 0;
  margin: 0;
  font-size: 0px; }
  .goalTasks ul li {
    list-style: none; }
  .goalTasks ul li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    margin: 0 0 20px; }
    .goalTasks ul li:nth-child(odd) {
      padding-right: 50px;
      text-align: right; }
    .goalTasks ul li:nth-child(even) {
      padding-left: 50px;
      text-align: left; }
    .goalTasks ul li a {
      display: block;
      font-size: 15px; }

.goalTaskIco {
  display: block;
  text-align: center;
  margin: 0 0 15px; }

.gallery ul {
  padding: 0;
  margin: 0; }
  .gallery ul li {
    list-style: none; }
  .gallery ul li {
    width: 286px; }


div#preloader { position: fixed; left: 0; top: 0; z-index: 100000; width: 100%; height: 100vh; overflow: visible; background:
background: rgba(255, 255, 255, 0.98);
  background: -moz-linear-gradient(-45deg, rgba(229,229,229,1) -1%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(229,229,229,1) -1%,rgba(255,255,255,1) 100%);
  background: linear-gradient(135deg, rgba(229,229,229,1) -1%,rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );}
.md-preloader{position:absolute;top: 45vh;left: 47vw;font-size:0;display:inline-block;-webkit-animation:outer 6600ms linear infinite;animation:outer 6600ms linear infinite}.md-preloader svg{-webkit-animation:inner 1320ms linear infinite;animation:inner 1320ms linear infinite}.md-preloader svg circle{fill:none;stroke:#fff;stroke-linecap:square;-webkit-animation:arc 1320ms cubic-bezier(0.8,0,0.4,0.8) infinite;animation:arc 1320ms cubic-bezier(0.8,0,0.4,0.8) infinite}@-webkit-keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes outer{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes inner{0%{-webkit-transform:rotate(-100.8deg);transform:rotate(-100.8deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:-151.55042961px}}@keyframes arc{0%{stroke-dasharray:1 210.48670779px;stroke-dashoffset:0}40%{stroke-dasharray:151.55042961px,210.48670779px;stroke-dashoffset:0}100%{stroke-dasharray:1210.48670779px;stroke-dashoffset:-151.55042961px}}
.circle {
  display: inline-block;
  width: 65px;
  height: 65px;
  border-radius: 50%;

}
.cell img{
  width:100%;

}
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.elastic-spin {
  animation: elastic-spin 1s infinite ease;
  -moz-animation: elastic-spin 1s infinite ease;
  -webkit-animation: elastic-spin 1s infinite ease;
}
@keyframes elastic-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(720deg); }
}