@charset "UTF-8";
body {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  background-color: #f8f8f7;
  color: #333333; }
  body.big-version {
    font-size: 14px; }
  body.grayscale-version {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: grayscale(1);
    /* Firefox 4+ */
    filter: gray;
    /* IE 6-9 */ }

a {
  color: #333333;
  display: inline-block; }
  a:hover, a:focus, a:active {
    color: #05a4ba; }

.search-field {
  display: inline-flex;
  position: relative;
  margin-left: auto; }
  .search-field::before {
    content: "";
    background-image: url("/images/icons/search.svg");
    position: absolute;
    top: 15px;
    right: 20px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }

.search-field-input {
  border: 0;
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 0 2px -2px #333333;
  padding: 15px 30px;
  font-size: 165%;
  line-height: 1;
  outline: none; }

.top-panel {
  background-color: #0094a9;
  height: 50px; }
  .top-panel .container {
    height: 100%; }

.top-panel__menu {
  height: inherit;
  display: flex;
  align-items: center; }

.top-panel__menu-item {
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 150%;
  text-decoration: none;
  margin-right: 40px;
  line-height: 1; }
  .top-panel__menu-item:hover {
    color: #ffffff;
    text-decoration: underline; }

.top-panel__language-switch {
  height: inherit;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: -5px; }

.top-panel__language-switch-item {
  color: #ffffff;
  font-weight: normal;
  font-style: normal;
  font-size: 150%;
  padding: 7px;
  margin-left: 7px;
  line-height: 1;
  text-decoration: none;
  border-radius: 15px; }
  .top-panel__language-switch-item--active {
    background-color: #ffffff;
    color: #05a4ba;
    font-weight: 600;
    font-style: normal; }
  .top-panel__language-switch-item:hover {
    background-color: #ffffff;
    color: #05a4ba; }

.header {
  display: flex;
  align-items: center;
  flex-flow: column;
  min-height: 115px;
  padding: 32px 0 0; }

.header__vestnik {
  padding: 0; }
  .header__vestnik > .container {
    padding: 15px;
    align-items: center; }
  .header__vestnik img.vestnik {
    width: 90px; }
  .header__vestnik .header__menu {
    margin: 0; }
  .header__vestnik .header__big-version {
    height: 36px; }
  .header__vestnik .header__default-version {
    height: 36px; }
  .header__vestnik .header__login {
    height: 30px; }
  .header__vestnik .header__authorized-controls {
    height: 30px; }
  .header__vestnik .header_site-search-input {
    padding: 17px 30px; }

.header__logo {
  display: flex;
  align-items: center;
  margin-right: 30px; }

.header__logo-image {
  width: 230px; }

.header__site-name {
  font-size: 120%;
  line-height: 1.5;
  font-weight: 500;
  font-style: italic; }

.header_site-search-input {
  width: 330px; }

.header__control {
  display: inline-flex;
  align-items: center;
  padding-left: 43px;
  margin-left: 40px;
  font-size: 120%;
  line-height: 1;
  color: #686868;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-position: 0 center; }
  .header__control:hover {
    text-decoration: underline; }

.header__big-version {
  background-image: url("/images/icons/A+.png");
  background-size: 35px;
  width: 55px; }

.header__default-version {
  background-image: url("/images/icons/A-.png");
  background-size: 35px;
  width: 55px; }

.header__login {
  background-image: url("/images/icons/user.png");
  background-size: 23px; }

.header__authorized-controls {
  background-image: url("/images/icons/user.png");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: center;
  background-position: 0 center;
  padding-left: 43px;
  margin-left: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start; }
  .header__authorized-controls a {
    display: inline-block;
    align-items: center;
    font-size: 120%;
    line-height: 1;
    color: #686868;
    text-decoration: none; }
    .header__authorized-controls a:first-of-type {
      margin-bottom: 8px; }
    .header__authorized-controls a:hover {
      text-decoration: underline; }

.header__menu {
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 3px;
  margin-top: 26px;
  height: 70px; }
  .header__menu .container {
    height: 100%;
    width: 90%;
    position: relative; }
  .header__menu nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    list-style-type: none;
    position: relative; }

.header__menu-item:first-of-type .header__menu-item-link {
  padding-left: 0; }
  .header__menu-item:first-of-type .header__menu-item-link::before {
    left: -32px; }

.header__menu-item:last-of-type .header__menu-item-link {
  padding-right: 0; }
  .header__menu-item:last-of-type .header__menu-item-link::before {
    right: -32px; }

.header__menu-item:hover .header__menu-item-group-name {
  color: #05a4ba; }
  .header__menu-item:hover .header__menu-item-group-name::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #05a4ba; }

.header__menu-item-group-name {
  font-weight: 600;
  font-style: normal;
  font-size: 140%;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  line-height: 1;
  padding: 20px 28px;
  display: block;
  position: relative;
  cursor: default; }

.header__menu-item-group-list {
  display: none;
  position: absolute;
  top: 60px;
  background-color: #ffffff;
  right: 0;
  left: 0;
  align-items: stretch;
  justify-content: flex-start;
  padding: 25px 20px;
  box-shadow: 0 6px 10px 3px #eee;
  z-index: 10; }
  .header__menu-item-group-list.open {
    display: flex; }
  .header__menu-item-group-list .threeColumns {
    position: relative;
    width: 427px;
    padding-right: 30px;
    box-sizing: border-box; }
    .header__menu-item-group-list .threeColumns:first-of-type:before {
      content: none; }
    .header__menu-item-group-list .threeColumns:before {
      content: "";
      position: absolute;
      top: 0;
      left: -30px;
      width: 1px;
      border-left: 1px solid #f2f2f2;
      height: 100%; }
  .header__menu-item-group-list .menu_group_title {
    font-weight: bold;
    font-style: normal;
    font-size: 160%;
    margin-bottom: 20px; }
  .header__menu-item-group-list ul {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    max-width: 300px; }
    .header__menu-item-group-list ul li {
      margin-bottom: 15px; }
    .header__menu-item-group-list ul a {
      font-weight: 500;
      font-style: normal;
      font-size: 140%;
      text-decoration: none;
      line-height: 1.4; }
      .header__menu-item-group-list ul a:hover {
        text-decoration: underline; }

@media (max-height: 900px) {
  .header__menu-item-group-list ul li {
    margin-bottom: 10px; } }

.footer {
  background-image: url("/images/bg/bg-2.png");
  background-position: center;
  background-size: cover;
  display: flex;
  padding: 55px 0 0;
  flex-flow: column; }

.footer .container {
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%; }

.footer__logo {
  margin-bottom: 27px; }

.footer__logo-image {
  width: 205px; }

.footer__site-name {
  font-size: 160%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-style: italic; }

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px; }

.footer__social-item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 35px;
  height: 35px;
  margin: 0 15px 0 10px; }
  .footer__social-item--inst {
    background-image: url("/images/social/in.png"); }
  .footer__social-item--vk {
    background-image: url("/images/social/vk.png"); }
  .footer__social-item--fb {
    background-image: url("/images/social/fb.png"); }
  .footer__social-item--yt {
    background-image: url("/images/social/yt.png"); }
  .footer__social-item--tg {
    background-image: url("/images/social/tg.png"); }
  .footer__social-item--tw {
    background-image: url("/images/social/tw.png"); }
.footer__social-item--tt {
    background-image: url("/images/social/tt.png"); }

.footer__contacts {
  display: flex;
  flex-flow: nowrap;
  margin-top: 77px; }

.footer__contacts-col {
  margin: 0 95px;
  text-align: center; }

.footer__contacts-header {
  font-size: 160%;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  color: #ffffff;
  font-weight: bold;
  font-style: normal; }

.footer__contacts-text {
  font-size: 140%;
  color: #ffffff;
  margin: 14px 0 0 0;
  text-align: center;
  line-height: 1.6; }

.footer__nav {
  background-color: #2f363e;
  margin-top: 67px;
  height: 117px; }
  .footer__nav nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -10px; }

.footer__nav-link {
  color: #ffffff;
  font-size: 145%;
  font-weight: 500;
  font-style: normal;
  margin: 0 20px; }

.footer__copywrite {
  color: #ffffff;
  margin-top: 25px;
  font-size: 150%; }

.container {
  width: 1320px;
  height: auto;
  margin: 0 auto;
  display: flex; }

.site-header {
  font-weight: 600;
  font-style: normal;
  font-size: 250%;
  color: #333333;
  margin: 0 0 20px;
  line-height: 1; }
  .site-header a {
    font-weight: normal;
    font-style: normal;
    font-size: 90%;
    color: #333333;
    line-height: 1;
    text-decoration: none;
    position: relative; }
    .site-header a:hover:before, .site-header a:focus:before, .site-header a:active:before {
      border-color: transparent; }
    .site-header a:before {
      content: "";
      position: absolute;
      bottom: -2px;
      left: 10px;
      right: 10px;
      border-bottom: 1px solid; }

.row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
  flex-flow: wrap; }

.site-content {
  background-color: #ffffff;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 140%;
  line-height: 1.5; }
  .site-content ul, .site-content ol {
    margin: 0 0 20px 20px;
    padding: 0 0 0 30px; }
  .site-content li {
    margin-bottom: 5px; }
    .site-content li a {
      display: inline; }
    .site-content li ul {
      margin: 0; }
  .site-content p {
    margin: 0 0 7px; }
  .site-content a {
    display: inline; }
  .site-content table {
    margin-bottom: 20px;
    width: 100%; }
  .site-content .site-header {
    font-size: 180%; }

.site-content + .site-content {
  margin-top: 15px; }

.site-con {
/*  background-color: #ffffff;
  border-radius: 7px;
  padding: 30px 20px;
  font-size: 140%;
  line-height: 1.5;*/ }

.col-left {
  width: 352px;
  margin-top: 25px; }

.col-right {
  width: 925px;
  margin-top: 25px; }
  .col-right.site-content {
    padding: 30px 35px; }

.col-full {
  width: 100%;
  margin-top: 25px; }

.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
  padding: 25px 0 0;
  width: 100%; }
  .breadcrumbs a {
    font-size: 140%;
    line-height: 1.4;
    color: #888888;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-style: normal; }
    .breadcrumbs a:hover {
      text-decoration: none; }
  .breadcrumbs a + a::before, .breadcrumbs a + span::before {
    content: "";
    background-image: url("/images/icons/arrow.png");
    display: inline-block;
    width: 32px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    margin: 0 5px; }
  .breadcrumbs span {
    font-size: 140%;
    line-height: 1.4;
    color: #888888;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-style: normal; }

.pagination {
  margin: 20px 0 0 0;
  background-color: #ffffff;
  border-radius: 7px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 65px; }
  .pagination .summary {
    margin: 0 5px 0 23px !important;
    font-size: 15px;
    font-weight: 500;
    font-style: normal; }
  .pagination .pager {
    margin: 0 !important; }
  .pagination .pager ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pagination .pager ul li {
      width: 40px !important;
      height: 40px !important;
      margin: 0 5px; }
      .pagination .pager ul li a {
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px; }
    .pagination .pager ul .page a {
      background-color: #fff;
      border-color: #e2e2e2;
      color: #888;
      font-size: 16px; }
    .pagination .pager ul .previous a:before {
      transform: rotate(180deg); }
    .pagination .pager ul .previous a, .pagination .pager ul .next a {
      background-color: #f3f4f5; }
      .pagination .pager ul .previous a:before, .pagination .pager ul .next a:before {
        content: "";
        background-color: #cdcdce;
        border-color: #cdcdce;
        mask-image: url(/images/icons/chevron.png);
        -webkit-mask-image: url(/images/icons/chevron.png);
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: 10px;
        -webkit-mask-size: 10px;
        mask-position: center;
        -webkit-mask-position: center;
        width: 100%;
        height: 100%;
        display: block; }
  .pagination ul.yiiPager a:link, .pagination ul.yiiPager a:visited {
    border: solid 1px #f3f4f5 !important; }

.alert {
  display: block;
  font-size: 14px;
  padding: 15px;
  border-radius: 7px; }
  .alert.alert-success {
    color: #13ae00;
    border-radius: 7px;
    background-color: #e5ffda;
    font-weight: 600;
    font-style: normal; }

.left-navigation-menu {
  padding: 25px 28px;
  background-color: #05a4ba;
  border-radius: 7px;
  margin-bottom: 15px; }

.left-navigation-menu__title {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 165%;
  margin: 0 0 20px;
  color: #ffffff; }

.left-navigation-menu__list {
  padding: 0 0 0 12px;
  margin: 0 0 20px; }
  .left-navigation-menu__list li {
    margin-bottom: 15px; }
    .left-navigation-menu__list li::marker {
      color: #ffffff; }
  .left-navigation-menu__list a {
    color: #ffffff;
    font-size: 140%;
    line-height: 130%;
    font-weight: 600;
    font-style: normal;
    text-decoration: none; }
    .left-navigation-menu__list a:hover {
      text-decoration: underline; }

.news-widget {
  background-color: #ffffff;
  padding: 26px 25px 25px;
  margin-bottom: 15px; }

.news-widget__header {
  font-weight: bold;
  font-style: normal;
  font-size: 180%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 25px; }

.news-widget__item {
  margin-bottom: 20px;
  display: none; }
  .news-widget__item.active {
    display: block; }

.news-widget__title {
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  font-size: 140%;
  text-decoration: none; }
  .news-widget__title:hover {
    text-decoration: underline; }

.news-widget__description {
  margin: 10px 0 0;
  font-size: 140%;
  font-weight: 500;
  font-style: normal;
  color: #888888; }

.news-widget__more-link {
  color: #05a4ba; }
  .news-widget__more-link:hover {
    text-decoration: none; }

.news-widget__date {
  font-weight: 500;
  font-style: normal;
  font-size: 130%;
  background-image: url(/images/icons/calendar-gray.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px;
  margin-top: 15px;
  display: inline-block; }

.news-widget__all-news {
  font-size: 150%;
  text-decoration: underline;
  color: #05a4ba; }
  .news-widget__all-news:hover {
    text-decoration: none; }

.quotes-gallery {
  background-image: url("/images/bg/bg-4.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 7px;
  padding: 22px 25px 26px 25px;
  margin-bottom: 10px;
  margin-top: 0;
  position: relative; }
  .quotes-gallery::before {
    content: "";
    position: absolute;
    top: 19px;
    right: 31px;
    background-image: url(/images/icons/quote.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 21px; }

.quotes-gallery_title {
  font-weight: bold;
  font-style: normal;
  font-size: 160%;
  color: #333333;
  display: block;
  text-transform: uppercase; }

.quotes-gallery_text {
  font-weight: 500;
  font-style: italic;
  font-size: 140%;
  display: block;
  margin-top: 20px;
  line-height: 1.5; }
  .quotes-gallery_text b {
    font-weight: 600;
    font-style: normal;
    margin-top: 16px;
    font-size: 140%;
    display: block; }

.quotes-gallery_author {
  font-weight: 600;
  font-style: normal;
  margin-top: 16px;
  font-size: 160%;
  display: block; }

.admin-menu {
  padding: 25px 28px;
  background-color: #ffffff;
  border-radius: 7px;
  margin-bottom: 15px; }
  .admin-menu ul {
    padding: 0;
    margin: 0; }
  .admin-menu li {
    display: block; }
  .admin-menu a {
    color: #05a4ba;
    font-size: 150%;
    line-height: 1.7; }
    .admin-menu a:hover {
      text-decoration: none; }

.main-video {
  margin-bottom: 50px; }
  .main-video video {
    width: 100%;
    border-radius: 7px; }

.main-video__title {
  margin-top: 15px;
  display: block;
  font-size: 120%;
  font-weight: 600;
  font-style: normal; }

.videos-list .items {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: wrap; }

.video-list__item {
  width: 288px;
  margin-bottom: 20px;
  margin-right: 10px; }
  .video-list__item:nth-child(3n) {
    margin-right: 0; }
  .video-list__item video {
    width: 100%;
    height: 165px;
    border-radius: 7px; }

.video-list__item-title {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  font-style: normal; }

.layout-news-widget {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px; }

.layout-news-widget__item {
  height: 235px;
  width: 435px;
  margin-left: 25px;
  border-radius: 7px;
  position: relative;
  border-radius: 7px; }
  .layout-news-widget__item + .layout-news-widget__item {
    margin-top: 20px; }
  .layout-news-widget__item.item-main {
    width: 860px;
    height: 490px;
    margin: 0; }
    .layout-news-widget__item.item-main .title {
      font-size: 305%;
      margin-bottom: 10px; }
    .layout-news-widget__item.item-main .info {
      bottom: 37px;
      left: 35px;
      right: 35px; }
  .layout-news-widget__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    border-radius: 7px; }
    .layout-news-widget__item a:hover .title {
      text-decoration: underline; }
    .layout-news-widget__item a:hover .photo {
      transform: scale(1.1); }
    .layout-news-widget__item a:before {
      content: "";
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 54%, black 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 54%, black 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.16) 54%, black 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 7px;
      z-index: 2; }
  .layout-news-widget__item .title {
    color: #ffffff;
    font-weight: 600;
    font-style: normal;
    font-size: 200%; }
  .layout-news-widget__item .date {
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    font-size: 130%;
    background-image: url(/images/icons/calendar-white.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: contain;
    padding: 0 0 0 30px;
    margin-top: 15px;
    display: inline-block; }
  .layout-news-widget__item .info {
    position: absolute;
    bottom: 21px;
    left: 21px;
    right: 21px;
    z-index: 3; }
  .layout-news-widget__item .photo {
    border-radius: 7px;
    width: 100%;
    transition: .5s;
    z-index: 1; }

.blog__item {
  font-size: 10px; }
  .blog__item + .blog__item {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px; }

.blog__item-title {
  font-weight: 600;
  font-style: normal;
  font-size: 180%;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-right: 30px;
  text-decoration: none; }
  .blog__item-title:hover {
    text-decoration: underline; }

.blog__item-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }

.blog__item-date {
  font-weight: 500;
  font-style: normal;
  font-size: 140%;
  background-image: url(/images/icons/calendar-gray.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px;
  margin-top: 20px; }

.blog__item-content {
  font-size: 140%;
  font-weight: 500;
  font-style: normal;
  display: block; }

.blog__item-more {
  font-size: 140%;
  font-weight: 500;
  font-style: normal;
  margin-top: 5px;
  color: #05a4ba; }
  .blog__item-more:hover {
    text-decoration: none; }

.blog__item-comments {
  font-weight: 500;
  font-style: normal;
  font-size: 140%;
  padding: 0 0 0 25px;
  margin-top: 20px; }

.search-questions__title {
  margin: 0 0 20px;
  font-size: 140%;
  line-height: 1;
  font-weight: 600;
  font-style: normal; }

.search-questions__form {
  display: inline-block;
  width: 635px;
  position: relative;
  margin-right: 8px; }
  .search-questions__form:before {
    content: "";
    background-image: url("/images/icons/search.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
    position: absolute;
    right: 19px;
    top: 18px;
    width: 23px;
    height: 23px; }
  .search-questions__form input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 18px 25px;
    font-size: 17px;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    box-shadow: 0 5px 10px 0 #ddd; }

.search-questions__button {
  border: 2px solid #05a4ba;
  background-color: #ffffff;
  padding: 14px 23px;
  font-size: 120%;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  font-weight: 500;
  font-style: normal;
  text-decoration: none; }
  .search-questions__button:before {
    content: "+";
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px; }
  .search-questions__button:hover {
    background-color: #05a4ba;
    color: #ffffff; }

.question-item {
  margin-bottom: 25px;
  padding-top: 25px;
  border-top: 1px solid #ddd; }
  .question-item:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border: 0; }

.question-item__author {
  background-image: url(/images/icons/user.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 17px;
  padding-left: 27px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal; }

.question-item__date {
  font-weight: 500;
  font-style: normal;
  font-size: 16px; }

.question-item__content {
  margin-top: 20px; }
  .question-item__content:first-of-type {
    margin-top: 0; }

.question-item__content-label {
  display: block;
  margin-bottom: 5px;
  font-size: 16px; }

.question-item-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px; }

.question-form {
  background-image: url("/images/bg/bg-2.png");
  border-radius: 7px;
  background-position: center;
  background-size: cover;
  padding: 30px 35px;
  margin-bottom: 20px; }
  .question-form .errorSummary {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14px; }
    .question-form .errorSummary ul {
      margin-left: 15px; }
    .question-form .errorSummary li {
      margin-bottom: 5px; }
  .question-form .form-group-col2 {
    width: 420px; }
    .question-form .form-group-col2 + .form-group-col2 {
      margin-left: 12px; }
  .question-form .form-group-col1 {
    width: 100%; }
  .question-form .form-group-col2, .question-form .form-group-col1 {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top; }
    .question-form .form-group-col2 label, .question-form .form-group-col1 label {
      display: block;
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 140%; }
      .question-form .form-group-col2 label .required, .question-form .form-group-col1 label .required {
        color: #ff0000; }
    .question-form .form-group-col2 .form-error, .question-form .form-group-col1 .form-error {
      margin-top: 10px;
      color: #fff;
      font-size: 110%; }
    .question-form .form-group-col2 input, .question-form .form-group-col2 textarea, .question-form .form-group-col1 input, .question-form .form-group-col1 textarea {
      width: 100%;
      box-sizing: border-box;
      padding: 15px 15px;
      font-size: 160%;
      border: 1px solid transparent;
      border-radius: 4px; }
  .question-form .form-group-captcha {
    width: 49%;
    display: inline-block; }
    .question-form .form-group-captcha label {
      display: block;
      color: #ffffff;
      margin-bottom: 10px;
      font-size: 140%; }
    .question-form .form-group-captcha input {
      width: 150px;
      vertical-align: top;
      margin-left: 5px;
      box-sizing: border-box;
      padding: 15px 15px;
      font-size: 160%;
      border: 1px solid transparent;
      border-radius: 4px; }
    .question-form .form-group-captcha .captcha {
      display: inline-flex;
      flex-flow: column;
      width: 120px; }
      .question-form .form-group-captcha .captcha img {
        width: 120px;
        height: 50px;
        margin-bottom: 5px; }
      .question-form .form-group-captcha .captcha a {
        color: #ffffff; }
  .question-form .form-group-submit {
    width: 50%;
    text-align: right;
    display: inline-flex;
    vertical-align: top; }
    .question-form .form-group-submit input {
      margin-top: 27px;
      margin-left: auto;
      text-transform: uppercase;
      padding: 18px 50px;
      border: 0;
      border-radius: 4px;
      color: #fff;
      background-color: #016674; }

.question-form__title {
  margin: 0 0 20px;
  font-size: 240%;
  color: #ffffff;
  font-weight: 600;
  font-style: normal; }

.gallery {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px; }
  .gallery .gall_img {
    border: 1px solid #ccc;
    margin-right: 10px;
    width: 137px;
    height: 102px;
    text-align: center;
    background-color: #eee;
    border-radius: 7px;
    margin-bottom: 10px;
    box-sizing: border-box; }

.announcements__calendar {
  width: 100%;
  display: inline-block;
  box-shadow: 0 0 4px -1px #ccc; }

.calendar__header {
  background-color: #05a4ba;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 7px 7px 0 0; }
  .calendar__header .calendar__year-and-month {
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    padding: 26px 0;
    line-height: 1;
    width: 175px;
    text-align: center; }
  .calendar__header .calendar__control {
    background-image: url("/images/icons/chevron.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    display: inline-block;
    width: 45px;
    height: 45px; }
    .calendar__header .calendar__control.prev {
      transform: rotateY(180deg); }

.calendar__dates {
  background-color: #ffffff;
  padding: 20px 15px 15px;
  border-radius: 0 0 7px 7px; }
  .calendar__dates .calendar__week-days {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0; }
    .calendar__dates .calendar__week-days li {
      width: 12%;
      display: inline-block;
      font-weight: bold;
      font-style: normal;
      color: #333333;
      font-size: 15px;
      text-transform: uppercase;
      text-align: center;
      margin-left: 6px; }
    .calendar__dates .calendar__week-days .weekend {
      color: #ee3131; }
  .calendar__dates .calendar__days {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0; }
    .calendar__dates .calendar__days li {
      font-weight: 600;
      font-style: normal;
      width: 12%;
      display: inline-block;
      color: #61676b;
      font-size: 16px;
      padding: 12px 0;
      margin-left: 6px;
      text-align: center;
      position: relative; }
      .calendar__dates .calendar__days li a {
        color: inherit; }
        .calendar__dates .calendar__days li a:hover + .title {
          display: block; }
      .calendar__dates .calendar__days li .title {
        display: none;
        background-color: #ffffff;
        padding: 15px;
        position: absolute;
        z-index: 1;
        left: 100%;
        border: 1px solid #ccc;
        top: 0;
        width: 500px;
        font-size: 12px;
        text-align: left;
        line-height: 20px;
        border-radius: 7px; }
        .calendar__dates .calendar__days li .title b {
          color: #333; }
    .calendar__dates .calendar__days .other-month {
      color: #a7acaf; }
    .calendar__dates .calendar__days .current-day {
      border-radius: 7px;
      color: #ffffff;
      background-color: #05a4ba; }

.col-left .calendar__dates {
  padding: 20px 15px 15px 10px; }

.col-left .calendar__week-days li, .col-left .calendar__days li {
  width: 11%;
  margin-left: 8px; }

.card-ads {
  border-radius: 7px;
  background-color: #ffffff;
  padding: 20px;
  display: block;
  margin-bottom: 20px; }

.card-ads__title {
  font-size: 180%;
  line-height: 1.3;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 15px;
  color: #05a4ba;
  text-decoration: none; }
  .card-ads__title:hover {
    text-decoration: underline; }

.card-ads__text {
  font-size: 140%;
  color: #888888;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 15px; }

.card-ads__date {
  font-weight: 600;
  font-style: normal;
  font-size: 140%;
  background-image: url(/images/icons/calendar-gray.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px; }

.card-ads__location {
  font-weight: 600;
  font-style: normal;
  font-size: 140%;
  background-image: url(/images/icons/pin.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px; }

.card-news {
  margin-bottom: 20px;
  min-height: 175px;
  display: flex;
  align-items: stretch;
  justify-content: space-between; }

.card-news__content {
  display: flex;
  flex-flow: column;
  width: 605px; }

.card-news__image {
  width: 260px;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 7px;
  float: left;
  margin-right: 20px; }
  .card-news__image img {
    min-width: 260px;
    min-height: 175px;
    width: 100%; }

.card-news__title {
  font-size: 160%;
  display: block;
  text-decoration: none;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
  font-style: normal; }

.card-news__text {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.card-news__date {
  font-weight: 600;
  font-style: normal;
  font-size: 100%;
  background-image: url(/images/icons/calendar-gray.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  padding: 0 0 0 25px;
  margin-top: auto; }

.card__conf .card-ads__date {
  display: block; }
  .card__conf .card-ads__date + .card-ads__date {
    margin-top: 10px; }

.card__conf .card-ads__location {
  display: block;
  margin-top: 10px; }

.form-wrapper .row {
  display: block;
  margin-bottom: 20px; }

.form-wrapper .lang-selector {
  margin-bottom: 15px; }
  .form-wrapper .lang-selector select {
    display: block;
    margin-top: 5px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 120%;
    border-radius: 2px; }

.form-wrapper label {
  margin-bottom: 5px;
  display: block; }

.form-wrapper .radio-wrap, .form-wrapper .checkbox-wrap {
  position: relative;
  padding-left: 20px;
  cursor: pointer; }

.form-wrapper .radio {
  border-radius: 50%;
  border: 1px solid #ddd;
  padding: 8px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%); }

.form-wrapper input[type="radio"] {
  display: none; }
  .form-wrapper input[type="radio"]:checked + .radio {
    border: 5px solid #05a4ba;
    padding: 4px; }

.form-wrapper .checkbox {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 8px;
  display: inline-block;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%); }

.form-wrapper input[type="checkbox"] {
  display: none; }
  .form-wrapper input[type="checkbox"]:checked + .checkbox {
    border-color: #05a4ba;
    background-color: #05a4ba; }
    .form-wrapper input[type="checkbox"]:checked + .checkbox:before {
      content: "";
      position: absolute;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      width: 4px;
      height: 7px;
      transform: rotateZ(45deg);
      top: 2px;
      left: 5px; }

.form-wrapper textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 120%;
  border-radius: 2px;
  box-sizing: border-box; }


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

.rectorat>div {
	margin-bottom:10px;
}

.corpgov {
    display: flex;
    flex-wrap: wrap;
	flex-direction:row;
	justify-content: space-between;
	align-items: flex-start;
	text-align: center;
}

.corpgov>div {
	margin-bottom:10px;
	text-align: center;
}

.admission_3 {
	display: flex;
	flex-wrap: wrap;
	
	}
.child_admission_3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	/*align-items: center;*/
	flex: 1 1 40%;
	margin: 10px;
	
   /* background-color: lightgreen;*/
	 /*border: 5px solid red;*/
}

.foot_admission_3 {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
	/*justify-content: space-evenly;*/
	/*align-items: flex-start;*/
	/*text-align: center;*/
	/*flex: 1 2 24%;*/
	width: 24%;
    /* border: 5px solid red;*/
   /* background-color: lightblue;*/

}
.line_admission_3 {
    width: 100%;
    height: 2px;
    background-color: black;
    margin-top: 50px;
    margin-bottom: 50px; 
	/*border: 5px solid red;*/

}


.faculty {
    display: flex;
    flex-wrap: wrap;
	flex-direction:row;
	justify-content: space-between;
	align-items: stretch;
       
	
}

.faculty>div {
        margin-bottom: 0
	margin-left:5px;
   
	text-align: left;
}

.container-1 {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}



	*{
		padding: 0px;
		margin: 0px;
	}

	/*@media (min-width: 1000px) {*/

.container-1 {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	justify-content: space-around;
	/*justify-content: center;*/
	/*justify-content: space-between;*/

	flex-wrap: wrap;
}


.container-1 div{
	padding: 10px;
	margin-bottom: 20px;

}

.container-2 {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	justify-content: space-around;
	/*justify-content: center;*/
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}


.container-2 div{
	padding: 10px;
	margin-bottom: 20px;
}




.box{
	flex-basis: 20%;


}




.p_photo{float: left; margin: 0 5px 5px 0; width: 100px; padding: 5px; border: solid 1px #D3D3D3;}
.p_title{display: block; font-weight: bold; clear: both; margin-top: 10px;}
table.portfolio{width: auto;}
table.portfolio td{vertical-align: top; padding-right:25px;}
table.portfolio td.year{width: 25px;}
.min_pad{padding-left: 18px;}

.fullVideo{ width: 100%; max-height: 460px; }



 .ep-table { margin-bottom: 16.5px; }
 .ep-table th { width: 200px; }
 .ep-table th, .ep-table td { text-align: left; padding: 5px; }
 .ext-content-wrapper { margin-top: -17px; }

.img_del {
    width: 16px;
    height: 16px;
    background: url(/img/del.png);
    position: absolute;
    cursor: pointer;
}

.site-header-new {
    font-weight: 600;
    font-style: normal;
    font-size: 250%;
    color: #333333;
    line-height: 1;
    position: relative;
    margin-left: 30px;
    float: left;
    margin-top: 25px;
}

.fac-logo {
    position: relative;
    float: right;
    margin-bottom: 15px;
}
.fac-logo-img{
    width: 50px;
    height: auto;
}
.fac-container {
    border-radius: 10px;
    padding: 20px 20px;
    background-color: #ffff;
    margin-bottom: 15px;
}
.fac-img {
    border-radius: 10px;
    margin: 10px 10px;
    max-width: 98%;
    margin-bottom: 15px;
}
.fac-desc-container {
    font-size: 140%;
    line-height: 1.5;
    margin: 10px 10px;
}
.fac-desc {
    text-align: left;
    margin-bottom: 15px;
}
.fac-links {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-size: 120%;
    line-height: 130%;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
}
.fac-his {
    color: #05a4ba;
}
.fac-his-a {
    color: #05a4ba;
}
.fac-news {
    color: #05a4ba;
    margin-left: 40px;
}
.fac-news-a {
    color: #05a4ba;
}
.fac-prot {
    color: #05a4ba;
    margin-left: 40px;
}
.fac-prot-a {
    color: #05a4ba;
}
.fac-soc {
    color: #05a4ba;
    margin-left: 40px;
}
.fac-soc-a {
    color: #05a4ba;
}
.fac-hr {
    margin-bottom: 15px;
}
.fac-adr {
    margin-bottom: 15px;
}
.fac-kaf-container {
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #ffff;
    margin-bottom: 15px;
}
.fac-kaf-list {
    font-size: 120%;
    line-height: 1.5;
    font-weight: 500;
    list-style: none;
}
.fac-kaf-list-p {
    margin-bottom: 10px;
}
.fac-ep-container {
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #ffff;
    margin-bottom: 15px;
}
.fac-ep-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 435px;
    max-height: 700px;
}
.fac-ep-list-li {
    page-break-inside: avoid;
    break-inside: avoid;
}
.fac-ep-card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.fac-ep-card-col {
    width: 400px;
}
.fac-ep-card-col-title {
    font-weight: 600;
    font-size: 140%;
    line-height: 1.5;
    margin-bottom: 10px;
}
.fac-ep-card-col-list {
    font-weight: 500;
    font-size: 120%;
    line-height: 1.5;
    margin-bottom: 10px;
}
.fac-chel-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 140%;
    line-height: 1.5;
}
.fac-chel-box-1 {
    border-radius: 10px;
    width: 454px;
    height: 300px;
    background-color: #ffff;
}
.fac-chel-box-2 {
    border-radius: 10px;
    width: 454px;
    height: 300px;
    background-color: #ffff;
    margin-left: 15px;
}
.fac-chel-box-1-1 {
    border-radius: 10px;
    width: 454px;
    height: 300px;
    background-color: #ffff;
    margin-top: 15px;
}
.fac-chel-box-2-2 { border-radius: 10px; width: 454px; height: 300px; background-color: #ffff; margin-left: 15px; margin-top: 15px;
}
.fac-chel-card {
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.fac-chel-img {
    margin-left: 15px;
    margin-top: 15px;
    width: 140px;
    height: 130px;
    margin: 15px 15px;
    overflow: hidden;    
}
.fac-dec-con {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.fac-chel-desc {
    padding-left: 10px;
    margin-top: 15px;
}
.fac-dec {
    width: max-content;
    border-radius: 5px;
    background-color: #05a4ba;
    color: #ffff;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.dec-position {
    margin-left: 5px;
    margin-right: 8px;
}
.fac-chel-name {
    font-weight: bold;
}
.fac-chel-img-img {
    width: auto;
    height: 100%;
    margin: 0 0;
    border-radius: 50%;
}
.fac-dec-adr {
    position: relative;
    top: 50px;
}
.fac-chel-vosp {
    margin-top: 10px;
}
.fac-chel-vosp-p {
    margin-top: 10px;
}
.fac-chel1-adr {
    position: relative;
    top: 10px;
}
.fac-chel-manag {
    margin-top: 10px;
}
.fac-chel-manag-p {
     margin-top: 10px;margin-top: 10px;
}
.fac-chel2-adr {
    position: relative;
    top: 10px;
}
.fac-chel-lab {
    margin-top: 10px;
}
.fac-chel3-adr {
    position: relative;
    top: 80px;
}
.kaf-container {
   border-radius: 10px;
   padding: 20px 20px;
   background-color: #ffff;
   margin-bottom: 15px;
}
.kaf-img {
    border-radius: 10px;
    margin: 10px 10px;
    max-width: 98%;
    margin-bottom: 15px;
    margin-top: 20px;
}
.kaf-desc-container {
    font-size: 140%;
    line-height: 1.5;
    margin: 10px 10px;
}
.kaf-desc {
    text-align: left;
    margin-bottom: 15px;
}
.kaf-desc-hr {
    margin-bottom: 15px;
}
.kaf-desc-adr {
    margin-bottom: 15px;
}
.kaf-zav-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.kaf-avatar-container {
    width: 130px;
    height: 130px;
    margin: 15px 15px;
/*    overflow: hidden;*/   
}
.kaf-avatar {
    width: auto;
    height: 100%;
    margin: 0 0;
    border-radius: 50%;
}
.kaf-zav-name-container {
    margin-top: 20px;
    margin-left: 10px;
}
.kaf-zav-name {
    font-weight: bold;
}
.kaf-zav-degree {
    width: auto;
    border-radius: 5px;
    background-color: #05a4ba;
    color: #ffff;
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
}
.kaf-zav-degree-p {
    padding: 5px 7px;
}
.kaf-zav-degree-name {
    margin-top: 10px;
}
.kaf-zav-addr {
    margin-top: 50px;
    margin-left: 30px;
}
.kaf-ep-container {
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #ffff;
    margin-bottom: 15px;
}
.kaf-ep-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-width: 440px;
    max-height: 300px;
}
.kaf-ep-list-li {
    page-break-inside: avoid;
    break-inside: avoid;
    max-width: 435px; 
}
.kaf-lab-container {
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #ffff;
    margin-bottom: 15px;
}
.kaf-pps-container {
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #ffff;
    margin-bottom: 15px;
}
.kaf-uvs-container {
    border-radius: 10px;
    padding: 30px 20px 20px 30px;
    background-color: #ffff;
    margin-bottom: 15px;
}
.kaf-pps-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.kaf-uvs-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.kaf-pps-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding-top: 15px;
    height: 91px;
}
.kaf-pps-item:not(:nth-child(-n+1)){
    border-top: 1px solid #ccc;
} 
.kaf-pps-img {
    width: 50px;
    height: 50px;
    /*overflow: hidden;*/
    padding-top: 22px;
}
.kaf-pps-a {
    color: #05a4ba;
    margin-left: 20px;
    font-size: 140%;
    font-weight: 600;
}
.kaf-pps-avatar {
    width: auto;
    height: 100%;
    margin: 0 0;
    border-radius: 50%;
}
.kaf-pps-name {
    display: flex;
    align-items: center;
    width: 370px;
}
.kaf-pps-degree {
    display: flex;
    align-items: center;
    width: 250px;
}
.kaf-pps-degree-p { 
    font-size: 120%;
    font-weight: 500;
}
.kaf-mail {
    display: flex;
    align-items: center;
    width: 200px;
    text-align: right;
    flex-direction: row-reverse;
}
.kaf-mail-p {
    font-size: 120%;
    font-weight: 600;
    color: #05a4ba;
}
