@charset "UTF-8";
/*

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">

 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

@media screen and (max-width: 992px) {
  body {
    font-size: 14px; } }

a {
  color: #7773AF;
  text-decoration: none; }
  a:hover {
    color: #a6a4cb; }

h1, h2, h3, h4, h5, h6 {
  color: #6D6D6D;
  font-weight: 700; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: .5em; }

.a.desktop_02 {
  margin-bottom: 24px; }

.a img {
  width: 100%;
  height: auto; }

.b-header_reverse_slope {
  display: flex;
  align-items: center;
  height: 41px;
  padding: 0 18px;
  margin-bottom: 12px;
  background: -webkit-linear-gradient(90deg, #a2a0c9, #5A588A);
  background: -moz-linear-gradient(90deg, #a2a0c9, #5A588A);
  background: linear-gradient(90deg, #a2a0c9, #5A588A);
  color: #FFF;
  position: relative; }
  .b-header_reverse_slope .title {
    font-weight: 600; }
  .b-header_reverse_slope a.title {
    color: #FFF; }
  .b-header_reverse_slope:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-top: 22px solid transparent;
    border-right: 22px solid #fff;
    border-bottom: 22px solid #fff;
    position: absolute;
    bottom: -1px;
    right: -1px; }

#header_menu {
  width: 100%; }

nav#main_navigation {
  position: relative; }
  nav#main_navigation ul.main_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600; }
    nav#main_navigation ul.main_navigation li a {
      display: block;
      width: 100%;
      height: 100%;
      padding: 12px; }
      @media screen and (max-width: 1400px) {
        nav#main_navigation ul.main_navigation li a {
          padding: 8px; } }
      nav#main_navigation ul.main_navigation li a:hover {
        background-color: #7773AF;
        color: #FFF; }
    nav#main_navigation ul.main_navigation li.dropit-trigger > a:after {
      display: inline-block;
      content: "▼";
      margin-left: 6px;
      vertical-align: middle;
      font-size: .6em; }
    nav#main_navigation ul.main_navigation li.dropit-open a {
      background-color: #7773AF;
      color: #FFF; }
    nav#main_navigation ul.main_navigation li ul.sub-menu {
      background-color: #7773AF;
      color: #FFF; }
      nav#main_navigation ul.main_navigation li ul.sub-menu a {
        color: #FFF; }
        nav#main_navigation ul.main_navigation li ul.sub-menu a:hover {
          color: #a6a4cb; }
    nav#main_navigation ul.main_navigation li.o-soyuze ul.sub-menu {
      width: 600px;
      left: -135px; }
      nav#main_navigation ul.main_navigation li.o-soyuze ul.sub-menu div {
        display: flex; }
        nav#main_navigation ul.main_navigation li.o-soyuze ul.sub-menu div ol {
          display: inline-block;
          list-style: none;
          padding: 0;
          margin: 0; }
    @media screen and (min-width: 1400px) {
      nav#main_navigation ul.main_navigation li.o-soyuze ul.sub-menu {
        width: 840px;
        left: -194px; } }
    nav#main_navigation ul.main_navigation li.stories ul.sub-menu {
      width: 300px; }
    nav#main_navigation ul.main_navigation li.search.dropit-trigger a::after {
      display: none; }
    nav#main_navigation ul.main_navigation li.search ul.sub-menu {
      width: 840px;
      right: 0;
      left: -800px;
      padding: 12px; }
      nav#main_navigation ul.main_navigation li.search ul.sub-menu form input[type=text] {
        display: block;
        width: 100%;
        margin: 0 0 12px 0; }
      nav#main_navigation ul.main_navigation li.search ul.sub-menu form button[type=submit] {
        width: 200px;
        float: right; }

@media screen and (max-width: 991px) {
  ul.main_navigation {
    display: none !important; } }

.toggle_main_navigation_pda {
  font-size: 18px;
  cursor: pointer;
  display: none;
  width: 18px;
  height: 18px;
  line-height: 46px;
  color: #a6a4cb;
  background-color: transparent; }

@media screen and (max-width: 991px) {
  .toggle_main_navigation_pda {
    display: block; } }

.wrapper-navigation_pda {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 110; }
  .wrapper-navigation_pda ul.main_navigation_pda {
    background: -webkit-linear-gradient(90deg, #a2a0c9, #5A588A);
    background: -moz-linear-gradient(90deg, #a2a0c9, #5A588A);
    background: linear-gradient(90deg, #a2a0c9, #5A588A);
    list-style: none;
    margin: 0;
    padding: 24px 12px;
    z-index: 110;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 120%; }
    .wrapper-navigation_pda ul.main_navigation_pda li {
      margin-bottom: 24px; }
      .wrapper-navigation_pda ul.main_navigation_pda li a {
        color: #FFF; }
      .wrapper-navigation_pda ul.main_navigation_pda li ul {
        margin-top: 24px;
        list-style: none;
        text-transform: none; }

.main_navigation_pda.dropit .dropit-trigger > a:after {
  display: inline-block;
  content: "▼";
  margin-left: 6px;
  vertical-align: middle;
  font-size: .6em; }

.main_navigation_pda.dropit .dropit-submenu {
  position: relative;
  padding-left: 24px; }

.main_navigation_pda .search form {
  display: flex;
  justify-content: space-between; }
  .main_navigation_pda .search form input[type=text] {
    display: flex;
    flex-grow: 2; }

.b-social_flying_widget {
  position: fixed;
  right: 0;
  top: 195px;
  background: -webkit-linear-gradient(90deg, #a2a0c9, #5A588A);
  background: -moz-linear-gradient(90deg, #a2a0c9, #5A588A);
  background: linear-gradient(90deg, #a2a0c9, #5A588A); }
  .b-social_flying_widget ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .b-social_flying_widget ul li {
      display: block;
      width: 48px;
      height: 48px; }
      .b-social_flying_widget ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #FFF; }

.main-holder {
  margin: 0 auto;
  width: 336px; }

@media screen and (min-width: 992px) {
  .main-holder {
    width: 936px; } }

@media screen and (min-width: 1400px) {
  .main-holder {
    width: 1296px; } }

.wrapper-header {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 24px; }
  .wrapper-header:before {
    display: none;
    content: "";
    height: 7px;
    grid-area: 1 / 1 / 1 / 13;
    margin: 0 -12px;
    background: -webkit-linear-gradient(90deg, #736FAD, #5A588A);
    background: -moz-linear-gradient(90deg, #736FAD, #5A588A);
    background: linear-gradient(90deg, #736FAD, #5A588A); }
  .wrapper-header:after {
    content: "";
    height: 7px;
    grid-area: 3 / 1 / 3 / 13;
    margin: 0 -12px;
    background: -webkit-linear-gradient(90deg, #736FAD, #5A588A);
    background: -moz-linear-gradient(90deg, #736FAD, #5A588A);
    background: linear-gradient(90deg, #736FAD, #5A588A); }
  .wrapper-header .wrapper-logo {
    grid-area: 1 / 1 / 3 / 5; }
    .wrapper-header .wrapper-logo .logo a {
      font-size: 0;
      display: inline-block;
      height: 178px;
      width: 307px;
      background: transparent url("/img/logo/logo_01.svg?1765336855478") center center no-repeat;
      background-size: contain; }
      @media screen and (max-width: 991px) {
        .wrapper-header .wrapper-logo .logo a {
          height: 30px;
          width: 190px;
          margin-left: 12px;
          margin-top: 8px;
          margin-bottom: 8px;
          background: transparent url("/img/logo/logo_01_pda.png?1765336855478") center center no-repeat; } }
  .wrapper-header .wrapper-lead {
    grid-area: 1 / 5 / 2 / 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 24px 0 24px;
    font-weight: 600; }
  .wrapper-header .wrapper-address {
    grid-area: 1 / 10 / 2 / 13;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    font-weight: 600;
    font-size: .9em; }
    @media screen and (max-width: 991px) {
      .wrapper-header .wrapper-address {
        display: none; } }
  .wrapper-header .wrapper-navigation {
    grid-area: 2 / 5 / 3 / 13; }
  .wrapper-header .wrapper-navigation_pda {
    grid-area: 2 / 1 / 3 / 13;
    display: none; }
  @media screen and (max-width: 991px) {
    .wrapper-header {
      grid-template-rows: repeat(1, 1fr);
      background: -webkit-linear-gradient(90deg, #a2a0c9, #5A588A);
      background: -moz-linear-gradient(90deg, #a2a0c9, #5A588A);
      background: linear-gradient(90deg, #a2a0c9, #5A588A); }
      .wrapper-header:after {
        display: none; }
      .wrapper-header .wrapper-logo {
        grid-area: 1 / 1 / 2 / 12;
        display: flex; }
      .wrapper-header .wrapper-navigation {
        grid-area: 1 / 12 / 2 /13; }
      .wrapper-header .wrapper-lead, .wrapper-header .wrapper-search {
        display: none; } }

.b-main_slider {
  margin-bottom: 24px; }
  .b-main_slider img {
    width: 100%;
    height: auto; }
  .b-main_slider .slick-arrow {
    z-index: 100; }
  .b-main_slider .slick-prev {
    left: 25px; }
    .b-main_slider .slick-prev:before {
      font-size: 35px;
      color: #8783b8;
      text-shadow: 0px 0px 8px #FFF; }
  .b-main_slider .slick-next {
    right: 25px; }
    .b-main_slider .slick-next:before {
      font-size: 35px;
      color: #8783b8;
      text-shadow: 0px 0px 8px #FFF; }
  .b-main_slider .slider-item {
    position: relative; }
    .b-main_slider .slider-item .entry {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, white 90%, white);
      background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, white 90%, white);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, white 90%, white); }
      .b-main_slider .slider-item .entry a {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        color: #6D6D6D;
        padding: 24px; }
        .b-main_slider .slider-item .entry a .title {
          font-size: 2em;
          font-weight: bold; }
        .b-main_slider .slider-item .entry a .lead {
          font-size: 1.2em;
          font-weight: 600; }

@media screen and (max-width: 1399px) {
  .b-main_slider {
    width: 616px;
    height: 346px; } }

@media screen and (max-width: 991px) {
  .b-main_slider {
    width: 336px;
    height: 189px; }
    .b-main_slider .slider-item .entry a .title {
      font-size: 1em; }
    .b-main_slider .slider-item .entry a .lead {
      font-size: 1em; } }

.news-item {
  margin-bottom: 24px; }
  .news-item a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 0;
    width: 100%;
    height: 175px;
    overflow: hidden;
    color: #6D6D6D; }
    .news-item a:hover {
      color: #5B598D; }
    .news-item a .picture {
      grid-area: 1 / 1 / 2 / 2; }
      .news-item a .picture img {
        width: 100%;
        height: auto; }
    .news-item a .entry {
      grid-area: 1 / 2 / 2 / 4;
      height: 175px;
      position: relative; }
      .news-item a .entry:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0;
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), white); }
      .news-item a .entry .datetime {
        color: #7773AF;
        display: block;
        font-weight: 600;
        font-size: .8em; }
      .news-item a .entry .title {
        font-weight: 600;
        font-size: 1.2em; }

@media screen and (max-width: 992px) {
  .news-item a {
    height: 120px; }
    .news-item a .entry {
      grid-area: 1 / 2 / 2 / 4;
      height: 120px; } }

.grid-news ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .grid-news ul.pagination li.page-item {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 6px;
    padding: 0 8px; }
    .grid-news ul.pagination li.page-item span {
      display: inline-block;
      margin: 0 8px; }
    .grid-news ul.pagination li.page-item.disabled {
      display: none; }
    .grid-news ul.pagination li.page-item:hover {
      background-color: #7773AF; }
      .grid-news ul.pagination li.page-item:hover a {
        color: #FFF; }
    .grid-news ul.pagination li.page-item a {
      display: inline-block;
      width: 100%;
      height: 100%;
      line-height: 36px;
      text-align: center; }
      .grid-news ul.pagination li.page-item a:hover {
        color: #FFF; }
    .grid-news ul.pagination li.page-item.active {
      background-color: #7773AF;
      color: #FFF; }
      .grid-news ul.pagination li.page-item.active a {
        color: #FFF; }
        .grid-news ul.pagination li.page-item.active a:hover {
          color: #FFF; }

@media screen and (max-width: 992px) {
  .grid-news {
    margin-bottom: 24px; } }

.news-item {
  margin-bottom: 24px; }
  .news-item a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 0;
    width: 100%;
    height: 175px;
    overflow: hidden;
    color: #6D6D6D; }
    .news-item a:hover {
      color: #5B598D; }
    .news-item a .picture {
      grid-area: 1 / 1 / 2 / 2; }
      .news-item a .picture img {
        width: 100%;
        height: auto; }
    .news-item a .entry {
      grid-area: 1 / 2 / 2 / 4;
      height: 175px;
      position: relative; }
      .news-item a .entry:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0;
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), white); }
      .news-item a .entry .datetime {
        color: #7773AF;
        display: block;
        font-weight: 600;
        font-size: .8em; }
      .news-item a .entry .title {
        font-weight: 600;
        font-size: 1.2em; }

@media screen and (max-width: 992px) {
  .news-item a {
    height: 120px; }
    .news-item a .entry {
      grid-area: 1 / 2 / 2 / 4;
      height: 120px; } }

.grid-news.search h1, .grid-news.search h2 {
  margin-bottom: 24px; }

.person-item {
  margin-bottom: 24px; }
  .person-item .holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 0;
    width: 100%;
    height: 175px;
    overflow: hidden;
    color: #6D6D6D; }
    .person-item .holder .picture {
      grid-area: 1 / 1 / 2 / 2; }
      .person-item .holder .picture img {
        width: 100%;
        height: auto; }
    .person-item .holder .entry {
      grid-area: 1 / 2 / 2 / 4;
      height: 175px;
      position: relative; }
      .person-item .holder .entry:after {
        content: "";
        display: inline-block;
        width: 100%;
        height: 70px;
        position: absolute;
        bottom: 0;
        background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
        background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), white);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0), white); }
      .person-item .holder .entry .datetime {
        color: #7773AF;
        display: block;
        font-weight: 600;
        font-size: .8em; }
      .person-item .holder .entry .title {
        font-weight: 600;
        font-size: 1.2em; }
  .person-item a:hover .holder {
    color: #5B598D; }

@media screen and (max-width: 992px) {
  .news-item a {
    height: 120px; }
    .news-item a .entry {
      grid-area: 1 / 2 / 2 / 4;
      height: 120px; } }

.grid-news ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex; }
  .grid-news ul.pagination li.page-item {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    border-radius: 18px;
    margin-right: 6px;
    padding: 0 8px; }
    .grid-news ul.pagination li.page-item span {
      display: inline-block;
      margin: 0 8px; }
    .grid-news ul.pagination li.page-item.disabled {
      display: none; }
    .grid-news ul.pagination li.page-item:hover {
      background-color: #7773AF; }
      .grid-news ul.pagination li.page-item:hover a {
        color: #FFF; }
    .grid-news ul.pagination li.page-item a {
      display: inline-block;
      width: 100%;
      height: 100%;
      line-height: 36px;
      text-align: center; }
      .grid-news ul.pagination li.page-item a:hover {
        color: #FFF; }
    .grid-news ul.pagination li.page-item.active {
      background-color: #7773AF;
      color: #FFF; }
      .grid-news ul.pagination li.page-item.active a {
        color: #FFF; }
        .grid-news ul.pagination li.page-item.active a:hover {
          color: #FFF; }

@media screen and (max-width: 992px) {
  .grid-news {
    margin-bottom: 24px; } }

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar ul li {
    margin-bottom: 12px;
    padding: 0 2px; }
    .sidebar ul li .datetime {
      color: #6D6D6D;
      display: block;
      font-weight: 600;
      font-size: .8em; }
    .sidebar ul li .title {
      display: block; }
    .sidebar ul li:hover .title, .sidebar ul li:hover .datetime {
      color: #b6b4d4; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 43%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.b-attached_files .header {
  font-weight: 700; }

.b-attached_files ul.files .title {
  display: block; }

.b-attached_files ul.files .filename {
  display: block;
  font-size: .8em; }
  .b-attached_files ul.files .filename:before {
    content: '('; }
  .b-attached_files ul.files .filename:after {
    content: ')'; }

.b-post .datetime {
  font-weight: 600;
  color: #7773AF;
  font-style: italic; }

.b-post .lead {
  color: #6D6D6D;
  margin-bottom: 24px; }

.b-post .main-picture {
  margin-bottom: 24px; }

.b-post .body {
  color: #6D6D6D; }

@media screen and (max-width: 992px) {
  .b-post {
    margin-bottom: 24px; } }

.inject_gallery_fotorama {
  margin-bottom: 24px; }
  .inject_gallery_fotorama .fotorama__caption {
    display: none; }
  .inject_gallery_fotorama .legend {
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    min-height: 20px;
    color: #525252; }
    .inject_gallery_fotorama .legend .caption {
      padding-right: 70px; }
      .inject_gallery_fotorama .legend .caption .title {
        text-align: left; }
      .inject_gallery_fotorama .legend .caption .origin {
        color: grey;
        font-size: .8em;
        text-align: left; }
    .inject_gallery_fotorama .legend .item_number {
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      text-align: right;
      font-size: .8em; }

.rama.fotorama--fullscreen .fotorama__caption {
  display: block; }

.inject_picture {
  margin-bottom: 30px; }
  .inject_picture .title, .inject_picture .description, .inject_picture .origin {
    margin-top: 0;
    display: block;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: .8em;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased; }
  .inject_picture .illustration img {
    width: 100%;
    height: auto; }

.inject_picture.left {
  width: 300px;
  float: left;
  margin-right: 30px; }

.inject_picture.right {
  width: 300px;
  float: right;
  margin-left: 30px; }

.inject_youtube {
  margin-bottom: 24px; }

.b-top_news .news-item[data-cnt="1"] a, .b-top_news .news-item[data-cnt="8"] a {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 24px;
  grid-row-gap: 0;
  height: auto; }
  @media screen and (min-width: 1401px) {
    .b-top_news .news-item[data-cnt="1"] a .entry, .b-top_news .news-item[data-cnt="8"] a .entry {
      height: 371px; } }
  @media screen and (max-width: 1400px) and (min-width: 993px) {
    .b-top_news .news-item[data-cnt="1"] a .entry, .b-top_news .news-item[data-cnt="8"] a .entry {
      height: 235px; } }
  @media screen and (max-width: 992px) {
    .b-top_news .news-item[data-cnt="1"] a, .b-top_news .news-item[data-cnt="8"] a {
      display: block; } }

.b-top_news .news-item[data-cnt="1"] .picture {
  grid-area: 1 / 1 / 2 / 5; }
  @media screen and (max-width: 992px) {
    .b-top_news .news-item[data-cnt="1"] .picture {
      float: none; } }

.b-top_news .news-item[data-cnt="1"] .entry {
  grid-area: 1 / 5 / 2 / 7; }
  @media screen and (max-width: 992px) {
    .b-top_news .news-item[data-cnt="1"] .entry {
      float: none; } }

.b-top_news .news-item[data-cnt="1"]:after {
  content: '';
  display: block;
  border-bottom: 1px dotted #5B598D;
  margin: 12px 0; }

.b-top_news .news-item[data-cnt="8"] .picture {
  grid-area: 1 / 3 / 2 / 7; }
  @media screen and (max-width: 992px) {
    .b-top_news .news-item[data-cnt="8"] .picture {
      float: none; } }

.b-top_news .news-item[data-cnt="8"] .entry {
  grid-area: 1 / 1 / 2 / 3; }
  @media screen and (max-width: 992px) {
    .b-top_news .news-item[data-cnt="8"] .entry {
      float: none; } }

.b-top_news .news-item[data-cnt="8"]:before {
  content: '';
  display: block;
  border-bottom: 1px dotted #5B598D;
  margin: 12px 0; }

@media screen and (max-width: 992px) {
  .b-static_page {
    margin-bottom: 24px; } }

.wrapper-footer {
  color: #FFF;
  height: 185px;
  background-color: #5B598D;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .wrapper-footer a {
    color: #FFF; }
  .wrapper-footer .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 0px; }
    .wrapper-footer .grid .info {
      grid-area: 1 / 1 / 1 / 3;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .wrapper-footer .grid .info p {
        margin: 0; }
        .wrapper-footer .grid .info p.sjr {
          font-size: 1.5em;
          font-weight: 500; }
    .wrapper-footer .grid .contacts {
      grid-area: 1 / 3 / 1 / 5;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .wrapper-footer .grid .contacts ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .wrapper-footer .grid .contacts ul li {
          float: left; }
          .wrapper-footer .grid .contacts ul li.vk a, .wrapper-footer .grid .contacts ul li.ok a, .wrapper-footer .grid .contacts ul li.tg a {
            display: inline-block;
            width: 24px;
            height: 31px;
            text-align: center; }
          .wrapper-footer .grid .contacts ul li.phone, .wrapper-footer .grid .contacts ul li.email {
            clear: both;
            float: none; }

@media screen and (max-width: 991px) {
  .wrapper-footer {
    height: auto;
    padding: 12px 0; }
    .wrapper-footer .grid {
      display: block; }
      .wrapper-footer .grid .info {
        display: block;
        margin-bottom: 12px; }
        .wrapper-footer .grid .info p.sjr {
          font-size: 1em;
          font-weight: 600; }
        .wrapper-footer .grid .info p.sjak {
          font-size: .8em; }
      .wrapper-footer .grid .contacts {
        display: block;
        font-size: .8em; } }

/*# sourceMappingURL=styles.css.map */