.force_hide_block {
  display: none; }

@-webkit-keyframes block_form {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

::-moz-selection {
  background: #00599e;
  color: #fff; }

::selection {
  background: #00599e;
  color: #fff; }

::-moz-selection {
  background: #00599e;
  color: #fff; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", sans-serif !important; }

body {
  min-width: 320px;
  overflow-x: hidden; }

.fixed {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font: 400 14px/24px "Open Sans", sans-serif;
  color: #3f3f3f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default; }
  * .fancybox-container * {
    color: #fff; }
  * .fancybox-container .fancybox-button--share {
    display: none !important; }

a, button, input[type="submit"] {
  border: none;
  background: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }
  a *, button *, input[type="submit"] * {
    cursor: inherit; }

input, textarea {
  cursor: text; }

ul {
  list-style-type: none; }

.wrap {
  width: 100%;
  max-width: 1372px;
  min-width: 290px;
  padding: 0 15px;
  margin: 0 auto; }

.m-panel {
  display: none; }

.bg {
  background: #f7f7f7; }

.shadow-block {
  background: #fff;
  -webkit-box-shadow: 0px 8px 20px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 20px 3px rgba(0, 0, 0, 0.1); }

.wrap-first {
  margin-top: -100px; }
  .wrap-first .shadow-block {
    background: #fff;
    -webkit-box-shadow: 0px 8px 20px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 20px 3px rgba(0, 0, 0, 0.1);
    padding: 40px 55px 50px;
    border-radius: 6px;
    position: relative;
    z-index: 2; }
    .wrap-first .shadow-block .title-section {
      padding-top: 0; }

.block-border {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e3e3e3; }

.reset {
  position: absolute;
  right: 40px;
  top: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  width: 20px;
  height: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0; }
  .reset.show {
    opacity: 1;
    pointer-events: all; }
  .reset:hover {
    opacity: 0.6; }
  .reset:before, .reset:after {
    position: absolute;
    left: 50%;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333; }
  .reset:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .reset:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.soc a {
  font-size: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .soc a i {
    color: #00508f; }
  .soc a:hover {
    opacity: 0.6; }

.print-version {
  padding: 50px 0;
  border-top: 1px solid #e3e3e3; }

.lang-block {
  margin: 0 20px;
  position: relative; }
  .lang-block .lang {
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    font-size: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 5px; }
    .lang-block .lang .arrow-down {
      color: #00508f;
      margin-left: 9px;
      font-size: 20px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: relative;
      width: 12px;
      height: 6px;
      top: 9px; }
      .lang-block .lang .arrow-down span:first-child, .lang-block .lang .arrow-down span:last-child {
        background: #00508f;
        content: '';
        width: 2px;
        height: 7px;
        position: absolute;
        background: #00508f;
        content: '';
        position: absolute;
        display: block; }
      .lang-block .lang .arrow-down span:first-child {
        -webkit-transform: rotate(-60deg);
        -ms-transform: rotate(-60deg);
        -o-transform: rotate(-60deg);
        transform: rotate(-60deg);
        left: 2px; }
      .lang-block .lang .arrow-down span:last-child {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
        right: 2px; }
    .lang-block .lang .text {
      text-transform: uppercase;
      font-size: 13px;
      color: #00508f; }
    .lang-block .lang.slideDown .ico {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .lang-block .lang:active, .lang-block .lang:hover {
      -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate(0px, 0px);
      -webkit-box-shadow: none;
      box-shadow: none; }
    .lang-block .lang:focus {
      outline: 0;
      outline-offset: 0; }
  .lang-block .drop {
    display-flex: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    position: absolute;
    z-index: 3;
    max-height: 0;
    overflow: hidden;
    left: 0;
    width: 100%;
    background: #fff;
    top: 52px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }
    .lang-block .drop a {
      padding: 8px 8px;
      color: #000;
      font-size: 15px;
      text-align: center;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-bottom: 1px solid #cccccc;
      font-size: 13px;
      font-weight: 600;
      text-align: center;
      color: #00508f; }
      .lang-block .drop a:hover {
        background: #00aff2;
        color: #fff; }
      .lang-block .drop a.active {
        background: #00aff2;
        color: #fff; }
    .lang-block .drop.open {
      opacity: 1;
      max-height: 999px; }

.site-map .title-page strong {
  margin-bottom: 0; }

.block-doings .title-section {
  padding: 0 0 15px !important; }
  .block-doings .title-section h2, .block-doings .title-section h3, .block-doings .title-section h4, .block-doings .title-section h5, .block-doings .title-section h6 {
    width: 100%;
    font-size: 25px;
    padding-left: 0; }
    .block-doings .title-section h2:after, .block-doings .title-section h3:after, .block-doings .title-section h4:after, .block-doings .title-section h5:after, .block-doings .title-section h6:after {
      content: none; }

.atom-calendar .flex .content-page .title-section {
  padding: 55px 0 15px; }

header .top {
  padding: 20px 0; }
  header .top .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .top .wrap .logo {
      height: 40px;
      width: 330px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header .top .wrap .logo img {
        width: 100%;
        max-width: 100%; }
    header .top .wrap .panel {
      height: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header .top .wrap .panel .soc {
        padding: 0 18px;
        position: relative; }
        header .top .wrap .panel .soc:before {
          display: block;
          width: 1px;
          height: 29px;
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #00508f; }
        header .top .wrap .panel .soc a {
          margin: 0 7px;
          font-size: 20px; }
          header .top .wrap .panel .soc a i {
            color: #00508f; }
      header .top .wrap .panel .block-link {
        padding: 0 24px;
        position: relative; }
        header .top .wrap .panel .block-link:before {
          display: block;
          width: 1px;
          height: 29px;
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          background: #00508f; }
        header .top .wrap .panel .block-link a {
          color: #00508f;
          text-transform: uppercase;
          position: relative; }
          header .top .wrap .panel .block-link a:after {
            content: '';
            height: 1px;
            width: 0;
            background: #00508f;
            position: absolute;
            -webkit-transition: .2s all;
            -o-transition: .2s all;
            transition: .2s all;
            bottom: -3px;
            left: 0; }
          header .top .wrap .panel .block-link a:hover:after {
            width: 100%; }

header .bot {
  background: #005597;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px; }
  header .bot .lang-block {
    display: none; }
  header .bot * {
    color: #fff; }
  header .bot .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .bot .wrap nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: -webkit-calc(100% - 230px);
      width: calc(100% - 230px); }
      header .bot .wrap nav a {
        margin-right: 30px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 15px;
        position: relative;
        line-height: 70px; }
        header .bot .wrap nav a:after {
          content: '';
          height: 5px;
          width: 0;
          background: #fff;
          position: absolute;
          -webkit-transition: .2s all;
          -o-transition: .2s all;
          transition: .2s all;
          bottom: -3px;
          left: 0;
          bottom: 0; }
        header .bot .wrap nav a:hover:after {
          width: 100%; }
        header .bot .wrap nav a.active:after {
          content: '';
          height: 5px;
          width: 100%;
          background: #fff;
          position: absolute;
          -webkit-transition: .2s all;
          -o-transition: .2s all;
          transition: .2s all;
          bottom: -3px;
          left: 0;
          bottom: 0; }
    header .bot .wrap form {
      padding: 18px 0px;
      top: 0; }
      header .bot .wrap form .wrap-search {
        position: relative; }
        header .bot .wrap form .wrap-search input {
          background: #005597;
          width: 220px;
          padding: 5px 65px 5px 15px;
          color: #fff;
          font-size: 15px;
          -webkit-box-shadow: inset 0 0 0 50px #005597 !important; }
        header .bot .wrap form .wrap-search textarea::-webkit-input-placeholder,
        header .bot .wrap form .wrap-search input::-webkit-input-placeholder {
          color: #fff !important; }
        header .bot .wrap form .wrap-search input {
          color: white !important; }
        header .bot .wrap form .wrap-search input:-webkit-autofill {
          caret-color: white; }
        header .bot .wrap form .wrap-search input:-webkit-autofill {
          -webkit-text-fill-color: white !important;
          color: white !important; }
        header .bot .wrap form .wrap-search input:-webkit-autofill {
          -webkit-text-fill-color: #fff !important; }
        header .bot .wrap form .wrap-search textarea:-moz-placeholder,
        header .bot .wrap form .wrap-search input:-moz-placeholder {
          /* Firefox 18- */
          color: #fff !important; }
        header .bot .wrap form .wrap-search textarea::-moz-placeholder,
        header .bot .wrap form .wrap-search input::-moz-placeholder {
          /* Firefox 19+ */
          color: #fff !important; }
        header .bot .wrap form .wrap-search textarea:-ms-input-placeholder,
        header .bot .wrap form .wrap-search input:-ms-input-placeholder {
          color: #fff !important; }
        header .bot .wrap form .wrap-search .reset {
          position: absolute;
          right: 40px;
          top: 50%;
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
          header .bot .wrap form .wrap-search .reset:before, header .bot .wrap form .wrap-search .reset:after {
            background-color: #fff; }
          header .bot .wrap form .wrap-search .reset.show {
            opacity: 1;
            pointer-events: all; }
        header .bot .wrap form .wrap-search .btn-search {
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 20px;
          width: 42px;
          height: 42px;
          position: absolute;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          background: url("../img/icon/search-white.svg") no-repeat center/60%; }
          header .bot .wrap form .wrap-search .btn-search:hover {
            opacity: 0.6; }

footer .top {
  padding-top: 30px;
  border-top: 1px solid #e3e3e3;
  background: #fff; }
  footer .top .wrap .logo {
    margin-bottom: 30px;
    display: inline-block; }
    footer .top .wrap .logo img {
      max-height: 100%;
      max-width: 100%; }
  footer .top .wrap .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px; }
    footer .top .wrap .flex .edit {
      padding-bottom: 30px;
      margin: 0 30px;
      width: -webkit-calc(25% - 60px);
      width: calc(25% - 60px); }
      footer .top .wrap .flex .edit * {
        color: #00599e;
        text-align: left; }
      footer .top .wrap .flex .edit strong {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: auto; }
      footer .top .wrap .flex .edit p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 32px; }
        footer .top .wrap .flex .edit p a {
          font-size: 14px; }
      footer .top .wrap .flex .edit .soc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px; }
        footer .top .wrap .flex .edit .soc a {
          font-size: 28px; }

footer .bot {
  border-top: 1px solid #e3e3e3;
  padding: 20px 0; }
  footer .bot .wrap p {
    text-align: center; }
  footer .bot .wrap * {
    font-size: 12px;
    color: #00599e; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.img {
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }
  .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: inherit;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center; }

.useful-links .img, .public-sites .img, .pagination li {
  position: relative; }
  .useful-links .img img, .public-sites .img img, .pagination li img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }

.swiper-slide {
  height: auto; }

.swiper-button-prev, .swiper-button-next {
  position: static;
  margin: 0;
  border: 1px solid #e3e3e3;
  width: 35px;
  height: 40px;
  -webkit-background-size: 35% 35%;
  background-size: 35%;
  opacity: .6; }

.swiper-button-next {
  border-radius: 0 6px 6px 0; }

.swiper-button-prev {
  border-radius: 6px 0 0 6px; }

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden; }
  .column .w760 {
    width: 760px; }
  .column .w500 {
    width: 500px; }
  .column .w420 {
    width: 420px; }
  .column.page-calendar .flex {
    padding-top: 20px; }
    .column.page-calendar .flex aside .title-section {
      padding: 0 0 25px; }
  .column.page-calendar .back-calendar {
    margin: 0 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
    .column.page-calendar .back-calendar span {
      font-size: 20px; }

.video {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  position: relative; }
  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.title-section {
  padding: 55px 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .title-section.title-control {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .title-section.title-control h1, .title-section.title-control h2, .title-section.title-control h3, .title-section.title-control h4, .title-section.title-control h5, .title-section.title-control h6 {
      margin-bottom: 10px;
      width: -webkit-calc(100% - 175px);
      width: calc(100% - 175px); }
  .title-section.title-pagination .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px; }
  .title-section a {
    display: inline-block; }
  .title-section h1, .title-section h2, .title-section h3, .title-section h4, .title-section h5, .title-section h6 {
    position: relative;
    padding-left: 25px;
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    color: #212121;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .title-section h1::after, .title-section h2::after, .title-section h3::after, .title-section h4::after, .title-section h5::after, .title-section h6::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 4px;
      height: 100%;
      background: #00599e;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .title-section h1:hover, .title-section h2:hover, .title-section h3:hover, .title-section h4:hover, .title-section h5:hover, .title-section h6:hover {
      padding-left: 20px; }
      .title-section h1:hover::after, .title-section h2:hover::after, .title-section h3:hover::after, .title-section h4:hover::after, .title-section h5:hover::after, .title-section h6:hover::after {
        width: 8px; }
  .title-section.no-hover h1:hover, .title-section.no-hover h2:hover, .title-section.no-hover h3:hover, .title-section.no-hover h4:hover, .title-section.no-hover h5:hover, .title-section.no-hover h6:hover {
    padding-left: 25px; }
    .title-section.no-hover h1:hover::after, .title-section.no-hover h2:hover::after, .title-section.no-hover h3:hover::after, .title-section.no-hover h4:hover::after, .title-section.no-hover h5:hover::after, .title-section.no-hover h6:hover::after {
      width: 4px; }

.article {
  padding: 25px 30px 65px;
  border-radius: 6px;
  border: 1px solid #e3e3e3;
  background: #fff;
  position: relative;
  overflow: hidden; }
  .article::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #00599e; }
  .article .time {
    display: block;
    color: #a2a2a2;
    line-height: 22px;
    margin-bottom: 7px; }
  .article h2 {
    margin-bottom: 12px;
    font-weight: 700;
    color: #00599e;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px; }
    .article h2 a {
      margin-bottom: 12px;
      font-weight: 700;
      color: #00599e;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      font-size: 14px;
      line-height: 24px;
      height: 100px;
      display: inline-block; }
  .article p {
    color: #3f3f3f; }
  .article .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .article .action, .article .read {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .article .action {
    position: absolute;
    left: 30px;
    bottom: 20px;
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px); }
    .article .action .time {
      margin-bottom: 0; }

.read {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important; }
  .read span {
    color: #00599e; }
  .read i {
    margin-left: 12px;
    width: 23px;
    height: 23px;
    background: url("../img/icon/logo-circle.svg") no-repeat center/contain;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  .read:hover i {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg); }

.news, .videonews-actual, .corporate-news, .importantly, .operational-information, .useful-links, .public-sites {
  padding-bottom: 65px; }

.main-banner {
  height: 450px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }
  .main-banner video {
    width: 100%; }
  .main-banner.video-play .text-block {
    padding: 20px 0 140px; }
    .main-banner.video-play .text-block .text .block-action .banner-play-button {
      width: 60px;
      height: 60px;
      opacity: 0; }
      .main-banner.video-play .text-block .text .block-action .banner-play-button.show {
        opacity: 1; }
      .main-banner.video-play .text-block .text .block-action .banner-play-button i {
        font-size: 30px; }
      .main-banner.video-play .text-block .text .block-action .banner-play-button:after {
        font-size: 30px;
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
        height: -webkit-calc(100% - 4px);
        height: calc(100% - 4px);
        border: 2px solid #005597; }
    .main-banner.video-play .text-block .text .editor {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      -o-transform: translateY(40px);
      transform: translateY(40px); }
  .main-banner .swiper-container {
    height: 100%; }
    .main-banner .swiper-container .swiper-slide {
      height: 100%; }
      .main-banner .swiper-container .swiper-slide .home-banner-video {
        width: 100%;
        position: absolute;
        pointer-events: none;
        height: 100%; }
        .main-banner .swiper-container .swiper-slide .home-banner-video video {
          -o-object-fit: cover;
          object-fit: cover; }
        .main-banner .swiper-container .swiper-slide .home-banner-video .vjs-big-play-button {
          z-index: 3; }
        .main-banner .swiper-container .swiper-slide .home-banner-video .vjs-poster {
          background-position: top center;
          -webkit-background-size: cover;
          background-size: cover; }
      .main-banner .swiper-container .swiper-slide .vjs-big-play-button,
      .main-banner .swiper-container .swiper-slide .vjs-control-bar {
        display: none !important; }
  .main-banner .hide-block {
    opacity: 0 !important;
    pointer-events: none !important; }
  .main-banner .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: -1; }
    .main-banner .background::after {
      content: '';
      position: inherit;
      top: inherit;
      left: inherit;
      width: inherit;
      height: inherit;
      background: rgba(255, 255, 255, 0.4);
      z-index: 1; }
  .main-banner .wrap {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 100px 15px 140px; }
    .main-banner .wrap.text-block {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .main-banner .wrap .text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .main-banner .wrap .text .block-action {
        margin-right: 30px; }
        .main-banner .wrap .text .block-action .banner-play-button {
          width: 110px;
          height: 110px;
          border-radius: 100%;
          position: relative;
          overflow: hidden;
          background: #ffffff6e;
          -webkit-transition: .8s;
          -o-transition: .8s;
          transition: .8s; }
          .main-banner .wrap .text .block-action .banner-play-button.stop .icon-play {
            opacity: 0; }
          .main-banner .wrap .text .block-action .banner-play-button.stop .icon-stop {
            opacity: 1; }
          .main-banner .wrap .text .block-action .banner-play-button.mouseenter {
            -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); }
          .main-banner .wrap .text .block-action .banner-play-button.change .bg {
            opacity: 1; }
          .main-banner .wrap .text .block-action .banner-play-button.change i {
            opacity: 0; }
          .main-banner .wrap .text .block-action .banner-play-button:after {
            content: "";
            position: absolute;
            border: 4px solid #005597;
            width: -webkit-calc(100% - 8px);
            width: calc(100% - 8px);
            height: -webkit-calc(100% - 8px);
            height: calc(100% - 8px);
            left: 0;
            top: 0;
            border-radius: 100%; }
          .main-banner .wrap .text .block-action .banner-play-button .bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: -1;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
            opacity: 0; }
          .main-banner .wrap .text .block-action .banner-play-button i {
            font-size: 44px;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            z-index: 1;
            color: #005597;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s; }
          .main-banner .wrap .text .block-action .banner-play-button .icon-stop {
            font-size: 22px !important;
            opacity: 0; }
        .main-banner .wrap .text .block-action .logo-main {
          width: 110px;
          height: 110px;
          border-radius: 100%;
          overflow: hidden;
          -webkit-background-size: cover;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
      .main-banner .wrap .text .editor {
        width: -webkit-calc(100% - 135px);
        width: calc(100% - 135px);
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        max-height: 260px;
        overflow: hidden; }
        .main-banner .wrap .text .editor h1, .main-banner .wrap .text .editor h2, .main-banner .wrap .text .editor h3, .main-banner .wrap .text .editor h4, .main-banner .wrap .text .editor h5, .main-banner .wrap .text .editor h6 {
          font-size: 80px;
          line-height: 80px;
          color: #00599e;
          margin-bottom: 0;
          color: #00599e;
          font-weight: 800; }
          .main-banner .wrap .text .editor h1 *, .main-banner .wrap .text .editor h2 *, .main-banner .wrap .text .editor h3 *, .main-banner .wrap .text .editor h4 *, .main-banner .wrap .text .editor h5 *, .main-banner .wrap .text .editor h6 * {
            font-size: 80px;
            line-height: 80px;
            color: #00599e; }
        .main-banner .wrap .text .editor p {
          display: block;
          max-width: 420px;
          color: #00599e;
          font-size: 35px;
          line-height: 45px;
          color: #00599e;
          line-height: normal; }
          .main-banner .wrap .text .editor p * {
            color: #00599e;
            line-height: normal; }
  .main-banner img {
    position: absolute;
    top: 105px;
    left: 40px;
    max-width: 292px; }
  .main-banner h1, .main-banner strong {
    color: #00599e;
    font-weight: 800;
    text-transform: uppercase; }
  .main-banner h1 {
    font-size: 80px;
    line-height: 80px; }
  .main-banner strong {
    display: block;
    max-width: 440px;
    font-size: 35px;
    line-height: 45px; }

.inherit {
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }

.main-news {
  position: relative;
  z-index: 2;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .main-news .swiper-container {
    padding-bottom: 65px; }
  .main-news.bottom-block {
    margin-top: 30px; }
  .main-news .shadow-block {
    padding: 40px 55px 50px;
    border-radius: 6px; }
    .main-news .shadow-block .swiper-container {
      padding-bottom: 0; }
    .main-news .shadow-block .article {
      width: 285px; }
      .main-news .shadow-block .article.x2 {
        width: 917px; }
  .main-news .article {
    width: 312px; }
    .main-news .article.x2 {
      width: 1000px; }
      .main-news .article.x2 h2 {
        font-size: 20px;
        line-height: 28px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        .main-news .article.x2 h2 a {
          font-size: 20px;
          line-height: 28px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          height: 60px; }
    .main-news .article .content .img {
      width: 425px;
      height: 270px; }
    .main-news .article .content .desc {
      width: -webkit-calc(100% - 465px);
      width: calc(100% - 465px); }
    .main-news .article .img {
      height: 200px; }

.news .article {
  padding-bottom: 30px; }
  .news .article h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 70px; }
  .news .article p {
    max-height: 120px;
    overflow: hidden;
    text-overflow: clip;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.videonews-actual {
  padding-bottom: -webkit-calc(65px - 15px);
  padding-bottom: calc(65px - 15px); }
  .videonews-actual .videonews .flex {
    min-height: 601px; }
  .videonews-actual .videonews .article {
    padding-bottom: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .videonews-actual .videonews .article h2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .videonews-actual .videonews .article .action {
      position: static;
      width: 100%; }
  .videonews-actual .video {
    padding-bottom: 53.7%; }
  .videonews-actual .swiper-container-vertical {
    width: 100%;
    height: 530px; }
    .videonews-actual .swiper-container-vertical .swiper-slide {
      margin-bottom: 0; }
      .videonews-actual .swiper-container-vertical .swiper-slide .desc {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden; }
  .videonews-actual .actual .article {
    padding-top: 20px;
    padding-bottom: 65px;
    margin-bottom: 15px; }
    .videonews-actual .actual .article h2 {
      line-height: 22px;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .videonews-actual .actual .dynamic-sliders .pagination {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

.valorously-info {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .valorously-info.out {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .valorously-info .item-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #005597;
    height: 68px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    margin-bottom: 20px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    cursor: pointer;
    width: 390px;
    right: -320px;
    position: relative; }
    .valorously-info .item-info * {
      cursor: pointer; }
    .valorously-info .item-info .block-label {
      background: #fff;
      height: 68px;
      width: 68px;
      border-radius: 50%;
      position: relative; }
      .valorously-info .item-info .block-label * {
        color: #000; }
      .valorously-info .item-info .block-label .arrow-icon {
        background-image: url("../img/icon/arrow-icon.png");
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 15px;
        height: 23px;
        background-position: center;
        position: absolute;
        left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .valorously-info .item-info .block-label .arrow-icon:before {
          content: '';
          position: absolute;
          left: 6px;
          top: 50%;
          width: 0;
          display: block;
          height: 1px;
          background: #575757;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .valorously-info .item-info .block-label span {
        font-weight: 900;
        position: absolute;
        left: 12px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .valorously-info .item-info .desc {
      padding: 10px 25px;
      width: -webkit-calc(100% - 68px);
      width: calc(100% - 68px); }
      .valorously-info .item-info .desc * {
        color: #fff;
        line-height: 1;
        display: block; }
      .valorously-info .item-info .desc strong, .valorously-info .item-info .desc span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .valorously-info .item-info .desc strong {
        font-size: 24px;
        font-weight: 900;
        margin-bottom: 4px; }
      .valorously-info .item-info .desc span {
        font-size: 12px;
        font-weight: 300; }
    .valorously-info .item-info:hover {
      right: 0; }
      .valorously-info .item-info:hover .block-label .arrow-icon {
        left: auto;
        right: 6px;
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        -o-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
        .valorously-info .item-info:hover .block-label .arrow-icon:before {
          width: 40px; }
      .valorously-info .item-info:hover .block-label span {
        opacity: 0; }

.corporate-news .article {
  width: 313px; }
  .corporate-news .article h2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .corporate-news .article.x2 {
    width: 656px; }
  .corporate-news .article .content .img {
    width: 350px;
    height: 235px; }
  .corporate-news .article .content .desc {
    width: -webkit-calc(100% - 375px);
    width: calc(100% - 375px); }
  .corporate-news .article .img {
    height: 180px; }

.importantly .article h2 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.importantly .img {
  height: 240px;
  margin-bottom: 20px; }

.operational-information strong, .operational-information h2 {
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #005596; }

.operational-information strong {
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #005596; }

.operational-information .flex {
  margin-left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px); }

.operational-information .card {
  margin: 0 20px 20px;
  width: -webkit-calc(25% - 40px);
  width: calc(25% - 40px);
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  height: 20vw;
  min-height: 260px; }
  .operational-information .card.video {
    padding: 0; }
    .operational-information .card.video .video-block {
      height: -webkit-calc(100% - 60px);
      height: calc(100% - 60px);
      margin-bottom: 10px;
      min-height: 200px; }
      .operational-information .card.video .video-block .operative-banner-video {
        height: 100%;
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
        border-radius: 6px;
        overflow: hidden;
        position: relative; }
        .operational-information .card.video .video-block .operative-banner-video video {
          -o-object-fit: cover;
          object-fit: cover; }
        .operational-information .card.video .video-block .operative-banner-video .vjs-poster {
          background-position: center;
          background-repeat: no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .operational-information .card.video .video-block .operative-banner-video .vjs-big-play-button {
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: 60px;
          height: 60px;
          border-radius: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          border: 0.06666em solid #1064a4;
          background-color: rgba(255, 255, 255, 0.7); }
          .operational-information .card.video .video-block .operative-banner-video .vjs-big-play-button .vjs-icon-placeholder {
            width: 25px;
            height: 25px;
            position: relative; }
            .operational-information .card.video .video-block .operative-banner-video .vjs-big-play-button .vjs-icon-placeholder:before {
              color: #fff;
              width: 20px;
              height: 20px;
              font-size: 24px;
              color: #00599e; }
        .operational-information .card.video .video-block .operative-banner-video .vjs-control-bar {
          background-color: rgba(0, 85, 151, 0.57);
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
          .operational-information .card.video .video-block .operative-banner-video .vjs-control-bar * {
            color: #fff; }
          .operational-information .card.video .video-block .operative-banner-video .vjs-control-bar .vjs-volume-panel,
          .operational-information .card.video .video-block .operative-banner-video .vjs-control-bar .vjs-progress-control,
          .operational-information .card.video .video-block .operative-banner-video .vjs-control-bar .vjs-remaining-time {
            display: none; }
        .operational-information .card.video .video-block .operative-banner-video.vjs-has-started .vjs-big-play-button {
          display: none !important; }
    .operational-information .card.video h2 a {
      display: block;
      font-size: 20px;
      line-height: 25px;
      color: #005596; }
  .operational-information .card:hover .info {
    opacity: 1; }

.operational-information .img {
  margin-bottom: 10px;
  min-height: 200px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px); }

.operational-information .info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 172, 240, 0.55);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 2; }
  .operational-information .info span {
    height: auto;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700; }
    .operational-information .info span.num {
      font-size: 28px; }

.operational-information .operative_info_container {
  margin-bottom: 20px; }

.block-more #more_operative_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 100%;
  font-weight: 600;
  position: relative;
  margin: 10px 0; }
  .block-more #more_operative_info .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: none;
    font-size: 55px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .block-more #more_operative_info .arrow:first-child {
      -webkit-animation-name: block_form;
      -o-animation-name: block_form;
      animation-name: block_form;
      -webkit-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: .1s;
      -o-animation-delay: .1s;
      animation-delay: .1s; }
    .block-more #more_operative_info .arrow:nth-child(2n) {
      -webkit-animation-name: block_form;
      -o-animation-name: block_form;
      animation-name: block_form;
      -webkit-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: .2s;
      -o-animation-delay: .2s;
      animation-delay: .2s; }
    .block-more #more_operative_info .arrow:last-child {
      -webkit-animation-name: block_form;
      -o-animation-name: block_form;
      animation-name: block_form;
      -webkit-animation-iteration-count: infinite;
      -o-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-duration: 1.5s;
      -o-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-delay: .3s;
      -o-animation-delay: .3s;
      animation-delay: .3s; }
    .block-more #more_operative_info .arrow:before {
      line-height: 10px;
      height: 10px;
      display: block;
      content: "\f107";
      width: auto;
      color: #00599e; }
  .block-more #more_operative_info:hover .arrow {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }

.useful-links {
  padding-bottom: -webkit-calc(65px - 16px);
  padding-bottom: calc(65px - 16px); }
  .useful-links .flex {
    margin-left: -8px;
    width: -webkit-calc(100% + 16px);
    width: calc(100% + 16px); }
  .useful-links .card {
    margin: 0 8px 16px;
    padding: 25px 25px 145px;
    width: -webkit-calc(16.66% - 16px);
    width: calc(16.66% - 16px);
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s; }
    .useful-links .card:hover {
      border-color: #00599e; }
      .useful-links .card:hover .img img {
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0); }
  .useful-links h2 {
    font-size: 15px;
    line-height: normal;
    font-weight: 700;
    text-align: center;
    color: #005596; }
  .useful-links .img {
    position: absolute;
    bottom: 25px;
    left: 25px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    height: 110px; }
    .useful-links .img img {
      -webkit-filter: grayscale(1);
      -moz-filter: grayscale(1);
      -ms-filter: grayscale(1);
      -o-filter: grayscale(1);
      filter: grayscale(1);
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.info-action .title-section {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.info-action .w50 {
  width: 605px; }

.info-action .w40 {
  width: 500px; }

.info-action .column {
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px; }
  .info-action .column .w40, .info-action .column .w50 {
    margin: 0 20px; }

.info-action .interview-block {
  width: 100%;
  margin-top: 30px;
  padding: 40px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background-position: 28px 15px;
  background-repeat: no-repeat; }
  .info-action .interview-block p {
    font-size: 15px;
    text-align: left;
    width: 100%;
    margin-bottom: 20px; }
  .info-action .interview-block form {
    text-align: center; }
    .info-action .interview-block form .block-radio {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      margin-left: -10px;
      margin-bottom: 10px; }
      .info-action .interview-block form .block-radio label {
        cursor: pointer;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        cursor: pointer;
        margin: 0 10px 15px; }
        .info-action .interview-block form .block-radio label * {
          cursor: pointer; }
        .info-action .interview-block form .block-radio label input {
          display: none; }
        .info-action .interview-block form .block-radio label .wrap-check {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; }
          .info-action .interview-block form .block-radio label .wrap-check .dot {
            background: #fff;
            border: 1px solid #000;
            position: relative;
            width: 24px;
            height: 24px;
            display: block;
            border-radius: 100%; }
            .info-action .interview-block form .block-radio label .wrap-check .dot:before {
              position: absolute;
              top: 50%;
              left: 50%;
              content: '';
              width: 12px;
              height: 12px;
              background: #005596;
              border-radius: 100%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              opacity: 0;
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
          .info-action .interview-block form .block-radio label .wrap-check .text {
            font-size: 20px;
            margin-right: 28px;
            line-height: 15px; }
        .info-action .interview-block form .block-radio label input:checked + .wrap-check .dot:before {
          opacity: 1; }
    .info-action .interview-block form .btn-sub {
      margin-top: 15px; }
  .info-action .interview-block.info-all-answer .result {
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    line-height: 1;
    display: inline-block;
    margin-left: 15px; }
  .info-action .interview-block.info-all-answer .top-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px; }
    .info-action .interview-block.info-all-answer .top-block p {
      width: -webkit-calc(100% - 130px);
      width: calc(100% - 130px); }
    .info-action .interview-block.info-all-answer .top-block .block-answer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .info-action .interview-block.info-all-answer .top-block .block-answer .result {
        margin-top: 10px;
        border: 1px solid #005596; }
  .info-action .interview-block.info-all-answer .bottom-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .info-action .interview-block.info-all-answer .bottom-block .r-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .info-action .interview-block.info-all-answer .bottom-block .r-block .cont:first-child {
        margin-right: 30px; }

.public-sites .card {
  margin: 0 15px 30px;
  width: -webkit-calc(16.66% - 30px);
  width: calc(16.66% - 30px); }
  .public-sites .card:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.public-sites .img {
  width: 85px;
  height: 70px;
  margin: 0 auto; }
  .public-sites .img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.public-sites span {
  display: block;
  margin-top: 10px;
  padding-top: 25px;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #005596;
  font-size: 15px;
  font-weight: 700; }
  .public-sites span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 85px;
    height: 1px;
    background: #212121; }

.banner-page {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 175px;
  opacity: .3; }

.title-page {
  padding-top: 25px; }
  .title-page h1, .title-page h2, .title-page h3, .title-page h4, .title-page h5, .title-page h6 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: normal;
    font-weight: 700;
    color: 800;
    color: #00599e; }
  .title-page strong {
    display: block;
    margin: 20px 0 25px;
    font-size: 20px;
    font-weight: 700; }

.column .flex {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.column .content-page {
  width: 857px; }
  .column .content-page .title-section {
    padding-top: 0; }
    .column .content-page .title-section:hover h1:hover, .column .content-page .title-section:hover h2:hover, .column .content-page .title-section:hover h3:hover, .column .content-page .title-section:hover h4:hover, .column .content-page .title-section:hover h5:hover, .column .content-page .title-section:hover h6:hover {
      padding-left: 25px; }
      .column .content-page .title-section:hover h1:hover::after, .column .content-page .title-section:hover h2:hover::after, .column .content-page .title-section:hover h3:hover::after, .column .content-page .title-section:hover h4:hover::after, .column .content-page .title-section:hover h5:hover::after, .column .content-page .title-section:hover h6:hover::after {
        width: 4px; }

.filter {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .filter label {
    margin-right: 25px;
    font-weight: 300; }

.wrap aside .aside-menu {
  border-bottom: 1px solid #eee;
  background: #fff; }
  .wrap aside .aside-menu .show-menu {
    width: 100%;
    text-align: center;
    padding: 13px 0;
    border-top: 1px solid #eee;
    display: none;
    position: relative; }
    .wrap aside .aside-menu .show-menu span {
      font-size: 14px;
      display: block;
      width: 100%;
      text-align: center;
      color: #a2a2a2; }
    .wrap aside .aside-menu .show-menu .arrow {
      right: 0;
      position: absolute;
      height: 52px;
      top: 50%;
      width: 60px;
      display: block;
      cursor: pointer;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      .wrap aside .aside-menu .show-menu .arrow:before {
        content: '';
        background-image: url(../img/icon/arrow-cal.png);
        display: block;
        width: 17px;
        height: 10px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .wrap aside .aside-menu .show-menu.slideDown .arrow:before {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
  .wrap aside .aside-menu ul {
    padding: 0; }

.wrap aside li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  position: relative; }
  .wrap aside li .cont-link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .wrap aside li .cont-link a {
      width: 100%;
      padding: 12px 30px;
      display: block;
      font-size: 18px;
      line-height: 28px;
      color: #00599e;
      font-weight: 600;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .wrap aside li .cont-link:hover {
      background: #eee;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .wrap aside li .ddmenu {
    right: 0;
    height: 52px;
    width: 60px;
    display: block;
    top: 26px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    .wrap aside li .ddmenu:before {
      content: '';
      background-image: url("../img/icon/arrow-cal.png");
      display: block;
      width: 17px;
      height: 10px;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: contain;
      background-size: contain;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .wrap aside li.open > .cont-link .ddmenu {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .wrap aside li.open > ul {
    display: block; }
  .wrap aside li ul {
    width: 100%;
    display: none; }
    .wrap aside li ul li {
      width: 100%; }
      .wrap aside li ul li .cont-link a {
        width: 100%;
        padding: 6px 30px 6px 60px;
        font-size: 14px;
        line-height: 28px;
        color: #4f4f4f;
        font-weight: 600;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s; }
      .wrap aside li ul li ul {
        display: none; }
        .wrap aside li ul li ul li .cont-link a {
          padding: 6px 30px 6px 80px; }
        .wrap aside li ul li ul > a {
          color: #fff;
          position: relative; }
          .wrap aside li ul li ul > a::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            background: #00599e;
            z-index: -1; }
  .wrap aside li.active > .cont-link {
    color: #fff;
    background: #005597;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative; }
    .wrap aside li.active > .cont-link * {
      color: #fff; }
    .wrap aside li.active > .cont-link::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: #00599e;
      z-index: -1; }
    .wrap aside li.active > .cont-link .ddmenu:before {
      background-image: url("../img/icon/arrow-white.png"); }

.wrap aside .article {
  display: block;
  margin-bottom: 35px;
  padding-bottom: 30px; }

.column .block-col .content-page {
  width: -webkit-calc(100% - 480px);
  width: calc(100% - 480px); }

.column .block-col aside {
  width: 420px;
  margin-right: 60px; }

.item {
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 14px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .item .time {
    padding-right: 13px;
    margin-right: 13px;
    border-right: 1px solid #eee; }
  .item h2 {
    line-height: 22px;
    color: #00599e;
    font-weight: 700; }
  .item:hover {
    border-color: #00599e; }

.pagination {
  margin-top: 45px;
  margin-bottom: 35px; }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .pagination li {
    font-size: 20px;
    padding: 5px; }
    .pagination li.prev, .pagination li.next {
      border: 1px solid #eee; }
      .pagination li.prev a, .pagination li.next a {
        padding: 12px;
        height: 35px; }
    .pagination li.prev {
      margin-right: 10px;
      border-radius: 6px 0 0 6px; }
    .pagination li.next {
      margin-left: 10px;
      border-radius: 0 6px 6px 0; }
    .pagination li.active {
      color: #00599e;
      text-decoration: underline; }
    .pagination li img {
      max-width: 50%;
      max-height: 50%; }
    .pagination li a {
      font-size: inherit;
      padding: inherit; }
  .pagination .pagination_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pagination .pagination_list .pagination_item {
      font-size: 20px;
      padding: 5px;
      height: 35px;
      min-width: 35px;
      color: #000;
      position: relative;
      text-align: center;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .pagination .pagination_list .pagination_item.current {
        color: #00599e;
        text-decoration: underline;
        cursor: default; }
      .pagination .pagination_list .pagination_item:hover {
        color: #00599e; }
      .pagination .pagination_list .pagination_item.btn_next {
        margin-left: 10px; }
      .pagination .pagination_list .pagination_item.btn_prev {
        margin-left: 10px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
      .pagination .pagination_list .pagination_item.btn_prev, .pagination .pagination_list .pagination_item.btn_next {
        border: 1px solid #eee;
        border-radius: 0 6px 6px 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .pagination .pagination_list .pagination_item.btn_prev img, .pagination .pagination_list .pagination_item.btn_next img {
          max-width: 50%;
          max-height: 50%;
          position: absolute;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          vertical-align: middle; }
        .pagination .pagination_list .pagination_item.btn_prev:hover, .pagination .pagination_list .pagination_item.btn_next:hover {
          opacity: 0.7; }
          .pagination .pagination_list .pagination_item.btn_prev:hover *, .pagination .pagination_list .pagination_item.btn_next:hover * {
            opacity: 0.7;
            cursor: pointer; }

.videonews-actual .block-video {
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  margin-left: -20px; }
  .videonews-actual .block-video .videonews, .videonews-actual .block-video .actual {
    margin: 0 20px; }
    .videonews-actual .block-video .videonews h2, .videonews-actual .block-video .actual h2 {
      -webkit-line-clamp: 2;
      height: 47px;
      margin-bottom: 10px; }
    .videonews-actual .block-video .videonews .sl_vertical-4 .swiper-wrapper, .videonews-actual .block-video .actual .sl_vertical-4 .swiper-wrapper {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; }

.editor .editor-inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px; }
  .editor .editor-inner-block .item-link-editor {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px);
    margin: 0 15px 30px; }

.editor .iframe-buy {
  min-height: 2350px !important; }

.editor iframe {
  width: 100%;
  height: auto !important;
  min-height: 490px; }

.editor h1, .editor h2, .editor h3, .editor h4, .editor h4, .editor h6 {
  line-height: normal;
  color: #00599e; }

.editor h1 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 800; }

.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-bottom: 15px;
  font-weight: 700; }

.editor h2 {
  font-size: 20px; }

.editor h3 {
  font-size: 19px; }

.editor h4 {
  font-size: 18px; }

.editor h5 {
  font-size: 17px; }

.editor h6 {
  font-size: 16px; }

.editor h1 strong, .editor h2 strong, .editor h3 strong, .editor h4 strong, .editor h4 strong, .editor h6 strong, .editor p strong, .editor u strong, .editor i strong, .editor a strong, .editor ul strong, .editor ol strong, .editor li strong, .editor blockquote strong {
  font-size: inherit;
  font-style: inherit;
  color: inherit;
  font-weight: 700 !important; }

.editor p {
  margin-bottom: 10px;
  line-height: 24px; }

.editor u {
  text-decoration: underline !important; }
  .editor u * {
    text-decoration: underline !important; }

.editor i, .editor em {
  font-style: italic; }
  .editor i *, .editor em * {
    font-style: italic; }

.editor strong {
  font-weight: 700 !important; }
  .editor strong * {
    font-weight: 700 !important; }

.editor a {
  color: #00599e;
  text-decoration: underline; }
  .editor a.read {
    margin: 15px 0; }

.editor blockquote {
  margin: 15px 0;
  padding: 12px 30px;
  background: #eee;
  border-radius: 6px;
  color: #a2a2a2; }

.editor ol, .editor ul {
  margin: 10px 0 10px 25px; }

.editor ul li {
  position: relative; }
  .editor ul li::after {
    content: '';
    position: absolute;
    top: 11px;
    left: -25px;
    display: block;
    width: 10px;
    height: 2px;
    background: #00599e; }

.editor img {
  max-width: 100%;
  margin: 15px;
  width: auto !important;
  height: auto !important; }

.link-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  margin-left: -30px; }
  .link-site .column {
    padding: 20px 55px;
    border-radius: 6px;
    margin: 0 30px 30px;
    width: 100%; }
    .link-site .column .wrap-item .title-block {
      font-size: 14px;
      font-weight: 700;
      margin-bottom: 10px;
      display: block; }
    .link-site .column .wrap-item .link {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .link-site .column .wrap-item .link:hover {
        color: #3393de; }
      .link-site .column .wrap-item .link * {
        line-height: 24px; }
      .link-site .column .wrap-item .link i {
        margin-right: 6px;
        width: 11px;
        height: 11px;
        background: url("../img/icon/logo-circle.svg") no-repeat center/contain;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
    .link-site .column .wrap-item ul li a {
      font-weight: 500;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      font-size: 18px;
      line-height: 28px; }
      .link-site .column .wrap-item ul li a.link-first {
        text-decoration: none;
        margin-bottom: 10px;
        display: block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        font-weight: 700; }
        .link-site .column .wrap-item ul li a.link-first:hover {
          color: #005597; }
        .link-site .column .wrap-item ul li a.link-first span {
          font-weight: 700;
          position: relative;
          line-height: 22px;
          display: block; }
          .link-site .column .wrap-item ul li a.link-first span:after {
            position: absolute;
            height: 1px;
            display: block;
            content: " ";
            background: #999999;
            width: 120px;
            bottom: -5px;
            left: 0; }
        .link-site .column .wrap-item ul li a.link-first * {
          line-height: 22px;
          font-size: 17px; }
      .link-site .column .wrap-item ul li a span {
        font-size: 14px;
        font-weight: 600;
        position: relative; }
        .link-site .column .wrap-item ul li a span:after {
          position: absolute;
          height: 1px;
          display: block;
          content: " ";
          background: #999999;
          width: 120px;
          bottom: 0;
          left: 0; }
      .link-site .column .wrap-item ul li a:hover * {
        color: #005597;
        text-decoration: none; }
    .link-site .column .wrap-item ul li * a {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      font-size: 17px; }
      .link-site .column .wrap-item ul li * a span {
        font-weight: 500; }
        .link-site .column .wrap-item ul li * a span:after {
          content: none;
          display: none; }
      .link-site .column .wrap-item ul li * a:hover * {
        color: #005597;
        text-decoration: none; }
    .link-site .column .wrap-item ul li ul li a {
      position: relative;
      font-size: 16px;
      padding-left: 10px;
      margin-left: 15px; }
      .link-site .column .wrap-item ul li ul li a::before {
        content: '';
        width: 6px;
        height: 6px;
        top: 9px;
        left: 0;
        border-radius: 100%;
        display: block;
        position: absolute;
        background: #005597; }
      .link-site .column .wrap-item ul li ul li a span {
        font-size: 13px; }
    .link-site .column .wrap-item ul li ul li ul * {
      color: #585858; }
    .link-site .column .wrap-item ul li ul li ul li a {
      margin-left: 33px; }
      .link-site .column .wrap-item ul li ul li ul li a::before {
        width: 4px;
        height: 4px; }
      .link-site .column .wrap-item ul li ul li ul li a span {
        font-size: 12px; }
    .link-site .column .wrap-item ul li ul li ul li ul li a {
      margin-left: 45px; }
      .link-site .column .wrap-item ul li ul li ul li ul li a::before {
        width: 3px;
        height: 3px; }
      .link-site .column .wrap-item ul li ul li ul li ul li a span {
        font-size: 10px; }

.info-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .info-title .data-published {
    margin-right: 40px; }
  .info-title .title {
    width: -webkit-calc(100% - 131px);
    width: calc(100% - 131px);
    font-weight: 700;
    color: #00599e;
    font-size: 20px; }
    .info-title .title * {
      font-weight: 700;
      font-size: 20px;
      color: #00599e; }

.swiper-gallery-wrap {
  margin: 20px 0; }
  .swiper-gallery-wrap .title-pagination {
    padding: 55px 0 15px;
    margin-bottom: 10px; }
    .swiper-gallery-wrap .title-pagination .swiper-pagination {
      position: static;
      text-align: left;
      margin-right: 35px; }
      .swiper-gallery-wrap .title-pagination .swiper-pagination * {
        font-size: 14px;
        font-weight: 300; }
    .swiper-gallery-wrap .title-pagination .pagination {
      margin-top: 0;
      margin-bottom: 0; }
    .swiper-gallery-wrap .title-pagination .left-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .swiper-gallery-wrap .title-pagination .title-slider {
      font-size: 16px;
      font-weight: 600;
      color: #565656; }
  .swiper-gallery-wrap .gallery-swiper {
    margin-bottom: 30px; }
    .swiper-gallery-wrap .gallery-swiper .swiper-slide {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #fff; }
      .swiper-gallery-wrap .gallery-swiper .swiper-slide .img {
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 580px;
        width: 100%;
        min-height: 210px;
        display: block; }

.contacts .editor {
  width: 33.33%;
  padding-right: 180px; }
  .contacts .editor:nth-child(3) {
    padding-right: 50px; }

.data-published {
  display: block;
  margin-bottom: 15px;
  color: #a2a2a2; }

.doc {
  display: inline-block;
  max-width: 330px;
  margin: 15px 15px 0 0;
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 6px;
  background: #f7faff;
  text-decoration: none; }
  .doc strong {
    display: block;
    margin-bottom: 17px;
    font-weight: 700;
    color: #8b8b8b;
    font-size: 14px;
    text-align: left; }
  .doc .download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    .doc .download:hover {
      text-decoration: underline; }
    .doc .download .ico {
      margin-right: 12px;
      width: 30px;
      height: 30px; }
      .doc .download .ico.pdf {
        background: url("../img/icon/pdf.png") no-repeat center/contain; }
  .doc span {
    font-weight: 300;
    color: #00599e;
    margin-left: 10px; }

.fonts {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 7px 10px;
  max-width: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .fonts p, .fonts .control {
    width: 50%; }
  .fonts p {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eee;
    font-weight: 700;
    color: #a2a2a2; }
  .fonts .control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fonts .plus, .fonts .minus, .fonts .reset-count {
    cursor: pointer; }
  .fonts .reset-count {
    margin-top: 5px; }
  .fonts .plus, .fonts .minus {
    width: 25px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 100%;
    position: relative; }
    .fonts .plus::after, .fonts .plus::before, .fonts .minus::after, .fonts .minus::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: block;
      width: 12px;
      height: 2px;
      background: #00599e; }
  .fonts .plus {
    margin-right: 10px; }
    .fonts .plus::before {
      -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      -o-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotate(90deg); }
  .fonts .minus::before {
    display: none; }
  .fonts .reset {
    margin-top: 7px;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 300; }

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .share span {
    display: block;
    margin-bottom: 5px; }
  .share .soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #f7faff;
    margin-bottom: 15px; }
    .share .soc a {
      width: 40px;
      height: 40px;
      border-right: 1px solid #eee;
      text-align: center; }
      .share .soc a i {
        font-size: 20px;
        line-height: 40px;
        color: #a2a2a2; }
      .share .soc a:last-child {
        margin-right: -1px; }
  .share .print-block {
    background: #f7faff;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-bottom: 25px; }
    .share .print-block .print-btn {
      width: 40px;
      height: 40px;
      border-right: 1px solid #eee;
      text-align: center;
      display: inline-block; }
      .share .print-block .print-btn i {
        font-size: 20px;
        line-height: 40px;
        color: #a2a2a2; }

.control-panel {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .control-panel .doc {
    margin-top: 0; }
  .control-panel.block-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

form input {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 0 14px;
  height: 35px; }

.search-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -15px; }
  .search-panel .form-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0 15px 30px;
    width: -webkit-calc(40% - 30px);
    width: calc(40% - 30px); }
    .search-panel .form-control.checkbox {
      width: -webkit-calc(23% - 30px);
      width: calc(23% - 30px); }
      .search-panel .form-control.checkbox .label-cbx {
        user-select: none;
        cursor: pointer;
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        margin-bottom: 0;
        position: static;
        pointer-events: auto; }
        .search-panel .form-control.checkbox .label-cbx * {
          cursor: pointer; }
        .search-panel .form-control.checkbox .label-cbx .text {
          margin-right: 20px; }
        .search-panel .form-control.checkbox .label-cbx .checkbox {
          position: relative;
          top: 0;
          float: left;
          margin-right: 8px;
          width: 20px;
          height: 20px;
          border: 2px solid #C8CCD4;
          border-radius: 3px; }
          .search-panel .form-control.checkbox .label-cbx .checkbox svg {
            position: absolute;
            top: -2px;
            left: -2px; }
            .search-panel .form-control.checkbox .label-cbx .checkbox svg path {
              fill: none;
              stroke: #005597;
              stroke-width: 2;
              stroke-linecap: round;
              stroke-linejoin: round;
              stroke-dasharray: 71px;
              stroke-dashoffset: 71px;
              -webkit-transition: all 0.6s ease;
              -o-transition: all 0.6s ease;
              transition: all 0.6s ease; }
            .search-panel .form-control.checkbox .label-cbx .checkbox svg polyline {
              fill: none;
              stroke: #FFF;
              stroke-width: 2;
              stroke-linecap: round;
              stroke-linejoin: round;
              stroke-dasharray: 18px;
              stroke-dashoffset: 18px;
              -webkit-transition: all 0.3s ease;
              -o-transition: all 0.3s ease;
              transition: all 0.3s ease; }
        .search-panel .form-control.checkbox .label-cbx > span {
          pointer-events: none;
          vertical-align: middle; }
      .search-panel .form-control.checkbox .invisible {
        position: absolute;
        z-index: -1;
        width: 0;
        height: 0;
        opacity: 0; }
      .search-panel .form-control.checkbox .label-cbx input:checked + .checkbox {
        border-color: #005597; }
        .search-panel .form-control.checkbox .label-cbx input:checked + .checkbox svg path {
          fill: #005597; }
        .search-panel .form-control.checkbox .label-cbx input:checked + .checkbox svg polyline {
          stroke-dashoffset: 0; }
      .search-panel .form-control.checkbox .label-cbx:hover .checkbox svg path {
        stroke-dashoffset: 0; }
    .search-panel .form-control:nth-child(3) {
      width: -webkit-calc(29% - 30px);
      width: calc(29% - 30px); }
    .search-panel .form-control:nth-child(4) {
      width: -webkit-calc(24% - 30px);
      width: calc(24% - 30px); }
  .search-panel .search-block {
    width: 100%;
    margin: 0 15px; }
    .search-panel .search-block .form-control {
      width: 100%;
      height: 50px;
      margin: 0 auto 25px; }
      .search-panel .search-block .form-control input {
        width: 100%;
        height: 100%;
        font-size: 18px; }
      .search-panel .search-block .form-control .search-btn {
        width: 40px;
        height: 50px;
        right: 10px; }
  .search-panel label {
    margin-right: 15px;
    font-weight: 300; }
  .search-panel input {
    width: 400px;
    padding-right: 40px; }

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  background: url("../img/icon/search-blue.svg") no-repeat center/60%; }

.result-search {
  display: block;
  margin: 20px 0 25px;
  font-size: 15px; }

.btn-sub {
  background: #005596;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 13px; }

.map .wrap-link {
  width: 100%;
  margin-bottom: 30px; }
  .map .wrap-link .btn-link {
    color: #00508f; }

.map .map-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden; }
  .map .map-item span {
    padding: 0;
    border-right: 1px solid #eee;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer; }
    .map .map-item span:last-child {
      margin-right: -2px; }
    .map .map-item span a {
      padding: 30px 20px;
      display: inline-block; }
    .map .map-item span.active {
      background: #00599e;
      color: #fff; }
      .map .map-item span.active * {
        color: #fff; }
    .map .map-item span:hover:not(.active) {
      background: #eee; }
  .map .map-item .flex {
    border: 1px solid #eee;
    border-radius: 6px 6px 0 0; }
  .map .map-item .btn-sub {
    margin-bottom: 15px;
    margin-left: 20px; }

.map .map-container {
  width: 100%;
  height: 490px;
  background: #eee; }
  .map .map-container #googleMap {
    width: 100%;
    height: 100%; }

.swal2-modal {
  padding: 40px 20px !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #fff !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  border-radius: 50%;
  overflow-x: initial;
  overflow-y: initial;
  min-height: 500px !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .swal2-modal .swal2-close {
    color: #ffffff;
    font-size: 55px;
    font-weight: 600; }
  .swal2-modal .swal2-styled {
    background-color: #005596 !important;
    border-left-color: #005596 !important;
    border-right-color: #005596 !important;
    border-radius: 0; }
  .swal2-modal .swal2-title {
    font-size: 30px;
    line-height: normal;
    font-weight: 300;
    color: #212121; }

.icon-chevron {
  display: block;
  width: 15px;
  height: 22px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAWCAMAAAAo0TYrAAAAElBMVEX///8AAAAAAAAAAAAAAAAAAABknMCaAAAABXRSTlMAEHCg0O5XV0MAAAAzSURBVHgBYwACJkYGZMDMysKIwmUFCyC4KAIsrKgCjPQQQPCpzUX4B9O/mOGBGV7o4QkA5zcCv3HiEZgAAAAASUVORK5CYII=); }

.icon-chevron-rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.page {
  width: 500px;
  margin: 0 auto;
  padding: 1em; }

.responsive-calendar-modal {
  background-color: #1d86c8;
  color: white;
  padding: 1em; }

.responsive-calendar .controls {
  text-align: center; }

.responsive-calendar .controls a {
  cursor: pointer;
  color: red; }

.responsive-calendar .controls h4 {
  display: inline; }

.responsive-calendar .day-headers,
.responsive-calendar .days {
  font-size: 0; }

.responsive-calendar .day {
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: 14.285714285714286%;
  text-align: center; }

.responsive-calendar .day a {
  color: #000000;
  display: block;
  cursor: pointer;
  padding: 20% 0 20% 0; }

.responsive-calendar .day a:hover {
  background-color: #eee;
  text-decoration: none;
  border-radius: 6px; }

.responsive-calendar .day.header {
  border-bottom: 1px gray solid; }

.responsive-calendar .day.active a {
  background-color: #1d86c8;
  color: #ffffff; }

.responsive-calendar .day.active a:hover {
  background-color: #36a0e2; }

.responsive-calendar .day.active .not-current {
  background-color: #8fcaef;
  color: #ffffff; }

.responsive-calendar .day.active .not-current:hover {
  background-color: #bcdff5; }

.responsive-calendar .day.not-current a {
  color: #ddd; }

.responsive-calendar .day .badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1; }

.block-calendar {
  margin-top: 30px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 25px 50px;
  position: relative; }
  .block-calendar .responsive-calendar .controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #005596; }
    .block-calendar .responsive-calendar .controls h4 {
      font-size: 15px;
      width: -webkit-calc(100% - 74px);
      width: calc(100% - 74px);
      display: block;
      text-align: left;
      padding: 0; }
      .block-calendar .responsive-calendar .controls h4 * {
        font-size: 15px;
        text-transform: uppercase; }
      .block-calendar .responsive-calendar .controls h4:after {
        content: none; }
    .block-calendar .responsive-calendar .controls .pull-left,
    .block-calendar .responsive-calendar .controls .pull-right {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-100%) rotate(180deg);
      -ms-transform: translateY(-100%) rotate(180deg);
      -o-transform: translateY(-100%) rotate(180deg);
      transform: translateY(-100%) rotate(180deg); }
      .block-calendar .responsive-calendar .controls .pull-left .btn .icon-chevron,
      .block-calendar .responsive-calendar .controls .pull-right .btn .icon-chevron {
        background-image: url("../img/icon/arrow-cal.png");
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        width: 22px;
        background-position: center; }
    .block-calendar .responsive-calendar .controls .pull-left {
      right: 50px; }
    .block-calendar .responsive-calendar .controls .pull-right {
      right: 0; }
  .block-calendar .responsive-calendar .day-headers *, .block-calendar .responsive-calendar .days * {
    font-size: 15px; }
  .block-calendar .responsive-calendar .day-headers .day, .block-calendar .responsive-calendar .days .day {
    border: none; }
    .block-calendar .responsive-calendar .day-headers .day a, .block-calendar .responsive-calendar .days .day a {
      padding: 10px;
      margin: 5px; }
    .block-calendar .responsive-calendar .day-headers .day.today a, .block-calendar .responsive-calendar .days .day.today a {
      border: 1px solid #005596;
      color: #000;
      font-weight: 700;
      border-radius: 6px; }
    .block-calendar .responsive-calendar .day-headers .day.not-current *, .block-calendar .responsive-calendar .days .day.not-current * {
      color: #b2b2b2; }
    .block-calendar .responsive-calendar .day-headers .day.active a, .block-calendar .responsive-calendar .days .day.active a {
      color: #000;
      background: #fff;
      border: 1px solid #005596;
      border-radius: 6px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .block-calendar .responsive-calendar .day-headers .day.active a:hover, .block-calendar .responsive-calendar .days .day.active a:hover {
        background: #005596;
        color: #fff; }
    .block-calendar .responsive-calendar .day-headers .day.active .badge, .block-calendar .responsive-calendar .days .day.active .badge {
      text-align: center;
      font-size: 14px !important;
      position: absolute;
      top: -3px;
      right: -3px;
      z-index: 1;
      background: #00aff2;
      color: #fff;
      border-radius: 15px;
      padding: 0 5px;
      line-height: 1;
      height: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .block-calendar .responsive-calendar .day-headers .day {
    padding: 15px; }
  .block-calendar .responsive-calendar-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal {
      height: 100%;
      background-color: #ffffff;
      border-radius: 6px;
      padding: 30px;
      position: relative;
      width: 100%; 
      overflow-y: auto;
	}
      .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal a {
        margin-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; }
        .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal a .title-event {
          font-size: 24px;
          margin-bottom: 10px;
          display: block;
          width: 100%; }
    .block-calendar .responsive-calendar-placeholder.show {
      opacity: 1;
      pointer-events: all; }
    .block-calendar .responsive-calendar-placeholder .close-event {
      right: 10px;
      position: absolute;
      top: 10px;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .block-calendar .responsive-calendar-placeholder .close-event:hover {
        opacity: 0.8; }
      .block-calendar .responsive-calendar-placeholder .close-event:before, .block-calendar .responsive-calendar-placeholder .close-event:after {
        position: absolute;
        left: 9px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #3f3f3f; }
      .block-calendar .responsive-calendar-placeholder .close-event:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .block-calendar .responsive-calendar-placeholder .close-event:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.block-calendar .responsive-calendar-placeholder .responsive-calendar-modal {
  padding: 60px 30px 30px; }
  .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 14px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item .time {
      padding-right: 13px;
      margin-right: 13px;
      border-right: 1px solid #eee;
      font-size: 14px;
      margin-bottom: 0;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item h2 {
      font-size: 14px;
      padding: 0; }
      .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item h2:after {
        content: none; }
    .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item:hover {
      border-color: #00599e; }

.event-calendar-wrap {
  margin-bottom: 50px; }
  .event-calendar-wrap .block-calendar {
    padding: 30px 54px;
    width: 100%;
    margin-top: 0; }
    .event-calendar-wrap .block-calendar .responsive-calendar {
      margin: 0; }
      .event-calendar-wrap .block-calendar .responsive-calendar .controls {
        border: none; }
        .event-calendar-wrap .block-calendar .responsive-calendar .controls h4 {
          font-size: 20px; }
          .event-calendar-wrap .block-calendar .responsive-calendar .controls h4 span:first-child {
            font-weight: 700; }
      .event-calendar-wrap .block-calendar .responsive-calendar .day-headers {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -webkit-calc(100% + 64px);
        width: calc(100% + 64px);
        margin-left: -32px;
        position: relative; }
        .event-calendar-wrap .block-calendar .responsive-calendar .day-headers:before {
          position: absolute;
          left: 32px;
          top: 0;
          background: #005597;
          width: -webkit-calc(100% - 64px);
          width: calc(100% - 64px);
          height: 100%;
          display: block;
          border-top-left-radius: 6px;
          border-top-right-radius: 6px;
          content: ""; }
        .event-calendar-wrap .block-calendar .responsive-calendar .day-headers .day {
          padding: 10px;
          margin: 0 32px;
          width: 50px;
          height: 50px;
          font-size: 15px;
          color: #fff;
          font-weight: 700;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
      .event-calendar-wrap .block-calendar .responsive-calendar .days {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -webkit-calc(100% + 64px);
        width: calc(100% + 64px);
        margin-left: -32px; }
        .event-calendar-wrap .block-calendar .responsive-calendar .days .day {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          margin: 5px 28px; }
          .event-calendar-wrap .block-calendar .responsive-calendar .days .day a {
            width: 50px;
            height: 50px;
            font-size: 18px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; }

@media (max-width: 1372px) {
  .event-calendar-wrap .block-calendar {
    padding: 20px; }
    .event-calendar-wrap .block-calendar .responsive-calendar .day-headers {
      width: -webkit-calc(100% + 36px);
      width: calc(100% + 36px);
      margin-left: -18px; }
      .event-calendar-wrap .block-calendar .responsive-calendar .day-headers .day {
        margin: 5px 18px; }
      .event-calendar-wrap .block-calendar .responsive-calendar .day-headers:before {
        width: -webkit-calc(100% - 32px);
        width: calc(100% - 32px);
        left: 18px; }
    .event-calendar-wrap .block-calendar .responsive-calendar .days {
      width: -webkit-calc(100% + 36px);
      width: calc(100% + 36px);
      margin-left: -18px; }
      .event-calendar-wrap .block-calendar .responsive-calendar .days .day {
        margin: 5px 18px; }
        .event-calendar-wrap .block-calendar .responsive-calendar .days .day a {
          margin: 0; } }

@media (max-width: 700px) {
  .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal {
    padding: 55px 20px 20px; }
    .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item {
      padding: 10px 15px; }
  .event-calendar-wrap .block-calendar .responsive-calendar .day-headers {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px; }
    .event-calendar-wrap .block-calendar .responsive-calendar .day-headers .day {
      margin: 5px 10px; }
    .event-calendar-wrap .block-calendar .responsive-calendar .day-headers:before {
      left: 0;
      width: 100%; }
  .event-calendar-wrap .block-calendar .responsive-calendar .days {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px; }
    .event-calendar-wrap .block-calendar .responsive-calendar .days .day {
      margin: 5px 10px; } }

@media (max-width: 576px) {
  .event-calendar-wrap .block-calendar .responsive-calendar .day-headers .day {
    width: 45px;
    height: 45px;
    margin: 5px 8px; }
  .event-calendar-wrap .block-calendar .responsive-calendar .days .day {
    margin: 5px 8px; }
    .event-calendar-wrap .block-calendar .responsive-calendar .days .day a {
      width: 45px;
      height: 45px; } }

@media (max-width: 500px) {
  .block-calendar {
    padding: 15px 10px; }
    .block-calendar .responsive-calendar .day-headers .day {
      font-size: 12px; }
    .block-calendar .responsive-calendar .days .day a {
      padding: 0;
      font-size: 14px; }
    .block-calendar .responsive-calendar .days .day.active .badge {
      font-size: 10px !important; }
    .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal {
      padding: 50px 10px 15px; }
      .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item {
        padding: 8px 5px; }
        .block-calendar .responsive-calendar-placeholder .responsive-calendar-modal .item .time {
          font-size: 12px; }
  .event-calendar-wrap .block-calendar .responsive-calendar .day-headers .day {
    padding: 0;
    width: 22px;
    height: 35px;
    font-size: 12px; }
  .event-calendar-wrap .block-calendar .responsive-calendar .days .day {
    width: 10%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px; }
    .event-calendar-wrap .block-calendar .responsive-calendar .days .day a {
      width: 24px;
      height: 24px;
      font-size: 14px; } }

.select2-container--custom-sub-w100.select2-container--open .select2-dropdown--below,
.select2-container--custom-sub-w230.select2-container--open .select2-dropdown--below {
  top: -3px; }

.select2-container--custom-sub-w100.select2-container--open .select2-dropdown--above,
.select2-container--custom-sub-w230.select2-container--open .select2-dropdown--above {
  top: 5px; }

.select2-container--custom-sub-w100.select2-container--open .select2-dropdown,
.select2-container--custom-sub-w230.select2-container--open .select2-dropdown {
  border: none !important;
  border-radius: 0px !important;
  z-index: 2; }
  .select2-container--custom-sub-w100.select2-container--open .select2-dropdown .select2-results .select2-results__options,
  .select2-container--custom-sub-w230.select2-container--open .select2-dropdown .select2-results .select2-results__options {
    padding: 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9; }
    .select2-container--custom-sub-w100.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option,
    .select2-container--custom-sub-w230.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option {
      background: #f8f8f8;
      padding: 5px 14px;
      text-align: left;
      color: #005597; }
      .select2-container--custom-sub-w100.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover,
      .select2-container--custom-sub-w230.select2-container--open .select2-dropdown .select2-results .select2-results__options .select2-results__option:hover {
        background: #005597;
        color: #fff; }

.select2-container--custom-sub-w100 {
  min-width: 110px; }

.select2-container--custom-sub-w230 {
  min-width: 230px; }

.select2-container--custom-sub-w100,
.select2-container--custom-sub-w230 {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 35px; }
  .select2-container--custom-sub-w100 *,
  .select2-container--custom-sub-w230 * {
    outline: none !important;
    cursor: pointer; }
  .select2-container--custom-sub-w100.select2-container--open .select2-selection--single,
  .select2-container--custom-sub-w230.select2-container--open .select2-selection--single {
    border-color: #e9e9e9; }
  .select2-container--custom-sub-w100 .select2-selection--single,
  .select2-container--custom-sub-w230 .select2-selection--single {
    height: 36px !important;
    padding: 0;
    border-radius: 6px !important;
    border: none;
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e9e9e9;
    z-index: 3; }
    .select2-container--custom-sub-w100 .select2-selection--single .select2-selection__placeholder,
    .select2-container--custom-sub-w230 .select2-selection--single .select2-selection__placeholder {
      font-size: 14px;
      font-weight: 400;
      color: #dcdcdc;
      text-align: left; }
  .select2-container--custom-sub-w100 .select2-selection__arrow,
  .select2-container--custom-sub-w230 .select2-selection__arrow {
    top: 0px !important;
    right: 0;
    width: 48px;
    position: absolute;
    bottom: 0px;
    text-align: center; }
    .select2-container--custom-sub-w100 .select2-selection__arrow:before,
    .select2-container--custom-sub-w230 .select2-selection__arrow:before {
      position: absolute;
      content: '';
      background: #e3e3e3;
      width: 1px;
      height: 22px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 47px; }
    .select2-container--custom-sub-w100 .select2-selection__arrow b,
    .select2-container--custom-sub-w230 .select2-selection__arrow b {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      color: #000000;
      font-size: 27px;
      line-height: 36px;
      -webkit-transition: .3s all;
      -o-transition: .3s all;
      transition: .3s all; }
      .select2-container--custom-sub-w100 .select2-selection__arrow b:before,
      .select2-container--custom-sub-w230 .select2-selection__arrow b:before {
        content: "\f107"; }
  .select2-container--custom-sub-w100.select2-container--open b,
  .select2-container--custom-sub-w230.select2-container--open b {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .select2-container--custom-sub-w100.select2-container--open .select2-selection__rendered,
  .select2-container--custom-sub-w230.select2-container--open .select2-selection__rendered {
    background: transparent; }
  .select2-container--custom-sub-w100 .select2-selection__rendered,
  .select2-container--custom-sub-w230 .select2-selection__rendered {
    font-size: 14px !important;
    line-height: 36px;
    font-weight: 400;
    color: #212121 !important;
    padding: 0 55px 0 15px !important;
    text-align: center;
    text-transform: lowercase;
    text-transform: initial; }
  .select2-container--custom-sub-w100 .select2-dropdown,
  .select2-container--custom-sub-w230 .select2-dropdown {
    border: 1px solid #dadada !important;
    background: transparent;
    border-radius: 3px !important;
    top: 0;
    left: 0; }
    .select2-container--custom-sub-w100 .select2-dropdown .select2-results__options,
    .select2-container--custom-sub-w230 .select2-dropdown .select2-results__options {
      padding: 10px 0;
      background: #fff;
      max-height: 300px;
      overflow-y: auto; }
    .select2-container--custom-sub-w100 .select2-dropdown .select2-results__option,
    .select2-container--custom-sub-w230 .select2-dropdown .select2-results__option {
      font-size: 14px;
      background: #fff;
      color: #212121;
      padding: 10px 15px;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      -webkit-transition: background .2s;
      -o-transition: background .2s;
      transition: background .2s; }
      .select2-container--custom-sub-w100 .select2-dropdown .select2-results__option:hover, .select2-container--custom-sub-w100 .select2-dropdown .select2-results__option.select2-results__option--highlighted,
      .select2-container--custom-sub-w230 .select2-dropdown .select2-results__option:hover,
      .select2-container--custom-sub-w230 .select2-dropdown .select2-results__option.select2-results__option--highlighted {
        background: #e2e2e2;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s; }

.select2-container--price .select2-dropdown .select2-results__option {
  padding-left: 15px; }

.input-container .select2-container--custom-select {
  width: 100% !important; }

@media (max-width: 1372px) {
  .operational-information .img {
    min-height: 200px; }
  .column .block-col .content-page {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px); }
  .column .block-col aside {
    width: 360px;
    margin-right: 40px; }
  aside li .cont-link a {
    font-size: 16px; }
  .wrap {
    max-width: 1200px; }
  header .top .wrap .logo {
    width: 260px; }
  header .top .wrap .panel .soc {
    padding: 0 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    header .top .wrap .panel .soc a {
      margin: 0px 3px; }
  header .top .wrap .panel .block-link {
    padding: 0 10px; }
  header .bot {
    min-height: 55px; }
    header .bot .wrap {
      position: relative; }
      header .bot .wrap nav {
        width: -webkit-calc(100% - 55px);
        width: calc(100% - 55px); }
        header .bot .wrap nav a {
          margin-right: 25px;
          font-size: 13px; }
      header .bot .wrap form {
        position: absolute;
        right: 15px;
        text-align: right;
        background: #005597; }
        header .bot .wrap form .wrap-search input {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          width: 40px;
          padding: 5px 40px 5px 0; }
        header .bot .wrap form.show {
          width: -webkit-calc(100% - 28px);
          width: calc(100% - 28px); }
          header .bot .wrap form.show .wrap-search input {
            padding: 5px 65px 5px 15px;
            width: 100%; }
  .contacts .editor {
    padding-right: 30px; }
  .link-site .column {
    width: -webkit-calc(33.33% - 60px);
    width: calc(33.33% - 60px); }
  .main-news .shadow-block .article {
    width: 333px; }
    .main-news .shadow-block .article.x2 {
      width: 697px; }
    .main-news .shadow-block .article .content .img {
      width: 350px; }
    .main-news .shadow-block .article .content .desc {
      width: -webkit-calc(100% - 375px);
      width: calc(100% - 375px); }
  .main-news .article {
    width: 370px; }
    .main-news .article.x2 {
      width: 770px; }
    .main-news .article .content .img {
      width: 370px; }
    .main-news .article .content .desc {
      width: -webkit-calc(100% - 390px);
      width: calc(100% - 390px); }
  .search-panel input {
    width: 240px; }
  .videonews-actual .block-video {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .videonews-actual .block-video .videonews {
      width: -webkit-calc(100% - 405px);
      width: calc(100% - 405px); }
    .videonews-actual .block-video .actual {
      width: 325px; }
  .videonews-actual .video {
    padding-bottom: 53.7%; }
  .videonews-actual .swiper-container-vertical {
    height: 554px; }
  .search-panel .form-control {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
    .search-panel .form-control.checkbox {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
      -ms-flex-order: 4;
      order: 4; }
    .search-panel .form-control.select-1 {
      width: -webkit-calc(60% - 30px);
      width: calc(60% - 30px); }
    .search-panel .form-control.select-2 {
      width: -webkit-calc(40% - 30px);
      width: calc(40% - 30px);
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .info-action .column .w50 {
    width: 480px; }
  .swiper-gallery-wrap .gallery-swiper .swiper-slide .img {
    height: 460px; }
  .editor .iframe-buy {
    min-height: 2500px !important; } }

@media (max-width: 1200px) {
  .wrap {
    max-width: 1050px; }
  .main-news .shadow-block .article {
    width: 440px; }
    .main-news .shadow-block .article.x2 {
      width: 910px; }
  .main-news .article {
    width: 495px; }
    .main-news .article.x2 {
      width: 1020px; }
  .editor .iframe-buy {
    min-height: 4350px !important; } }

@media (max-width: 1050px) {
  .link-site .column {
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px); }
  .main-news .article, .main-news .shadow-block .article, .main-news .article.x2, .main-news .shadow-block .article.x2 {
    width: 100%; }
  .main-news .article.x2 .content a {
    width: 100%; }
    .main-news .article.x2 .content a img {
      width: 100%; }
  .main-news .article .content a {
    width: 100%; }
  .main-news .article .img {
    width: 100%;
    height: 270px; }
  .main-news .shadow-block .article .content .img {
    width: 100%;
    height: 270px; }
  .main-news .content > a {
    width: 100%; }
  .search-panel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px; }
    .search-panel .form-control {
      margin-bottom: 20px;
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px);
      margin: 0 15px 20px; }
      .search-panel .form-control:first-child {
        width: 100%; }
        .search-panel .form-control:first-child .wrap-search {
          width: 100%; }
          .search-panel .form-control:first-child .wrap-search input {
            width: 100%;
            margin: 0; }
      .search-panel .form-control:nth-child(2), .search-panel .form-control:nth-child(3) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
        .search-panel .form-control:nth-child(2) label, .search-panel .form-control:nth-child(3) label {
          margin-bottom: 10px; }
        .search-panel .form-control:nth-child(2) .select2-container--custom-sub-w100,
        .search-panel .form-control:nth-child(2) .select2-container--custom-sub-w230, .search-panel .form-control:nth-child(3) .select2-container--custom-sub-w100,
        .search-panel .form-control:nth-child(3) .select2-container--custom-sub-w230 {
          min-width: 100%; }
  .column .block-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column .block-col aside {
      width: 100%;
      margin-right: 0; }
      .column .block-col aside .aside-menu {
        margin-bottom: 30px; }
        .column .block-col aside .aside-menu .show-menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .column .block-col aside .aside-menu > ul {
          max-height: 0;
          opacity: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          pointer-events: none; }
          .column .block-col aside .aside-menu > ul.show {
            opacity: 1;
            max-height: 9999px;
            pointer-events: all; }
      .column .block-col aside .article,
      .column .block-col aside .title-section {
        display: none; }
    .column .block-col .content-page {
      width: 100%; }
    .column .block-col .block-col {
      width: 100%; }
  .contacts .editor {
    width: 50%;
    margin-bottom: 30px; }
  .wrap {
    max-width: 700px; }
  .hamburger {
    position: relative;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: block;
    margin-left: 20px; }
    .hamburger * {
      cursor: pointer; }
    .hamburger span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #005495;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s; }
      .hamburger span:nth-child(1) {
        top: 0; }
      .hamburger span:nth-child(2) {
        top: -webkit-calc(50% - 1px);
        top: calc(50% - 1px); }
      .hamburger span:nth-child(3) {
        bottom: 0; }
  #nav-icon4 {
    width: 42px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 3; }
    #nav-icon4.open * {
      background: #fff; }
  #nav-icon4 span:nth-child(1) {
    top: 5px;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4 span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4 span:nth-child(3) {
    top: 23px;
    -webkit-transform-origin: left center;
    -o-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 5px; }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
    left: 5px; }
  .m-panel {
    height: 100%;
    width: 290px;
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding: 20px 0 50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    -webkit-transform: translateX(320px);
    -ms-transform: translateX(320px);
    -o-transform: translateX(320px);
    transform: translateX(320px);
    background: #005597; }
    .m-panel .close-menu {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      .m-panel .close-menu:hover {
        opacity: 0.8; }
      .m-panel .close-menu:before, .m-panel .close-menu:after {
        position: absolute;
        left: 15px;
        top: 4px;
        content: ' ';
        height: 22px;
        width: 2px;
        background-color: #fff; }
      .m-panel .close-menu:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .m-panel .close-menu:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .m-panel.open {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .m-panel nav {
      text-align: center;
      position: relative;
      padding-bottom: 10px;
      margin-bottom: 25px;
      margin-top: 50px; }
      .m-panel nav:after {
        height: 1px;
        width: 150px;
        position: absolute;
        content: "";
        display: block;
        bottom: 0;
        background: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
      .m-panel nav a {
        text-transform: uppercase;
        font-size: 15px;
        color: #fff;
        padding: 15px 0;
        width: 100%;
        display: block;
        line-height: 1; }
        .m-panel nav a.active {
          font-weight: 900; }
    .m-panel .menu {
      text-align: center; }
      .m-panel .menu a {
        text-transform: uppercase;
        font-size: 12px;
        padding: 12px 0;
        color: #fff;
        display: block;
        line-height: 1; }
        .m-panel .menu a.active {
          font-weight: 900; }
    .m-panel .soc {
      display: none; }
  header .top .wrap .panel .block-link {
    display: none; }
  header .top .wrap .panel .lang-block {
    margin: 0 10px 0 30px; }
  header .bot .wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    header .bot .wrap nav {
      position: relative;
      z-index: 5;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      header .bot .wrap nav > a {
        display: none; }
    header .bot .wrap form {
      position: static;
      width: 100%; }
      header .bot .wrap form .wrap-search input {
        width: 100%;
        padding: 5px 20px 5px 20px; }
  footer .top .wrap .flex .edit {
    padding-bottom: 30px;
    margin: 0 30px;
    width: -webkit-calc(25% - 60px);
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px); }
  .main-banner img {
    left: 15px;
    max-width: 110px; }
  .main-banner .wrap .text .editor {
    max-height: 275px;
    width: -webkit-calc(100% - 200px);
    width: calc(100% - 200px);
    overflow: hidden; }
  .main-banner h1, .main-banner h2, .main-banner h3, .main-banner h4, .main-banner h5, .main-banner h6 {
    font-size: 60px !important; }
    .main-banner h1 *, .main-banner h2 *, .main-banner h3 *, .main-banner h4 *, .main-banner h5 *, .main-banner h6 * {
      font-size: 60px !important; }
  .main-banner p {
    font-size: 20px !important;
    line-height: 32px; }
    .main-banner p * {
      font-size: 20px !important;
      line-height: 32px; }
  .pagination {
    margin-top: 25px; }
  .main-news .swiper-slide > a {
    width: 100%; }
  .main-news .article {
    width: auto; }
    .main-news .article.x2 {
      width: auto; }
      .main-news .article.x2 h2 {
        font-size: 15px; }
  .operational-information .img {
    min-height: 180px; }
  .operational-information .card {
    width: -webkit-calc(33.33% - 16px);
    width: calc(33.33% - 16px); }
    .operational-information .card .info {
      opacity: 1; }
  .useful-links .card {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px); }
  .public-sites .card {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px); }
  .info-action .column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0; }
    .info-action .column .w50,
    .info-action .column .w40 {
      width: 100%;
      margin: 0; }
  .block-calendar {
    width: 100%; }
  .videonews-actual .block-video {
    width: 100%;
    margin: 0; }
    .videonews-actual .block-video .videonews {
      width: 100%;
      margin: 0; }
      .videonews-actual .block-video .videonews .flex {
        min-height: 381px; }
    .videonews-actual .block-video .actual {
      width: 100%;
      margin: 0; }
      .videonews-actual .block-video .actual .flex .article:nth-child(+n+3) {
        display: none; }
  .videonews-actual .video {
    padding-bottom: 50.25%; }
  .videonews-actual .swiper-container-vertical {
    height: 400px; }
  .main-news .article .content .desc {
    display: none; }
  .main-news .article .content .img {
    width: 100%; }
  .map .map-item {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }
    .map .map-item span a {
      padding: 25px 10px; }
    .map .map-item .btn-sub {
      margin-left: 0; } }

@media (max-width: 700px) {
  .editor .editor-inner-block .item-link-editor {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  .valorously-info {
    display: none; }
  .videonews-actual .actual .dynamic-sliders .pagination {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .link-site {
    width: 100%;
    margin-left: 0; }
    .link-site .column {
      width: 100%;
      margin: 0 0 30px; }
  .map .map-item .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .map .map-item span a {
    padding: 25px 10px;
    width: 50%;
    text-align: center; }
  .wrap {
    max-width: 576px; }
  header .top .wrap .panel .lang-block {
    display: none; }
  header .top .wrap .panel .soc {
    display: none; }
  header .top .wrap .panel .hamburger {
    margin-left: 40px; }
  header .bot .wrap .lang-block {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 0 25px; }
    header .bot .wrap .lang-block .lang .text {
      color: #fff; }
    header .bot .wrap .lang-block .lang .arrow-down span:first-child, header .bot .wrap .lang-block .lang .arrow-down span:last-child {
      background: #ffffff; }
    header .bot .wrap .lang-block .drop {
      top: 37px; }
      header .bot .wrap .lang-block .drop a {
        margin-right: 0;
        line-height: normal; }
        header .bot .wrap .lang-block .drop a:after {
          content: none; }
  .m-panel .soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px; }
    .m-panel .soc * {
      color: #fff; }
    .m-panel .soc a {
      margin: 0 10px;
      display: inline-block; }
  .main-banner {
    min-height: 360px; }
    .main-banner .wrap {
      padding: 90px 15px 100px; }
      .main-banner .wrap .text .block-action {
        margin-right: 20px; }
        .main-banner .wrap .text .block-action .banner-play-button {
          width: 80px;
          margin-top: 10px;
          height: 80px; }
      .main-banner .wrap .text .editor {
        width: -webkit-calc(100% - 95px);
        width: calc(100% - 95px); }
    .main-banner img {
      max-width: 75px;
      top: 92px; }
    .main-banner h1 {
      font-size: 55px; }
    .main-banner strong {
      font-size: 18px; }
  .main-news .shadow-block {
    padding: 25px 20px 40px; }
  .main-news .article {
    padding: 25px 12px 100px; }
    .main-news .article.x2 h2 {
      -webkit-line-clamp: 4; }
  .title-section {
    padding: 30px 0 20px; }
  .videonews-actual .block-video {
    width: 100%;
    margin: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .videonews-actual .block-video .videonews {
      width: 100%;
      margin: 0; }
    .videonews-actual .block-video .actual {
      width: 100%;
      margin: 0; }
      .videonews-actual .block-video .actual .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        .videonews-actual .block-video .actual .flex .article {
          width: -webkit-calc(100% - 30px);
          width: calc(100% - 30px);
          margin: 0 0 15px; }
  .corporate-news .article .content .img {
    width: 100%; }
  .corporate-news .article .content .desc {
    display: none; }
  .operational-information .card {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%; }
  .useful-links .card {
    width: -webkit-calc(33.33% - 16px);
    width: calc(33.33% - 16px); }
  .control-panel {
    margin-bottom: 50px; }
  .swiper-gallery-wrap .gallery-swiper .swiper-slide .img {
    height: 52vw; } }

@media (max-width: 576px) {
  header .top {
    padding: 10px 0; }
  header .bot .wrap form {
    padding: 7px 0px; }
  .main-news .article.x2 h2 a {
    font-size: 16px;
    -webkit-line-clamp: 4;
    height: 115px; }
  .main-news .article .action {
    left: 15px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .editor .iframe-buy {
    min-height: 5000px !important; }
  .editor .editor-inner-block .item-link-editor {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px); }
  .editor iframe {
    min-height: 250px;
    height: 35vw !important; }
  .corruption {
    margin-bottom: 50px; }
  .m-hide {
    display: none; }
  .doc {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
  .control-panel {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .swiper-gallery-wrap {
    position: relative; }
    .swiper-gallery-wrap .title-pagination {
      padding: 0; }
      .swiper-gallery-wrap .title-pagination .pagination .swiper-button-prev {
        left: 5px; }
      .swiper-gallery-wrap .title-pagination .pagination .swiper-button-next {
        right: 5px; }
      .swiper-gallery-wrap .title-pagination .pagination .swiper-button-prev,
      .swiper-gallery-wrap .title-pagination .pagination .swiper-button-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .swiper-gallery-wrap .gallery-swiper {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px; }
      .swiper-gallery-wrap .gallery-swiper .swiper-slide .img {
        -webkit-background-size: cover;
        background-size: cover; }
  .column .block-col .content-page .title-control h1 {
    width: 100%; }
  .column .block-col .content-page .title-control .fonts {
    display: none; }
  .column .block-col .content-page .info-title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .column .block-col .content-page .info-title .data-published {
      width: 100%; }
    .column .block-col .content-page .info-title .title {
      width: 100%; }
  .filter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .map .map-item span a {
    width: 100%; }
  .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item .time, .item h2 {
      border: none;
      padding-right: 0;
      margin-right: 0;
      width: 100%; }
    .item .time {
      margin-bottom: 3px; }
  .title-page h1, .title-page h2, .title-page h3, .title-page h4, .title-page h5, .title-page h6 {
    font-size: 24px; }
  .contacts .editor {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
    .contacts .editor:nth-child(3) {
      padding: 0; }
  .pagination {
    margin-top: 10px; }
  .title-section {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .title-section h1,
    .title-section h2,
    .title-section h3,
    .title-section h4,
    .title-section h5,
    .title-section h6 {
      font-size: 26px; }
    .title-section.title-pagination .pagination {
      width: 100%;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
  .article {
    padding: 25px 15px 100px; }
    .article .action .read i {
      display: none; }
  .main-news.wrap-first {
    margin-top: -55px; }
  .main-news .main-news-swiper {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px; }
  .main-news .article .content .img {
    height: 160px; }
  .main-news .article.x2 h2 {
    font-size: 16px;
    line-height: 26px; }
  .main-banner {
    height: 360px; }
    .main-banner img {
      display: none; }
    .main-banner h1 {
      font-size: 40px;
      line-height: 50px; }
    .main-banner .wrap {
      height: 100%;
      padding: 23px 15px 55px; }
      .main-banner .wrap .text .block-action {
        position: absolute;
        right: 0;
        bottom: 70px; }
        .main-banner .wrap .text .block-action .logo-main {
          display: none; }
        .main-banner .wrap .text .block-action .banner-play-button {
          height: 60px;
          width: 60px; }
          .main-banner .wrap .text .block-action .banner-play-button i {
            font-size: 28px; }
      .main-banner .wrap .text .editor {
        width: 100%;
        max-height: 180px; }
        .main-banner .wrap .text .editor h1, .main-banner .wrap .text .editor h2, .main-banner .wrap .text .editor h3, .main-banner .wrap .text .editor h4, .main-banner .wrap .text .editor h5, .main-banner .wrap .text .editor h6 {
          font-size: 40px !important; }
          .main-banner .wrap .text .editor h1 *, .main-banner .wrap .text .editor h2 *, .main-banner .wrap .text .editor h3 *, .main-banner .wrap .text .editor h4 *, .main-banner .wrap .text .editor h5 *, .main-banner .wrap .text .editor h6 * {
            font-size: 40px !important; }
  footer .top {
    padding-top: 50px; }
    footer .top .wrap {
      text-align: center; }
      footer .top .wrap .logo {
        margin-bottom: 40px;
        width: -webkit-calc(100% - 25px);
        width: calc(100% - 25px); }
        footer .top .wrap .logo img {
          width: 100%; }
      footer .top .wrap .flex {
        width: 100%;
        margin: 0; }
        footer .top .wrap .flex .edit {
          width: -webkit-calc(100% - 60px);
          width: calc(100% - 60px); }
          footer .top .wrap .flex .edit:nth-child(3) {
            display: none; }
          footer .top .wrap .flex .edit strong {
            width: 100%;
            display: block; }
          footer .top .wrap .flex .edit p {
            margin-bottom: 20px; }
          footer .top .wrap .flex .edit .soc {
            max-width: 260px;
            margin: 20px auto 0; }
  footer .bot .wrap * {
    text-align: center; }
  .videonews-actual .block-video .actual .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .videonews-actual .block-video .actual .flex .article {
      width: 100%;
      margin: 0 0 15px; }
  .videonews-actual .swiper-container-vertical {
    height: 500px; }
  .block-border {
    padding: 15px; }
  .operational-information .flex {
    margin-left: -10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px); }
  .operational-information .card {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 20px; }
    .operational-information .card h2 {
      font-size: 15px; }
  .useful-links .card {
    width: -webkit-calc(50% - 16px);
    width: calc(50% - 16px);
    padding: 20px 10px 130px; }
  .public-sites span {
    font-size: 14px; }
  .public-sites .card {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin: 0 10px 30px; }
  .block-calendar {
    padding: 20px 15px; }
    .block-calendar .responsive-calendar .day-headers .day {
      padding: 8px; }
  .info-action .interview-block p {
    width: 100%;
    margin-bottom: 25px; }
  .search-panel .form-control:nth-child(2), .search-panel .form-control:nth-child(3) {
    width: 100%; }
  .info-action .interview-block.info-all-answer .bottom-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .info-action .interview-block.info-all-answer .bottom-block .r-block {
      width: 100%;
      margin-top: 15px; } }

@media (max-width: 400px) {
  .operational-information .card {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 10px 20px;
    min-height: 240px; }
  .operational-information .img {
    min-height: 170px; }
  .videonews-actual .swiper-container-vertical {
    height: 440px; } }

.form-block form {
  margin: 40px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
  padding: 40px 30px; }
  .form-block form:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #00599e; }
  .form-block form .title-form {
    margin-bottom: 30px; }
    .form-block form .title-form h2, .form-block form .title-form h3, .form-block form .title-form h4, .form-block form .title-form h5, .form-block form .title-form h6 {
      font-size: 34px;
      text-align: left;
      line-height: normal; }
  .form-block form .input {
    margin-bottom: 35px; }
    .form-block form .input input {
      display: block;
      height: 35px;
      line-height: 35px;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #9e9e9e;
      border-radius: 0;
      padding: 5px 0;
      width: 100%;
      max-width: 100%;
      font-size: 15px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0); }
      .form-block form .input input:focus, .form-block form .input input:active, .form-block form .input input:valid {
        -webkit-box-shadow: 0px 1px 0px 0px #005596;
        box-shadow: 0px 1px 0px 0px #005596;
        border-bottom: 1px solid #005596; }
    .form-block form .input label {
      font-size: 18px;
      margin-bottom: 10px;
      display: inline-block; }
      .form-block form .input label strong {
        color: #db4437; }
    .form-block form .input.error input {
      -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
      box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0);
      border-bottom: 1px solid #db4437; }
      .form-block form .input.error input:focus, .form-block form .input.error input:active, .form-block form .input.error input:valid {
        -webkit-box-shadow: 0px 1px 0px 0px #db4437;
        box-shadow: 0px 1px 0px 0px #db4437; }
    .form-block form .input.error label {
      color: #db4437; }
  .form-block form .editor {
    margin: 10px 0 30px; }
  .form-block form .block-btn {
    margin-bottom: 15px; }
    .form-block form .block-btn .btn-sub {
      padding: 12px 22px; }
