@charset "UTF-8";
@CHARSET "UTF-8";
@font-face {
  font-family: 'Segoe UI';
  src: url("/css/fonts/SegoeUI/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("/css/fonts/SegoeUI/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SegoeUI/SegoeUI-SemiBold.woff") format("woff"), url("/css/fonts/SegoeUI/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("/css/fonts/SegoeUI/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("/css/fonts/SegoeUI/SegoeUI.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SegoeUI/SegoeUI.woff") format("woff"), url("/css/fonts/SegoeUI/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("/css/fonts/SegoeUI/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("/css/fonts/SegoeUI/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SegoeUI/SegoeUI-Bold.woff") format("woff"), url("/css/fonts/SegoeUI/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/*
 * Стили для отдельных частей сайта
 */
/* IMAGES GALLERY */
/* DEVELOPERS */
/* JS SELECT */
/* PAGER */
/* JS LOADING */
/* COMMENTS */
/* CHECKBOX */
/* GREETINGS */
/* ORG PARAMS */
/*
 * Example:
   $grid: (
       layouts: (
           S:  370px,
       ),
   );
   $grid: map-deep-set($grid, layouts S, 500px);
 */
html, body, div, h1, h2, h3, h4, h5, h6, ul, li, table, tr, td, form, input, textarea, p, a, select, label, button,
header, footer, nav, main, aside {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma;
  line-height: 22px;
  color: #3b4256; }

html {
  background-color: #fdfdfd; }

ol, ul {
  list-style: none; }

a {
  text-decoration: none; }
  a:hover, a:active {
    color: #0077b0; }

header, footer, nav, main, aside {
  display: block; }

.clear {
  display: block;
  height: 0px;
  width: 100% !important;
  margin: 0;
  padding: 0;
  clear: both;
  line-height: 0px;
  font-size: 0px; }

img {
  border: none; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.sh-hidden .hideable {
  display: none !important; }

ul ul {
  margin-left: 20px; }

input, button {
  outline: none; }

/* JS SELECT */
.js-select-container {
  display: inline-block;
  position: relative; }
  .js-select-container .js-select-view p {
    overflow: hidden;
    white-space: nowrap; }
  .js-select-container .js-select-options-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10; }
    .js-select-container .js-select-options-container button {
      display: block;
      border: 0;
      width: 100%;
      background: none;
      padding: 0;
      margin: 0;
      text-align: left;
      cursor: pointer; }
  .js-select-container .js-options-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer; }
  .js-select-container select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%; }

select.js-select {
  opacity: 0;
  filter: alpha(opacity=0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; }

/* TABLE */
table.borderless {
  border: 0 !important; }
  table.borderless td {
    border: 0 !important; }

#header .gos-bar {
  max-width: none;
  width: 100%;
  z-index: 9999;
  background-color: #046c9e;
  height: auto; }
  #header .gos-bar .wrapper {
    position: relative;
    height: 64px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #header .gos-bar .wrapper a {
      box-sizing: border-box;
      font-size: 14px;
      white-space: nowrap;
      height: 100%;
      padding: 22px 0;
      position: relative;
      color: #fff;
      padding-left: 32px;
      display: inline-block;
      margin: auto 0; }
      #header .gos-bar .wrapper a:before {
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        left: 0; }
      #header .gos-bar .wrapper a:hover {
        color: #f5f5f5; }
    #header .gos-bar .wrapper .catalog:before {
      background-repeat: no-repeat;
      background-image: url("/css/images/icons/tile.png");
      background-size: 100%; }
    #header .gos-bar .wrapper .catalog.cross:before {
      background-repeat: no-repeat;
      background-image: url("/css/images/icons/cross-white.png");
      background-size: 100%; }
    #header .gos-bar .wrapper .right {
      display: flex;
      justify-content: flex-end;
      width: 490px; }
      #header .gos-bar .wrapper .right a {
        margin-left: 40px; }
      #header .gos-bar .wrapper .right .blind-version:before {
        width: 26px;
        background-repeat: no-repeat;
        background-image: url("/css/images/icons/glass.png");
        background-size: 100%; }
      #header .gos-bar .wrapper .right .sitemap:before {
        width: 22px;
        height: 19px;
        background-repeat: no-repeat;
        background-image: url("/css/images/icons/sitemap.png");
        background-size: 100%;
        opacity: 0.8; }
      #header .gos-bar .wrapper .right .search:before {
        background-repeat: no-repeat;
        background-image: url("/css/images/icons/search-icon.png");
        background-size: 100%; }
      #header .gos-bar .wrapper .right .search-form {
        overflow: auto;
        margin: auto 15px;
        width: 80%;
        border-bottom: 1px solid white;
        height: 26px; }
        #header .gos-bar .wrapper .right .search-form form {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          overflow: hidden; }
        #header .gos-bar .wrapper .right .search-form button {
          border: none;
          background: transparent;
          color: #dde1e6;
          cursor: pointer; }
        #header .gos-bar .wrapper .right .search-form button.search-submit {
          width: 18px;
          height: 18px;
          background-repeat: no-repeat;
          background-image: url("/css/images/icons/search-icon.png");
          background-size: 100%; }
        #header .gos-bar .wrapper .right .search-form input.search-string {
          width: 100%;
          border: none;
          background: transparent;
          color: #dde1e6;
          margin-left: 10px;
          margin-right: 10px; }
          #header .gos-bar .wrapper .right .search-form input.search-string::-moz-placeholder {
            color: #bbb; }
          #header .gos-bar .wrapper .right .search-form input.search-string:-ms-input-placeholder {
            color: #bbb; }
          #header .gos-bar .wrapper .right .search-form input.search-string::-ms-input-placeholder {
            color: #bbb; }
          #header .gos-bar .wrapper .right .search-form input.search-string:-moz-placeholder {
            color: #bbb; }
          #header .gos-bar .wrapper .right .search-form input.search-string::-webkit-input-placeholder {
            color: #bbb; }
          #header .gos-bar .wrapper .right .search-form input.search-string::placeholder {
            color: #bbb; }
        #header .gos-bar .wrapper .right .search-form button.close-form {
          width: 14px;
          height: 14px;
          background-repeat: no-repeat;
          background-image: url("/css/images/icons/cross-white.png");
          background-size: 100%; }
      #header .gos-bar .wrapper .right .language:before {
        background-repeat: no-repeat;
        background-image: url("/css/images/icons/language-icon.png");
        background-size: 100%;
        content: ""; }
      #header .gos-bar .wrapper .right .language select {
        background-color: transparent;
        border: none;
        color: #fff; }
        #header .gos-bar .wrapper .right .language select option {
          color: black; }
      #header .gos-bar .wrapper .right .socials {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        margin-left: 24px;
        white-space: nowrap; }
        #header .gos-bar .wrapper .right .socials .social-button {
          margin-left: 12px;
          margin-right: 0; }
          #header .gos-bar .wrapper .right .socials .social-button a {
            margin: 0; }
    #header .gos-bar .wrapper .cms-action-inline-panel {
      position: absolute;
      top: 22px;
      right: 100%;
      margin-right: 60px; }
  #header .gos-bar.black {
    background-color: black; }

#header .header-top__dropdown {
  position: absolute;
  width: 100%;
  z-index: 200;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #046c9e; }
  #header .header-top__dropdown ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #header .header-top__dropdown ul li {
      box-sizing: border-box;
      width: 256px;
      padding: 10px 0 0 0;
      display: flex; }
      #header .header-top__dropdown ul li a {
        display: block;
        color: #dde1e6;
        min-height: 40px; }
        #header .header-top__dropdown ul li a:hover {
          color: white; }
    #header .header-top__dropdown ul.less-then {
      justify-content: normal; }
      #header .header-top__dropdown ul.less-then li {
        padding-right: 20px; }

#header .top-menu {
  background-color: transparent;
  width: 100%;
  max-width: none;
  border-bottom: 1px solid #dde1e6; }
  #header .top-menu .top-menu-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 95px; }
    #header .top-menu .top-menu-container .header-logo {
      position: relative;
      margin: auto 0;
      display: flex;
      align-items: center;
      height: 95px;
      max-width: 385px;
      flex-shrink: 0; }
    #header .top-menu .top-menu-container .top-main-menu {
      display: flex;
      margin: auto 0; }
      #header .top-menu .top-menu-container .top-main-menu ul.main-menu {
        list-style: none;
        margin: 0;
        padding-left: 0;
        float: right;
        display: flex;
        justify-content: space-between; }
        #header .top-menu .top-menu-container .top-main-menu ul.main-menu li {
          height: 95px; }
          #header .top-menu .top-menu-container .top-main-menu ul.main-menu li.active {
            background-color: rgba(128, 128, 128, 0.3); }
          #header .top-menu .top-menu-container .top-main-menu ul.main-menu li a {
            height: 100%;
            padding: 0 12px;
            display: flex;
            font-size: 16px;
            font-weight: 600;
            justify-content: center;
            white-space: nowrap; }
            #header .top-menu .top-menu-container .top-main-menu ul.main-menu li a span {
              text-align: center;
              margin: auto; }
          #header .top-menu .top-menu-container .top-main-menu ul.main-menu li.expander {
            margin-right: -12px; }
            #header .top-menu .top-menu-container .top-main-menu ul.main-menu li.expander .x {
              display: none;
              font-size: 24px;
              font-family: verdana; }
            #header .top-menu .top-menu-container .top-main-menu ul.main-menu li.expander .menu-catalog.cross .x {
              display: block;
              font-weight: normal; }
            #header .top-menu .top-menu-container .top-main-menu ul.main-menu li.expander .menu-catalog.cross .dots {
              display: none; }

#header .header-logo .logo {
  position: absolute;
  right: 100%;
  margin-right: 20px;
  display: block;
  height: 50px;
  line-height: 50px; }
  #header .header-logo .logo img {
    box-sizing: border-box;
    display: inline-block;
    width: 50px;
    vertical-align: middle; }
  #header .header-logo .logo .default-image {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url("/css/images/site/default-logo.png"); }

#header .header-logo .logo-title-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  justify-content: center; }
  #header .header-logo .logo-title-block .logo-title-top {
    font-weight: 600;
    font-size: 18px;
    color: #3b4256; }
  #header .header-logo .logo-title-block .logo-title-bottom {
    font-size: 14px;
    color: #747e89; }

#header .header-logo .cms-action-inline-panel {
  position: absolute;
  top: -7px;
  left: -60px; }

#header .header-logo .cms-action-panel {
  position: absolute;
  top: -10px;
  left: -60px; }

#header .header-logo.type-index {
  width: 260px;
  flex-shrink: 1; }
  #header .header-logo.type-index .logo {
    right: auto;
    left: 0;
    height: 60px;
    line-height: 60px;
    margin-right: auto; }
    #header .header-logo.type-index .logo img {
      width: auto;
      height: 100%; }
    #header .header-logo.type-index .logo .default-image {
      background: url("/css/images/site/default-logo-white.png"); }
  #header .header-logo.type-index .cms-action-inline-panel {
    top: -30px; }

#header .burger {
  display: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-image: url("/css/images/icons/burger-button.png");
  background-size: 100%; }
  #header .burger.cross {
    background-repeat: no-repeat;
    background-image: url("/css/images/icons/burger-close-button.png");
    background-size: 100%; }

#header .top-menu__dropdown {
  z-index: 999;
  position: absolute;
  width: 100%;
  background-color: white;
  box-shadow: 0 20px 20px -15px #c8cbce;
  border-bottom: 1px solid #0077b0; }
  #header .top-menu__dropdown .sitemap-container {
    flex-wrap: wrap; }
    #header .top-menu__dropdown .sitemap-container .sitemap-section {
      position: relative;
      box-sizing: border-box;
      margin-bottom: 46px;
      margin-top: 40px;
      width: 25%;
      padding-right: 20px; }
      #header .top-menu__dropdown .sitemap-container .sitemap-section li:first-child {
        margin-bottom: 30px; }
        #header .top-menu__dropdown .sitemap-container .sitemap-section li:first-child a {
          font-size: 20px;
          font-weight: bold;
          color: black; }
      #header .top-menu__dropdown .sitemap-container .sitemap-section li {
        margin-bottom: 18px; }
        #header .top-menu__dropdown .sitemap-container .sitemap-section li a {
          display: block;
          font-size: 14px;
          color: black; }
          #header .top-menu__dropdown .sitemap-container .sitemap-section li a:hover, #header .top-menu__dropdown .sitemap-container .sitemap-section li a:active {
            color: #0077b0; }
          #header .top-menu__dropdown .sitemap-container .sitemap-section li a.go-to-section {
            font-weight: 600; }

.js-select-container .js-select-view {
  position: relative;
  border: 1px solid #dde1e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .js-select-container .js-select-view p {
    height: 62px;
    line-height: 62px;
    margin: 0 64px 0 32px;
    font-weight: 600; }
  .js-select-container .js-select-view .arrow {
    position: absolute;
    top: 28px;
    right: 32px;
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url("/css/images/icons/arrow-down.png") no-repeat;
    background-size: 100%; }

.js-select-container .js-select-options-container {
  display: none;
  max-height: 262px;
  overflow: auto;
  box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3); }
  .js-select-container .js-select-options-container button {
    padding: 20px 32px;
    line-height: 24px;
    font-weight: 600;
    background: #fdfdfe;
    font-size: 16px;
    border-top: 1px solid #dde1e6; }
    .js-select-container .js-select-options-container button:hover {
      background: #0077b0;
      color: #fff; }

.js-select-container.js-options-show .js-select-view {
  background-color: #f4f7fb; }
  .js-select-container.js-options-show .js-select-view .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.js-select-container.js-options-show .js-select-options-container {
  display: block; }
  .js-select-container.js-options-show .js-select-options-container button[type="button"] {
    background-color: #f4f7fb; }
    .js-select-container.js-options-show .js-select-options-container button[type="button"]:hover {
      background: #0077b0;
      color: #fff; }

.js-select-container:hover .js-select-view {
  border-color: #0077b0; }

.js-select-container:active .js-select-view {
  border-color: #046c9e; }

#sitemap {
  background-color: #046c9e;
  max-width: none; }
  #sitemap .sitemap-title-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #005d8a;
    padding: 60px 0 36px 0; }
    #sitemap .sitemap-title-container .sitemap-caption {
      line-height: 60px;
      font-size: 32px;
      font-weight: 600;
      color: #fff; }
    #sitemap .sitemap-title-container .right-menu {
      line-height: 60px; }
      #sitemap .sitemap-title-container .right-menu a {
        display: inline-block;
        padding: 0 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600; }
  #sitemap .sitemap-container {
    flex-wrap: wrap; }
    #sitemap .sitemap-container .sitemap-section {
      position: relative;
      margin-bottom: 46px;
      margin-top: 40px;
      width: 248px;
      margin-right: 32px; }
      #sitemap .sitemap-container .sitemap-section li:first-child {
        margin-bottom: 30px; }
        #sitemap .sitemap-container .sitemap-section li:first-child a {
          font-size: 20px; }
      #sitemap .sitemap-container .sitemap-section li {
        margin-bottom: 18px; }
        #sitemap .sitemap-container .sitemap-section li a {
          font-size: 14px;
          color: #fff;
          font-weight: 600; }
          #sitemap .sitemap-container .sitemap-section li a:hover {
            color: #e6e6e6; }
    #sitemap .sitemap-container.no-children {
      padding: 25px 0 29px 0; }
      #sitemap .sitemap-container.no-children .sitemap-section {
        margin-top: 0;
        margin-bottom: 0; }
        #sitemap .sitemap-container.no-children .sitemap-section li:first-child a {
          font-size: 16px; }
  #sitemap li:first-child {
    margin-top: 10px; }

#footer {
  padding-bottom: 74px;
  background-color: #046c9e; }
  #footer .footer-container {
    position: relative;
    border-top: 1px solid #005d8a;
    justify-content: space-between;
    padding-top: 35px; }
    #footer .footer-container .left {
      flex-direction: column; }
    #footer .footer-container .right {
      min-width: 200px; }
  #footer .content .left > div {
    color: white; }
  #footer .phone {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 32px; }
  #footer .address {
    font-weight: 500;
    margin-bottom: 36px; }
  #footer .socials {
    margin-bottom: 30px; }
  #footer .copyright p {
    color: white;
    font-size: 14px; }
  #footer .counters {
    margin-bottom: 30px; }
  #footer .developers a {
    color: white;
    font-size: 14px; }
  #footer .developers .img {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 44px;
    background: url("/css/images/site/icon-portal-light.png") no-repeat; }

.title {
  line-height: normal; }

.error-container {
  margin: 15px 0; }
  .error-container p {
    color: #ad1c1c;
    font-weight: bold;
    margin-bottom: 10px; }

/* YANDEX SHARE */
.ya-share2 {
  margin-top: 25px; }
  .ya-share2 .ya-share2__list .ya-share2__item {
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    box-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.12);
    background-size: 100%;
    background-repeat: no-repeat; }
    .ya-share2 .ya-share2__list .ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__icon {
      background-image: url("/css/images/icons/vk-icon.png"); }
    .ya-share2 .ya-share2__list .ya-share2__item.ya-share2__item_service_facebook .ya-share2__icon {
      background-image: url("/css/images/icons/facebook-icon.png"); }
    .ya-share2 .ya-share2__list .ya-share2__item.ya-share2__item_service_twitter .ya-share2__icon {
      background-image: url("/css/images/icons/twitter-icon.png"); }
    .ya-share2 .ya-share2__list .ya-share2__item.ya-share2__item_service_lj .ya-share2__icon {
      background-image: url("/css/images/icons/livejournal-icon.png"); }
    .ya-share2 .ya-share2__list .ya-share2__item .ya-share2__link {
      display: block;
      height: 100%;
      width: 100%;
      border-radius: 50%; }
    .ya-share2 .ya-share2__list .ya-share2__item .ya-share2__icon {
      display: block;
      width: 33px;
      height: 33px; }
    .ya-share2 .ya-share2__list .ya-share2__item .ya-share2__title {
      display: none; }

/* END YANDEX SHARE */
.pubs {
  min-width: 100%;
  background-color: transparent;
  border-radius: initial; }
  .pubs .pubs-container {
    padding-top: 50px; }
  .pubs a.pubs-item:hover .caption,
  .pubs a.pubs-item:active .caption {
    color: #0077b0; }
  .pubs a.pubs-item:hover .image,
  .pubs a.pubs-item:active .image {
    box-shadow: 0 0 5px 1px #ccc; }
  .pubs .calendar-pubs-title {
    line-height: normal; }
  .pubs .pubs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .pubs .pubs-list .pubs-item,
    .pubs .pubs-list .big-pubs-item {
      background-color: transparent;
      border-radius: initial;
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      width: 352px; }
      .pubs .pubs-list .pubs-item .pubs-image,
      .pubs .pubs-list .big-pubs-item .pubs-image {
        overflow: hidden;
        border-radius: 4px; }
        .pubs .pubs-list .pubs-item .pubs-image img,
        .pubs .pubs-list .big-pubs-item .pubs-image img {
          object-fit: cover;
          height: 100%;
          display: block;
          width: 100%; }
        .pubs .pubs-list .pubs-item .pubs-image a,
        .pubs .pubs-list .big-pubs-item .pubs-image a {
          display: block;
          width: 100%;
          height: 100%; }
        .pubs .pubs-list .pubs-item .pubs-image .default-image,
        .pubs .pubs-list .big-pubs-item .pubs-image .default-image {
          display: block;
          width: 100%;
          height: 100%;
          background: #f4f7fb;
          text-align: center;
          vertical-align: middle; }
          .pubs .pubs-list .pubs-item .pubs-image .default-image:before,
          .pubs .pubs-list .big-pubs-item .pubs-image .default-image:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            font-size: 0; }
          .pubs .pubs-list .pubs-item .pubs-image .default-image img,
          .pubs .pubs-list .big-pubs-item .pubs-image .default-image img {
            display: inline;
            height: unset;
            max-width: 20%;
            vertical-align: middle; }
            .pubs .pubs-list .pubs-item .pubs-image .default-image img.site-logo,
            .pubs .pubs-list .big-pubs-item .pubs-image .default-image img.site-logo {
              -webkit-filter: grayscale(100%);
              -moz-filter: grayscale(100%);
              -ms-filter: grayscale(100%);
              -o-filter: grayscale(100%);
              filter: grayscale(100%);
              opacity: 0.3; }
      .pubs .pubs-list .pubs-item .pubs-body,
      .pubs .pubs-list .big-pubs-item .pubs-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-grow: 1; }
        .pubs .pubs-list .pubs-item .pubs-body .caption,
        .pubs .pubs-list .pubs-item .pubs-body .caption a,
        .pubs .pubs-list .big-pubs-item .pubs-body .caption,
        .pubs .pubs-list .big-pubs-item .pubs-body .caption a {
          line-height: normal;
          font-size: 24px;
          font-weight: 600; }
        .pubs .pubs-list .pubs-item .pubs-body .annotation,
        .pubs .pubs-list .big-pubs-item .pubs-body .annotation {
          color: #747e89;
          font-size: 16px; }
        .pubs .pubs-list .pubs-item .pubs-body .date,
        .pubs .pubs-list .big-pubs-item .pubs-body .date {
          font-size: 16px;
          color: #747e89;
          margin-top: 4px; }
    .pubs .pubs-list .pubs-item {
      padding: 0 0 51px 0; }
      .pubs .pubs-list .pubs-item.larger-pubs-item {
        display: block;
        width: 100%;
        padding-bottom: 50px; }
        .pubs .pubs-list .pubs-item.larger-pubs-item .pubs-image {
          box-sizing: border-box;
          padding-right: 8px;
          width: 100%;
          min-height: 415px; }
        .pubs .pubs-list .pubs-item.larger-pubs-item .pubs-body {
          padding: 0;
          width: 100%; }
          .pubs .pubs-list .pubs-item.larger-pubs-item .pubs-body .caption {
            margin-top: 0; }
          .pubs .pubs-list .pubs-item.larger-pubs-item .pubs-body .annotation {
            display: block; }
      .pubs .pubs-list .pubs-item .pubs-image {
        height: 240px; }
      .pubs .pubs-list .pubs-item .pubs-body .caption,
      .pubs .pubs-list .pubs-item .pubs-body .caption a {
        margin: 20px 0 10px 0; }
    .pubs .pubs-list .big-pubs-item {
      width: 100%;
      flex-direction: row;
      padding: 10px 0 22px 0;
      justify-content: space-between; }
      .pubs .pubs-list .big-pubs-item .pubs-image {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 736px;
        min-height: 415px; }
      .pubs .pubs-list .big-pubs-item .pubs-body {
        width: 352px;
        flex-grow: 0; }
        .pubs .pubs-list .big-pubs-item .pubs-body .caption,
        .pubs .pubs-list .big-pubs-item .pubs-body .caption a {
          font-size: 32px; }
        .pubs .pubs-list .big-pubs-item .pubs-body .caption {
          margin: -9px 0 10px 0; }
        .pubs .pubs-list .big-pubs-item .pubs-body .annotation {
          display: block;
          font-size: 16px; }
    .pubs .pubs-list:after {
      content: "";
      width: 352px;
      height: 0; }
  .pubs .events .content .left,
  .pubs .announcements .content .left {
    min-height: 120px;
    margin-right: 384px;
    flex-grow: 1; }
    .pubs .events .content .left .pubs-list,
    .pubs .announcements .content .left .pubs-list {
      display: flex;
      flex-wrap: wrap; }
  .pubs .events .content .right,
  .pubs .announcements .content .right {
    float: right;
    width: 352px;
    min-height: 120px; }
    .pubs .events .content .right .js-select-container,
    .pubs .announcements .content .right .js-select-container {
      width: 100%; }
    .pubs .events .content .right .calendar,
    .pubs .announcements .content .right .calendar {
      margin-bottom: 32px; }
  .pubs .events-tiny {
    display: flex;
    flex-wrap: wrap; }

.dark .pubs .pubs-image .default-image {
  background: #fff !important; }

.pubs-news .pubs-nav .pubs-tabs ul li .cms-action-panel,
.pubs-events .pubs-nav .pubs-tabs ul li .cms-action-panel,
.pubs-announcements .pubs-nav .pubs-tabs ul li .cms-action-panel {
  right: 20px; }

.pubs-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  border-bottom: 1px solid #dde1e6;
  align-items: end; }
  .pubs-nav .title {
    display: inline-block;
    font-size: 2em;
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: normal;
    margin: 0 20px 0 0; }
  .pubs-nav.lesser .title {
    font-size: 1.5em; }
  .pubs-nav .pubs-tabs {
    max-width: 100%; }
    .pubs-nav .pubs-tabs ul {
      display: flex;
      max-width: 100%;
      height: 100%;
      min-width: 352px;
      justify-content: flex-end;
      margin: 0 -22px; }
      .pubs-nav .pubs-tabs ul li {
        position: relative; }
        .pubs-nav .pubs-tabs ul li a {
          display: inline-block;
          height: 100%;
          margin: 0 22.5px;
          font-size: 16px;
          line-height: 80px;
          font-weight: 600;
          white-space: nowrap; }
          .pubs-nav .pubs-tabs ul li a.active {
            box-sizing: border-box;
            border-bottom: 4px solid #0077b0; }
        .pubs-nav .pubs-tabs ul li .cms-action-panel {
          top: 25px;
          right: -3px; }
      .pubs-nav .pubs-tabs ul.free-align {
        justify-content: flex-start; }
  .pubs-nav .cms-action-panel {
    position: absolute;
    top: 20px;
    right: 30px; }

.pub .pub-container {
  padding-top: 50px; }

.pub .caption {
  font-size: 32px;
  line-height: initial;
  margin-bottom: 20px; }

.pub .pub-body {
  margin-bottom: 60px; }

.pub-body .main-image {
  margin-bottom: 34px; }
  .pub-body .main-image img {
    max-width: 100%; }
  .pub-body .main-image button {
    width: 100%;
    border: 0;
    background: none;
    cursor: pointer;
    text-align: left; }

.pub-body .body {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: initial;
  line-height: normal; }
  .pub-body .body img {
    max-width: 100%; }
  .pub-body .body a {
    color: #007ad0;
    text-decoration: underline; }
  .pub-body .body p, .pub-body .body ul {
    margin-bottom: 10px; }
  .pub-body .body p, .pub-body .body li {
    color: #747e89;
    line-height: 24px; }
  .pub-body .body ul {
    margin-left: 64px; }
    .pub-body .body ul li {
      position: relative;
      margin-bottom: 10px; }
      .pub-body .body ul li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: -64px;
        width: 32px;
        height: 2px;
        background: #97a4b1; }
  .pub-body .body b, .pub-body .body strong {
    font-weight: 600; }

.pub-body .date {
  margin-top: 10px;
  margin-bottom: 20px; }

.pub-body .visits {
  margin-top: 10px; }
  .pub-body .visits .visits-caption {
    font-weight: 600; }

.pub-body .share-container {
  margin-bottom: 40px; }

/* TILES LINKS */
.tiles-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*
    side-effect
    &.row-1 {
        .left {
            .body {
                .top {
                    .caption {
                        font-size: $small-title-font-size;
                        line-height: 27px;
                    }
                }
            }
        }
    }
    */ }
  .tiles-links:after {
    content: "";
    width: 352px;
    height: 0; }
  .tiles-links .tiles-link-item {
    position: relative;
    width: 352px;
    max-width: 100%; }
    .tiles-links .tiles-link-item .content {
      overflow: hidden;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      padding: 30px 32px;
      min-height: 150px;
      font-size: 16px;
      background-color: white;
      border-radius: 4px;
      margin-bottom: 32px;
      transition: box-shadow 0.2s ease; }
      .tiles-links .tiles-link-item .content:hover, .tiles-links .tiles-link-item .content:active {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
        .tiles-links .tiles-link-item .content:hover .caption, .tiles-links .tiles-link-item .content:active .caption {
          color: #0077b0; }
    .tiles-links .tiles-link-item .left {
      display: flex;
      width: 100%;
      overflow: hidden; }
      .tiles-links .tiles-link-item .left .icon-image {
        margin-right: 25px;
        position: relative;
        flex-shrink: 0;
        width: 64px;
        height: 70px;
        background-image: url("/css/images/icons/arrow-placeholder.png");
        background-repeat: no-repeat;
        background-size: 100%; }
        .tiles-links .tiles-link-item .left .icon-image .image {
          display: block;
          position: absolute;
          width: 18px;
          height: 25px;
          margin: 0;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
          background-image: url("/css/images/icons/doc.png"); }
          .tiles-links .tiles-link-item .left .icon-image .image-doc {
            background-image: url("/css/images/icons/doc.png"); }
          .tiles-links .tiles-link-item .left .icon-image .image-docx {
            background-image: url("/css/images/icons/docx.png"); }
          .tiles-links .tiles-link-item .left .icon-image .image-xls {
            background-image: url("/css/images/icons/xls.png"); }
          .tiles-links .tiles-link-item .left .icon-image .image-xlsx {
            background-image: url("/css/images/icons/xlsx.png"); }
          .tiles-links .tiles-link-item .left .icon-image .image-pdf {
            background-image: url("/css/images/icons/pdf.png"); }
        .tiles-links .tiles-link-item .left .icon-image .border {
          display: block;
          width: 100%;
          height: 100%;
          background-image: url("/css/images/icons/placeholders/cell-placeholder-initial.png");
          background-repeat: no-repeat;
          background-size: 100%;
          transition: background 0.2s ease; }
      .tiles-links .tiles-link-item .left .body {
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .tiles-links .tiles-link-item .left .body .top {
          display: flex;
          flex-direction: column; }
          .tiles-links .tiles-link-item .left .body .top .date {
            font-size: 16px;
            margin-bottom: 15px;
            color: #747e89; }
          .tiles-links .tiles-link-item .left .body .top .caption {
            font-size: 16px;
            font-weight: 600;
            margin-right: 24px; }
          .tiles-links .tiles-link-item .left .body .top .description {
            font-size: 16px;
            color: #6c757f;
            margin-top: 14px;
            font-weight: normal; }
          .tiles-links .tiles-link-item .left .body .top .thumb-wrapper {
            margin-bottom: 15px; }
            .tiles-links .tiles-link-item .left .body .top .thumb-wrapper .thumb {
              height: 70px; }
              .tiles-links .tiles-link-item .left .body .top .thumb-wrapper .thumb.thumb-default {
                -webkit-filter: grayscale(100%);
                -moz-filter: grayscale(100%);
                -ms-filter: grayscale(100%);
                -o-filter: grayscale(100%);
                filter: grayscale(100%);
                opacity: 0.3; }
        .tiles-links .tiles-link-item .left .body .bottom .link {
          font-weight: normal;
          font-size: 14px;
          color: #0077b0; }
    .tiles-links .tiles-link-item .right .icon-arrow-left {
      flex-shrink: 0;
      margin-top: 8px; }
    .tiles-links .tiles-link-item.dark .content {
      background-color: #f4f7fb; }
      .tiles-links .tiles-link-item.dark .content:hover .body .bottom .link {
        color: white; }
      .tiles-links .tiles-link-item.dark .content .left .icon-image .border {
        background-image: url("/css/images/icons/placeholders/cell-placeholder-gray-initial.png"); }
    .tiles-links .tiles-link-item.color-hover .content {
      transition: background 0.2s ease, color 0.2s ease; }
      .tiles-links .tiles-link-item.color-hover .content .left .icon-image .border {
        transition: background-image 0.2s ease; }
    .tiles-links .tiles-link-item.color-hover .content:hover {
      color: #fff;
      background: #0a7cb3;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none; }
      .tiles-links .tiles-link-item.color-hover .content:hover .caption,
      .tiles-links .tiles-link-item.color-hover .content:hover .description,
      .tiles-links .tiles-link-item.color-hover .content:hover .date {
        color: #fff; }
      .tiles-links .tiles-link-item.color-hover .content:hover .icon-arrow-left {
        background-position-y: -9px; }
      .tiles-links .tiles-link-item.color-hover .content:hover .left .icon-image .border {
        background-image: url("/css/images/icons/placeholders/cell-placeholder-hover.png"); }
    .tiles-links .tiles-link-item.color-hover .content:active {
      color: #fff;
      background: #0072a9; }
      .tiles-links .tiles-link-item.color-hover .content:active .caption,
      .tiles-links .tiles-link-item.color-hover .content:active .description,
      .tiles-links .tiles-link-item.color-hover .content:active .date {
        color: #fff; }
      .tiles-links .tiles-link-item.color-hover .content:active .icon-arrow-left {
        background-position-y: -9px; }
      .tiles-links .tiles-link-item.color-hover .content:active .left .icon-image .border {
        background-image: url("/css/images/icons/placeholders/cell-placeholder-click.png"); }
    .tiles-links .tiles-link-item .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }
  .tiles-links.bg-image-items .tiles-link-item {
    height: 213px;
    padding: 0;
    margin-bottom: 32px; }
    .tiles-links.bg-image-items .tiles-link-item span {
      display: block; }
    .tiles-links.bg-image-items .tiles-link-item .bg-image-container {
      position: relative;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      border-radius: 4px;
      overflow: hidden; }
      .tiles-links.bg-image-items .tiles-link-item .bg-image-container img {
        width: 100%; }
      .tiles-links.bg-image-items .tiles-link-item .bg-image-container .darken {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: background-color 0.2s ease;
        -moz-transition: background-color 0.2s ease;
        -ms-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease; }
        .tiles-links.bg-image-items .tiles-link-item .bg-image-container .darken:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      .tiles-links.bg-image-items .tiles-link-item .bg-image-container .caption {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        font-size: 20px;
        font-weight: 430;
        color: white;
        padding: 30px;
        transition: top ease 0.3s, opacity ease 0.3s; }
      .tiles-links.bg-image-items .tiles-link-item .bg-image-container .annotation {
        position: absolute;
        top: 100px;
        right: 0;
        left: 0;
        color: white;
        padding: 30px;
        opacity: 0;
        transition: top ease 0.3s, opacity ease 0.3s; }
    .tiles-links.bg-image-items .tiles-link-item:hover .bg-image-container .darken .caption {
      top: -60px;
      opacity: 0; }
    .tiles-links.bg-image-items .tiles-link-item:hover .bg-image-container .darken .annotation {
      top: 40px;
      opacity: 1; }
    .tiles-links.bg-image-items .tiles-link-item.no-annotation .darken:hover {
      background-color: rgba(0, 0, 0, 0); }
  .tiles-links.row-3 .tiles-link-item .icon-image {
    display: none; }

@media screen and (min-width: 1201px) {
  .tiles-links.row-2 .tiles-link-item {
    margin-right: 32px;
    width: 544px; }
    .tiles-links.row-2 .tiles-link-item:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .tiles-links.row-2 .tiles-link-item {
    margin-right: 32px;
    width: 464px; }
    .tiles-links.row-2 .tiles-link-item:nth-child(2n) {
      margin-right: 0; } }

@media screen and (max-width: 992px) and (min-width: 769px) {
  .tiles-links.row-2 .tiles-link-item {
    margin-right: 0;
    width: 100%; } }

@media screen and (max-width: 768px) {
  .tiles-links.row-2 .tiles-link-item {
    margin-right: 0;
    width: 100%; } }
  .tiles-links.row-1,
  .tiles-links.row-1 .tiles-link-item {
    margin-right: 0;
    width: 100%; }

/* FILES */
.files-container .files-header {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600; }

.files-gallery .file .content {
  min-height: 0; }

.files-gallery .file .left .body {
  display: block;
  margin-bottom: 0; }
  .files-gallery .file .left .body .top {
    margin-bottom: 6px; }
    .files-gallery .file .left .body .top .caption {
      margin: 2px 0 0 0; }
  .files-gallery .file .left .body .bottom .link {
    font-size: 16px; }

.files-gallery .file .left .icon-image {
  background-image: url("/css/images/icons/bg-placeholder.png"); }

/* LINKS SECTION */
.links-section {
  background-color: #f4f7fb;
  padding: 52px 0 64px 0; }
  .links-section .title {
    padding-bottom: 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dde1e6;
    font-size: 2em; }
  .links-section .blocks {
    margin-top: 30px; }
  .links-section .blocks-container {
    width: 100%;
    margin-top: 30px; }
    .links-section .blocks-container .blocks {
      margin-top: 0;
      margin-right: 0; }
  .links-section.light {
    background-color: white; }

.activity-employee {
  padding-bottom: 80px; }
  .activity-employee .blocks {
    margin-top: 0; }
  .activity-employee .employees-gallery.main {
    margin-right: 0; }
    .activity-employee .employees-gallery.main .employee-item {
      margin-right: 0;
      margin-bottom: 0; }
  .activity-employee .flex-container {
    margin-top: 30px; }
    .activity-employee .flex-container .employee-item {
      min-height: 458px;
      margin-right: 0; }
      .activity-employee .flex-container .employee-item .img {
        height: 213px; }
  .activity-employee .float-container .employees-gallery {
    float: right; }
  .activity-employee .float-container .blocks-container {
    width: auto;
    margin-right: 384px; }

body.index #header .top-menu .top-menu-container {
  min-height: 95px; }
  body.index #header .top-menu .top-menu-container .header-logo {
    height: 63.33333px; }
    body.index #header .top-menu .top-menu-container .header-logo .logo-title-block .logo-title-top {
      color: #fff; }
    body.index #header .top-menu .top-menu-container .header-logo .logo-title-block .logo-title-bottom {
      color: #ececec; }
  body.index #header .top-menu .top-menu-container .top-main-menu ul.main-menu li a {
    color: #fff; }
    body.index #header .top-menu .top-menu-container .top-main-menu ul.main-menu li a:hover {
      color: #ececec; }

body.index #header .burger {
  background-image: url("/css/images/icons/burger-button-light.png"); }
  body.index #header .burger.cross {
    background-image: url("/css/images/icons/burger-close-button-light.png"); }

.index-page .heading-image {
  position: absolute;
  top: 64px;
  height: 395px;
  width: 100%;
  overflow: hidden;
  z-index: -100; }
  .index-page .heading-image img {
    min-width: 100%;
    min-height: 100%; }
  .index-page .heading-image video {
    object-fit: cover;
    height: 100%;
    width: 100%; }

.index-page .heading {
  padding-bottom: 60px; }
  .index-page .heading .index-header-content {
    box-sizing: border-box;
    display: flex;
    padding-top: 25px;
    flex-direction: column;
    height: 100%; }
    .index-page .heading .index-header-content .top {
      width: 736px;
      max-width: 100%; }
      .index-page .heading .index-header-content .top .top {
        margin-bottom: 25px;
        font-size: 32px;
        line-height: 40px;
        color: #fff; }
      .index-page .heading .index-header-content .top .bottom {
        position: relative;
        top: -12px;
        display: inline;
        font-size: 18px;
        line-height: normal;
        color: #fff; }
      .index-page .heading .index-header-content .top .cms-action-inline-button, .index-page .heading .index-header-content .top .cms-inline-button {
        margin-right: 20px; }
    .index-page .heading .index-header-content .bottom-spacer {
      height: 8px; }
    .index-page .heading .index-header-content .bottom {
      position: relative; }
      .index-page .heading .index-header-content .bottom .links-section {
        padding: 0;
        margin: 0 -15px;
        background-color: transparent; }
        .index-page .heading .index-header-content .bottom .links-section .cms-action-inline-panel {
          position: absolute;
          top: 0;
          right: 0; }
        .index-page .heading .index-header-content .bottom .links-section .title {
          display: none; }
        .index-page .heading .index-header-content .bottom .links-section .links {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .index-page .heading .index-header-content .bottom .links-section .links .link-item {
            width: 352px;
            margin-top: 20px; }
            .index-page .heading .index-header-content .bottom .links-section .links .link-item .caption {
              margin-bottom: 16px;
              font-size: 20px;
              font-weight: 600;
              color: white; }
            .index-page .heading .index-header-content .bottom .links-section .links .link-item .description {
              max-height: 44px;
              color: white;
              font-size: 14px;
              overflow: hidden; }
            .index-page .heading .index-header-content .bottom .links-section .links .link-item .text-content {
              margin-bottom: 24px; }
            .index-page .heading .index-header-content .bottom .links-section .links .link-item .more {
              display: inline-block;
              min-width: 138px;
              height: 46px;
              line-height: 46px;
              text-align: center;
              color: white;
              border: 1px solid white;
              font-size: 14px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              -o-border-radius: 4px;
              border-radius: 4px;
              -webkit-transition: background 0.2s ease;
              -moz-transition: background 0.2s ease;
              -ms-transition: background 0.2s ease;
              -o-transition: background 0.2s ease;
              transition: background 0.2s ease; }
              .index-page .heading .index-header-content .bottom .links-section .links .link-item .more:hover {
                background: rgba(255, 255, 255, 0.2); }
  .index-page .heading .greetings-widget {
    position: relative;
    width: 736px; }
    .index-page .heading .greetings-widget .img .cms-action-inline-panel {
      position: absolute;
      top: -10px;
      left: -10px;
      right: auto; }
  .index-page .heading .org-params-widget {
    position: absolute;
    top: 0;
    right: 0;
    width: 352px;
    max-width: 100%; }

.index-page .body-page > .light {
  background-color: white; }

.index-page .body-page > .dark {
  background-color: #f4f7fb; }

.index-page .body-page > .pubs {
  padding: 35px 0; }

.treatments-page {
  min-height: 700px; }
  .treatments-page p {
    margin-bottom: 0.5em; }
  .treatments-page ul,
  .treatments-page li {
    list-style: inherit;
    margin-left: 1em; }
  .treatments-page .body a {
    color: #007ad0;
    text-decoration: underline;
    display: inline;
    font-size: inherit;
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0; }
  .treatments-page .page-caption {
    padding-top: 50px; }
    .treatments-page .page-caption h1 {
      font-size: 32px;
      line-height: normal;
      padding-bottom: 31px;
      border-bottom: 1px solid #dde1e6; }
    .treatments-page .page-caption h2 {
      font-size: 32px;
      line-height: normal; }
  .treatments-page .pubitem {
    margin-top: 20px;
    margin-bottom: 10px; }
  .treatments-page .agreement-form-checkbox {
    margin-bottom: 30px; }
    .treatments-page .agreement-form-checkbox input {
      width: 24px;
      height: 24px;
      vertical-align: bottom;
      margin-right: 10px; }
    .treatments-page .agreement-form-checkbox label {
      cursor: pointer; }
  .treatments-page .styled-form .page-caption {
    padding-top: 0; }
  .treatments-page .treatment-form {
    display: none; }
  .treatments-page.form-agreement-checked .treatment-form {
    display: block; }

.treatment-form .page-caption {
  display: none; }

.treatment-form .field.type-button {
  text-align: center; }

.treatment-form .field-treatment_agreement_ {
  float: left;
  margin-right: 16px; }

.coauthor-form-tpl,
.user-coauthors {
  display: none; }

.styled-form {
  background-color: #f4f7fb;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 20px; }
  .styled-form .page-caption h2 {
    font-size: 24px;
    line-height: normal;
    padding: 20px 0; }
  .styled-form label,
  .styled-form p,
  .styled-form a {
    font-size: 16px; }
  .styled-form a {
    color: #007ad0; }
    .styled-form a:hover {
      color: #0077b0; }
  .styled-form fieldset,
  .styled-form .buttons {
    max-width: 800px;
    margin: 0 auto; }
  .styled-form .field,
  .styled-form .buttons {
    margin-bottom: 40px; }
  .styled-form fieldset {
    font-size: 0;
    min-inline-size: auto; }
  .styled-form label {
    display: none; }
  .styled-form input[type="text"], .styled-form input[type="password"] {
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    display: block;
    min-height: 64px;
    padding: 0 20px;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    font-size: 16px; }
  .styled-form input[type="checkbox"] {
    width: 24px;
    height: 24px; }
  .styled-form input[type="submit"],
  .styled-form button[type="submit"] {
    cursor: pointer;
    width: 260px;
    max-width: 100%;
    height: 64px;
    background-color: #0077b0;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    .styled-form input[type="submit"]:hover,
    .styled-form button[type="submit"]:hover {
      color: #f5f5f5; }
    .styled-form input[type="submit"]:hover,
    .styled-form button[type="submit"]:hover {
      background: #0a7cb3; }
    .styled-form input[type="submit"]:active,
    .styled-form button[type="submit"]:active {
      background: #0072a9; }
  .styled-form button.bordered,
  .styled-form .field button.styled {
    background: none;
    border: 1px solid #0077b0;
    color: #0077b0; }
    .styled-form button.bordered:hover,
    .styled-form .field button.styled:hover {
      border-color: #0a7cb3;
      color: #0a7cb3;
      background: rgba(10, 124, 179, 0.2); }
    .styled-form button.bordered:active,
    .styled-form .field button.styled:active {
      border-color: #0072a9;
      color: #0072a9;
      background: rgba(10, 124, 179, 0.4); }
    .styled-form button.bordered.delete,
    .styled-form .field button.styled.delete {
      border-color: #dc3939;
      color: #dc3939; }
      .styled-form button.bordered.delete:hover,
      .styled-form .field button.styled.delete:hover {
        border-color: #e05c5c;
        color: #e05c5c;
        background: rgba(224, 92, 92, 0.2); }
      .styled-form button.bordered.delete:active,
      .styled-form .field button.styled.delete:active {
        border-color: #dc0d0d;
        color: #dc0d0d;
        background: rgba(224, 92, 92, 0.4); }
  .styled-form select {
    min-width: 100%;
    max-width: 100%;
    min-height: 64px;
    padding: 0 20px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 16px; }
  .styled-form textarea {
    box-sizing: border-box;
    padding: 20px 20px;
    min-width: 100%;
    max-width: 100%;
    height: 200px;
    font-size: 16px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    outline: none; }
  .styled-form .field.type-hidden {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0; }
  .styled-form .img-compare-cpt .top {
    display: flex; }
  .styled-form .img-compare-cpt button.styled {
    margin-left: 20px;
    min-width: 0;
    height: initial;
    padding: 10px; }
  .styled-form .js-select-container {
    width: 100%;
    display: block; }
    .styled-form .js-select-container .js-select-view {
      background: white; }
      .styled-form .js-select-container .js-select-view p {
        margin-left: 20px; }
    .styled-form .js-select-container .js-select-options-container button {
      padding-left: 20px; }

button.styled {
  cursor: pointer;
  width: 260px;
  max-width: 100%;
  height: 64px;
  background-color: #0077b0;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  button.styled:hover {
    color: #f5f5f5; }
  button.styled.red {
    background-color: #ce3f3f; }

.messages-list,
.errors-list {
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px; }
  .messages-list li,
  .errors-list li {
    font-size: 16px; }

.errors-list {
  background-color: rgba(126, 43, 43, 0.1); }
  .errors-list li {
    color: #c00; }

.messages-list {
  background-color: rgba(58, 168, 58, 0.1); }
  .messages-list li {
    color: #090; }

.key-val-table,
.contacts-info,
.founder-info {
  margin-top: 20px;
  border-collapse: collapse; }
  .key-val-table td,
  .contacts-info td,
  .founder-info td {
    padding-bottom: 20px;
    vertical-align: top;
    font-size: 16px; }
  .key-val-table .name,
  .contacts-info .name,
  .founder-info .name {
    font-weight: bold;
    width: 212px;
    max-width: 100%; }
  .key-val-table ul,
  .contacts-info ul,
  .founder-info ul {
    margin-left: 20px; }
  .key-val-table a,
  .contacts-info a,
  .founder-info a {
    color: #007ad0; }
    .key-val-table a:hover,
    .contacts-info a:hover,
    .founder-info a:hover {
      color: #0077b0; }

.statistics-table {
  margin: 20px 0; }
  .statistics-table td {
    padding: 10px; }
  .statistics-table .headers,
  .statistics-table .type {
    font-weight: bold; }

.table-container {
  overflow-x: auto;
  max-width: 100%; }

.table {
  width: 100%;
  margin: 10px 0;
  border-collapse: collapse; }
  .table tr:nth-child(odd) {
    background: white; }
  .table tr:nth-child(even) {
    background: #f4f7fb; }
  .table tr.clickable-row {
    cursor: pointer; }
    .table tr.clickable-row:hover {
      background-color: rgba(100, 100, 100, 0.2); }
  .table tr th,
  .table tr td {
    padding: 10px; }
  .table tr th {
    text-align: left;
    font-weight: bold; }

.infolist-block {
  padding: 50px 30px 30px 30px;
  background: #f4f7fb; }
  .infolist-block .header {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold; }
  .infolist-block .item {
    margin-bottom: 30px; }
    .infolist-block .item .label {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: bold;
      color: #3b4256; }
    .infolist-block .item .value {
      font-size: 14px;
      color: #747e89; }
      .infolist-block .item .value a {
        color: #007ad0;
        text-decoration: underline;
        display: inline;
        font-size: inherit;
        background: none;
        border: 0;
        cursor: pointer;
        outline: none;
        padding: 0; }

.page-sitemap > .container:first-child {
  padding-top: 50px; }

.page-sitemap .page-caption {
  line-height: 32px;
  font-size: 32px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dde1e6; }

.page-sitemap .links-tree {
  margin-top: 30px;
  margin-bottom: 50px; }
  .page-sitemap .links-tree > ul > li ul {
    border-left: 1px solid #dde1e6;
    border-bottom-left-radius: 10px; }
    .page-sitemap .links-tree > ul > li ul li {
      margin-left: 8%; }
  .page-sitemap .links-tree .item a {
    line-height: normal; }
  .page-sitemap .links-tree > ul > li > .item {
    font-size: 24px;
    font-weight: 700;
    margin: 30px 0; }
    .page-sitemap .links-tree > ul > li > .item > ul > li > .item {
      font-size: 18px;
      font-weight: 660;
      margin: 15px 0; }
      .page-sitemap .links-tree > ul > li > .item > ul > li > .item > ul > li > .item {
        font-size: 16px;
        font-weight: 620;
        margin: 15px 0; }
        .page-sitemap .links-tree > ul > li > .item > ul > li > .item > ul > li > .item > ul > li .item {
          font-size: 16px;
          font-weight: normal;
          margin: 0; }

.for-sitizens-lb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.information-links-block {
  align-self: flex-start;
  flex-shrink: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 350px;
  padding: 15px 32px 30px 32px;
  margin-left: 30px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #0077b0; }

.link-wrapper {
  display: flex;
  justify-content: space-between; }
  .link-wrapper .cms-action-panel {
    top: 0; }
  .link-wrapper .link,
  .link-wrapper .button {
    flex-grow: 1; }
  .link-wrapper .link {
    margin: 12px 0;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .link-wrapper .link:hover {
      color: #f5f5f5; }
    .link-wrapper .link:active {
      color: #ebebeb; }
    .link-wrapper .link .icon-arrow-left {
      display: block;
      background-position-y: -9px;
      flex-shrink: 0; }
  .link-wrapper .button {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    padding: 25px;
    background-color: #fff;
    border-radius: 4px; }
    .link-wrapper .button:hover {
      background-color: #f5f5f5;
      color: #3b4256; }
    .link-wrapper .button:active {
      background-color: #ebebeb;
      color: #3b4256; }

.breadcrumbs {
  max-height: 50px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1; }
  .breadcrumbs a {
    font-size: 12px;
    color: #747e89;
    font-weight: 600; }
    .breadcrumbs a:hover {
      color: #0077b0; }
  .breadcrumbs .delim {
    margin: 0 5px; }

.link-like {
  display: inline;
  font-size: inherit;
  background: none;
  color: #007ad0;
  text-decoration: underline;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0; }

a.popup-dialog-btn {
  color: #007ad0;
  text-decoration: underline; }

.show-more {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 18px;
  padding: 20px 50px;
  font-weight: 650; }
  .show-more .title .icon-arrow-down {
    margin-left: 10px; }
  .show-more .show-more-button,
  .show-more .show-more-button-loading {
    display: none; }

.read-more {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row-reverse; }
  .read-more a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    box-sizing: border-box;
    width: 352px; }
    .read-more a:hover .icon-arrow-left, .read-more a:active .icon-arrow-left {
      background-position-y: -17px; }

.reset-link {
  color: #007ad0;
  text-decoration: underline; }

select.dropdown {
  display: block;
  width: 100%;
  border: 1px solid #e0e4e9;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #e0e4e9;
  padding: 15px 25px;
  cursor: pointer; }
  select.dropdown option p {
    font-size: 16px; }

.container {
  position: relative;
  margin: 0 auto; }

@media screen and (min-width: 1201px) {
  .container {
    max-width: 1120px; } }

@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px; } }

@media screen and (max-width: 992px) {
  .container {
    padding: 0 15px;
    max-width: 720px; } }

@media screen and (max-width: 768px) {
  .container {
    max-width: 540px; } }

@media screen and (max-width: 576px) {
  .container {
    max-width: 100%; } }

.flex-container {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.sh-hidden.search-form, .sh-hidden.header-top__dropdown, .sh-hidden.top-menu__dropdown, .sh-hidden.search, .sh-hidden.blind-version {
  display: none !important; }

.sh-block.sh-hidden .sh-content {
  display: none; }

.icon-arrow-down {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url("/css/images/icons/arrow-down.png") no-repeat;
  background-size: 100%; }

.icon-arrow-left {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url("/css/images/icons/arrow-down.png") no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.icon-arrow-right {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url("/css/images/icons/arrow-down.png") no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.icon-arrow-up {
  display: inline-block;
  width: 14px;
  height: 8px;
  background: url("/css/images/icons/arrow-down.png") no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* CONTACTS */
.contacts-widget {
  max-width: 100%;
  padding: 50px 30px 30px 30px;
  background: #f4f7fb; }
  .contacts-widget .header {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold; }
  .contacts-widget .contacts-item {
    margin-bottom: 30px; }
    .contacts-widget .contacts-item .label {
      margin-bottom: 15px;
      font-size: 20px;
      font-weight: 600;
      color: #3b4256; }
    .contacts-widget .contacts-item .value {
      font-size: 14px;
      color: #747e89; }
      .contacts-widget .contacts-item .value a {
        font-size: 14px;
        color: #0d49cc; }

.contacts-page .container {
  padding-top: 50px;
  padding-bottom: 1px;
  /* чтобы margin не выходил за границы */ }

.contacts-page .contacts-block {
  margin-bottom: 35px; }
  .contacts-page .contacts-block .contacts-widget {
    width: 292px;
    float: right;
    min-height: 335px; }
    @media (max-width: 1200px) {
      .contacts-page .contacts-block .contacts-widget {
        width: 290px; } }

@media screen and (max-width: 992px) {
  .contacts-page .contacts-block .contacts-widget {
    box-sizing: border-box;
    float: none;
    width: 100%; } }
  .contacts-page .contacts-block .map {
    height: 415px;
    margin-right: 384px; }
    .contacts-page .contacts-block .map iframe {
      height: 100%;
      width: 100%;
      border: 0; }

.contacts-page .requisites-block {
  margin-top: 50px;
  margin-bottom: 60px; }
  .contacts-page .requisites-block p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #747e89; }
  .contacts-page .requisites-block .org-caption {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
    color: #3b4256; }
  .contacts-page .requisites-block.js-loading {
    opacity: 0.5;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=50;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*100)'; }

.search .page-caption h1 {
  line-height: initial; }

.search .search-result .section-space {
  font-size: 16px;
  margin: 20px; }
  .search .search-result .section-space .highlighted {
    font-weight: bold; }

.search .search-result .list-item {
  display: flex;
  flex-wrap: wrap;
  margin: 20px; }
  .search .search-result .list-item > * {
    margin-right: 15px; }
  .search .search-result .list-item .left {
    min-width: 200px; }
  .search .search-result .list-item a {
    color: #007ad0;
    text-decoration: underline; }
  .search .search-result .list-item .tags {
    color: #747e89; }

/* EMPLOYEES */
.employees .group-item {
  margin-bottom: 30px; }
  .employees .group-item .caption {
    display: inline;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px; }

.employees.dark {
  background: #f4f7fb; }

.employees-gallery {
  font-size: 0; }
  .employees-gallery .employee-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 40px;
    cursor: pointer; }
    .employees-gallery .employee-item a {
      cursor: pointer; }
    .employees-gallery .employee-item .img {
      display: block;
      float: left;
      overflow: hidden;
      width: 160px;
      height: 112px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .employees-gallery .employee-item .img img {
        display: block;
        width: 100%; }
      .employees-gallery .employee-item .img .default-img {
        display: block;
        width: 100%;
        height: 100%;
        background: url("/css/images/icons/no-person.png") no-repeat center center #b9c1cc; }
    .employees-gallery .employee-item .item-content {
      display: block;
      margin-left: 192px;
      margin-right: 40px; }
    .employees-gallery .employee-item .caption {
      display: block;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px;
      word-spacing: 100vw;
      /* первый раз пользуюсь. чтобы было 1 слово в строке */ }
    .employees-gallery .employee-item .post {
      font-size: 16px;
      color: #747e89; }
    .employees-gallery .employee-item .cms-action-panel {
      position: absolute;
      top: 10px;
      left: 10px; }
  .employees-gallery.main {
    margin-right: -32px; }
    .employees-gallery.main .employee-item {
      width: 352px;
      max-width: 100%;
      min-height: 442px;
      margin-bottom: 32px;
      margin-right: 32px;
      background: #fff;
      overflow: hidden;
      transition: box-shadow 0.2s ease;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
      .employees-gallery.main .employee-item .img {
        float: none;
        width: 100%;
        height: 230px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0; }
      .employees-gallery.main .employee-item .item-content {
        display: block;
        padding: 30px;
        margin-left: 0;
        margin-right: 0; }
      .employees-gallery.main .employee-item .caption {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        margin-bottom: 15px; }
      .employees-gallery.main .employee-item:hover {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
    .employees-gallery.main.light .employee-item {
      background-color: #f4f7fb;
      -webkit-transition: background 0.2s ease;
      -moz-transition: background 0.2s ease;
      -ms-transition: background 0.2s ease;
      -o-transition: background 0.2s ease;
      transition: background 0.2s ease; }
      .employees-gallery.main.light .employee-item:hover {
        background: #0a7cb3;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none; }
        .employees-gallery.main.light .employee-item:hover a {
          color: #fff; }
          .employees-gallery.main.light .employee-item:hover a .post {
            color: #fff; }

.darken {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.bluen {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0077b0; }

/* CMS */
.cms-action-inline-button, .cms-inline-button {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 32px 0 0;
  background: #fff;
  color: #03486e;
  border: 0;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-decoration: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); }
  .cms-action-inline-button:hover, .cms-inline-button:hover {
    color: #0080c6; }
  .cms-action-inline-button:hover .cms-action-icon, .cms-inline-button:hover .cms-action-icon {
    background-color: #007dc2; }
  .cms-action-inline-button:active .cms-action-icon, .cms-inline-button:active .cms-action-icon {
    background-color: #268cc4; }

.cms-action-inline-minimal-button {
  display: inline-block;
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-decoration: none; }

.cms-action-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  background-color: #7f7f7f;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  cursor: pointer;
  outline: none;
  border: 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px; }
  .cms-action-icon:hover {
    background-color: #007dc2; }
  .cms-action-icon:active {
    background-color: #268cc4; }

.cms-action-icon.add,
.add .cms-action-icon {
  background-image: url("/css/images/cms/icon-add.png"); }

.cms-action-icon.edit,
.edit .cms-action-icon {
  background-image: url("/css/images/cms/icon-edit.png"); }

.cms-action-icon.arrow-right,
.arrow-right .cms-action-icon {
  background-image: url("/css/images/cms/icon-arrow-right.png"); }

.cms-action-icon.arrow-up,
.arrow-up .cms-action-icon {
  background-image: url("/css/images/cms/icon-arrow-right.png");
  transform: rotate(-90deg); }

.cms-action-icon.arrow-down,
.arrow-down .cms-action-icon {
  background-image: url("/css/images/cms/icon-arrow-right.png");
  transform: rotate(90deg); }

.cms-action-panel {
  display: inline-block;
  position: relative;
  top: -24px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  z-index: 2; }
  .cms-action-panel.sh-hidden {
    z-index: 1; }
  .cms-action-panel .panel-btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    background-color: #03486e;
    background-image: url("/css/images/cms/icon-close.png"); }
    .cms-action-panel .panel-btn:hover {
      background-color: #007dc2;
      -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
      -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
      -ms-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
      -o-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
      box-shadow: 0 0 2px rgba(255, 255, 255, 0.6); }
    .cms-action-panel .panel-btn .panel-btn {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 12;
      background-color: #03486e;
      background-image: url("/css/images/cms/icon-close.png"); }
      .cms-action-panel .panel-btn .panel-btn:hover {
        background-color: #007dc2;
        -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
        -moz-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
        -ms-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
        -o-box-shadow: 0 0 2px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.6); }
      .cms-action-panel .panel-btn .panel-btn:active {
        background-color: #268cc4; }
  .cms-action-panel.sh-hidden .panel-btn {
    background-color: #7f7f7f;
    background-image: url("/css/images/cms/icon-edit.png"); }
    .cms-action-panel.sh-hidden .panel-btn:hover {
      background-color: #007dc2; }
    .cms-action-panel.sh-hidden .panel-btn:active {
      background-color: #268cc4; }
  .cms-action-panel .cms-actions {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    padding: 44px 0;
    background: #fff;
    z-index: 12;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-shadow: 0 15px 80px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 80px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 15px 80px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 15px 80px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 80px rgba(0, 0, 0, 0.2); }
    .cms-action-panel .cms-actions button {
      background: none;
      padding: 0;
      border: 0;
      cursor: pointer;
      outline: none;
      display: block;
      width: 100%;
      height: 32px;
      line-height: 32px;
      padding: 0 48px;
      white-space: nowrap;
      text-align: left; }
      .cms-action-panel .cms-actions button:hover {
        color: #0080c6; }
    .cms-action-panel .cms-actions.reverse-popup {
      top: auto;
      left: auto;
      bottom: 0;
      right: 0;
      margin: 0 -32px -32px 0; }
    .cms-action-panel .cms-actions.reverse-hor-popup {
      left: auto;
      right: 0;
      margin-right: -32px;
      margin-left: 0; }
    .cms-action-panel .cms-actions.reverse-ver-popup {
      top: auto;
      bottom: 0;
      margin-bottom: -32px;
      margin-top: 0; }
  .cms-action-panel.sh-hidden .cms-actions {
    display: none; }

.cms-action-inline-panel {
  margin-bottom: 15px; }

/* RIGHT SIDEBAR PAGE */
.right-sidebar-page .sidebar {
  float: right;
  width: 352px; }
  .right-sidebar-page .sidebar .top-spacer {
    height: 100px; }
  .right-sidebar-page .sidebar .nav-menu {
    position: relative;
    margin-bottom: 40px;
    margin-left: 0; }
    .right-sidebar-page .sidebar .nav-menu ul {
      margin-left: 0; }
    .right-sidebar-page .sidebar .nav-menu li {
      position: relative;
      margin: 0;
      padding: 0;
      list-style: none; }
    .right-sidebar-page .sidebar .nav-menu a {
      position: relative;
      display: block;
      padding: 10px 0 10px 30px;
      font-weight: 600;
      font-size: 16px; }
      .right-sidebar-page .sidebar .nav-menu a .icon {
        display: none;
        position: absolute;
        top: 14px;
        bottom: 14px;
        left: 0;
        width: 4px;
        background: #0077b0; }
      .right-sidebar-page .sidebar .nav-menu a.active .icon {
        display: block; }
    .right-sidebar-page .sidebar .nav-menu .rail {
      position: absolute;
      top: 14px;
      left: 0;
      bottom: 15px;
      width: 1px;
      background: #dde1e6; }
    .right-sidebar-page .sidebar .nav-menu .cms-action-panel {
      position: absolute;
      top: 0;
      right: 30px; }
  .right-sidebar-page .sidebar .contacts-widget {
    margin-bottom: 50px; }

.right-sidebar-page .main-content {
  margin-right: 384px; }
  .right-sidebar-page .main-content .tiles-links.row-2 .tiles-link-item {
    width: 100%;
    margin-right: 0; }
  .right-sidebar-page .main-content .blocks .pubitem .page-caption {
    position: relative;
    padding: 0 50px 16px 0; }
  .right-sidebar-page .main-content .blocks .pubitem .cms-action-panel {
    position: absolute;
    top: 0;
    right: 40px; }
  .right-sidebar-page .main-content .blocks .pubitem .body {
    padding: 16px 0; }

/* TEXT ITEM */
.text-item .text-caption {
  margin-bottom: 30px; }
  .text-item .text-caption h1,
  .text-item .text-caption h2,
  .text-item .text-caption p {
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px; }

.text-item .body {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: initial;
  line-height: normal; }
  .text-item .body img {
    max-width: 100%; }
  .text-item .body a {
    color: #007ad0;
    text-decoration: underline; }
  .text-item .body p, .text-item .body ul {
    margin-bottom: 10px; }
  .text-item .body p, .text-item .body li {
    color: #747e89;
    line-height: 24px; }
  .text-item .body ul {
    margin-left: 64px; }
    .text-item .body ul li {
      position: relative;
      margin-bottom: 10px; }
      .text-item .body ul li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: -64px;
        width: 32px;
        height: 2px;
        background: #97a4b1; }
  .text-item .body b, .text-item .body strong {
    font-weight: 600; }

/* END TEXT ITEM */
.interview .quiz {
  padding: 30px 50px 20px 50px; }
  .interview .quiz .block-header {
    background: none; }
    .interview .quiz .block-header p {
      font-size: 16px;
      color: #fff;
      font-family: "Segoe UI", Tahoma;
      padding: 0 0 30px 0; }
  .interview .quiz p {
    font-size: 20px;
    color: #fff;
    padding-bottom: 23px; }
  .interview .quiz .item {
    font-size: 12px;
    color: #fff;
    font-family: "Segoe UI", Tahoma;
    padding-bottom: 5px; }
    .interview .quiz .item label,
    .interview .quiz .item input {
      cursor: pointer; }
  .interview .quiz .survey-answers .survey-list .survey-item .caption {
    color: #fff; }
  .interview .quiz .survey-answers .survey-list .survey-item .votes {
    color: #fff; }

.interview .button {
  padding: 5px 15px;
  border-radius: 20px;
  border: none;
  margin: 10px 0; }

.interview .archive {
  text-decoration: none;
  color: #fff;
  font-size: 12px; }
  .interview .archive:hover {
    text-decoration: underline; }

/* SURVEY */
.survey-answers .survey-list .survey-item {
  margin-bottom: 10px; }
  .survey-answers .survey-list .survey-item:last-child {
    margin-bottom: 20px; }
  .survey-answers .survey-list .survey-item .caption {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 12px;
    color: #3b4256; }
  .survey-answers .survey-list .survey-item .percent-line {
    position: relative; }
    .survey-answers .survey-list .survey-item .percent-line .progress {
      width: 80%; }
      .survey-answers .survey-list .survey-item .percent-line .progress .line {
        min-width: 3px;
        height: 10px;
        background: #0064b8;
        display: block; }
    .survey-answers .survey-list .survey-item .percent-line .votes {
      position: absolute;
      top: -10px;
      right: 0;
      color: #3b4256; }

.survey-answers .total-votes p {
  font-size: 14px;
  display: inline-block; }

.survey-answers .warning,
.survey-answers .error {
  list-style: square;
  margin-left: 20px; }

.survey-answers .error {
  color: #ad1c1c; }

.survey-answers .warning {
  color: #006e2e; }

.gallery-section {
  padding: 52px 0 64px 0; }
  .gallery-section .gallery-body {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .gallery-section .gallery-body .left {
      flex-shrink: 0;
      width: 736px; }
    .gallery-section .gallery-body .right {
      flex-shrink: 0; }
    .gallery-section .gallery-body .gallery-video-container .gallery-video {
      border-radius: 4px;
      height: 415px;
      margin-bottom: 40px;
      overflow: hidden; }
    .gallery-section .gallery-body .gallery-video-container:first-child .gallery-video {
      margin-top: 0; }
    .gallery-section .gallery-body .gallery-video-container .caption {
      font-size: 16px;
      color: #747e89; }
    .gallery-section .gallery-body .pubs .pubs-list {
      display: block; }
    .gallery-section .gallery-body .pubs .pubs-body .total-caption {
      color: #747e89;
      margin: 10px 0; }

.survey-archive,
.quiz {
  margin-top: 20px;
  margin-bottom: 20px; }
  .survey-archive .page-caption,
  .quiz .page-caption {
    margin-bottom: 25px; }
    .survey-archive .page-caption h1,
    .quiz .page-caption h1 {
      line-height: normal; }
  .survey-archive .question,
  .quiz .question {
    display: inline-block;
    color: #3b4256;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: Arial; }
  .survey-archive .list,
  .quiz .list {
    margin-bottom: 20px;
    border-bottom: 1px solid #dde1e6;
    padding-bottom: 10px; }
    .survey-archive .list .button,
    .quiz .list .button {
      height: 30px;
      padding: 4px 15px;
      border: 1px solid #ddd;
      background: #f7fbfe;
      color: #007ad0;
      cursor: pointer;
      margin: 10px 0;
      box-shadow: none;
      border-radius: 0; }
      .survey-archive .list .button:hover,
      .quiz .list .button:hover {
        background: #007ed2;
        color: #fff; }

.surveys {
  margin-top: 0px; }
  .surveys .page-caption {
    padding-top: 50px; }
    .surveys .page-caption h1 {
      font-size: 32px;
      line-height: normal;
      padding-bottom: 31px;
      border-bottom: 1px solid #dde1e6; }
  .surveys .survey-item .question {
    font-size: 24px;
    line-height: normal;
    padding: 20px 0;
    margin: 0px;
    font-weight: bold; }
  .surveys .survey-item .item,
  .surveys .survey-item .select {
    margin-bottom: 20px; }
  .surveys .survey-item .item label {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold; }
  .surveys .survey-item .item input[type="radio"],
  .surveys .survey-item .item input[type="checkbox"] {
    width: 24px;
    height: 24px;
    float: left; }
  .surveys .survey-item .item:first-child {
    display: none; }
  .surveys .survey-item button[type="submit"] {
    cursor: pointer;
    width: 260px;
    max-width: 100%;
    height: 64px;
    background-color: #0077b0;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }
    .surveys .survey-item button[type="submit"]:hover {
      background: #0a7cb3; }
  .surveys .survey-item .cms-inline-button a {
    color: #03486e;
    font-size: inherit; }
  .surveys .survey-item .cms-inline-button:hover a {
    color: #0080c6; }

/* ORGS LIST */
.orgs-list {
  margin-bottom: 40px; }
  .orgs-list .list-item {
    position: relative;
    margin-bottom: 20px; }
    .orgs-list .list-item .icon {
      display: block;
      position: absolute;
      top: 10px;
      left: 0;
      width: 32px;
      height: 2px;
      background: #97a4b1; }
    .orgs-list .list-item .caption {
      display: block;
      margin-left: 63px;
      font-size: 16px;
      font-weight: bold; }
    .orgs-list .list-item .cms-action-panel {
      position: absolute;
      top: 0;
      left: 0; }

/* PHONEBOOK */
.phonebook-table .row {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
  padding: 5px; }
  .phonebook-table .row .caption p {
    font-weight: bold; }
  .phonebook-table .row .value {
    flex: 0 0 300px; }
  .phonebook-table .row.even {
    background-color: #f4f7fb; }

.org-card-page > .container:first-child {
  padding-top: 50px; }

/* BOTTOM CONTENT SPACER */
.bottom-content-spacer {
  height: 80px; }

/* EMPLOYEE CARD */
.employee-card .sidebar {
  float: left;
  width: 352px; }
  .employee-card .sidebar .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .employee-card .sidebar .img img {
      width: 100%; }
  .employee-card .sidebar .contacts .contacts-item {
    margin-bottom: 30px; }
    .employee-card .sidebar .contacts .contacts-item .caption {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: bold; }

.employee-card .item-content {
  margin-left: 382px; }
  .employee-card .item-content .employee-caption {
    margin-bottom: 40px; }
    .employee-card .item-content .employee-caption p {
      font-size: 24px;
      font-weight: bold; }

/* CALENDAR */
.calendar {
  width: 350px;
  background-color: #f4f7fb;
  border-radius: 4px;
  font-weight: bold; }
  .calendar .block-header {
    padding: 30px;
    border-bottom: 1px solid #dde1e6; }
    .calendar .block-header .year {
      text-align: center;
      margin-bottom: 15px; }
    .calendar .block-header .switcher {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .calendar .block-header .switcher button {
        border: none; }
        .calendar .block-header .switcher button:hover {
          cursor: pointer;
          background-position-y: -17px; }
  .calendar .body {
    padding: 30px; }
    .calendar .body .weekdays {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-around; }
      .calendar .body .weekdays .cell p {
        text-align: center;
        color: #747e89; }
    .calendar .body .list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; }
      .calendar .body .list .cell.today {
        background-color: #d8e3f1; }
      .calendar .body .list .cell .event {
        color: #007ad0; }
    .calendar .body .cell {
      width: 41.42857px;
      text-align: center;
      padding: 0.5em 0; }

/* MAP */
.map-section .map {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 400px; }
  .map-section .map .map-content {
    height: 100%;
    width: 100%; }
  .map-section .map .map-filters {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5); }
    .map-section .map .map-filters .filter-item {
      padding: 3px;
      vertical-align: top; }
      .map-section .map .map-filters .filter-item label {
        color: #fff;
        vertical-align: top;
        cursor: pointer; }
      .map-section .map .map-filters .filter-item input {
        width: 24px;
        height: 24px;
        margin-right: 10px;
        vertical-align: top;
        cursor: pointer; }

/* END LINKS */
.end-links .link-item {
  position: relative;
  float: right;
  width: 352px; }
  .end-links .link-item a {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-weight: 600; }
    .end-links .link-item a:hover .icon-arrow-left {
      background-position-y: -17px; }
  .end-links .link-item .cms-action-panel {
    position: absolute;
    top: -5px;
    right: 100%;
    left: auto;
    margin-right: 40px; }

/* CONTACTS ORGS PAGE */
.contacts-orgs-page > .container:first-child {
  padding-top: 50px; }

.contacts-orgs-page .map-section {
  margin-bottom: 60px; }

/* IMAGES GALLERY */
.images-gallery .image-item {
  margin-bottom: 32px; }
  .images-gallery .image-item .img {
    display: block;
    width: 100%;
    height: 230px;
    border: 0;
    background: none;
    overflow: hidden;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .images-gallery .image-item .img img {
      width: 100%;
      display: block; }
    .images-gallery .image-item .img .hover-veil {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url("/css/images/icons/icon-enlarge.png") no-repeat center center rgba(0, 0, 0, 0.5);
      opacity: 0;
      filter: alpha(opacity=0);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .images-gallery .image-item .img:hover .hover-veil {
      opacity: 1;
      filter: alpha(opacity=100);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

/* POPUP IMAGES GALLERY */
.popup-images-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100; }
  .popup-images-gallery button.close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 65px;
    height: 65px;
    margin-top: -425px;
    border: 0;
    background: none;
    font-size: 24px;
    font-family: verdana;
    color: #fff;
    cursor: pointer; }
  .popup-images-gallery .root-container {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1120px;
    height: 800px;
    margin: -400px 0 0 -560px; }
  .popup-images-gallery .center-container {
    position: relative;
    margin-bottom: 32px; }
    .popup-images-gallery .center-container button.close {
      top: 0;
      margin: 0; }
  .popup-images-gallery .bottom-container {
    position: relative;
    width: 100%; }
    .popup-images-gallery .bottom-container button {
      position: absolute;
      top: 0;
      width: 64px;
      height: 64px;
      overflow: hidden;
      border: 0;
      background: #fff;
      cursor: pointer;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .popup-images-gallery .bottom-container button .icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 7px;
        height: 12px;
        margin: -6px 0 0 -3px; }
      .popup-images-gallery .bottom-container button.next {
        right: 0; }
        .popup-images-gallery .bottom-container button.next .icon {
          background: url("/css/images/icons/arrow-next-popup-image.png") no-repeat center center; }
      .popup-images-gallery .bottom-container button.prev {
        left: 0; }
        .popup-images-gallery .bottom-container button.prev .icon {
          background: url("/css/images/icons/arrow-prev-popup-image.png") no-repeat center center; }
      .popup-images-gallery .bottom-container button:hover {
        background: #f5f5f5; }
  .popup-images-gallery .title {
    overflow: hidden;
    margin-bottom: 30px; }
    .popup-images-gallery .title p {
      font-size: 24px;
      color: #fff;
      font-weight: bold;
      white-space: nowrap;
      line-height: 24px; }
  .popup-images-gallery .big-images {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden; }
    .popup-images-gallery .big-images .img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none; }
      .popup-images-gallery .big-images .img.active {
        display: block; }
    .popup-images-gallery .big-images img {
      display: block;
      width: 100%;
      margin: 0 auto; }
      .popup-images-gallery .big-images img.vertical {
        width: auto;
        height: 100%; }
  .popup-images-gallery .previews {
    height: 64px;
    overflow: hidden;
    width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    line-height: 0;
    white-space: nowrap; }
    .popup-images-gallery .previews .rails {
      position: relative;
      font-size: 0;
      line-height: 0;
      -webkit-transition: left 0.2s ease;
      -moz-transition: left 0.2s ease;
      -ms-transition: left 0.2s ease;
      -o-transition: left 0.2s ease;
      transition: left 0.2s ease; }
    .popup-images-gallery .previews .img {
      position: relative;
      display: inline-block;
      width: 62px;
      height: 62px;
      margin: 0 4px;
      overflow: hidden;
      cursor: pointer;
      vertical-align: middle;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px; }
      .popup-images-gallery .previews .img img {
        width: 100%; }
      .popup-images-gallery .previews .img .hover-veil {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.3); }
      .popup-images-gallery .previews .img.active {
        margin: 0 3px;
        border: 1px solid #fff; }
      .popup-images-gallery .previews .img:hover .hover-veil {
        display: block; }
  @media screen and (max-width: 1200px) {
    .popup-images-gallery .root-container {
      left: 10px;
      right: 10px;
      width: auto;
      margin-left: 0; }
    .popup-images-gallery .center-container .big-images img {
      height: auto;
      max-width: 100%; } }
  @media screen and (max-width: 992px) {
    .popup-images-gallery .bottom-container .previews {
      width: auto;
      margin-right: 100px;
      margin-left: 100px; } }
  @media screen and (max-width: 576px) {
    .popup-images-gallery .bottom-container {
      height: 52px; } }
  @media screen and (max-height: 768px) {
    .popup-images-gallery button.close {
      top: 0;
      margin: 0; }
    .popup-images-gallery .root-container {
      top: 0;
      height: 100%;
      margin-top: 0; }
    .popup-images-gallery .title {
      margin-bottom: 15px;
      padding-top: 15px; }
    .popup-images-gallery .center-container {
      position: absolute;
      top: 10px;
      bottom: 120px;
      left: 0;
      right: 0;
      margin-bottom: 0; }
      .popup-images-gallery .center-container .big-images {
        width: 100%;
        height: 100%; }
        .popup-images-gallery .center-container .big-images img {
          width: auto;
          max-height: 100%; }
    .popup-images-gallery .bottom-container {
      position: absolute;
      bottom: 15px;
      left: 0;
      right: 0; } }

/* NEW ON SITE */
.new-on-site .blocks-container {
  width: auto;
  margin-right: 384px; }

.new-on-site .filter {
  float: right;
  width: 352px; }
  .new-on-site .filter form {
    background: none;
    padding: 0; }
    .new-on-site .filter form .field {
      margin: 0 0 16px 0; }
      .new-on-site .filter form .field label {
        display: none; }
      .new-on-site .filter form .field select {
        width: 100%; }
  .new-on-site .filter .js-select-container {
    width: 100%; }
    .new-on-site .filter .js-select-container .js-select-view p {
      margin-left: 32px; }
    .new-on-site .filter .js-select-container .js-select-options-container button {
      padding-left: 32px; }

.new-on-site .tiles-link-item .left .body .top .caption {
  margin-bottom: 14px;
  font-size: 20px; }

.new-on-site .tiles-link-item .left .body .top .subcaption {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px; }

.new-on-site .tiles-link-item .left .body .top .description {
  font-size: 16px;
  margin-top: 0; }

.load-more {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  padding: 20px 50px; }
  .load-more button {
    background: none;
    padding: 0;
    border: 0;
    cursor: pointer;
    outline: none;
    font-size: 18px;
    font-weight: 650; }
    .load-more button .icon-arrow-down {
      margin-left: 16px; }
  .load-more.loading button {
    opacity: 0.5; }

/* DOCUMENTS */
.document-item {
  position: relative;
  margin-bottom: 40px; }
  .document-item .header {
    position: relative;
    display: block;
    width: 100%;
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    cursor: pointer; }
    .document-item .header .caption {
      display: block;
      margin-right: 50px; }
    .document-item .header .icon {
      position: absolute;
      top: 9px;
      right: 20px;
      display: block;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .document-item .header:hover {
      color: #0077b0; }
  .document-item .document-body {
    padding: 16px 0;
    border-bottom: 1px solid #dde1e6; }
    .document-item .document-body .meta {
      margin-bottom: 16px; }
      .document-item .document-body .meta p,
      .document-item .document-body .meta span {
        font-size: 12px;
        color: #747e89; }
      .document-item .document-body .meta .date,
      .document-item .document-body .meta .type {
        display: inline-block;
        margin-right: 16px; }
    .document-item .document-body .body {
      margin-bottom: 32px; }
  .document-item .cms-action-panel {
    position: absolute;
    top: 0;
    right: 40px; }
  .document-item.sh-hidden .header .icon {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  .document-item.with-gallery .header {
    cursor: auto; }
    .document-item.with-gallery .header .caption {
      line-height: 40px;
      font-size: 32px; }
    .document-item.with-gallery .header:hover {
      color: #3b4256; }
  .document-item.with-gallery .document-body {
    padding-bottom: 0;
    border-bottom: 0; }

/* FILES LIST */
.files-list .file-item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 64px; }
  .files-list .file-item .icon {
    position: absolute;
    top: 10px;
    left: 0;
    width: 32px;
    height: 2px;
    background: #97a4b1; }
  .files-list .file-item .links a {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    color: #007ad0; }
    .files-list .file-item .links a:hover {
      color: #0077b0; }

/* ERROR PAGE */
.error-page .link-item a {
  font-size: 16px;
  font-weight: 600;
  color: #007ad0; }
  .error-page .link-item a:hover {
    color: #0077b0; }

.admin-panel {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.distributes-list {
  margin: 30px 0; }

.distributes-item {
  margin: 50px 0;
  display: flex; }
  .distributes-item .left-side {
    width: 350px;
    flex-shrink: 0;
    max-width: 100%;
    margin-right: 15px; }
  .distributes-item .right-side {
    width: 100%; }

.item-for-printing {
  display: none; }

/* USERS PAGE */
.users-page .users-list {
  margin-bottom: 40px; }

.users-page .pager-container {
  margin-bottom: 80px; }

.users-list .users-list-item {
  position: relative;
  padding: 16px;
  background-color: #f4f7fb;
  display: flex; }
  .users-list .users-list-item .caption {
    width: 200px; }
    .users-list .users-list-item .caption a {
      font-weight: 600;
      color: #007ad0; }
      .users-list .users-list-item .caption a:hover {
        color: #0077b0; }
  .users-list .users-list-item .actions {
    position: absolute;
    top: 8px;
    right: 16px; }
    .users-list .users-list-item .actions button {
      min-width: auto;
      height: 40px; }
  .users-list .users-list-item .js-loading-veil {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5); }
    .users-list .users-list-item .js-loading-veil .js-loading-spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100px;
      height: 100px;
      margin: -50px 0 0 -50px;
      background: url("/css/images/site/loading-spinner.gif") no-repeat; }
  .users-list .users-list-item .cms-action-panel {
    position: absolute;
    top: 12px;
    right: 46px;
    left: auto; }
  .users-list .users-list-item.even {
    background: none; }

/* PAGER */
.pager-container {
  margin: 20px 0;
  text-align: center; }
  .pager-container ul {
    display: inline-block;
    vertical-align: middle; }
    .pager-container ul .pager-item {
      display: inline-block;
      list-style: none; }
      .pager-container ul .pager-item.active a {
        background: none;
        color: #3b4256; }
  .pager-container .pager-btn,
  .pager-container span {
    text-decoration: none;
    padding: 8px 10px;
    background: #f4f7fb;
    color: #3b4256;
    font-size: 15px; }
  .pager-container .prev,
  .pager-container .next {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle; }

/* JS LOADING */
.js-loading-veil {
  display: none; }

.js-loading .js-loading-veil {
  display: block; }

/* PAGE CAPTION */
.page-caption.std-margin {
  position: relative;
  padding-top: 50px;
  padding-bottom: 31px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dde1e6; }
  .page-caption.std-margin h1,
  .page-caption.std-margin h2,
  .page-caption.std-margin p {
    font-size: 32px;
    line-height: normal; }
  .page-caption.std-margin .cms-action-panel {
    position: absolute;
    bottom: 65px;
    right: 30px;
    top: auto;
    left: auto; }

/* SECTIONS CHECKTREE */
.sections-checktree {
  margin-bottom: 40px; }
  .sections-checktree .section-caption {
    font-size: 20px;
    line-height: 30px;
    cursor: pointer; }
  .sections-checktree .section-item {
    margin-bottom: 5px; }
    .sections-checktree .section-item input[type="checkbox"] {
      position: relative;
      top: 4px;
      width: 24px;
      height: 24px;
      margin-right: 8px; }
    .sections-checktree .section-item.lvl-0 {
      display: none; }
    .sections-checktree .section-item.lvl-2 {
      margin-left: 32px; }
    .sections-checktree .section-item.lvl-3 {
      margin-left: 64px; }
    .sections-checktree .section-item.lvl-4 {
      margin-left: 96px; }
    .sections-checktree .section-item.lvl-5 {
      margin-left: 128px; }
    .sections-checktree .section-item.lvl-6 {
      margin-left: 160px; }

/* AUTH PAGE */
.auth-page {
  max-width: 600px;
  margin: 0 auto; }
  .auth-page form {
    margin-bottom: 32px; }
  .auth-page .social-auth-block .title {
    font-size: 20px;
    margin-bottom: 16px; }

/* SOCIALS */
.socials .social-button {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 22px;
  border-radius: 50%;
  box-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.12);
  background-size: 100%;
  background-repeat: no-repeat; }
  .socials .social-button a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 50%; }
  .socials .social-button.facebook {
    background-image: url("/css/images/icons/facebook-icon.png"); }
  .socials .social-button.vkontakte {
    background-image: url("/css/images/icons/vk-icon.png"); }
  .socials .social-button.twitter {
    background-image: url("/css/images/icons/twitter-icon.png"); }
  .socials .social-button.instagram {
    background-image: url("/css/images/icons/instagram-icon.png"); }
  .socials .social-button.googleplus {
    background-image: url("/css/images/icons/gplus-icon.png"); }
  .socials .social-button.livejournal {
    background-image: url("/css/images/icons/livejournal-icon.png"); }
  .socials .social-button.odnoklassniki {
    background-image: url("/css/images/icons/ok-icon.png"); }

/* APPOINTMENT-FEEDBACK */
.feedback.feedback-appointment .field-appointment_time_text_,
.feedback.feedback-appointment .field-appointment_time_ {
  display: none; }

/* COMMENTS */
.comments-widget .title {
  margin-bottom: 30px; }
  .comments-widget .title p {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px; }
  .comments-widget .title .delim {
    position: relative;
    top: -5px;
    display: inline-block;
    height: 2px;
    width: 32px;
    margin: 0 10px;
    background: #97a4b1; }

.comments-widget .comments-list {
  margin-bottom: 32px; }

.comments-widget .load-more {
  display: none; }

.comments-widget .new-comment-title {
  margin-bottom: 24px; }
  .comments-widget .new-comment-title p {
    font-size: 32px;
    font-weight: 600;
    line-height: 32px; }

.comments-widget .new-comment-text {
  margin-bottom: 24px; }
  .comments-widget .new-comment-text p {
    font-size: 16px;
    color: #747e89; }
    .comments-widget .new-comment-text p a {
      color: #007ad0; }
      .comments-widget .new-comment-text p a:hover {
        color: #0077b0; }

.comments-widget .social-auth-block {
  margin-bottom: 32px; }

.comments-widget .comment-form .page-caption,
.comments-widget .comment-form label {
  display: none; }

.comments-widget .comment-form .buttons {
  text-align: center; }

.comments-widget .comment-form.js-loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=50;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*100)'; }

.comments-widget.js-loading {
  opacity: 0.5;
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha Opacity=50;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*100)'; }

.comments-list-item {
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
  background: #f4f7fb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .comments-list-item .img {
    position: relative;
    float: left;
    width: 64px;
    height: 70px;
    overflow: hidden; }
    .comments-list-item .img .default-img {
      display: block;
      width: 100%;
      height: 100%;
      background: url(/css/images/icons/user-icon-1.png); }
    .comments-list-item .img .cover {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url(/css/images/icons/cell-palceholder-dark.png); }
  .comments-list-item .item-content {
    margin: 0 96px; }
  .comments-list-item .author {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px; }
  .comments-list-item .date {
    font-size: 16px;
    color: #747e89;
    margin-bottom: 8px; }
  .comments-list-item .body {
    padding-top: 8px;
    margin-bottom: 8px; }
    .comments-list-item .body p {
      font-size: 16px;
      color: #747e89; }
  .comments-list-item .item-link {
    margin-bottom: 8px; }
    .comments-list-item .item-link a {
      color: #007ad0; }
      .comments-list-item .item-link a:hover {
        color: #0077b0; }
  .comments-list-item .bottom-btn {
    display: inline-block;
    margin-right: 16px;
    background: none;
    border: none;
    padding: 0;
    color: #007ad0;
    font-size: 16px;
    cursor: pointer; }
  .comments-list-item .hide-btn {
    display: none; }
  .comments-list-item .actions {
    position: absolute;
    top: 0;
    right: 0; }
    .comments-list-item .actions button {
      background: none;
      padding: 0;
      border: 0;
      cursor: pointer;
      outline: none;
      width: 64px;
      height: 64px;
      line-height: 64px;
      font-family: verdana;
      font-size: 24px;
      text-align: center; }
      .comments-list-item .actions button:hover {
        color: #0077b0; }
  .comments-list-item.js-hideable {
    cursor: pointer; }
    .comments-list-item.js-hideable .body {
      height: 48px;
      overflow: hidden; }
    .comments-list-item.js-hideable.show .body {
      height: auto;
      overflow: auto; }
    .comments-list-item.js-hideable.show .hide-btn {
      display: inline-block; }
    .comments-list-item.js-hideable:hover {
      background: #e7edf6; }
  .comments-list-item.js-loading {
    opacity: 0.5;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=50;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*100)'; }

.comments-page .total-note {
  margin-bottom: 30px;
  color: #747e89; }

/* FILTER FORM */
.filter-form label {
  display: none; }

.filter-form .buttons {
  font-size: 0; }
  .filter-form .buttons button {
    margin-right: 16px; }

.filter-form .date-fields-delim {
  position: relative;
  top: -5px;
  display: inline-block;
  height: 2px;
  width: 32px;
  margin: 0 10px;
  background: #97a4b1;
  display: inline-block;
  margin: 0 15px; }

.filter-form .field.type-datepicker {
  display: inline-block;
  width: 307px; }

/* TREATMENTS MANAGER*/
.treatments-manager-page .rubrics {
  margin-bottom: 20px; }
  .treatments-manager-page .rubrics a {
    display: inline-block;
    margin-right: 16px; }
  .treatments-manager-page .rubrics .checkbox-icon {
    position: relative;
    top: 5px;
    margin-right: 10px; }

.treatments-manager-page .statuses {
  margin-bottom: 40px; }

.treatments-manager-page .treatments-filter-form .page-caption {
  display: none; }

.treatments-list .treatment-item {
  margin-bottom: 40px; }
  .treatments-list .treatment-item .body .text {
    margin-bottom: 28px; }
  .treatments-list .treatment-item .body .fields {
    opacity: 0;
    filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*100)'; }
    .treatments-list .treatment-item .body .fields p {
      margin-bottom: 14px;
      font-weight: 600;
      color: #3b4256; }
  .treatments-list .treatment-item .body .fields-group {
    margin-bottom: 28px; }
  .treatments-list .treatment-item .show .fields {
    opacity: 1;
    filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=100;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*100)'; }
  .treatments-list .treatment-item.js-loading {
    opacity: 0.5;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha Opacity=50;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=$value*100)'; }

.treatment-answer-form .page-caption {
  display: none; }

.treatment-answer-form .field.type-checkbox {
  position: relative; }
  .treatment-answer-form .field.type-checkbox label {
    display: block;
    margin-left: 32px;
    cursor: pointer; }
  .treatment-answer-form .field.type-checkbox input {
    position: absolute;
    top: 0;
    left: 0; }

/* CHECKBOX ICON */
.checkbox-icon {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #747e89;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .checkbox-icon .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    background: #0077b0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .checkbox-icon.checked .dot {
    display: block; }

.trumbowyg {
  font-size: 16px;
  font-weight: initial;
  line-height: normal; }
  .trumbowyg img {
    max-width: 100%; }
  .trumbowyg a {
    color: #007ad0;
    text-decoration: underline; }
  .trumbowyg p, .trumbowyg ul {
    margin-bottom: 10px; }
  .trumbowyg p, .trumbowyg li {
    color: #747e89;
    line-height: 24px; }
  .trumbowyg ul {
    margin-left: 64px; }
    .trumbowyg ul li {
      position: relative;
      margin-bottom: 10px; }
      .trumbowyg ul li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: -64px;
        width: 32px;
        height: 2px;
        background: #97a4b1; }
  .trumbowyg b, .trumbowyg strong {
    font-weight: 600; }

iframe.expanded {
  width: 100%;
  height: 100%; }

/* DOCUMENTS SEARCH FORM */
.documents-search-form button.expand,
.documents-search-form button.compress {
  background: none;
  padding: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  font-weight: 600; }
  .documents-search-form button.expand .icon,
  .documents-search-form button.compress .icon {
    margin-left: 16px; }
  .documents-search-form button.expand:hover,
  .documents-search-form button.compress:hover {
    color: #0077b0; }

.documents-search-form button.expand {
  display: none; }

.documents-search-form.compressed button.expand {
  display: inline-block; }

.documents-search-form.compressed button.compress,
.documents-search-form.compressed .field.type-datepicker,
.documents-search-form.compressed .field.type-select,
.documents-search-form.compressed .date-fields-delim {
  display: none; }

/* GREETINGS WIDGET */
.greetings-widget .img {
  position: relative;
  height: 70px;
  width: 64px;
  float: left; }
  .greetings-widget .img .img-container {
    width: 100%;
    height: 100%; }
    .greetings-widget .img .img-container img {
      height: 100%; }
  .greetings-widget .img .default-image {
    width: 64px;
    height: 70px;
    background: url("/css/images/icons/location.png") no-repeat; }

.greetings-widget .item-content {
  margin-left: 96px; }

.greetings-widget p,
.greetings-widget a {
  line-height: 24px;
  color: #fff;
  font-size: 16px; }

.greetings-widget .header {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600; }

.greetings-widget .note {
  margin-bottom: 8px; }

.greetings-widget .body {
  margin-top: 19px; }

.greetings-widget .link {
  margin-top: 34px; }
  .greetings-widget .link a {
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    width: 260px;
    max-width: 100%;
    height: 64px;
    background-color: #0077b0;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    font-size: 14px;
    background: #e68d00; }
    .greetings-widget .link a:hover {
      color: #f5f5f5; }
    .greetings-widget .link a:hover {
      background: #f49600; }
    .greetings-widget .link a:active {
      background: #dd8700; }

/* ORG PARAMS WIDGET */
.org-params-widget .img {
  height: 70px;
  width: 64px;
  overflow: hidden;
  float: left; }
  .org-params-widget .img .default-image {
    width: 64px;
    height: 70px;
    background: url("/css/images/icons/location.png") no-repeat; }

.org-params-widget .item-content {
  margin-left: 96px; }

.org-params-widget p,
.org-params-widget a,
.org-params-widget td {
  color: #fff;
  font-size: 16px;
  line-height: 25px; }

.org-params-widget .header {
  margin-bottom: 9px;
  font-size: 24px;
  font-weight: 600; }

.org-params-widget table {
  width: 100%; }
  .org-params-widget table .value {
    text-align: right; }

/* INDEX SECTION */
.page-section {
  background-color: #e7edf6;
  padding: 52px 0 64px 0; }
  .page-section.light {
    background-color: white; }

/* HEXAGON */
.hexagon-container {
  position: relative;
  left: -2px;
  width: 100%;
  height: 100%;
  padding: 0 2px;
  overflow: hidden;
  border-radius: 50%; }

.hexagon {
  position: relative;
  top: -2px;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }

.pubs-manager-page .main-content {
  margin-right: 0; }
  .pubs-manager-page .main-content .total-note {
    color: #747e89; }
  .pubs-manager-page .main-content .filter-form {
    margin-right: 384px; }
    .pubs-manager-page .main-content .filter-form .caption {
      margin: 35px 0;
      font-weight: 600;
      font-size: 20px; }
    .pubs-manager-page .main-content .filter-form .buttons {
      margin-bottom: 0; }
  .pubs-manager-page .main-content .title {
    font-size: 24px;
    font-weight: 600; }
    .pubs-manager-page .main-content .title .delim {
      position: relative;
      top: -5px;
      display: inline-block;
      height: 2px;
      width: 32px;
      margin: 0 10px;
      background: #97a4b1; }

.pubs-manager-page .pubs-list .pubs-list-item {
  display: flex;
  background-color: #f4f7fb;
  margin: 30px 0;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer; }
  .pubs-manager-page .pubs-list .pubs-list-item:hover {
    background-color: #e7edf6; }
    .pubs-manager-page .pubs-list .pubs-list-item:hover .pub-caption p {
      color: #007ad0; }
  .pubs-manager-page .pubs-list .pubs-list-item .item-content-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dde1e6; }
  .pubs-manager-page .pubs-list .pubs-list-item .image {
    flex-shrink: 0;
    width: 350px; }
    .pubs-manager-page .pubs-list .pubs-list-item .image img {
      width: 100%; }
    .pubs-manager-page .pubs-list .pubs-list-item .image .default-image {
      display: block;
      width: 100%;
      height: 100%;
      background: #f4f7fb;
      text-align: center;
      vertical-align: middle;
      width: 350px;
      height: 220px; }
      .pubs-manager-page .pubs-list .pubs-list-item .image .default-image:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        font-size: 0; }
      .pubs-manager-page .pubs-list .pubs-list-item .image .default-image img {
        display: inline;
        height: unset;
        max-width: 20%;
        vertical-align: middle; }
        .pubs-manager-page .pubs-list .pubs-list-item .image .default-image img.site-logo {
          -webkit-filter: grayscale(100%);
          -moz-filter: grayscale(100%);
          -ms-filter: grayscale(100%);
          -o-filter: grayscale(100%);
          filter: grayscale(100%);
          opacity: 0.3; }
  .pubs-manager-page .pubs-list .pubs-list-item .item-content {
    width: 100%;
    padding: 25px; }
    .pubs-manager-page .pubs-list .pubs-list-item .item-content .date {
      color: #747e89;
      padding-bottom: 25px; }
    .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-caption {
      font-weight: 600;
      font-size: 24px;
      padding: 25px 0; }
      .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-caption p {
        line-height: normal; }
    .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body {
      padding: 5px 0;
      display: none; }
      .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text {
        color: #747e89;
        font-size: 16px;
        font-weight: initial;
        line-height: normal; }
        .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text img {
          max-width: 100%; }
        .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text a {
          color: #007ad0;
          text-decoration: underline; }
        .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text p, .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text ul {
          margin-bottom: 10px; }
        .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text p, .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text li {
          color: #747e89;
          line-height: 24px; }
        .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text ul {
          margin-left: 64px; }
          .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text ul li {
            position: relative;
            margin-bottom: 10px; }
            .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text ul li::before {
              content: "";
              position: absolute;
              top: 10px;
              left: -64px;
              width: 32px;
              height: 2px;
              background: #97a4b1; }
        .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text b, .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .pub-body-text strong {
          font-weight: 600; }
      .pubs-manager-page .pubs-list .pubs-list-item .item-content .pub-body .files .title {
        margin: 30px 0; }
    .pubs-manager-page .pubs-list .pubs-list-item .item-content .files-count .files-count-title {
      color: #747e89; }
    .pubs-manager-page .pubs-list .pubs-list-item .item-content .files-count .files-count-number {
      font-weight: bold; }
  .pubs-manager-page .pubs-list .pubs-list-item .hidden {
    display: none !important; }
  .pubs-manager-page .pubs-list .pubs-list-item button.link-like-button,
  .pubs-manager-page .pubs-list .pubs-list-item .cms-action-inline-minimal-button {
    display: inline-block;
    margin-right: 16px;
    background: none;
    border: none;
    padding: 0;
    color: #007ad0;
    font-size: 16px;
    cursor: pointer; }
  .pubs-manager-page .pubs-list .pubs-list-item .cms-action-inline-minimal-button {
    font-weight: 600;
    color: #3b4256; }
    .pubs-manager-page .pubs-list .pubs-list-item .cms-action-inline-minimal-button.distribute {
      display: none; }
    .pubs-manager-page .pubs-list .pubs-list-item .cms-action-inline-minimal-button.edit:hover, .pubs-manager-page .pubs-list .pubs-list-item .cms-action-inline-minimal-button.public:hover, .pubs-manager-page .pubs-list .pubs-list-item .cms-action-inline-minimal-button.hide:hover {
      color: #007ad0; }
    .pubs-manager-page .pubs-list .pubs-list-item .cms-action-inline-minimal-button.delete {
      color: #f44c48; }

.cms-inline-button {
  margin-left: 10px; }

.orgs-import-form {
  display: none; }

/* JS AJAX TABS */
.js-ajax-tabs .js-ajax-tab-content {
  display: none; }
  .js-ajax-tabs .js-ajax-tab-content.active {
    min-height: 100px;
    display: block; }

.js-ajax-tabs .js-loading-veil {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5); }
  .js-ajax-tabs .js-loading-veil .js-loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url("/css/images/site/loading-spinner.gif") no-repeat; }

/* TAGS */
.tags-widget .tag-button {
  background: #6ca9d2;
  color: white;
  font-size: 12px;
  padding: 5px 10px;
  border: none;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25);
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer; }
  .tags-widget .tag-button:hover {
    background: #4d84a3;
    color: white; }

.tags-widget .title {
  display: block;
  padding: 15px 10px 15px 0px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase; }

.tags-widget .cms-action-panel {
  top: -35px;
  left: -20px; }

.tags-widget .cms-action-inline-panel {
  margin-top: 20px; }

.selected-tags .selected-tag {
  background: #6ca9d2 !important;
  color: white !important;
  font-size: 12px !important;
  padding: 5px 10px !important;
  border: none !important;
  border-radius: 4px !important;
  text-align: center !important;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25) !important;
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25) !important;
  box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.25) !important;
  margin-bottom: 5px !important;
  display: inline-block !important;
  margin-right: 15px !important; }
  .selected-tags .selected-tag .close {
    background: #6d6d6d !important;
    top: -10px !important;
    right: -10px !important;
    border: none;
    border-radius: 50%; }
    .selected-tags .selected-tag .close:before {
      display: block;
      content: "x";
      position: absolute;
      top: -3px;
      left: 5px; }

.tags-container .warning,
.lightbox-tags-container .warning {
  display: block;
  width: 80%;
  margin: 10px auto;
  text-align: center;
  padding: 10px;
  background: #ffe9c9;
  border: 1px solid #fbdbac;
  border-radius: 5px; }

.tags-container .component-form-title,
.lightbox-tags-container .component-form-title {
  font-size: 26px;
  color: #9bb3d5;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
  text-align: center; }

.tags-container .section-tag,
.lightbox-tags-container .section-tag {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 10px 20px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.1); }
  .tags-container .section-tag .tag-item,
  .lightbox-tags-container .section-tag .tag-item {
    flex: 1;
    padding-right: 16px;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    box-align: stretch; }
    .tags-container .section-tag .tag-item .title,
    .lightbox-tags-container .section-tag .tag-item .title {
      font-weight: 500;
      font-size: 16px;
      text-transform: inherit;
      color: #6ca9d2;
      margin: 0;
      padding: 0 0 5px 0; }
    .tags-container .section-tag .tag-item .annotation,
    .lightbox-tags-container .section-tag .tag-item .annotation {
      position: relative;
      font-weight: 500;
      font-size: 16px;
      text-transform: inherit;
      color: #242424;
      margin: 0;
      padding: 0 0 5px 20px;
      line-height: 110%; }
    .tags-container .section-tag .tag-item .annotation:before,
    .lightbox-tags-container .section-tag .tag-item .annotation:before {
      display: block;
      content: "";
      position: absolute;
      top: 15%;
      left: 10px;
      background: #242424;
      width: 1px;
      height: 60%;
      opacity: 0.2; }
    .tags-container .section-tag .tag-item:hover .title,
    .lightbox-tags-container .section-tag .tag-item:hover .title {
      color: #4d84a3; }

.tags-container .doc-info small,
.lightbox-tags-container .doc-info small {
  margin-right: 10px; }

.tags-container .styled-form,
.lightbox-tags-container .styled-form {
  padding: 10px;
  background: #fbfbfb;
  margin-top: 0px;
  margin-bottom: 0px; }
  .tags-container .styled-form .fieldset,
  .lightbox-tags-container .styled-form .fieldset {
    display: flex; }
    .tags-container .styled-form .fieldset .field,
    .tags-container .styled-form .fieldset .buttons,
    .lightbox-tags-container .styled-form .fieldset .field,
    .lightbox-tags-container .styled-form .fieldset .buttons {
      margin-bottom: 10px;
      margin-right: 10px;
      flex: 0 1 auto; }
    .tags-container .styled-form .fieldset .buttons button,
    .lightbox-tags-container .styled-form .fieldset .buttons button {
      width: 100px;
      height: auto;
      line-height: 44px; }

.lightbox-tags-container {
  display: none; }
  .lightbox-tags-container .component-lightbox-wrapper {
    display: block;
    position: fixed;
    z-index: 9000;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5); }
    .lightbox-tags-container .component-lightbox-wrapper .component-form-title {
      margin: 0;
      padding: 0;
      padding-top: 30px;
      margin-bottom: 30px; }
    .lightbox-tags-container .component-lightbox-wrapper .component-lightbox-close span {
      color: white;
      position: fixed;
      top: 2%;
      right: 2%;
      font-size: 35px;
      font-weight: bold;
      cursor: pointer; }
    .lightbox-tags-container .component-lightbox-wrapper .component-lightbox-content {
      margin-bottom: 140px; }
    .lightbox-tags-container .component-lightbox-wrapper .component-form-wrapper {
      background: #fff;
      margin: 0 auto;
      max-width: 1200px;
      width: 80%;
      border-radius: 6px;
      border: 1px solid #fff;
      padding-bottom: 30px;
      -webkit-box-shadow: 0px 11px 48px 3px rgba(82, 82, 82, 0.89);
      -moz-box-shadow: 0px 11px 48px 3px rgba(82, 82, 82, 0.89);
      box-shadow: 0px 11px 48px 3px rgba(82, 82, 82, 0.89); }
    .lightbox-tags-container .component-lightbox-wrapper .component-formitem-wrapper {
      padding: 0 20px; }
    .lightbox-tags-container .component-lightbox-wrapper .doc-info {
      margin: 0px 20px -5px 20px; }
  .lightbox-tags-container.show {
    display: block; }

.tags-container .tag-item {
  margin: 10px 0px; }

.tags-container .go-back {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: right;
  padding: 50px 0px; }
  .tags-container .go-back a {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 20px;
    background: none;
    border: 1px solid #cfcdd1;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    background: #6ca9d2;
    color: white; }
    .tags-container .go-back a:hover {
      background: #4d84a3; }

.tags-container .doc-info {
  margin: 0px 0px -10px 0px; }

.socials {
  margin-bottom: 30px; }

.socials .socials__link {
  display: inline-block;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  border-radius: 50%;
  box-shadow: 3px 4px 16px 0px rgba(0, 0, 0, 0.12);
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.8; }

.socials .socials__link_vk {
  background-image: url("/css/images/icons/vk-icon.png"); }

.socials .socials__link_facebook {
  background-image: url("/css/images/icons/facebook-icon.png"); }

.socials .socials__link_twitter {
  background-image: url("/css/images/icons/twitter-icon.png"); }

.socials .socials__link_lifejournal {
  background-image: url("/css/images/icons/livejournal-icon.png"); }

.socials .socials__link_instagram {
  background-image: url("/css/images/icons/instagram-icon.png"); }

.socials .socials__link:hover {
  opacity: 1; }

@media print {
  #header .gos-bar,
  #header .header-top__dropdown {
    display: none; }
  #header .bottom .top-menu .top-menu-container .top-main-menu {
    display: none; }
  #sitemap,
  .links-section {
    display: none; }
  .tiles-links {
    display: none; }
    .tiles-links.images-gallery {
      display: block; }
  .index-page .heading {
    height: auto; }
  .index-page .heading-image,
  .index-page .heading .index-header-content .bottom {
    display: none; }
  .share-container {
    display: none; }
  .files-gallery {
    display: block; }
    .files-gallery .file a.content {
      display: none; }
  .cms-action-inline-panel,
  .cms-actions {
    display: none; }
  .subscribe-form {
    display: none; }
  .item-for-printing {
    display: block; }
  button.img {
    display: block; }
  #footer .counters {
    display: none; } }

@media screen and (max-width: 1500px) {
  #header .top-menu .top-menu-container {
    flex-wrap: wrap; }
    #header .top-menu .top-menu-container .header-logo {
      width: 100%; }
  body.index #header .top-menu .top-menu-container {
    flex-wrap: nowrap; } }

@media screen and (max-width: 1200px) {
  #header .gos-bar .wrapper .right {
    width: 460px; }
  #header .header-top__dropdown ul li {
    width: 25%; }
  #sitemap .sitemap-container .sitemap-section {
    width: 208px; }
  .index-page .heading .greetings-widget {
    width: 575px; }
  .pubs .pubs-list .pubs-item {
    width: 300px; }
  .pubs .pubs-list .big-pubs-item .pubs-image {
    width: 628px; }
  .pubs .pubs-list .big-pubs-item .pubs-body {
    width: 300px; }
  .pubs .news .pubs-item:first-child .pubs-image {
    width: 628px; }
  .pubs .news .pubs-item:first-child .pubs-body {
    width: 100%;
    padding-left: 0; }
  .tiles-links.bg-image-item .tiles-link-item {
    height: 182px; }
  .activity-employee .blocks {
    display: block; }
  body.index #header .top-menu .top-menu-container {
    flex-wrap: wrap; }
  .gallery-section .gallery-body {
    flex-direction: column; }
    .gallery-section .gallery-body .left {
      width: 100%; }
    .gallery-section .gallery-body .right {
      width: 100%; } }

@media screen and (min-width: 1201px) {
  .activity-employee .blocks.row-2 .tiles-link-item {
    margin-right: 32px;
    width: 352px; }
    .activity-employee .blocks.row-2 .tiles-link-item:nth-child(2n) {
      margin-right: 0; }
  .activity-employee .blocks.row-1 .tiles-link-item {
    margin-right: 0;
    width: 100%; }
  .read-more a {
    width: 352px; }
  .end-links .link-item {
    width: 352px; } }

@media screen and (max-width: 1200px) and (min-width: 993px) {
  .activity-employee .blocks .tiles-link-item {
    margin-right: 0;
    width: 100%; }
  .index-page .heading .index-header-content .bottom .links-section .links .link-item {
    margin-right: 0;
    width: 320px; }
    .index-page .heading .index-header-content .bottom .links-section .links .link-item:nth-child(3n) {
      margin-right: 0; } }

/* max-width: $w-large */
@media screen and (max-width: 992px) {
  #header .gos-bar .wrapper .catalog {
    width: 0px;
    overflow: hidden; }
  #header .top-menu .top-menu-container {
    flex-wrap: nowrap; }
    #header .top-menu .top-menu-container .header-logo .logo {
      position: static;
      right: 0; }
    #header .top-menu .top-menu-container .top-main-menu {
      display: none; }
  #header .burger {
    display: block; }
  #header .top-menu__dropdown .sitemap-container .sitemap-section {
    width: 33.3333%; }
  #sitemap .sitemap-container .sitemap-section {
    width: 177px; }
  .pubs .pubs-list .big-pubs-item {
    flex-wrap: wrap; }
    .pubs .pubs-list .big-pubs-item .pubs-image {
      width: 100%;
      margin-bottom: 32px;
      height: auto; }
    .pubs .pubs-list .big-pubs-item .pubs-body {
      width: 100%;
      padding-left: 0; }
  .pubs .pubs-list .pubs-item {
    width: 352px; }
  .pubs .news .pubs-item:first-child {
    flex-wrap: wrap; }
    .pubs .news .pubs-item:first-child .pubs-image {
      width: 100%;
      margin-bottom: 32px;
      height: auto; }
    .pubs .news .pubs-item:first-child .pubs-body {
      width: 300px; }
  .pubs .events .content .left,
  .pubs .announcements .content .left {
    margin-right: 0; }
    .pubs .events .content .left .pubs-list .pubs-item, .pubs .announcements .content .left .pubs-list .pubs-item {
      width: 100%; }
      .pubs .events .content .left .pubs-list .pubs-item:first-child, .pubs .announcements .content .left .pubs-list .pubs-item:first-child {
        flex-wrap: wrap; }
        .pubs .events .content .left .pubs-list .pubs-item:first-child .pubs-body, .pubs .announcements .content .left .pubs-list .pubs-item:first-child .pubs-body {
          width: 100%;
          padding-left: 0; }
  .pubs .events .content .right,
  .pubs .announcements .content .right {
    float: none;
    width: 100%; }
  .pubs-nav {
    flex-wrap: wrap; }
  .employee-card .sidebar {
    float: none;
    width: 100%; }
  .employee-card .item-content {
    float: none;
    width: 100%;
    margin: 0; }
  .activity-employee .blocks .tiles-link-item {
    margin-right: 0;
    width: 100%;
    margin-right: 0; }
  body.index #header .top-menu .top-menu-container {
    flex-wrap: nowrap; }
  .breadcrumbs {
    padding: 0 15px; }
  .index-page .heading .index-header-content {
    box-sizing: content-box; }
  .index-page .heading .greetings-widget {
    width: 365px; }
    .index-page .heading .greetings-widget .img {
      margin-right: 15px; }
    .index-page .heading .greetings-widget .item-content {
      margin-left: 0; }
  .index-page .heading .org-params-widget .img {
    margin-right: 15px; }
  .index-page .heading .org-params-widget .item-content {
    margin-left: 0; }
  .read-more a {
    width: 50%; }
  .flex-column-w-medium {
    flex-direction: column; }
  .contacts-page .contacts-block .contacts-widget {
    box-sizing: border-box;
    float: none;
    width: 100%; }
  .contacts-page .contacts-block .map {
    margin-right: 0; }
  .right-sidebar-page .sidebar {
    float: none;
    width: 100%; }
    .right-sidebar-page .sidebar .top-spacer {
      display: none; }
  .right-sidebar-page .main-content {
    margin-right: 0; }
  .new-on-site .blocks-container {
    float: none;
    width: 100%; }
  .new-on-site .filter {
    float: none;
    width: 100%; } }

/* END max-width: $w-large */
/* (max-width: $w-large) and (min-width: $w-medium + 1) */
@media screen and (max-width: 992px) and (min-width: 769px) {
  .index-page .heading .index-header-content .bottom .links-section .links .link-item {
    margin-right: 0;
    width: 240px; }
    .index-page .heading .index-header-content .bottom .links-section .links .link-item:nth-child(3n) {
      margin-right: 0; } }

/* END (max-width: $w-large) and (min-width: $w-medium + 1) */
@media screen and (max-width: 768px) {
  #header .header-top__dropdown ul li {
    width: 33.3333%; }
  #header .top-menu .top-menu-container .header-logo {
    height: auto; }
  .pubs .pubs-list .pubs-item,
  .pubs .pubs-list .big-pubs-item {
    width: 100%; }
    .pubs .pubs-list .pubs-item .caption a, .pubs .pubs-list .big-pubs-item .caption a {
      font-size: 24px !important; }
  .pubs .pubs-list .pubs-item .pubs-image,
  .pubs .pubs-list .big-pubs-item .pubs-image,
  .right-sidebar-page .main-content .pubs-list .pubs-item:first-child .pubs-image {
    width: 100%;
    padding-top: 68.11%;
    position: relative;
    height: unset;
    min-height: unset !important; }
    .pubs .pubs-list .pubs-item .pubs-image > a,
    .pubs .pubs-list .big-pubs-item .pubs-image > a,
    .right-sidebar-page .main-content .pubs-list .pubs-item:first-child .pubs-image > a {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
  .pubs-nav .title {
    margin-left: 0; }
  .pubs-nav .pubs-tabs {
    overflow: auto; }
  #footer .footer-container {
    flex-direction: column; }
  .employees-gallery.main {
    margin-right: 0; }
  .activity-employee .blocks {
    width: 100%;
    margin-right: 0; }
  .activity-employee .employees-gallery.main .employee-item {
    width: 100%; }
  .activity-employee .flex-container {
    display: block; }
  .activity-employee .float-container .employees-gallery {
    float: none; }
  .activity-employee .float-container .blocks {
    margin-right: 0; }
  .activity-employee .float-container .blocks-container {
    margin-right: 0; }
  .index-page .heading .index-header-content {
    flex-direction: column; }
    .index-page .heading .index-header-content .top .top {
      font-size: 36px;
      line-height: 40px; }
    .index-page .heading .index-header-content .bottom .links-section .links .link-item {
      margin-right: 0;
      width: 270px; }
      .index-page .heading .index-header-content .bottom .links-section .links .link-item:nth-child(2n) {
        margin-right: 0; }
    .index-page .heading .index-header-content .bottom.settlers {
      display: flex;
      flex-direction: column; }
      .index-page .heading .index-header-content .bottom.settlers .greetings-widget {
        flex-direction: row;
        width: 100%;
        margin-bottom: 25px; }
        .index-page .heading .index-header-content .bottom.settlers .greetings-widget .item-content {
          margin-left: 10px; }
      .index-page .heading .index-header-content .bottom.settlers .org-params-widget {
        flex-direction: row;
        position: static; }
        .index-page .heading .index-header-content .bottom.settlers .org-params-widget .item-content {
          margin-left: 10px; }
  .styled-form fieldset,
  .styled-form .buttons {
    max-width: 100%; }
  .information-links-block {
    width: 100%;
    margin-left: 0; }
  .flex-column-w-small {
    flex-direction: column; }
  .gallery-section .gallery-body {
    flex-wrap: wrap; }
    .gallery-section .gallery-body .left {
      margin-right: 0; }
    .gallery-section .gallery-body .right {
      flex-shrink: 1; } }

@media screen and (max-width: 576px) {
  #header .gos-bar .wrapper {
    padding: 0 16px; }
    #header .gos-bar .wrapper .right {
      justify-content: flex-end; }
      #header .gos-bar .wrapper .right .blind-version,
      #header .gos-bar .wrapper .right .sitemap {
        width: 0;
        overflow: hidden;
        margin-left: 10px; }
      #header .gos-bar .wrapper .right .search {
        width: 0;
        overflow: hidden;
        margin-left: 10px; }
      #header .gos-bar .wrapper .right .language {
        padding: 22px 0; }
        #header .gos-bar .wrapper .right .language:before {
          width: 0;
          overflow: hidden;
          margin-left: 10px; }
  #header .header-top__dropdown ul li {
    width: 100%; }
  #header .top-menu .top-menu-container {
    padding: 0 16px; }
    #header .top-menu .top-menu-container .header-logo {
      flex-shrink: 1; }
  #header .top-menu__dropdown {
    padding-top: 20px; }
    #header .top-menu__dropdown .sitemap-container .sitemap-section {
      width: 100%;
      margin: 0 10px; }
      #header .top-menu__dropdown .sitemap-container .sitemap-section li:not(:first-child) {
        display: none;
        margin: 0 10px; }
  #sitemap .sitemap-container .sitemap-section {
    width: 100%; }
  .index-page .heading .index-header-content .top .top {
    font-size: 24px;
    line-height: 30px; }
  .read-more a {
    width: 100%; }
  .pubs-nav .title {
    font-size: 24px;
    padding-bottom: 0;
    margin-bottom: 35px; }
  .pubs-nav .pubs-tabs {
    margin-top: -35px; }
  .links-section .title {
    font-size: 24px; }
  .tiles-link-item .content .left {
    flex-direction: column; }
    .tiles-link-item .content .left .icon-image {
      margin-bottom: 20px; }
  .pub .caption {
    font-size: 24px; }
  .styled-form .img-compare-cpt .top {
    flex-direction: column; }
    .styled-form .img-compare-cpt .top button.reload {
      margin: 10px 0; }
  .end-links .link-item {
    width: 100%; } }
