@font-face {
  font-family: kelson;
  src: url("../fonts/Kelson Sans Regular RU2.otf"); }

@font-face {
  font-family: kelsonL;
  src: url("../fonts/Kelson Sans Light RU.otf"); }

@font-face {
  font-family: coreELight;
  src: url("../fonts/Core Sans E/CoreSansE-35Light.otf"); }

@font-face {
  font-family: coreEReg;
  src: url("../fonts/Core Sans E/CoreSansE-45Regular.otf"); }

@font-face {
  font-family: coreEMed;
  src: url("../fonts/Core Sans E/CoreSansE-55Medium.otf"); }

html, body {
  min-height: 100%; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none; }

a {
  color: #0c49a2;
  font-family: coreEReg;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 16px;
  position: relative; }

a, a:hover, a:visited, a:focus {
  text-decoration: none; }

a:hover {
  color: #aeb4c1; }

p {
  font-family: CoreELight;
  font-size: 16px;
  font-weight: 300;
  color: #323333; }
  p a {
    color: #0c49a2;
    font-family: coreEReg;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 16px; }

#mbl-page, .mbl-container {
  display: none; }

.font-nav {
  display: none; }

::-webkit-input-placeholder {
  color: #9ba3b2;
  font-size: 12px;
  font-family: coreELight; }

::-moz-placeholder {
  color: #9ba3b2;
  font-size: 12px;
  font-family: coreELight; }

:-ms-input-placeholder {
  color: #9ba3b2;
  font-size: 12px;
  font-family: coreELight; }

:-moz-placeholder {
  color: #9ba3b2;
  font-size: 12px;
  font-family: coreELight; }

ul li {
  display: inline-block;
  list-style-type: none; }

strong, b, i, em {
  font-family: coreEReg; }

.gutters10 > .col, .gutters10 > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px; }

#p_prldr {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 99999; }
  #p_prldr .yellowLine {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 90px);
    height: 4px;
    background: #ffd126;
    opacity: 1;
    display: block; }
  #p_prldr .blueLine {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 90px);
    height: 4px;
    background: #0c49a2;
    opacity: 1;
    display: block; }

.contpre {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: -51px;
  -webkit-transform: translate(-50%, -50px);
  -ms-transform: translate(-50%, -50px);
  transform: translate(-50%, -50px);
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px; }

.button {
  border: none;
  background: none;
  border: 2px solid #0c49a2;
  font-size: 12px;
  font-family: kelson;
  color: #0c49a2;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
  overflow: hidden; }
  .button span {
    -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    display: block;
    margin-top: 0; }
  .button:after {
    content: attr(data-name);
    position: absolute;
    color: #fff;
    top: 0;
    left: -105%;
    width: 100%;
    height: 100%;
    background: #0c49a2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: -1;
    display: block;
    -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
    font-family: kelson; }
  .button:hover span {
    margin-top: 20px; }
  .button:hover:after {
    left: 0; }

.pages-view ul li {
  display: block; }

.pages-view h4, .pages-view h1, .pages-view h2, .pages-view h3 {
  color: #323333;
  font-family: kelson; }

.pages-view h4 {
  font-size: 20px; }

.pages-view table {
  border: solid 1px #ebedf3;
  width: 100%; }
  .pages-view table p {
    padding: 0;
    margin: 0; }
  .pages-view table tr:first-child {
    background: #f9fafc; }
    .pages-view table tr:first-child td {
      font-size: 12px;
      font-family: coreEReg;
      color: #777171;
      font-weight: 100; }
      .pages-view table tr:first-child td p {
        font-size: 12px;
        font-family: coreEReg;
        color: #777171;
        font-weight: 100; }
  .pages-view table tr {
    height: 40px;
    border: solid 1px #ebedf3; }
    .pages-view table tr td {
      padding: 7px 13px;
      border-right: solid 1px #ebedf3; }

.logo-active {
  display: inline-block; }

.gamburger-icon {
  display: none; }

.link-other__mbl {
  display: none; }

.nav-button__mbl {
  display: none; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 111px;
  z-index: 100;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all; }
  header .logo-wrap {
    max-width: 180px; }
    header .logo-wrap .logo {
      margin-top: 10px; }
      header .logo-wrap .logo a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center; }
        header .logo-wrap .logo a img {
          width: 69px;
          display: inline-block;
          height: 76px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          header .logo-wrap .logo a img.logo-scroll {
            display: none; }
          header .logo-wrap .logo a img.logo-second.logo-active {
            width: 87px;
            height: 27px;
            margin-top: 10px; }
  header .nav-left {
    position: relative;
    max-width: calc(50% - 90px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 90px);
    flex: 0 0 calc(50% - 90px); }
    header .nav-left .temporary-text {
      padding-left: 5px;
      /*text-transform: uppercase;*/
      font-size: 14px;
      color: red;
      font-family: kelson; }
      header .nav-left .temporary-text:after {
        content: none;
        background-image: none !important;
        cursor: normal;
        display: none !important; }
    header .nav-left__menu {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 60px;
      position: relative;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      header .nav-left__menu .nav-link {
        text-align: right;
        position: relative;
        padding: 0;
        height: 53px; }
        header .nav-left__menu .nav-link__item {
          display: inline-block;
          color: #323333;
          font-family: kelson;
          font-size: 14px;
          position: relative; }
          header .nav-left__menu .nav-link__item:after {
            -webkit-transition: .3s all;
            -o-transition: .3s all;
            transition: .3s all;
            content: '';
            position: absolute;
            right: -13px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            margin-top: -1px; }
          header .nav-left__menu .nav-link__item.active-nav:after, header .nav-left__menu .nav-link__item.active:after {
            content: '';
            position: absolute;
            right: -13px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #ffd126; }
          header .nav-left__menu .nav-link__item:hover:after {
            background: #ffd126; }
      header .nav-left__menu .nav-button {
        position: absolute;
        width: 100%;
        right: 0;
        top: -30px; }
        header .nav-left__menu .nav-button li {
          width: auto; }
          header .nav-left__menu .nav-button li:first-child {
            margin-right: 17px; }
  header .nav-right {
    max-width: calc(50% - 90px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 90px);
    flex: 0 0 calc(50% - 90px);
    position: relative;
    padding-left: 0 !important; }
    header .nav-right__menu {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 60px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      header .nav-right__menu .nav-link {
        text-align: left;
        position: relative;
        padding: 0;
        height: 53px; }
        header .nav-right__menu .nav-link__item {
          display: inline-block;
          color: #323333;
          font-family: kelson;
          font-size: 14px;
          position: relative; }
          header .nav-right__menu .nav-link__item:after {
            -webkit-transition: .3s all;
            -o-transition: .3s all;
            transition: .3s all;
            content: '';
            position: absolute;
            right: -13px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            margin-top: -1px; }
          header .nav-right__menu .nav-link__item.active-nav:after, header .nav-right__menu .nav-link__item.active:after {
            content: '';
            position: absolute;
            right: -13px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #0c49a2; }
          header .nav-right__menu .nav-link__item:hover:after {
            background: #0c49a2; }
      header .nav-right__menu .nav-button {
        position: absolute;
        width: 100%;
        right: 0;
        top: -30px;
        padding-left: 6px; }
        header .nav-right__menu .nav-button li {
          width: auto; }
          header .nav-right__menu .nav-button li:first-child {
            margin-right: 9px; }
          header .nav-right__menu .nav-button li a {
            font-size: 10px;
            font-family: kelson;
            color: #777171; }
            header .nav-right__menu .nav-button li a.active-lang {
              color: #0c49a2; }
  header:after {
    content: '';
    border-top: 4px solid #ffd126;
    width: calc(50% - 90px);
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    z-index: 99; }
  header:before {
    content: '';
    border-top: 4px solid #0c49a2;
    width: calc(50% - 90px);
    position: absolute;
    right: 0;
    top: 0;
    height: 4px;
    z-index: 99; }
  header.stickytop {
    border: solid 1px #f5f7fa;
    top: 0;
    width: 100%;
    background: #fff;
    height: 69px;
    z-index: 99;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all; }
    header.stickytop .nav-left__menu {
      margin-top: 20px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      header.stickytop .nav-left__menu .nav-button {
        display: none; }
    header.stickytop .nav-right__menu {
      margin-top: 20px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      header.stickytop .nav-right__menu .nav-button {
        display: none; }
    header.stickytop:after, header.stickytop:before {
      top: -1px; }
    header.stickytop .font-nav {
      display: none !important; }
  header .search-wrap {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 9999999999;
    top: -130%;
    left: 0;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    header .search-wrap__item {
      width: 1110px;
      margin: 0 auto;
      position: relative; }
      header .search-wrap__item input {
        width: 100%;
        border: none;
        border-bottom: 1px solid #c2c2c2;
        margin-top: 45px;
        padding-left: 34px;
        padding-bottom: 8px;
        color: #323333;
        font-size: 12px;
        font-family: kelson; }
      header .search-wrap__item .close {
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 10px;
        color: #000;
        opacity: 1; }
        header .search-wrap__item .close img {
          width: 100%;
          position: relative;
          top: -2px; }
        header .search-wrap__item .close:hover {
          opacity: 1; }
      header .search-wrap__item #btn-search {
        position: absolute;
        width: 12px;
        height: 12px;
        display: block;
        left: 0;
        bottom: 10px;
        display: none; }
        header .search-wrap__item #btn-search + label {
          position: absolute;
          bottom: 0px;
          left: 0; }
      header .search-wrap__item ::-webkit-input-placeholder {
        color: #9ba3b2;
        font-size: 12px;
        font-family: coreELight;
        font-weight: 300; }
      header .search-wrap__item ::-moz-placeholder {
        color: #9ba3b2;
        font-size: 12px;
        font-family: coreELight;
        font-weight: 300; }
      header .search-wrap__item :-ms-input-placeholder {
        color: #9ba3b2;
        font-size: 12px;
        font-family: coreELight;
        font-weight: 300; }
      header .search-wrap__item :-moz-placeholder {
        color: #9ba3b2;
        font-size: 12px;
        font-family: coreELight;
        font-weight: 300; }
    header .search-wrap.active {
      top: 0;
      -webkit-animation: topBlock .3s linear 1;
      animation: topBlock .3s linear 1; }
  header .submenu-left {
    width: 100%;
    display: none;
    height: 45px;
    background: #ffd126;
    position: absolute;
    bottom: -45px;
    left: 0; }
    header .submenu-left ul {
      height: 100%;
      margin: 0;
      margin-right: -15px;
      margin-left: -15px; }
      header .submenu-left ul li {
        height: 100%;
        line-height: 44px;
        margin-right: 15px;
        min-width: 120px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        text-align: center; }
        header .submenu-left ul li a {
          font-size: 14px;
          color: #323333;
          font-family: kelson;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          padding: 0 10px;
          display: inline-block;
          width: 100%;
          height: 100%; }
        header .submenu-left ul li:hover {
          background: #fff; }
          header .submenu-left ul li:hover a {
            color: #000; }
      header .submenu-left ul.active {
        display: block; }
    header .submenu-left:focus {
      display: block; }
    header .submenu-left.active {
      display: block; }
  header .submenu-right {
    width: 100%;
    display: none;
    height: 45px;
    background: #0c49a2;
    position: absolute;
    bottom: -45px;
    left: 0;
    text-align: right; }
    header .submenu-right ul {
      height: 100%;
      margin: 0;
      margin-right: -15px;
      margin-left: -15px; }
      header .submenu-right ul li {
        height: 100%;
        line-height: 44px;
        margin-right: 15px;
        min-width: 120px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        text-align: center; }
        header .submenu-right ul li a {
          font-size: 14px;
          color: #fff;
          font-family: kelson;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          padding: 0 10px;
          display: inline-block;
          width: 100%;
          height: 100%; }
        header .submenu-right ul li:hover {
          background: #fff; }
          header .submenu-right ul li:hover a {
            color: #000; }
      header .submenu-right ul.active {
        display: block; }
    header .submenu-right:focus {
      display: block; }
    header .submenu-right.active {
      display: block; }

@-webkit-keyframes topBlock {
  from {
    top: -110%; }
  to {
    top: 0; } }

@keyframes topBlock {
  from {
    top: -110%; }
  to {
    top: 0; } }

.section-title {
  margin-top: 111px;
  height: 200px;
  background-image: url("../css/img/banner.jpg");
  background-position: center;
  background-size: cover;
  border: 1px solid #f1f4f9;
  text-align: center;
  padding-top: 65px; }
  .section-title h1 {
    color: #0c49a2;
    font-size: 34px;
    font-weight: 400; }
    .section-title h1.banner-news {
      text-transform: uppercase;
      overflow: hidden; }
  .section-title p {
    color: #323333;
    font-size: 18px;
    font-weight: 300;
    padding-top: 10px; }

.main-descript {
  margin-top: 30px;
  margin-bottom: 30px; }
  .main-descript .main-title h2 {
    display: inline-block;
    font-size: 20px;
    color: #323333;
    font-family: kelson;
    position: relative;
    padding-left: 36px;
    text-transform: uppercase; }
    .main-descript .main-title h2:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: block;
      width: 16px;
      height: 20px;
      background-image: url("../css/img/icon/icon-title.svg");
      background-size: cover; }
  .main-descript .main-title .main-button {
    margin-left: 40px;
    font-size: 12px;
    color: #0c49a2;
    font-family: kelson;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .main-descript .main-title .main-button:hover {
      color: #777171; }

.news-item {
  cursor: pointer;
  margin-bottom: 20px; }
  .news-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%; }
    .news-item a .news-item__img {
      width: 80px;
      height: 80px;
      display: block;
      overflow: hidden; }
      .news-item a .news-item__img img {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: 100%; }
      .news-item a .news-item__img:after {
        content: '';
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    .news-item a .news-item__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      width: calc(100% - 80px);
      padding-left: 20px;
      margin-bottom: 10px; }
      .news-item a .news-item__wrap .news-title {
        height: 65px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        overflow: hidden;
        font-size: 16px;
        font-weight: 300;
        color: #323333;
        display: inline-block;
        line-height: 1.3;
        font-family: coreELight;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .news-item a .news-item__wrap .news-data {
        margin-top: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 0;
        font-size: 12px;
        color: #777171;
        font-family: coreEReg;
        margin-top: -8px;
        margin-bottom: 0;
        letter-spacing: .5px;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
  .news-item:hover .news-item__wrap .news-title {
    color: #0c49a2; }
  .news-item:hover .news-item__img {
    position: relative; }
    .news-item:hover .news-item__img:after {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(22, 66, 151, 0.3); }
    .news-item:hover .news-item__img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .news-item:hover .news-item__wrap .news-data {
    color: #0c49a2; }

.main-banner {
  height: 100px;
  margin-top: 10px; }

.subsc-wrap {
  position: relative; }
  .subsc-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    border-top: 20px solid transparent;
    -webkit-border-image: url("../css/img/footer-border.svg") 165 round round;
    -o-border-image: url("../css/img/footer-border.svg") 165 round round;
    border-image: url("../css/img/footer-border.svg") 165 round round;
    left: 10px;
    width: 360px;
    height: 20px; }

.subsc-item {
  border: 1px solid #f1f4f9;
  width: 360px;
  height: 201px;
  position: absolute;
  border-left: solid 1px #f1f4f9;
  border-right: solid 1px #f1f4f9;
  border-bottom: solid 1px #f1f4f9; }

.subscribe {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px; }
  .subscribe h2 {
    text-transform: uppercase;
    color: #0c49a2;
    font-size: 16px;
    font-family: kelson; }

.subscribe-form {
  width: 100%;
  text-align: center; }
  .subscribe-form form {
    display: inline-block; }
    .subscribe-form form input {
      width: 225px;
      height: 30px;
      border: 1px solid #ebedf3;
      padding: 7px 0 7px 10px;
      font-size: 12px;
      color: #0c49a2;
      position: relative;
      top: 1px; }
      .subscribe-form form input.good-validate {
        border: 1px solid #0c49a2; }
      .subscribe-form form input.bad-validate {
        border: 1px solid #af0a29; }
    .subscribe-form form button {
      width: 225px;
      height: 30px;
      line-height: 26px;
      margin-top: 20px; }
  .subscribe-form ::-webkit-input-placeholder {
    color: #9ba3b2;
    font-size: 12px;
    font-family: coreELight;
    font-weight: 300; }
  .subscribe-form ::-moz-placeholder {
    color: #9ba3b2;
    font-size: 12px;
    font-family: coreELight;
    font-weight: 300; }
  .subscribe-form :-ms-input-placeholder {
    color: #9ba3b2;
    font-size: 12px;
    font-family: coreELight;
    font-weight: 300; }
  .subscribe-form :-moz-placeholder {
    color: #9ba3b2;
    font-size: 12px;
    font-family: coreELight;
    font-weight: 300; }

.photo-image, .video-image {
  width: 100%;
  margin-top: 25px;
  overflow: hidden; }
  .photo-image a, .video-image a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative; }
    .photo-image a:after, .video-image a:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      top: 0;
      left: 0; }
    .photo-image a img, .video-image a img {
      width: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .photo-image:hover a img, .video-image:hover a img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .photo-image:hover a:after, .video-image:hover a:after {
    background-color: rgba(22, 66, 151, 0.3); }

.links .owl-carousel {
  margin-top: 25px; }
  .links .owl-carousel .item {
    text-align: right;
    padding-left: 20px;
    padding: 1.5rem 0 1.5rem 20px; }
    .links .owl-carousel .item a {
      display: block; }
      .links .owl-carousel .item a h4 {
        font-size: 16px;
        font-family: kelson;
        color: #555a63;
        text-align: left;
        width: 135px;
        position: relative;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .links .owl-carousel .item a h4:after {
          content: '';
          position: absolute;
          left: -25px;
          top: 0;
          width: 13px;
          height: 20px;
          background-image: url("../css/img/icon/gerb1.png");
          background-repeat: no-repeat; }
      .links .owl-carousel .item a:hover h4 {
        color: #0c49a2; }
        .links .owl-carousel .item a:hover h4:after {
          background-image: url("../css/img/icon/gerb2.png"); }
  .links .owl-carousel .owl-nav {
    margin-top: 0; }
    .links .owl-carousel .owl-nav .owl-prev {
      position: absolute;
      left: 15px;
      top: 0;
      margin: 0;
      padding: 0;
      width: 24px;
      height: 118px;
      border-radius: 0;
      opacity: 0.3;
      background-color: #555a63;
      font-size: 34px; }
      .links .owl-carousel .owl-nav .owl-prev:after {
        content: '\f104';
        font: 1em 'FontAwesome';
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .links .owl-carousel .owl-nav .owl-next {
      position: absolute;
      right: 15px;
      top: 0;
      margin: 0;
      padding: 0;
      width: 24px;
      height: 118px;
      border-radius: 0;
      opacity: 0.3;
      background-color: #555a63;
      font-size: 34px; }
      .links .owl-carousel .owl-nav .owl-next:after {
        content: '\f105';
        font: 1em 'FontAwesome';
        display: block;
        position: absolute;
        top: 50%;
        right: 50%;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%); }
  .links .owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #777171;
    background: #fff; }
  .links .owl-carousel .owl-dot:hover span {
    background: #ffd126;
    border: 1px solid #ffd126; }
  .links .owl-carousel .owl-dot.active span {
    background: #ffd126;
    border: 1px solid #ffd126; }

.links .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px; }

.mbl-blind-nav {
  display: none; }

footer {
  margin-top: 50px;
  border-top: 20px solid transparent;
  -webkit-border-image: url("../css/img/footer-border.svg") 30 round round;
  -o-border-image: url("../css/img/footer-border.svg") 30 round round;
  border-image: url("../css/img/footer-border.svg") 30 round round;
  min-height: 423px;
  background-image: url("../css/img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  position: relative; }

.footer-info {
  margin-top: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px; }
  .footer-info .link {
    font-family: kelson;
    font-size: 10px;
    color: #aeb4c1;
    text-transform: uppercase; }
    .footer-info .link span {
      display: block;
      font-size: 12px;
      color: #555a63;
      font-family: kelson; }
      .footer-info .link span a {
        font-size: 12px;
        color: #555a63;
        font-family: kelson;
        text-transform: none; }
  .footer-info .btn-wrap {
    margin-top: 27px; }
    .footer-info .btn-wrap__footer {
      width: 241px;
      height: 30px;
      display: block;
      text-align: center;
      line-height: 30px;
      z-index: 2; }
      .footer-info .btn-wrap__footer:hover {
        color: #0c49a2; }
  .footer-info .footer-col__info {
    width: 35%; }
  .footer-info .link-other__footer {
    width: calc(100% - 35%); }
  .footer-info .link-other {
    margin-bottom: 46px; }
    .footer-info .link-other h2 {
      font-family: kelson;
      font-size: 16px;
      color: #0c49a2;
      text-transform: uppercase; }
    .footer-info .link-other ul {
      margin-top: 10px;
      margin-bottom: 0; }
      .footer-info .link-other ul li {
        display: block;
        line-height: 1.43; }
        .footer-info .link-other ul li a {
          font-size: 14px;
          color: #555a63;
          font-family: kelson;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .footer-info .link-other ul li a:hover {
            color: #aeb4c1; }

.copy-site {
  text-align: center;
  position: absolute;
  bottom: 19px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .copy-site p {
    font-family: kelson;
    font-size: 10px;
    color: #777171;
    margin-bottom: 0; }

.direction-box {
  margin-right: -5px;
  margin: -5px; }
  .direction-box__item {
    position: relative;
    overflow: hidden; }
    .direction-box__item:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      background: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .direction-box__item-img {
      height: 300px;
      overflow: hidden; }
      .direction-box__item-img img {
        width: 100%;
        height: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .direction-box__item-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .direction-box__item-text .text__name {
        display: block; }
        .direction-box__item-text .text__name h2 {
          font-family: coreEReg;
          font-size: 20px;
          color: #323333;
          text-transform: uppercase; }
      .direction-box__item-text .text__position {
        display: block; }
        .direction-box__item-text .text__position p {
          font-size: 16px;
          color: #164397;
          font-family: coreEReg; }
  .direction-box a {
    display: inline-block;
    height: 100%;
    width: 100%;
    border: 1px solid #f1f4f9;
    overflow: hidden;
    margin-bottom: 20px; }
    .direction-box a:hover .direction-box__item:after {
      background: rgba(22, 66, 151, 0.2); }
    .direction-box a:hover .direction-box__item .direction-box__item-img img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.leaders-wrap_item {
  margin-top: -5px; }

.leaders-img {
  float: left;
  margin-right: 15px;
  width: 458.33px;
  padding-right: 5px;
  height: 300px;
  overflow: hidden; }
  .leaders-img img {
    width: 100%;
    height: 100%; }

.leaders-descript p {
  color: #323333;
  font-family: coreELight; }
  .leaders-descript p strong {
    font-family: coreEReg; }

.form-feedback {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .form-feedback .form-group {
    margin-bottom: 20px; }
    .form-feedback .form-group.has-danger input.bad-validate {
      border: 1px solid #af0a29; }
    .form-feedback .form-group input.bad-validate {
      border: 1px solid #af0a29; }
    .form-feedback .form-group input.good-validate {
      border: 1px solid #0c49a2; }
  .form-feedback .feedback-right-block .form-control {
    height: 130px; }
  .form-feedback .feedback-btn button {
    cursor: pointer;
    border: none;
    background: none;
    border: 2px solid #0c49a2;
    font-size: 12px;
    font-family: kelson;
    color: #0c49a2;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2;
    overflow: hidden;
    height: 30px;
    width: 100%; }
    .form-feedback .feedback-btn button span {
      -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
      -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
      transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
      display: block;
      margin-top: 0; }
    .form-feedback .feedback-btn button:after {
      content: attr(data-name);
      position: absolute;
      color: #fff;
      top: 0;
      left: -105%;
      width: 100%;
      height: 100%;
      background: #0c49a2;
      line-height: 29px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: -1;
      display: block;
      -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
      -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
      transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
      font-family: kelson; }
    .form-feedback .feedback-btn button:hover span {
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }
    .form-feedback .feedback-btn button:hover:after {
      left: 0; }
  .form-feedback input {
    height: 30px; }
  .form-feedback input, .form-feedback textarea {
    border: 1px solid #ebedf3;
    border-radius: 0;
    font-size: 12px; }
    .form-feedback input:focus, .form-feedback textarea:focus {
      border: 1px solid #0c49a2; }

.title-feedback {
  margin-top: 30px;
  margin-bottom: 30px; }
  .title-feedback h2 {
    font-size: 16px;
    font-family: kelson;
    color: #164397;
    padding: 0;
    margin: 0; }

.contacts {
  padding-top: 40px;
  padding-bottom: 10px; }
  .contacts-item {
    margin-bottom: 30px; }
    .contacts-item__title {
      font-size: 16px;
      color: #555a63;
      font-family: coreEReg;
      text-transform: uppercase;
      color: #aeb4c1;
      font-family: kelson;
      padding: 0;
      margin: 0; }
    .contacts-item__description {
      font-size: 16px;
      color: #555a63;
      font-family: coreEReg;
      padding: 0;
      margin: 0; }
      .contacts-item__description a {
        font-size: 16px;
        color: #555a63;
        font-family: coreEReg;
        padding: 0;
        margin: 0; }

.contacts-title {
  margin-bottom: 30px; }
  .contacts-title h2 {
    font-size: 16px;
    color: #0c49a2;
    font-family: kelson; }

.work-time-title {
  margin-bottom: 15px; }
  .work-time-title h3 {
    font-size: 16px;
    color: #555a63;
    font-family: kelson;
    text-transform: uppercase; }

.table-wrap .head-title {
  font-size: 12px;
  font-family: coreEReg;
  color: #777171;
  background: #f9fafc;
  padding-left: 16px;
  font-weight: 100; }

.table-wrap thead tr {
  height: 30px;
  border: 1px solid #ebedf3; }

.table-wrap tbody .table-description {
  border: solid 1px #ebedf3; }
  .table-wrap tbody .table-description p {
    font-family: coreEReg;
    font-size: 16px;
    color: #555a63;
    padding: 0;
    margin: 0; }
  .table-wrap tbody .table-description span {
    font-family: coreEReg;
    font-size: 12px;
    color: #0c49a2;
    margin-top: -3px;
    display: block; }

.table-wrap .table {
  margin: 0; }
  .table-wrap .table td {
    vertical-align: middle; }

.branches {
  margin-top: 40px;
  margin-bottom: 20px; }
  .branches .accardeon-wrap {
    width: 100%; }
    .branches .accardeon-wrap .spoiler-title {
      background: #f9fafc;
      height: 40px;
      color: #555a63;
      font-size: 16px;
      font-family: coreEReg;
      text-transform: uppercase;
      padding: 12px 16px;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border: solid 1px #ebedf3; }
      .branches .accardeon-wrap .spoiler-title:after {
        content: "\f0da";
        display: block;
        position: absolute;
        right: 26px;
        top: 12px;
        font-family: 'FontAwesome';
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        color: #777171; }
      .branches .accardeon-wrap .spoiler-title:hover {
        color: #0c49a2; }
        .branches .accardeon-wrap .spoiler-title:hover:after {
          color: #0c49a2; }
      .branches .accardeon-wrap .spoiler-title.active {
        color: #0c49a2; }
        .branches .accardeon-wrap .spoiler-title.active:after {
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          color: #0c49a2; }
    .branches .accardeon-wrap .spoiler-body {
      border: 1px solid #ebedf3;
      padding: 30px 16px 0 16px; }
    .branches .accardeon-wrap .spoiler-table {
      width: 100%; }
    .branches .accardeon-wrap .table-wrap tbody .table-description {
      border: none;
      border-bottom: solid 1px #ebedf3; }
    .branches .accardeon-wrap .table-wrap tbody .table-description:last-child {
      border: none; }

.page-nav__item ul {
  border: solid 1px #ebedf3;
  border-right: none; }
  .page-nav__item ul li {
    min-height: 40px;
    padding: 13px;
    display: block;
    width: 100%;
    border-bottom: solid 1px #ebedf3;
    background-color: #f9fafc;
    text-transform: uppercase;
    color: #434750;
    font-family: coreEReg;
    padding-right: 35px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer; }
    .page-nav__item ul li:after {
      content: "\f0da";
      display: block;
      position: absolute;
      right: 13px;
      top: 13px;
      font-family: "FontAwesome";
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      color: #777171;
      font-size: 16px; }
    .page-nav__item ul li.active {
      color: #0c49a2; }
      .page-nav__item ul li.active:after {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        color: #0c49a2; }
    .page-nav__item ul li:last-child {
      border-bottom: none; }
    .page-nav__item ul li:hover {
      color: #0c49a2; }
      .page-nav__item ul li:hover:after {
        color: #0c49a2; }

#page {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  #page .page-wrap {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    width: calc(100% - 366px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0; }
    #page .page-wrap.active-block {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
      position: relative;
      opacity: 1; }
  #page .page-nav {
    padding-left: 10px;
    width: 366px;
    background: #fff;
    overflow: hidden;
    z-index: 2; }
  #page:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

section#pages_view {
  min-height: 300px; }

.page-subscribe {
  margin-top: 111px;
  padding: 5% 0;
  text-align: center; }

.page-subscribe .sendFeedback {
  width: 120px;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  color: #0c49a2 !important;
  line-height: 2rem;
  padding: 0 10px; }
  .page-subscribe .sendFeedback:hover {
    display: inline-block;
    color: #ffffff !important; }

.backToHome {
  margin-left: 5%; }

.page-content {
  border: solid 1px #ebedf3; }
  .page-content .page-list {
    margin: 0; }
    .page-content .page-list li {
      position: relative;
      width: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 60px;
      position: relative;
      background: #f9fafc;
      cursor: pointer;
      background: none;
      border-bottom: solid 1px #ebedf3; }
      .page-content .page-list li a {
        font-size: 16px;
        color: #0c49a2;
        font-family: coreEReg;
        padding: 8px;
        padding-left: 16px;
        width: calc(100% - 60px);
        line-height: 16px; }
      .page-content .page-list li span {
        display: block;
        width: 60px;
        min-height: 60px;
        text-align: center;
        line-height: 60px; }
        .page-content .page-list li span a {
          padding: 0; }
      .page-content .page-list li:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #ebedf3;
        top: 0;
        right: 60px;
        position: absolute;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); }
  .page-content h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: coreEReg;
    padding-top: 8px;
    padding-left: 10px;
    border-bottom: solid 1px #ebedf3;
    margin: 0;
    padding-bottom: 8px; }
  .page-content strong {
    font-size: 16px;
    text-transform: uppercase;
    font-family: coreEReg;
    padding-top: 8px;
    padding-left: 10px;
    border-bottom: solid 1px #ebedf3;
    border-top: solid 1px #ebedf3;
    margin: 0;
    padding-bottom: 8px;
    display: block;
    font-weight: 100;
    padding-right: 10px; }
  .page-content .spoiler-title__page {
    border-bottom: solid 1px #ebedf3;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    position: relative;
    background: #f9fafc;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .page-content .spoiler-title__page:after {
      content: "\f0da";
      display: block;
      position: absolute;
      top: 18px;
      right: 10px;
      font-family: "FontAwesome";
      text-align: center;
      color: #777171;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .page-content .spoiler-title__page:last-child {
      border-bottom: none; }
    .page-content .spoiler-title__page:hover p {
      color: #0c49a2; }
    .page-content .spoiler-title__page:hover:after {
      color: #0c49a2; }
    .page-content .spoiler-title__page p {
      font-size: 16px;
      font-family: coreEReg;
      margin: 0;
      padding-left: 10px;
      width: calc(100% - 60px);
      line-height: 20px;
      text-transform: uppercase;
      text-decoration: underline; }
    .page-content .spoiler-title__page.active p {
      color: #0c49a2; }
    .page-content .spoiler-title__page.active:after {
      color: #0c49a2;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.page-section {
  bottom: 0px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .page-section ul {
    border-bottom: none;
    margin: 0; }
    .page-section ul li {
      position: relative;
      width: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 60px;
      position: relative;
      background: #f9fafc;
      cursor: pointer;
      background: none;
      border-bottom: solid 1px #ebedf3; }
      .page-section ul li a {
        font-size: 16px;
        color: #0c49a2;
        font-family: coreEReg;
        padding: 8px;
        padding-left: 16px;
        width: calc(100% - 60px);
        line-height: 16px; }
      .page-section ul li span {
        display: block;
        width: 60px;
        min-height: 60px;
        text-align: center;
        line-height: 60px; }
        .page-section ul li span a {
          margin: 0;
          padding: 0; }
      .page-section ul li:after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #ebedf3;
        top: 0;
        right: 60px;
        position: absolute;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); }
    .page-section ul li:last-child {
      border-bottom: none; }

#error-404 {
  margin-top: 111px;
  height: 50%;
  position: relative; }
  #error-404 .center {
    padding: 6% 0; }
    #error-404 .center .wrap {
      text-align: center; }
      #error-404 .center .wrap .error h1 {
        font-family: kelson;
        font-size: 110px;
        color: #323333;
        position: relative; }
        #error-404 .center .wrap .error h1:after {
          content: '';
          position: absolute;
          top: -20px;
          left: 50%;
          width: 165px;
          height: 152px;
          border-radius: 50%;
          background: #ffd126;
          z-index: -1;
          -webkit-transform: translate(-50%);
          -ms-transform: translate(-50%);
          transform: translate(-50%); }
      #error-404 .center .wrap .error p {
        font-size: 20px;
        color: #323333;
        font-family: kelson;
        text-transform: uppercase;
        display: block;
        margin-top: 35px; }
        #error-404 .center .wrap .error p.error-msg {
          font-size: 12px;
          font-family: kelson;
          color: #181e20; }
          #error-404 .center .wrap .error p.error-msg a {
            text-transform: none;
            display: block;
            margin-top: -5px;
            color: #0c49a2;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            #error-404 .center .wrap .error p.error-msg a:hover {
              color: #777171; }

.cramps {
  margin-top: 10px;
  margin-left: -5px;
  margin-right: -5px; }
  .cramps ul {
    margin-bottom: 16px; }
    .cramps ul li {
      margin: 0;
      padding: 0;
      line-height: 1; }
      .cramps ul li a {
        font-size: 9px;
        color: #aeb4c1;
        font-family: coreEReg;
        text-transform: uppercase;
        margin-right: 5px; }
      .cramps ul li.deactive {
        position: relative; }
        .cramps ul li.deactive a {
          font-size: 9px;
          color: #aeb4c1;
          font-family: coreEReg;
          text-transform: uppercase; }
        .cramps ul li.deactive:after {
          content: '/';
          display: block;
          position: absolute;
          right: -1px;
          top: 6px;
          font-size: 9px;
          color: #aeb4c1;
          font-family: kelson; }
      .cramps ul li.active-cramps a {
        color: #0c49a2; }

.news-list__item {
  margin-bottom: 20px; }
  .news-list__item-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .news-list__item-img:after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      top: 0;
      left: 0; }
    .news-list__item-img img {
      width: 100%;
      height: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .news-list__item-data p {
    font-size: 12px;
    color: #777171;
    font-family: coreEReg;
    margin-top: 18px;
    margin-bottom: 0;
    letter-spacing: .5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .news-list__item-title h2 {
    font-size: 16px;
    line-height: 1.25;
    color: #323333;
    font-family: coreEReg;
    text-transform: uppercase;
    height: 80px;
    overflow: hidden;
    margin-top: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .news-list__item:hover* {
    color: #0c49a2; }
  .news-list__item:hover .news-list__item-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .news-list__item:hover .news-list__item-img:after {
    background-color: rgba(22, 66, 151, 0.3); }

.pagination-wrap {
  text-align: center;
  margin-top: 37px;
  margin-bottom: 80px; }
  .pagination-wrap__block .pagination-control {
    width: 120px;
    height: 30px;
    border: 2px solid #0c49a2; }
    .pagination-wrap__block .pagination-control a {
      color: #0c49a2;
      width: 100%;
      height: 100%;
      display: block;
      text-align: center;
      font-size: 12px;
      font-family: kelson;
      line-height: 28px; }
    .pagination-wrap__block .pagination-control.prev {
      margin-right: 89px; }
      .pagination-wrap__block .pagination-control.prev a {
        position: relative;
        display: block;
        overflow: hidden; }
        .pagination-wrap__block .pagination-control.prev a span {
          -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          display: block;
          margin-top: 0; }
        .pagination-wrap__block .pagination-control.prev a:after {
          content: attr(data-name);
          position: absolute;
          color: #fff;
          top: 0;
          left: -105%;
          width: 100%;
          height: 100%;
          background: #0c49a2;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          z-index: -1;
          display: block;
          -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          font-family: kelson;
          font-size: 12px;
          line-height: 29px;
          z-index: 3; }
        .pagination-wrap__block .pagination-control.prev a:hover span {
          margin-top: 10px; }
        .pagination-wrap__block .pagination-control.prev a:hover:after {
          left: 0; }
    .pagination-wrap__block .pagination-control.next {
      margin-left: 89px;
      position: relative; }
      .pagination-wrap__block .pagination-control.next a {
        position: relative;
        display: block;
        overflow: hidden; }
        .pagination-wrap__block .pagination-control.next a span {
          -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          display: block;
          margin-top: 0; }
        .pagination-wrap__block .pagination-control.next a:after {
          content: attr(data-name);
          position: absolute;
          color: #fff;
          top: 0;
          left: -105%;
          width: 100%;
          height: 100%;
          background: #0c49a2;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          z-index: -1;
          display: block;
          -webkit-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          -o-transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          transition: 0.3s cubic-bezier(0.75, 0, 0.125, 1);
          font-family: kelson;
          font-size: 12px;
          line-height: 29px;
          z-index: 3; }
        .pagination-wrap__block .pagination-control.next a:hover span {
          margin-top: 10px; }
        .pagination-wrap__block .pagination-control.next a:hover:after {
          left: 0; }
  .pagination-wrap__block li a {
    font-family: coreEReg;
    font-size: 16px;
    color: #777171;
    width: 20px;
    height: 20px;
    display: block;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .pagination-wrap__block li.active a {
    font-size: 20px;
    color: #122f85; }

#newsview .cramps {
  position: relative; }
  #newsview .cramps-news__date {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0; }
    #newsview .cramps-news__date span {
      font-size: 12px;
      color: #aeb4c1;
      font-family: coreEReg;
      margin-top: 18px;
      margin-bottom: 0;
      letter-spacing: .5px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }

#newsview .latest-news__image {
  float: left;
  margin-right: 20px;
  margin-bottom: 16px; }

#newsview .latest-news__description p {
  font-family: CoreELight;
  font-size: 16px;
  font-weight: 300;
  color: #555a63; }
  #newsview .latest-news__description p a {
    color: #0c49a2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    #newsview .latest-news__description p a:hover {
      color: #777171; }

.facebook_news {
  text-align: right;
  margin-top: 20px;
  border-bottom: 1px solid #ebedf3;
  padding-bottom: 24px; }
  .facebook_news a {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #0c49a2;
    text-align: center;
    position: relative; }
    .facebook_news a:after {
      content: attr(data-name);
      display: block;
      position: absolute;
      font-size: 8px;
      color: #aeb4c1;
      font-family: kelson;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: 0.3s cubic-bezier(0, 0.13, 0.49, 1.37);
      -o-transition: 0.3s cubic-bezier(0, 0.13, 0.49, 1.37);
      transition: 0.3s cubic-bezier(0, 0.13, 0.49, 1.37);
      opacity: 0;
      z-index: -1; }
    .facebook_news a:hover:after {
      left: -50px;
      opacity: 1; }
    .facebook_news a img {
      display: inline-block;
      margin: 4px 0px 0px 2px; }

.other-news-title {
  margin-top: 20px;
  margin-bottom: 10px; }
  .other-news-title h2 {
    font-size: 20px;
    color: #323333;
    font-family: CoreEReg; }

.slider-for {
  max-height: 622px; }
  .slider-for .for-item {
    max-height: 622px; }
    .slider-for .for-item img {
      width: 100%;
      height: 100%; }
  .slider-for .slick-list {
    height: 100%; }

.slider-nav {
  position: relative;
  margin-top: 20px; }
  .slider-nav .nav-item {
    padding: 0 10px;
    cursor: pointer;
    height: 120px; }
    .slider-nav .nav-item img {
      width: 100%;
      height: 100%; }
  .slider-nav .slick-arrow {
    border: none;
    background: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    opacity: .5;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 44;
    color: #555a63;
    font-size: 28px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: 30px;
    cursor: pointer;
    outline: none; }
    .slider-nav .slick-arrow:hover {
      opacity: 1; }
  .slider-nav .slick-prev {
    left: 28px;
    padding-right: 4px; }
  .slider-nav .slick-next {
    right: 28px;
    padding-left: 4px; }

.media-facebook {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: -25px; }

.video-view__wrap {
  height: 622px; }
  .video-view__wrap .video-view__container {
    height: 100%; }
    .video-view__wrap .video-view__container iframe {
      height: 100%; }

.search-no_results {
  margin-top: 30px;
  margin-bottom: 30px; }
  .search-no_results span {
    font-size: 20px;
    color: #323333;
    font-family: kelson; }

.search-input-page {
  margin-top: 30px;
  margin-bottom: 30px; }
  .search-input-page form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .search-input-page form label {
      position: absolute; }
    .search-input-page form input {
      width: calc(100% - 285px);
      border: none;
      border-bottom: solid 1px #555a63;
      padding-left: 34px;
      color: #323333;
      font-size: 12px;
      font-family: kelson; }
    .search-input-page form .button {
      width: 265px;
      height: 30px; }
      .search-input-page form .button:after {
        line-height: 28px; }

.order_c {
  width: 100%; }

.post-container span {
  font-size: 12px;
  color: #777171;
  font-family: coreEReg; }

.post-container .title_bottom {
  margin-left: -5px; }

.grid-item .title {
  margin-bottom: 17px;
  font-size: 16px;
  font-family: coreEReg;
  text-transform: uppercase; }

.ecp-about {
  margin-top: 60px; }

.ecp-title {
  text-align: center; }
  .ecp-title h2 {
    font-size: 22px;
    color: #0c49a2;
    font-family: coreEReg;
    position: relative;
    text-transform: uppercase;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px; }
    .ecp-title h2:after {
      content: '';
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ffd126;
      top: 9px;
      left: -25px; }
    .ecp-title h2:before {
      content: '';
      display: block;
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #ffd126;
      top: 9px;
      right: -25px; }
  .ecp-title p {
    font-size: 16px;
    font-weight: 500;
    font-family: coreEMed; }

.ecp-wrap {
  margin-top: 20px; }
  .ecp-wrap__image {
    text-align: center;
    margin-bottom: 40px; }
  .ecp-wrap__descript {
    text-align: center; }
    .ecp-wrap__descript p {
      padding: 0 30px; }
      .ecp-wrap__descript p strong {
        font-family: coreEMed; }
  .ecp-wrap__info {
    margin-top: 40px;
    text-align: center; }
    .ecp-wrap__info h3 {
      font-size: 16px;
      font-family: coreEMed;
      font-weight: 500; }
      .ecp-wrap__info h3 a {
        font-size: 16px;
        font-family: coreEMed;
        font-weight: 500; }
    .ecp-wrap__info a {
      width: 100%;
      display: inline-block;
      padding-top: 10px;
    }

.ecp-info {
  margin-top: 68px;
  text-align: center; }
  .ecp-info .button {
    width: 234px;
    height: 30px;
    display: inline-block;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: 30px;
    line-height: 28px; }
    .ecp-info .button:hover {
      color: #0c49a2; }

.ecp-info-block {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .ecp-info-block .ecp-info__item {
    text-align: center;
    width: 20%;
    padding: 0 20px; }
    .ecp-info-block .ecp-info__item p {
      font-size: 16px;
      padding-top: 25px;
      font-family: coreEReg;
      text-transform: lowercase;
      line-height: 15px; }

.ecp-tarif {
  margin-top: 80px; }
  .ecp-tarif .ecp-title p {
    font-family: coreELight;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px; }
  .ecp-tarif .ecp-info-block .ecp-info__item img {
    height: 60px; }
  .ecp-tarif .ecp-info-block .ecp-info__item p {
    text-transform: none;
    color: #0c49a2; }

.ecp-link {
  margin-top: 80px; }
  .ecp-link-wrap {
    margin-top: 53px;
    margin-bottom: 53px; }
    .ecp-link-wrap ul {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .ecp-link-wrap ul li {
        width: 14%;
        text-align: center;
        line-height: 15px;
        padding: 0 10px; }
        .ecp-link-wrap ul li a {
          color: #323333;
          font-family: coreEReg;
          font-size: 16px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .ecp-link-wrap ul li:hover a {
          color: #0c49a2; }

.button__scrollTop-arrow {
  width: 50px;
  height: 50px;
  background-color: aliceblue;
  display: block;
  position: fixed;
  right: 5%;
  bottom: 5%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  opacity: 1;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
  .button__scrollTop-arrow.hidden {
    visibility: hidden;
    opacity: 0; }
  .button__scrollTop-arrow:hover {
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3); }
  .button__scrollTop-arrow .scrollTop-arrow__inner {
    margin-top: 5px;
    border: 3px solid #0c49a2;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg); }

#branch {
  position: absolute;
  top: -90px; }

.gutters10.branches {
  position: relative; }

.blind-version .page-subscribe .sendFeedback, .blind-version.x2font .page-subscribe .sendFeedback {
  width: 20%;
  border: 2px solid #000000;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #000000;
  color: #ffffff !important;
  text-decoration: none; }
  .blind-version .page-subscribe .sendFeedback:hover, .blind-version.x2font .page-subscribe .sendFeedback:hover {
    color: #000000 !important; }
  .blind-version .page-subscribe .sendFeedback:after, .blind-version.x2font .page-subscribe .sendFeedback:after {
    background-color: #fff; }

.blind-version header .specVersion:after, .blind-version.x2font header .specVersion:after {
  cursor: pointer; }

.blind-version header .specVersion.temporary-text, .blind-version.x2font header .specVersion.temporary-text {
  color: #ffffff; }

.blind-version #newsview .latest-news__description p,
.blind-version #newsview .latest-news__description a,
.blind-version #newsview .latest-news__description li,
.blind-version #newsview .latest-news__description span,
.blind-version .ecp-tarif .ecp-info-block .ecp-info__item p, .blind-version.x2font #newsview .latest-news__description p,
.blind-version.x2font #newsview .latest-news__description a,
.blind-version.x2font #newsview .latest-news__description li,
.blind-version.x2font #newsview .latest-news__description span,
.blind-version.x2font .ecp-tarif .ecp-info-block .ecp-info__item p {
  color: #000; }
  .blind-version #newsview .latest-news__description p span,
  .blind-version #newsview .latest-news__description a span,
  .blind-version #newsview .latest-news__description li span,
  .blind-version #newsview .latest-news__description span span,
  .blind-version .ecp-tarif .ecp-info-block .ecp-info__item p span, .blind-version.x2font #newsview .latest-news__description p span,
  .blind-version.x2font #newsview .latest-news__description a span,
  .blind-version.x2font #newsview .latest-news__description li span,
  .blind-version.x2font #newsview .latest-news__description span span,
  .blind-version.x2font .ecp-tarif .ecp-info-block .ecp-info__item p span {
    color: #000 !important; }

.blind-version .ecp-info .button, .blind-version.x2font .ecp-info .button {
  border-color: #000;
  color: #000; }
  .blind-version .ecp-info .button:after, .blind-version.x2font .ecp-info .button:after {
    color: #fff;
    background-color: #000; }

.blind-version .contact_feedback h2, .blind-version.x2font .contact_feedback h2 {
  color: #000; }

.blind-version .contact_feedback .form-feedback input, .blind-version .contact_feedback .form-feedback textarea, .blind-version.x2font .contact_feedback .form-feedback input, .blind-version.x2font .contact_feedback .form-feedback textarea {
  border-color: #000;
  color: #000; }

.blind-version .contact_feedback .btnSubmit, .blind-version.x2font .contact_feedback .btnSubmit {
  border-color: #000;
  color: #000; }
  .blind-version .contact_feedback .btnSubmit:after, .blind-version.x2font .contact_feedback .btnSubmit:after {
    color: #fff;
    background-color: #000; }

.blind-version .contact_feedback ::-webkit-input-placeholder, .blind-version.x2font .contact_feedback ::-webkit-input-placeholder {
  color: #000; }

.blind-version .contact_feedback ::-moz-placeholder, .blind-version.x2font .contact_feedback ::-moz-placeholder {
  color: #000; }

.blind-version .contact_feedback :-ms-input-placeholder, .blind-version.x2font .contact_feedback :-ms-input-placeholder {
  color: #000; }

.blind-version .contact_feedback :-moz-placeholder, .blind-version.x2font .contact_feedback :-moz-placeholder {
  color: #000; }

.blind-version .button__scrollTop-arrow, .blind-version.x2font .button__scrollTop-arrow {
  background-color: black;
  border: 1px solid #fff; }
  .blind-version .button__scrollTop-arrow .scrollTop-arrow__inner, .blind-version.x2font .button__scrollTop-arrow .scrollTop-arrow__inner {
    border-top-color: #fff;
    border-left-color: #fff; }

.blind-version .direction-box__item-text .text__position p, .blind-version.x2font .direction-box__item-text .text__position p {
  color: #000; }

.blind-version #newsview .latest-news__image, .blind-version.x2font #newsview .latest-news__image {
  display: none; }

.blind-version #newsview .cramps-news__date span, .blind-version.x2font #newsview .cramps-news__date span {
  color: #000; }

.blind-version .page-nav__item ul li, .blind-version.x2font .page-nav__item ul li {
  background: #000;
  color: #fff; }
  .blind-version .page-nav__item ul li:after, .blind-version.x2font .page-nav__item ul li:after {
    color: #fff; }
  .blind-version .page-nav__item ul li:hover, .blind-version.x2font .page-nav__item ul li:hover {
    text-decoration: underline; }

.blind-version .page-content .spoiler-title__page, .blind-version.x2font .page-content .spoiler-title__page {
  background: #000; }
  .blind-version .page-content .spoiler-title__page p, .blind-version.x2font .page-content .spoiler-title__page p {
    color: #fff;
    text-decoration: none; }
  .blind-version .page-content .spoiler-title__page:hover p, .blind-version.x2font .page-content .spoiler-title__page:hover p {
    text-decoration: underline; }
  .blind-version .page-content .spoiler-title__page:after, .blind-version.x2font .page-content .spoiler-title__page:after {
    color: #fff; }

.blind-version .page-section ul li a, .blind-version.x2font .page-section ul li a {
  color: #000; }

.blind-version .ecp-title h2, .blind-version.x2font .ecp-title h2 {
  color: #000; }
  .blind-version .ecp-title h2:after, .blind-version .ecp-title h2:before, .blind-version.x2font .ecp-title h2:after, .blind-version.x2font .ecp-title h2:before {
    background: #000; }

.blind-version a, .blind-version.x2font a {
  color: #000;
  font-family: coreEReg;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 18px;
  position: relative;
  text-decoration: none; }
  .blind-version a:hover, .blind-version.x2font a:hover {
    text-decoration: underline; }

.blind-version p, .blind-version.x2font p {
  font-size: 18px; }

.blind-version header, .blind-version.x2font header {
  background: #000; }
  .blind-version header .specVersion:after, .blind-version.x2font header .specVersion:after {
    content: '';
    position: absolute;
    background-image: url("../css/img/icon/eye-copy-white.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 9px;
    left: 0; }
  .blind-version header .search:after, .blind-version.x2font header .search:after {
    content: '';
    position: absolute;
    background-image: url("../css/img/icon/search-white.svg");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 8px;
    left: 0; }
  .blind-version header:after, .blind-version header:before, .blind-version.x2font header:after, .blind-version.x2font header:before {
    border-top: 4px solid #000; }
  .blind-version header .nav-left__menu .nav-link__item, .blind-version header .nav-right__menu .nav-link__item, .blind-version.x2font header .nav-left__menu .nav-link__item, .blind-version.x2font header .nav-right__menu .nav-link__item {
    color: #fff; }
  .blind-version header.stickytop, .blind-version.x2font header.stickytop {
    border: none; }
    .blind-version header.stickytop .logo-wrap .logo a:after, .blind-version.x2font header.stickytop .logo-wrap .logo a:after {
      display: none; }
    .blind-version header.stickytop .logo-wrap .logo a:before, .blind-version.x2font header.stickytop .logo-wrap .logo a:before {
      display: block;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../css/img/logo-scroll-white.svg");
      top: 14px;
      left: 36px;
      background-repeat: no-repeat; }
  .blind-version header .logo-wrap .logo a, .blind-version.x2font header .logo-wrap .logo a {
    position: relative; }
    .blind-version header .logo-wrap .logo a:after, .blind-version.x2font header .logo-wrap .logo a:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url("../css/img/logo-white.svg");
      top: 0;
      left: 46px;
      background-repeat: no-repeat; }
  .blind-version header .nav-left__menu .nav-link__item:after, .blind-version header .nav-right__menu .nav-link__item:after, .blind-version.x2font header .nav-left__menu .nav-link__item:after, .blind-version.x2font header .nav-right__menu .nav-link__item:after {
    display: none; }
  .blind-version header .submenu-left, .blind-version header .submenu-right, .blind-version.x2font header .submenu-left, .blind-version.x2font header .submenu-right {
    background: #000; }
    .blind-version header .submenu-left ul li a, .blind-version header .submenu-right ul li a, .blind-version.x2font header .submenu-left ul li a, .blind-version.x2font header .submenu-right ul li a {
      color: #fff; }
    .blind-version header .submenu-left ul li:hover a, .blind-version header .submenu-right ul li:hover a, .blind-version.x2font header .submenu-left ul li:hover a, .blind-version.x2font header .submenu-right ul li:hover a {
      color: #000; }

.blind-version footer, .blind-version.x2font footer {
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  background: #000; }
  .blind-version footer .footer-info .link, .blind-version.x2font footer .footer-info .link {
    font-size: 18px;
    color: #fff; }
    .blind-version footer .footer-info .link span, .blind-version.x2font footer .footer-info .link span {
      color: #fff;
      font-size: 16px; }
      .blind-version footer .footer-info .link span a, .blind-version.x2font footer .footer-info .link span a {
        font-size: 16px;
        color: #fff; }
  .blind-version footer .footer-info .btn-wrap__footer, .blind-version.x2font footer .footer-info .btn-wrap__footer {
    border: 2px solid #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .blind-version footer .footer-info .btn-wrap__footer span, .blind-version.x2font footer .footer-info .btn-wrap__footer span {
      color: #fff;
      font-size: 16px; }
    .blind-version footer .footer-info .btn-wrap__footer:after, .blind-version.x2font footer .footer-info .btn-wrap__footer:after {
      background: #fff;
      color: #000;
      font-size: 16px; }
  .blind-version footer .copy-site p, .blind-version.x2font footer .copy-site p {
    font-size: 14px;
    color: #fff; }
  .blind-version footer .footer-info .link-other h2, .blind-version.x2font footer .footer-info .link-other h2 {
    color: #fff;
    font-size: 18px; }
  .blind-version footer .footer-info .link-other ul li a, .blind-version.x2font footer .footer-info .link-other ul li a {
    color: #fff;
    font-size: 16px; }

.blind-version .section-title, .blind-version.x2font .section-title {
  background-image: none; }
  .blind-version .section-title h1, .blind-version.x2font .section-title h1 {
    color: #000;
    font-size: 34px; }
  .blind-version .section-title p, .blind-version.x2font .section-title p {
    font-size: 22px; }

.blind-version .main .main-descript .main-title h2, .blind-version.x2font .main .main-descript .main-title h2 {
  font-size: 24px;
  padding-left: 0;
  color: #000; }
  .blind-version .main .main-descript .main-title h2:after, .blind-version.x2font .main .main-descript .main-title h2:after {
    display: none; }

.blind-version .main .main-descript .main-title .main-button, .blind-version.x2font .main .main-descript .main-title .main-button {
  font-size: 16px;
  color: #000; }

.blind-version .main .news-item a .news-item__img, .blind-version.x2font .main .news-item a .news-item__img {
  display: none; }

.blind-version .main .news-item a .news-item__wrap, .blind-version.x2font .main .news-item a .news-item__wrap {
  width: 100%;
  padding-left: 0; }
  .blind-version .main .news-item a .news-item__wrap .news-title, .blind-version.x2font .main .news-item a .news-item__wrap .news-title {
    height: 70px;
    font-size: 18px;
    color: #000; }
  .blind-version .main .news-item a .news-item__wrap .news-data, .blind-version.x2font .main .news-item a .news-item__wrap .news-data {
    font-size: 16px;
    color: #000; }

.blind-version .main .photo, .blind-version .main .video, .blind-version.x2font .main .photo, .blind-version.x2font .main .video {
  display: none; }

.blind-version .main .subsc-item, .blind-version.x2font .main .subsc-item {
  border: 1px solid #000; }

.blind-version .main .subsc-wrap:after, .blind-version.x2font .main .subsc-wrap:after {
  display: none; }

.blind-version .main .subscribe h2, .blind-version.x2font .main .subscribe h2 {
  color: #000;
  font-size: 20px; }

.blind-version .main .subscribe-form form button, .blind-version.x2font .main .subscribe-form form button {
  border: 2px solid #000; }
  .blind-version .main .subscribe-form form button span, .blind-version.x2font .main .subscribe-form form button span {
    color: #000; }
  .blind-version .main .subscribe-form form button:after, .blind-version.x2font .main .subscribe-form form button:after {
    background: #000;
    color: #fff; }

.blind-version .links .owl-carousel .item a h4, .blind-version.x2font .links .owl-carousel .item a h4 {
  color: #000; }

.blind-version .links .owl-carousel .item a:hover h4, .blind-version.x2font .links .owl-carousel .item a:hover h4 {
  text-decoration: underline; }

.blind-version .links .owl-carousel .owl-dot.active span,
.blind-version .links .owl-carousel .owl-dot:hover span, .blind-version.x2font .links .owl-carousel .owl-dot.active span,
.blind-version.x2font .links .owl-carousel .owl-dot:hover span {
  background: #000;
  border: 1px solid #000; }

.blind-version .cramps ul li.deactive a, .blind-version.x2font .cramps ul li.deactive a {
  font-size: 12px;
  color: #000; }

.blind-version .cramps ul li.active-cramps a, .blind-version.x2font .cramps ul li.active-cramps a {
  color: #000;
  font-size: 12px;
  text-decoration: underline; }

.blind-version .cramps ul li.deactive:after, .blind-version.x2font .cramps ul li.deactive:after {
  font-size: 12px;
  color: #000; }

.blind-version .direction-box__item-img, .blind-version.x2font .direction-box__item-img {
  display: none; }

.blind-version .direction-box__item:after, .blind-version.x2font .direction-box__item:after {
  display: none; }

.blind-version .direction-box__item-text, .blind-version.x2font .direction-box__item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 20px; }

.blind-version .leaders-img, .blind-version.x2font .leaders-img {
  display: none; }

.blind-version .news-list__item-img, .blind-version.x2font .news-list__item-img {
  display: none; }

.blind-version .news-list__item-data p, .blind-version.x2font .news-list__item-data p {
  color: #000; }

.blind-version .pagination-wrap__block li.active a, .blind-version.x2font .pagination-wrap__block li.active a {
  color: #000; }

.blind-version .pagination-wrap__block .pagination-control a, .blind-version.x2font .pagination-wrap__block .pagination-control a {
  color: #000; }

.blind-version .pagination-wrap__block .pagination-control, .blind-version.x2font .pagination-wrap__block .pagination-control {
  border: 2px solid #000; }

.blind-version .pagination-wrap__block .pagination-control.prev a:after,
.blind-version .pagination-wrap__block .pagination-control.next a:after, .blind-version.x2font .pagination-wrap__block .pagination-control.prev a:after,
.blind-version.x2font .pagination-wrap__block .pagination-control.next a:after {
  background: #000;
  color: #fff;
  font-size: 18px;
  font-family: coreEReg; }

.blind-version .pages-view table tr:first-child td p, .blind-version.x2font .pages-view table tr:first-child td p {
  font-size: 16px;
  color: #fff; }

.blind-version .pages-view table tr:first-child, .blind-version.x2font .pages-view table tr:first-child {
  background: #000; }

.blind-version .page-content .page-list li a, .blind-version.x2font .page-content .page-list li a {
  color: #000; }

.blind-version .contacts-title h2, .blind-version.x2font .contacts-title h2 {
  color: #000;
  font-size: 20px; }

.blind-version .contacts-item__title, .blind-version.x2font .contacts-item__title {
  color: #000; }

.blind-version .contacts-item__description, .blind-version.x2font .contacts-item__description {
  color: #000; }

.blind-version .table-wrap .head-title, .blind-version.x2font .table-wrap .head-title {
  background: #000;
  font-size: 20px;
  color: #fff; }

.blind-version .table-wrap tbody .table-description p, .blind-version.x2font .table-wrap tbody .table-description p {
  font-size: 20px; }

.blind-version .table-wrap tbody .table-description span, .blind-version.x2font .table-wrap tbody .table-description span {
  font-size: 16px;
  color: #000; }

.blind-version .branches .accardeon-wrap .spoiler-title, .blind-version.x2font .branches .accardeon-wrap .spoiler-title {
  font-size: 20px;
  background: #000;
  color: #fff;
  height: 55px; }

.blind-version .branches .accardeon-wrap .spoiler-title:after, .blind-version.x2font .branches .accardeon-wrap .spoiler-title:after {
  color: #fff;
  top: 12px; }

.blind-version .table-wrap tbody .table-description p, .blind-version.x2font .table-wrap tbody .table-description p {
  color: #000; }

.blind-version .font-nav, .blind-version.x2font .font-nav {
  position: absolute;
  right: 10px;
  top: 20px;
  display: block;
  z-index: 99999; }
  .blind-version .font-nav ul li, .blind-version.x2font .font-nav ul li {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 20px;
    border: 2px solid #fff;
    margin-left: 10px; }
    .blind-version .font-nav ul li a, .blind-version.x2font .font-nav ul li a {
      color: #fff;
      line-height: 31px;
      display: block;
      width: 100%;
      height: 100%; }
    .blind-version .font-nav ul li.x2 a, .blind-version.x2font .font-nav ul li.x2 a {
      font-size: 18px; }
    .blind-version .font-nav ul li.x4 a, .blind-version.x2font .font-nav ul li.x4 a {
      font-size: 20px; }
    .blind-version .font-nav ul li.x8 a, .blind-version.x2font .font-nav ul li.x8 a {
      font-size: 22px; }

.mbl-blind-nav ul li {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 20px;
  border: 2px solid #000;
  margin-left: 10px; }
  .mbl-blind-nav ul li a {
    color: #000;
    line-height: 31px;
    display: block;
    width: 100%;
    height: 100%; }
  .mbl-blind-nav ul li.x2 a {
    font-size: 18px; }
  .mbl-blind-nav ul li.x4 a {
    font-size: 20px; }
  .mbl-blind-nav ul li.x8 a {
    font-size: 22px; }

.blind-version.x4font .pagination-wrap__block .pagination-control.prev a:after,
.blind-version.x4font .pagination-wrap__block .pagination-control.next a:after {
  font-size: 20px; }

.blind-version.x4font a {
  font-size: 20px; }

.blind-version.x4font p {
  font-size: 20px; }

.blind-version.x4font .section-title p {
  font-size: 22px; }

.blind-version.x4font .section-title h1 {
  font-size: 38px; }

.blind-version.x4font .main .main-descript .main-title h2 {
  font-size: 28px; }

.blind-version.x4font .main .main-descript .main-title .main-button {
  font-size: 20px; }

.blind-version.x4font .main .news-item a .news-item__wrap .news-title {
  height: 60px;
  font-size: 22px; }

.blind-version.x4font .cramps ul li.deactive a, .blind-version.x4font .cramps ul li.active-cramps a {
  font-size: 16px; }

.blind-version.x4font .pages-view h4 {
  font-size: 24px; }

.blind-version.x4font .direction-box__item-text .text__name h2 {
  font-size: 24px; }

.blind-version.x4font .news-list__item-title h2 {
  font-size: 18px;
  height: 120px; }

.blind-version.x4font #newsview .latest-news__description p {
  font-size: 18px;
  color: #000; }

.blind-version.x4font #newsview .latest-news__description strong {
  font-size: 18px; }

.blind-version.x4font #newsview .cramps-news__date span {
  font-size: 16px; }

.blind-version.x4font .page-content strong {
  font-size: 18px; }

.blind-version.x4font .page-section.spoiler-body__page ul li a {
  font-size: 22px;
  line-height: 30px; }

.blind-version.x4font .page-content .page-list li a {
  font-size: 20px;
  line-height: 25px; }

.blind-version.x4font .ecp-title h2 {
  font-size: 24px; }

.blind-version.x4font .ecp-wrap__info h3 {
  font-size: 20px; }

.blind-version.x4font header .nav-left__menu .nav-link__item, .blind-version.x4font header .nav-right__menu .nav-link__item {
  font-size: 18px; }

.blind-version.x8font .pagination-wrap__block .pagination-control.prev a:after,
.blind-version.x8font .pagination-wrap__block .pagination-control.next a:after {
  font-size: 24px; }

.blind-version.x8font a, .blind-version.x8font p {
  font-size: 24px;
  line-height: 2rem; }

.blind-version.x8font .section-title p {
  font-size: 24px; }

.blind-version.x8font .section-title h1 {
  font-size: 42px; }

.blind-version.x8font .main .main-descript .main-title h2 {
  font-size: 32px; }

.blind-version.x8font .main .main-descript .main-title .main-button {
  font-size: 24px; }

.blind-version.x8font .main .news-item a .news-item__wrap .news-title {
  font-size: 26px;
  height: 70px; }

.blind-version.x8font .cramps ul li.deactive a, .blind-version.x8font .cramps ul li.active-cramps a {
  font-size: 18px; }

.blind-version.x8font .pages-view h4 {
  font-size: 28px; }

.blind-version.x8font .direction-box__item-text .text__name h2 {
  font-size: 28px; }

.blind-version.x8font .news-list__item-title h2 {
  font-size: 22px;
  height: 150px; }

.blind-version.x8font #newsview .latest-news__description p {
  font-size: 22px; }

.blind-version.x8font #newsview .latest-news__description strong {
  font-size: 22px; }

.blind-version.x8font #newsview .cramps-news__date span {
  font-size: 20px; }

.blind-version.x8font .facebook_news a img {
  margin: -9px 0px 0px 2px; }

.blind-version.x8font .page-content strong {
  font-size: 18px; }

.blind-version.x8font .page-section.spoiler-body__page ul li a {
  font-size: 22px;
  line-height: 30px; }

.blind-version.x8font .page-content .page-list li a {
  font-size: 24px;
  line-height: 25px; }

.blind-version.x8font .ecp-title h2 {
  font-size: 28px; }

.blind-version.x8font .ecp-wrap__info h3 {
  font-size: 24px; }

.blind-version.x8font header .nav-left__menu .nav-link__item, .blind-version.x8font header .nav-right__menu .nav-link__item {
  font-size: 18px; }

.blind-version.x8font header .specVersion:after {
  top: 14px; }

.blind-version.x8font header .search:after {
  top: 12px; }

.blind-version.x8font .ecp-link-wrap ul li a {
  font-size: 15px; }
  .blind-version.x8font .ecp-link-wrap ul li a:hover {
    color: #000; }

@media (max-width: 1199px) {
  header .search-wrap__item {
    width: 930px; }
  header #submenu_job ul li {
    min-width: 55px; }
  .subsc-item {
    width: calc(100% - 20px); }
  .subsc-wrap:after {
    width: calc(100% - 20px); }
  .direction-box__item-img {
    height: 250px; }
  .blind-version .news-item a .news-item__wrap .news-title {
    height: 50px; } }

@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%; }
  .banner {
    background-image: url("../css/img/992banner.png"); }
  header {
    background: #fff;
    border-bottom: 1px solid #f1f4f9; }
    header .search-wrap__item {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      header .search-wrap__item form {
        position: relative; }
  .ecp-info-block .ecp-info__item {
    width: 30%; }
  .ecp-link-wrap ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ecp-link-wrap ul li {
    width: 32%;
    margin-bottom: 40px; }
  .blind-version .copy-site {
    width: 100%; }
  .blind-version footer {
    height: auto; }
  .pages-view {
    overflow-x: scroll; }
  .temporary-text {
    font-size: 12px; } }

@media (max-width: 767px) {
  header .nav-left__menu, header .nav-right__menu {
    display: none; }
  .button__scrollTop-arrow {
    display: none; }
  .font-nav {
    display: none; }
  header {
    background: #fff; }
    header .container {
      background: #fff; }
  .section-title {
      margin-bottom: 10px;
    border-top: none; }
    .section-title h1{
      font-size: 22px; 
    }
  .banner {
    border-top: none;
    background-image: url("../css/img/768banner.png"); }
  header.stickytop .gamburger-icon {
    margin-top: 25px; }
  .gamburger-icon {
    display: block;
    width: 25px;
    height: 18px;
    margin-top: 47px;
    position: absolute;
    right: 15px;
    z-index: 100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .gamburger-icon .gm-button {
      width: 100%;
      height: 100%;
      display: block;
      position: relative; }
      .gamburger-icon .gm-button span {
        display: block;
        width: 25px;
        height: 2px;
        background: #000;
        position: relative;
        top: 8px;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -webkit-transition-duration: .22s;
        -o-transition-duration: .22s;
        transition-duration: .22s; }
        .gamburger-icon .gm-button span:after {
          content: '';
          display: block;
          position: absolute;
          width: 25px;
          height: 2px;
          background: #000;
          top: -7px;
          left: 0;
          -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
          -o-transition: top .1s ease-in .25s,opacity .1s ease-in;
          transition: top .1s ease-in .25s,opacity .1s ease-in; }
        .gamburger-icon .gm-button span:before {
          content: '';
          display: block;
          position: absolute;
          width: 25px;
          height: 2px;
          background: #000;
          top: 7px;
          left: 0;
          -webkit-transition: top 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: top 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          -o-transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition: top 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
      .gamburger-icon .gm-button.on span {
        -webkit-transition-delay: .12s;
        -o-transition-delay: .12s;
        transition-delay: .12s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg); }
        .gamburger-icon .gm-button.on span:after {
          top: 0;
          -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
          -o-transition: top .1s ease-out,opacity .1s ease-out .12s;
          transition: top .1s ease-out,opacity .1s ease-out .12s;
          opacity: 0; }
        .gamburger-icon .gm-button.on span:before {
          top: 0;
          -webkit-transition: top 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
          transition: top 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
          -o-transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
          transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
          transition: top 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
  .footer-info {
    display: block;
    width: 100%;
    position: relative; }
    .footer-info .link-other__footer {
      display: none; }
    .footer-info .btn-wrap {
      margin-top: 0;
      position: absolute;
      right: 86px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .footer-info .footer-col__info {
      width: auto; }
    .footer-info .text {
      margin-left: 70px; }
  footer {
    min-height: 305px; }
  .main-title {
    position: relative; }
    .main-title .main-button {
      position: absolute;
      top: 3px;
      right: 15px; }
  .nav-button__mbl {
    display: block;
    margin-top: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .nav-button__mbl .nav-button li:first-child {
      margin-right: 25px; }
  header .search-wrap {
    z-index: 100; }
  header.stickytop .nav-button__mbl {
    margin-top: 20px; }
  .links .owl-carousel .item {
    text-align: center; }
  .subsc-item {
    width: 100%;
    position: static;
    background-image: url(../css/img/670banner.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .subscribe-form form input {
    margin-right: 50px; }
  .direction-box__item-text {
    height: 300px; }
  .direction-box__item-img {
    height: 300px; }
  .leaders-img {
    float: none;
    margin-right: 0;
    margin-bottom: 20px; 
    width: 100%;
      height: auto;
    }
    .leaders-img img {
      width: 100%; }
  #page {
    display: none; }
    #page.page--visible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  #mbl-page {
    display: block; }
  .mbl-wrap {
    border: solid 1px #ebedf3; }
    .mbl-wrap .mbl-nav {
      min-height: 40px;
      padding: 13px;
      width: 100%;
      border-bottom: solid 1px #ebedf3;
      background-color: #f9fafc;
      position: relative;
      padding-right: 35px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      cursor: pointer; }
      .mbl-wrap .mbl-nav h2 {
        text-transform: uppercase;
        font-family: coreEReg;
        font-size: 16px;
        margin: 0;
        padding: 0; }
      .mbl-wrap .mbl-nav:after {
        content: "\f0da";
        display: block;
        position: absolute;
        top: 10px;
        right: 10px;
        font-family: "FontAwesome";
        text-align: center;
        color: #bcc1cd;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .mbl-wrap .mbl-nav:hover h2 {
        color: #0c49a2; }
      .mbl-wrap .mbl-nav:hover:after {
        color: #0c49a2; }
      .mbl-wrap .mbl-nav.active h2 {
        color: #0c49a2; }
      .mbl-wrap .mbl-nav.active:after {
        color: #0c49a2;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
    .mbl-wrap .mbl-content {
      position: relative;
      border-bottom: solid 1px #ebedf3; }
      .mbl-wrap .mbl-content p {
        text-transform: uppercase;
        font-family: coreEReg;
        font-size: 16px;
        margin: 0;
        padding: 0; }
    .mbl-wrap .mbl-context ul {
      margin: 0;
      padding: 0; }
      .mbl-wrap .mbl-context ul li {
        position: relative;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 60px;
        position: relative;
        background: #f9fafc;
        cursor: pointer;
        background: none;
        border-bottom: solid 1px #ebedf3;
        padding-left: 13px; }
        .mbl-wrap .mbl-context ul li a {
          font-size: 14px;
          color: #0c49a2;
          font-family: coreEReg;
          width: calc(100% - 60px);
          line-height: 16px; }
          .mbl-wrap .mbl-context ul li a:first-child {
            padding-top: 5px;
            padding-bottom: 5px; }
        .mbl-wrap .mbl-context ul li .context {
          padding-right: 5px; }
        .mbl-wrap .mbl-context ul li span {
          display: block;
          width: 60px;
          min-height: 60px;
          text-align: center;
          line-height: 60px; }
        .mbl-wrap .mbl-context ul li:after {
          content: '';
          display: block;
          width: 1px;
          height: 100%;
          background: #ebedf3;
          top: 0;
          right: 60px;
          position: absolute;
          -webkit-transform: translate(0);
          -ms-transform: translate(0);
          transform: translate(0); }
        .mbl-wrap .mbl-context ul li:last-child {
          border-bottom: none; }
    .mbl-wrap .mbl-context strong {
      font-size: 16px;
      text-transform: uppercase;
      font-family: coreEReg;
      padding-top: 8px;
      padding-left: 10px;
      border-bottom: solid 1px #ebedf3;
      border-top: solid 1px #ebedf3;
      margin: 0;
      padding-bottom: 8px;
      display: block;
      font-weight: 100;
      padding-right: 10px; }
  .mbl-content__title {
    position: relative; }
    .mbl-content__title:after {
      content: "\f0da";
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      font-family: "FontAwesome";
      text-align: center;
      color: #bcc1cd;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .mbl-content__title:hover p {
      color: #0c49a2; }
    .mbl-content__title:hover:after {
      color: #0c49a2; }
    .mbl-content__title.active h2, .mbl-content__title.active p {
      color: #0c49a2; }
    .mbl-content__title.active:after {
      color: #0c49a2;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .mbl-content__title {
    padding: 13px;
    border-bottom: solid 1px #ebedf3; }
  .mbl-container {
    display: block;
    position: fixed;
    top: 104px;
    background: #fff;
    padding-top: 80px;
    padding-bottom: 20px;
    height: 100%;
    z-index: -1;
    width: 103%;
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    overflow-x: scroll;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    .mbl-container .mbl-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 1000px;
      overflow-x: scroll; }
      .mbl-container .mbl-wrapper__nav {
        margin-bottom: 30px; }
        .mbl-container .mbl-wrapper__nav h2 {
          position: relative; }
          .mbl-container .mbl-wrapper__nav h2:after {
            content: '';
            display: none;
            position: absolute;
            top: 16px;
            right: -25px;
            width: 10px;
            height: 10px;
            background: #0c49a2;
            border-radius: 50%; }
          .mbl-container .mbl-wrapper__nav h2 a {
            text-transform: uppercase;
            color: #20282b;
            font-family: kelson;
            font-size: 24px;
            position: relative;
            cursor: pointer; }
        .mbl-container .mbl-wrapper__nav.active h2:after {
          display: block; }
      .mbl-container .mbl-wrapper__content {
        text-align: center;
        padding-bottom: 30px; }
        .mbl-container .mbl-wrapper__content ul li {
          display: block;
          margin-bottom: 10px; }
          .mbl-container .mbl-wrapper__content ul li a {
            font-size: 20px;
            font-family: kelson;
            color: #20282b;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s; }
            .mbl-container .mbl-wrapper__content ul li a:hover {
              color: #0c49a2; }
            .mbl-container .mbl-wrapper__content ul li a.active-nav-sub {
              color: #0c49a2; }
    .mbl-container.active {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
  .blind-version header .container {
    background: none; }
  .blind-version .gamburger-icon .gm-button span {
    background: #fff; }
    .blind-version .gamburger-icon .gm-button span:after, .blind-version .gamburger-icon .gm-button span:before {
      background: #fff; }
  .blind-version .copy-site {
    width: 100%;
    position: static;
    left: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .blind-version footer {
    min-height: 400px; }
  .blind-version .mbl-container .mbl-wrapper__nav h2:after {
    background: #000; }
  .blind-version .mbl-container .mbl-wrapper__content ul li a.active-nav-sub {
    color: #000;
    text-decoration: underline; }
  .blind-version .font-nav {
    display: none; }
  .blind-version .font-nav, .blind-version.x2font .font-nav {
    display: none; }
  .blind-version .mbl-blind-nav {
    display: block; } }

@media (max-width: 735px) {
  #newsview .latest-news__image {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 20px; }
    #newsview .latest-news__image img {
      width: 100%; }
}

@media (max-width: 670px) {
  .main-banner {
    height: 200px; }
  .subsc-item {
    display: block;
    background-image: url("../css/img/670banner.png"); }
    .subsc-item .subscribe {
      width: 100%;
      margin-top: 20px; }
      .subsc-item .subscribe h2 {
        font-size: 16px;
        line-height: 45px; }
    .subsc-item .subscribe-form {
      width: 100%; }
      .subsc-item .subscribe-form form {
        width: 197px;
        position: static;
        margin: 0 auto;
        display: block;
        right: 0;
        top: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); }
        .subsc-item .subscribe-form form input {
          width: 100%; }
        .subsc-item .subscribe-form form button {
          width: 100%;
          margin-left: 0;
          margin-top: 22px; }
  footer {
    min-height: 347px; }
    footer .footer-info {
      margin-top: 35px; }
      footer .footer-info .btn-wrap {
        position: static;
        right: 0;
        top: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0); }
      footer .footer-info .text {
        margin-left: 0; }
  .pagination-wrap__block .pagination-control.prev {
    margin-right: 50px; }
  .pagination-wrap__block .pagination-control.next {
    margin-left: 50px; }
  .ecp-info-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .ecp-info-block .ecp-info__item {
    width: 50%;
    margin-bottom: 40px; }
  .ecp-info-block .ecp-info__item.last-element {
    width: 100%; } }

@media (max-width: 575px) {
  .video {
    margin-top: 30px; }
  .ecp-wrap__info a {
    width: auto; } }

@media (max-width: 485px) {
  .banner {
    padding-top: 56px; }
    .banner h1 {
      font-size: 24px;
      padding: 0 20px; }
    .banner p {
      font-size: 14px; }
  footer {
    -webkit-border-image: url(../css/img/footer-border.svg) 170 round round;
    -o-border-image: url(../css/img/footer-border.svg) 170 round round;
    border-image: url(../css/img/footer-border.svg) 170 round round; }
    footer .footer-info .btn-wrap {
      text-align: center;
      margin-top: 33px; }
  .footer-info .link {
    margin-bottom: 8px; }
    .footer-info .link span {
      margin-top: -6px; }
  .footer-info .btn-wrap__footer {
    display: inline-block; }
  .copy-site {
    width: 100%;
    padding: 0 30px; }
  header:before, header:after {
    width: calc(50% - 56px); }
  header .logo-wrap {
    width: 112px; }
  header .nav-left, header .nav-right {
    position: relative;
    max-width: calc(50% - 56px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 56px);
    flex: 0 0 calc(50% - 56px); }
  .direction-box__item-text .text__position {
    padding: 0 40px;
    text-align: center; }
  .direction-box__item-img {
    height: auto; }
  .direction-box__item-text .text__name {
    text-align: center;
    padding: 0 20px; }
  .ecp-link-wrap ul li {
    width: 100%; }
  .ecp-info, .ecp-tarif {
    margin-top: 60px; }
  .ecp-link {
    margin-top: 20px; }
  .ecp-link-wrap {
    margin-bottom: 0; }
  .ecp-link-wrap ul li:last-child {
    margin-bottom: 0; }
  .mbl-container {
    width: 105%;
    top: 110px; }
  .blind-version .section-title {
    padding-top: 25px; }
  .blind-version header .logo-wrap .logo a:after {
    left: 12px; }
  .blind-version .section-title {
    height: auto; }
  .blind-version .footer-info .btn-wrap__footer {
    width: 280px; }
  .blind-version header .logo-wrap .logo a:after, .blind-version.x2font header .logo-wrap .logo a:after {
    left: 12px; } }

@media (max-width: 320px) {
  #newsview .cramps-news__date {
    display: block;
    position: static;
    margin-top: -20px;
    margin-bottom: 5px; }
  #newsview .latest-news__image {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-bottom: 20px; }
    #newsview .latest-news__image img {
      width: 100%;
      height: 100%; }
  .mbl-container .mbl-wrapper {
    height: 1200px;
    padding-right: 20px; } }
@media (max-width: 570px) {
    
    .pagination-wrap__block .pagination-control.prev{margin-right: 0;}
    .pagination-wrap__block .pagination-control.next{margin-left: 1px;}
    .pagination-wrap__block .pagination-control{width: 70px;}
    .pagination-wrap__block li a{font-size: 12px;width: 16px;}
    .pagination-wrap__block li.active a{font-size: 16px;}
    
    
}

/*new ecp page*/
.table_price_ecp tbody td,
.table_price_ecp thead th{
	color:#4b73b6;
	font-family: coreEReg;
	text-align:center;
	padding-left:0px;
	border-bottom: 1px solid #eceeef;
}

.table_price_ecp tbody td img{
	display:inline-block;
	z-index:3;
	position:relative;
	width:18px;
	height:12px;
}

.table_price_ecp thead .disabled.shadowTop:before,
.table_price_ecp thead .disabled.shadowTop1:before,
.table_price_ecp thead .disabled.shadowTop2:before,
.table_price_ecp tbody .disabled.shadowLine,
.table_price_ecp tbody .disabled.shadowLine1,
.table_price_ecp tbody .disabled.shadowLine2,
.table_price_ecp tbody .disabled.shadowLine:after,
.table_price_ecp tbody .disabled.shadowLine1:after,
.table_price_ecp tbody .disabled.shadowLine2:after,
.table_price_ecp tbody .disabled.shadowBottom:before,
.table_price_ecp tbody .disabled.shadowBottom1:before,
.table_price_ecp tbody .disabled.shadowBottom2:before{
	box-shadow:none!important;
	background:none!important;
	border-radius:0px!important;
	z-index: 0;
}

.table_price_ecp thead .shadowTop,
.table_price_ecp thead .shadowTop1,
.table_price_ecp thead .shadowTop2{
	width:17%;
}

.table_price_ecp thead th.shadowTop2,
.table_price_ecp thead th.shadowTop1,
.table_price_ecp thead th.shadowTop,
.table_price_ecp tbody td.shadowLine,
.table_price_ecp tbody td.shadowLine1,
.table_price_ecp tbody td.shadowLine2,
.table_price_ecp tbody td.shadowBottom1,
.table_price_ecp tbody td.shadowBottom2,
.table_price_ecp tbody td.shadowBottom{
	padding-left:15px;
}
.table_price_ecp tbody td.shadowLine1:after,
.table_price_ecp tbody td.shadowLine2:after,
.table_price_ecp tbody td.shadowLine:after{
	content:"";
	position:absolute;
	background:#fff;
	width:100%;
	height:100%;
	bottom:0px;
	left:0px;
	z-index:2;
}
.table_price_ecp thead th.shadowTop2 span,
.table_price_ecp thead th.shadowTop1 span,
.table_price_ecp thead th.shadowTop span{
	display:inline-block;
	z-index:3;
	position:relative;
}

.table_price_ecp thead th.shadowTop2,
.table_price_ecp thead th.shadowTop1,
.table_price_ecp thead th.shadowTop{
	position:relative;
}
.table_price_ecp thead th.shadowTop2:before,
.table_price_ecp thead th.shadowTop1:before,
.table_price_ecp thead th.shadowTop:before{
	content:"";
	position:absolute;
	background:#fff;
	width:100%;
	height:calc(100% + 21px);
	top:-20px;
	left:0px;
	z-index:2;
	box-shadow:0px 0 20px 5px #ddd;
	border-radius:6px 6px 0px 0px;
}

.table_price_ecp tbody td span.greeyDef{
	color:#bbc0cc;
}
.table_price_ecp tbody td span{
	display:inline-block;
	z-index:3;
	position:relative;
}
.table_price_ecp tbody td.shadowBottom1,
.table_price_ecp tbody td.shadowBottom2,
.table_price_ecp tbody td.shadowBottom{
	position:relative;
}
.table_price_ecp tbody td.shadowBottom1:before,
.table_price_ecp tbody td.shadowBottom2:before,
.table_price_ecp tbody td.shadowBottom:before{
	content:"";
	position:absolute;
	background:#fff;
	width:100%;
	height:calc(100% + 20px);
	bottom:-20px;
	left:0px;
	z-index:1;
	box-shadow:0px 0 20px 5px #ddd;
	border-radius:0px 0px 6px 6px;
}

.table_price_ecp tbody td.shadowLine1,
.table_price_ecp tbody td.shadowLine2,
.table_price_ecp tbody td.shadowLine{
	box-shadow:0 0 20px 5px #ddd;
	position:relative;
}
.table_price_ecp tbody td.greey{
	color:#c8ccd6;
	text-align:left;
	font-weight:100;
}
.table_price_ecp tbody td.blue{
	color:#2f5eab;
	text-align:left;
	font-weight:100;
}
.table_price_ecp tbody td.price{
	color:#2f5eab;
	font-weight:700;
}
.table_price_ecp thead th.greey{
	color:#c8ccd6;
	font-weight:100;
	text-align:left;
	text-transform:uppercase;
}
.ecp{
	padding-top:60px;
	background:#fefefe;
}

.ecpCarousel{
	margin-top:100px;
	width:100%;
}
.ecpCarousel .item{
	padding:20px;
}
.ecpCarousel .item .box{
	width:100%;
	box-shadow:0px 0 30px 5px #eee;
	border-radius:15px;
	padding:20px;
}
.ecpCarousel .owl-theme .owl-dots .owl-dot.active span, 
.ecpCarousel .owl-theme .owl-dots .owl-dot:hover span {
    background: #2f5eab;
}
.ecpCarousel .ecpCarouselList{
	position:relative;
}
.ecpCarousel .owl-nav{
	width:100%;
	position:absolute;
	top:calc(50% - 45px);
}
.ecpCarousel .owl-nav .owl-prev{
	left:-50px;
	position:absolute;
	content:"";
	background: url("../css/img/arrow_left.png") no-repeat!important;
	color:transparent;
	width:35px;
	height:35px;
}
.ecpCarousel .owl-nav .owl-prev:hover{
	background: url("../css/img/arrow_left.png") no-repeat!important;
	color:transparent;
}
.ecpCarousel .owl-nav .owl-next:hover{
	background: url("../css/img/arrow_right.png") no-repeat!important;
	color:transparent;
}
.ecpCarousel .owl-nav .owl-prev.disabled{
	background: url("../css/img/arrow_left_disable.png") no-repeat!important;
}
.ecpCarousel .owl-nav .owl-next.disabled{
	background: url("../css/img/arrow_right_disable.png") no-repeat!important;
}
.ecpCarousel .owl-nav .owl-next{
	right:-50px;
	content:"";
	position:absolute;
	background: url("../css/img/arrow_right.png") no-repeat!important;
	color:transparent;
	width:35px;
	height:35px;
}
.ecpCarousel .item .box .titleH{
	width:100%;
	margin-top:30px;
	margin-bottom:50px;
	text-align:center;
}
.ecpCarousel .item .box .titleH h2{
	color:#4b73b6;
	text-transform:uppercase;
	font-size:18px;
}
.ecpCarousel .item .box .titleH h3{
	color:#4d4e4e;
	font-size:15px;
}
.ecpCarousel .item .box .body{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	text-align:center;
	width:100%;
}
.ecpCarousel .item .box .body .boRow:last-child{
	border-right:0px solid #ebebeb;
}
.ecpCarousel .item .box .body .boRow{
	border-right:1px solid #ebebeb;
	padding-left:15px;
	padding-right:15px;
	width:33%;
}

.ecpCarousel .item .box .body .boRow .title{
	color:#4b73b6;
	text-transform:uppercase;
	font-size:18px;
	font-weight:500;
	margin-bottom:20px;
}
.ecpCarousel .item .box .body .boRow .line{
	margin-bottom:20px;
}
.ecpCarousel .item .box .body .boRow .line div{
	color:#c0c4cf;
	font-size:15px;
}
.ecpCarousel .item .box .body .boRow .line span{
	color:#323333;
	font-size:16px;
	font-weight:bold;
}
.greeyEcp {
	color:#bbc0cc;
	padding:20px;
	margin-bottom:0px;
}

@media (max-width: 414px) {
	html, body {
		overflow-x: hidden;
	}
	.ecpCarousel,
	.ecpCol{
		padding-left:0px!important;
		padding-right:0px!important;
	}
	.ecpCarousel .item .box .body{
		flex-direction: column;
	}
	.ecpCarousel .item .box .body .boRow{
		width: 100%;
		border-right:0px;
	}
	.ecp-info-block .ecp-info__item{
		width:100%;
	}
}
@media (max-width: 768px) {
	.ecpCarousel.offset-1{
		margin-left:0px;
	}
	.ecp-info-block {
		display:block;
		overflow-x:scroll;
		overflow-y:hidden;
		padding-top:40px;
		padding-bottom:40px;
		width:100%;
	}
	.table_price_ecp table{
		width:1200px;
	}
	.table_price_ecp tbody td, 
	.table_price_ecp thead th{
		padding-left:15px;
		min-width:200px;
	}
	
}