@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&subset=cyrillic");
.h-xs-up,
.hidden-xs-up {
  display: none !important; }

@media (max-width: 575.98px) {
  .h-xs-down,
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .h-sm-up,
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767.98px) {
  .h-sm-down,
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .h-md-up,
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991.98px) {
  .h-md-down,
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .h-lg-up,
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .h-lg-down,
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .h-xl-up,
  .hidden-xl-up {
    display: none !important; } }

.h-xl-down,
.hidden-xl-down {
  display: none !important; }

body {
  font-family: 'PT Sans Narrow';
  font-weight: 300;
  color: #666; }

.color1 {
  background: #b1ba67; }

.color2 {
  background: #6dc0cb; }

.color3 {
  background: #3c675f; }

.color4 {
  background: #97ab9f; }

.container-fluid {
  max-width: 1266px; }

section {
  margin-bottom: 1.5rem; }

img {
  max-width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em; }
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 *,
  h6 * {
    font-weight: inherit !important; }

h1 {
  font-size: 2rem;
  line-height: 1.1; }
  @media (max-width: 767.98px) {
    h1 {
      font-size: 1.8rem; } }
  @media (max-width: 575.98px) {
    h1 {
      font-size: 1.5rem; } }
  .logo > h1 {
    margin-bottom: 0; }

h2 {
  font-size: 1.7rem; }
  h2.block-title {
    text-transform: uppercase;
    border-bottom: 2px solid #a7a7a7;
    font-size: 1.1rem;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 0.5rem;
    padding: 0 0.6em; }
    .summary-line + h2.block-title {
      margin-top: 1.5em; }
    h2.block-title a {
      padding: 0 0.9em;
      color: #939393;
      text-decoration: underline;
      text-transform: uppercase;
      margin-left: 1em;
      border-left: 1px solid;
      display: inline-block;
      line-height: 1; }
      h2.block-title a::after {
        content: ' >>'; }
      h2.block-title a:hover {
        text-decoration: none; }
    h2.block-title span {
      color: #9d9d9d;
      padding: 0.2em 0;
      display: inline-block; }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 1.1rem;
      margin: 1.5rem 0; } }
  @media (max-width: 575.98px) {
    h2 {
      font-size: 1rem; } }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.3rem; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1rem; }

hr {
  margin-top: 0.8em;
  margin-bottom: 0.8em; }

.btn-success {
  background-color: #83AE2E;
  border-color: #83AE2E; }

a {
  color: #333; }
  .content a,
  .node-content a {
    color: #3ea1ae; }
    .content a:hover,
    .node-content a:hover {
      color: #307e88; }
  a:hover {
    color: #111; }

strong {
  font-weight: bold; }

article .content > div,
p {
  margin-bottom: 0.5rem; }

.block-sidebar {
  position: relative; }
  .block-sidebar > .block-sticky {
    top: 0;
    position: absolute;
    left: 15px;
    right: 15px; }
    .block-sidebar > .block-sticky.position-sticky {
      top: 65px !important; }
    @media (max-width: 991.98px) {
      .block-sidebar > .block-sticky {
        position: sticky; } }

body .hidden-from-guests {
  display: none; }

body.logged-in .hidden-from-guests {
  display: block; }

body.search .news.teaser .image img {
  max-width: 150px; }

body.test #breadcrumb,
body.test .forest,
body.test footer,
body.test header {
  display: none; }

body.test h2 {
  margin: 2rem; }

body.test .flickity {
  max-width: 390px;
  margin: 0 auto; }

body.test .banners {
  max-width: 1266px;
  margin: 0 auto 100px; }

#breadcrumb {
  margin: -1.1rem 0 0; }
  #breadcrumb ol.breadcrumb {
    background: none;
    padding: 0.6rem 0;
    margin: 0;
    display: block; }
    #breadcrumb ol.breadcrumb li {
      display: inline; }

.pagination .page-item a {
  color: #333; }

.pagination .page-item.active a {
  z-index: 2;
  color: #fff;
  background-color: #777;
  border-color: #777; }

.node-content .content + .summary-line {
  display: none; }

.node-content .content[class*="cut-"] {
  position: relative;
  overflow: hidden; }
  .node-content .content[class*="cut-"] + .summary-line {
    display: block;
    text-align: right;
    border-bottom: 1px solid #ddd;
    height: 1.2rem;
    margin-bottom: 2em;
    margin-top: -0.7em; }
    .node-content .content[class*="cut-"] + .summary-line a {
      line-height: 2.3rem;
      color: #939393;
      text-decoration: underline; }
      .node-content .content[class*="cut-"] + .summary-line a span {
        background: #fff;
        padding-left: 0.8em;
        font-size: 0.8em;
        font-weight: 600; }
        .node-content .content[class*="cut-"] + .summary-line a span::after {
          content: ' >>'; }
  .node-content .content[class*="cut-"].cut-25 {
    max-height: calc((100vh - 300px) / 4); }
  .node-content .content[class*="cut-"].cut-50 {
    max-height: calc((100vh - 300px) / 2); }
  .node-content .content[class*="cut-"].cut-75 {
    max-height: calc((100vh - 300px) / 1.33); }
  @media (max-width: 991.98px) {
    .node-content .content[class*="cut-"].cut-25 {
      max-height: calc((100vh - 340px) / 4); }
    .node-content .content[class*="cut-"].cut-50 {
      max-height: calc((100vh - 340px) / 2); }
    .node-content .content[class*="cut-"].cut-75 {
      max-height: calc((100vh - 340px) / 1.33); } }
  @media (max-width: 767.98px) {
    .node-content .content[class*="cut-"].cut-25 {
      max-height: calc((100vh - 320px) / 4); }
    .node-content .content[class*="cut-"].cut-50 {
      max-height: calc((100vh - 320px) / 2); }
    .node-content .content[class*="cut-"].cut-75 {
      max-height: calc((100vh - 320px) / 1.33); } }
  @media (max-width: 575.98px) {
    .node-content .content[class*="cut-"].cut-25 {
      max-height: calc((100vh - (100vw * 0.7)) / 4); }
    .node-content .content[class*="cut-"].cut-50 {
      max-height: calc((100vh - (100vw * 0.7)) / 2); }
    .node-content .content[class*="cut-"].cut-75 {
      max-height: calc((100vh - (100vw * 0.7)) / 1.33); } }
  .node-content .content[class*="cut-"]::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 50px;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }

.node-content .content > * {
  max-width: 100%; }
  @media (max-width: 650px) {
    .node-content .content > * {
      width: 100% !important; }
      .node-content .content > * div {
        width: 100% !important; } }

.node-content img.brdr {
  border: 1px solid #ccc; }

.node-content img[style*="float"][style*="right"] {
  margin: 0.5rem 0 0.5rem 1.2rem; }

.node-content img[style*="float"][style*="left"] {
  margin: 0.5rem 1.2rem 0.5rem 0; }

@media (max-width: 650px) {
  .node-content img {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block; } }

.node-content figure.image {
  display: block !important; }
  @media (min-width: 650px) {
    .node-content figure.image[style*="float"] {
      max-width: 50% !important;
      margin: 0.5em; } }
  .node-content figure.image[style*="float"][style*="right"] {
    margin: 0.5rem 0 0.5rem 1.2rem; }
  .node-content figure.image[style*="float"][style*="left"] {
    margin: 0.5rem 1.2rem 0.5rem 0; }
  .node-content figure.image[style*="float"] a,
  .node-content figure.image[style*="float"] img {
    width: 100%;
    display: block;
    margin-top: 1em;
    height: auto; }
    .node-content figure.image[style*="float"] a:first-child,
    .node-content figure.image[style*="float"] img:first-child {
      margin-top: 0; }
  .node-content figure.image br {
    display: none; }
  .node-content figure.image figcaption {
    line-height: 1.2;
    margin-top: 0.3em;
    white-space: pre-line; }

.node-content .cut-open {
  margin: 0 auto 2em;
  display: block;
  cursor: pointer; }

.link-line {
  min-height: 30px;
  text-align: right;
  line-height: 31px; }
  .link-line .wrapper {
    width: 100%;
    height: 3px; }
  .link-line a {
    white-space: nowrap;
    display: block;
    padding: 0 40px 0 1em;
    color: #6dc0cb;
    font-weight: 400;
    font-size: 1.2em;
    z-index: 20;
    position: relative;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB0AAAAdCAYAAABWk2cPAAAACXBIWXMAAC4jAAAuIwF4pT92AAADJElEQVR42q1XS2sTYRSdhViQuhD0DwhSkCJFRKQgRXcuBAstrsRFURB3SpfiVhfdCwp1I/4FV0JrX+pMHpMmbdL0mdhMY5uaNNG2SXq952ZmaEKafDPphTLNZOae777OPdFIwTIHh/Qh85sex1fpmhGlM9NB6prQqXsqKJ9x/721Lc+pmNbqy/liiR7GlkljAIDgqk0a8r98nnT+DPc6GFui74WiP9CRxKrtzKCz3wI0xODjHE2k+JfylYo8g6u5V5L7+L57KuCCjyTW1EHTnKK7ZtwFfLa0TpuKacselunFcooPWcvGAPtJ7R+0Bt3gB24EYpLGKz8jFOao/Bii79EjEnUf+9toAK4DHTAX5YTXgzHaLpepE8tx1LcYEP7uhBebg6IGiBAn/FOu0GkY/FzljAH4ybEaC+hsfk8A0TDtUjqWsuhNKuMp1eftjp+xu1pAB2NJuflyJdXWyeu1X9KlmFtVG2W/CAo4AorOlDZnR1uKXfo2bUlnj/FVxSyurybjZMgkaGASRIk582LvNrNy2FccuYrBP0CRIQ0Uhpcx4F7t09aOpPo5z3L56Kjls+N2cIIH7sQJUHA/9iWXp0szIY4k6TJVM4uwf4D26owH0gZoJ2MSYI6+/MOke2ai5fggoxemQ6Q5xN2JVTm1/UwoF+fMls+5SwJrqpNIwdX9wQUhgXCxpBZpraa6L55dKP0TBusLRGm9CbHX1ZT9Izip6aP4igyu1+7FzkQD3WZexXZpZ/CP4ARP5oZBh6NJZcCvuwU6NxOk+/xOQXExDNliQPCEIWzpYSmc+HM2x3UJyoLYr1aV9yz8o5EEz+Fe5HtUgXvBQHjOS9s53PvAzqaAznF9arLE8L24T7Kw3UCo52y+WL9Pse/wZY8+f+r7tFEz1SkHRxtBsux0CLzL79/k+W2pHOo0EgPjhCGffIyUImNKGslhGJysS5SEQU89qEHLVoOOkoSfdJN3T9S9tRrr7jhhzj7yKkP0Ts1xRVS4jzmH3HGaxpPubabwXaJ2Vf4xVV+n9GuSxLfCb/wtA4WBBdzLtZJ1OFEjb+e3DJhG9bfMf6dmA7RisAiaAAAAAElFTkSuQmCC") 100% 50% no-repeat; }

.forest {
  display: flex;
  justify-content: center;
  overflow: hidden;
  align-items: center;
  background: url("../images/forest2.jpg");
  background-attachment: fixed;
  padding: 1rem; }

.banners-placeholder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .banners-placeholder:not(.section):not(.block) {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .banners-placeholder.section {
    margin: 1rem 0; }
  .banners-placeholder.gray {
    background: #ccc;
    padding: 1em 0; }
  .banners-placeholder .placeholder {
    background: linear-gradient(90deg, #ffffff, #8a8a8a);
    background-size: 270%;
    animation: gradientAnimation 3s ease infinite; }

@keyframes gradientAnimation {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0 50%; } }
    .banners-placeholder .placeholder#banners-container-1 {
      height: 100px; }
    .banners-placeholder .placeholder#banners-container-2 {
      height: 100px; }
    .banners-placeholder .placeholder#banners-container-23 {
      height: 228px; }
  .block-sidebar .banners-placeholder {
    padding: 0 15px;
    display: flex;
    margin-bottom: 2em;
    justify-content: space-between; }
    .block-sidebar .banners-placeholder.hidden-from-guests {
      display: none; }
    body.logged-in .block-sidebar .banners-placeholder.hidden-from-guests {
      display: flex; }
    @media (max-width: 991.98px) {
      .block-sidebar .banners-placeholder {
        justify-content: space-around; } }
    .block-sidebar .banners-placeholder .banners {
      max-width: none;
      width: auto;
      margin-bottom: 0; }
  .node-content .banners-placeholder {
    padding: 0;
    margin: 0 0 0.5em; }
  .block-sidebar2 .banners-placeholder {
    display: none !important; }
    .block-sidebar2 .banners-placeholder .banners {
      margin-bottom: 1.3em;
      flex-basis: 100%;
      max-width: 100%; }
      .block-sidebar2 .banners-placeholder .banners .banner {
        margin-bottom: 1em; }
        .block-sidebar2 .banners-placeholder .banners .banner:nth-child(-n + 4) {
          display: none !important; }
  #news2 .banners-placeholder .banners {
    flex-flow: row; }
    #news2 .banners-placeholder .banners .banner {
      flex: 0 0 50% !important;
      max-width: 50% !important; }

.banners.format4 {
  flex-flow: column; }
  .banners.format4 .banner {
    padding: 0;
    flex: 0 0 auto; }

@media (min-width: 992px) {
  .banners.format23 {
    flex-flow: column; } }

.banners.format23 .banner {
  margin: 0.5em 0; }

@media (max-width: 1199.98px) {
  .banners:not(.format8):not(.format4):not(.format22):not(.format10) .banner {
    padding: 0.5rem !important; } }

.banners.format10 .banner {
  margin-right: 0.2em; }
  @media (max-width: 1199.98px) {
    .banners.format10 .banner {
      padding: 0.1rem !important; } }
  .banners.format10 .banner.nid28 {
    order: 1; }
  .banners.format10 .banner.nid27 {
    order: 2; }
  .banners.format10 .banner.nid32 {
    order: 3; }

.banners .banner {
  overflow: hidden;
  position: relative;
  display: inline-block;
  max-width: 100%; }
  .banners .banner .desktop .item,
  .banners .banner .mobile .item {
    position: relative; }
    .banners .banner .desktop .item:hover .info,
    .banners .banner .mobile .item:hover .info {
      transform: none; }
    .banners .banner .desktop .item .info,
    .banners .banner .mobile .item .info {
      position: absolute;
      background: rgba(0, 0, 0, 0.7);
      display: flex;
      align-items: center;
      justify-content: space-around;
      transform: translateY(100%);
      transition: all 0.4s;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .banners .banner .desktop .item .info a,
      .banners .banner .mobile .item .info a {
        color: #fff;
        font-size: 1.3em; }

.tag {
  text-align: left; }
  .tag.rubric.small {
    font-size: 0.6rem; }
  .tag a {
    display: inline-flex !important;
    width: auto !important;
    align-items: center; }
    .tag a.active {
      font-weight: bold; }
    .tag a span {
      margin-right: 3px; }

.rec a {
  margin-bottom: 1em;
  display: block; }

article.news.teaser-big {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 1em;
  margin-bottom: 0.7em; }
  article.news.teaser-big .image {
    margin-top: 0.5rem;
    height: 75px;
    width: 145px; }
    article.news.teaser-big .image img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
      @media (max-width: 575.98px) {
        article.news.teaser-big .image img {
          max-width: none;
          width: 70%;
          display: block; } }
      @media (max-width: 400px) {
        article.news.teaser-big .image img {
          width: 100%; } }
  article.news.teaser-big .date a,
  article.news.teaser-big .tags a {
    color: #333; }

article .tags a {
  color: #5ab8c4; }

i.rubricon {
  background-image: url("../images/icons-rubrics.png");
  height: 100px;
  display: block;
  object-fit: contain;
  width: 100px;
  background-size: cover;
  transform: scale(0.75) translate3d(-17px, -17px, 0) perspective(1px); }
  .rubric1 i.rubricon {
    background-position-y: 0; }
  .rubric2 i.rubricon {
    background-position-y: -129px; }
  .rubric3 i.rubricon {
    background-position-y: -260px; }
  .rubric4 i.rubricon {
    background-position-y: -396px; }
  .rubric5 i.rubricon {
    background-position-y: -527px; }
  .rubric6 i.rubricon {
    background-position-y: -657px; }
  .rubric7 i.rubricon {
    background-position-y: -783px; }
  .rubric8 i.rubricon {
    background-position-y: -911px; }
  .rubric9 i.rubricon {
    background-position-y: -1035px; }
  .rubric10 i.rubricon {
    background-position-y: -1163px; }
  .rubric11 i.rubricon {
    background-position-y: -1289px; }
  .rubric12 i.rubricon {
    background-position-y: -1424px; }
  .rubric13 i.rubricon {
    background-position-y: -1550px; }
  .rubric14 i.rubricon {
    background-position-y: -1715px; }
  .rubric15 i.rubricon {
    background-position-y: -1846px; }
  .rubric16 i.rubricon {
    background-position-y: -1979px; }
  .rubric17 i.rubricon {
    background-position-y: -2104px; }
  .rubric18 i.rubricon {
    background-position-y: -2230px; }
  .rubric19 i.rubricon {
    background-position-y: -2353px; }
  .rubric20 i.rubricon {
    background-position-y: -2486px; }
  .rubric21 i.rubricon {
    background-position-y: -2620px; }
  .rubric22 i.rubricon {
    background-position-y: -2743px; }
  .rubric23 i.rubricon {
    background-position-y: -2868px; }
  .rubric24 i.rubricon {
    background-position-y: -2997px; }
  .rubric25 i.rubricon {
    background-position-y: -3122px; }
  .rubric26 i.rubricon {
    background-position-y: -3250px; }
  .rubric27 i.rubricon {
    background-position-y: -3387px; }
  .rubric28 i.rubricon {
    background-position-y: -3525px; }
  .rubric29 i.rubricon {
    background-position-y: -3661px; }
  i.rubricon.small {
    width: 15px;
    height: 15px;
    transform: none;
    background-image: url("../images/icons-rubrics-small.png"); }
    .rubric1 i.rubricon.small {
      background-position-y: 0; }
    .rubric2 i.rubricon.small {
      background-position-y: -20px; }
    .rubric3 i.rubricon.small {
      background-position-y: -39px; }
    .rubric4 i.rubricon.small {
      background-position-y: -60px; }
    .rubric5 i.rubricon.small {
      background-position-y: -79px; }
    .rubric6 i.rubricon.small {
      background-position-y: -99px; }
    .rubric7 i.rubricon.small {
      background-position-y: -118px; }
    .rubric8 i.rubricon.small {
      background-position-y: -137px; }
    .rubric9 i.rubricon.small {
      background-position-y: -156px; }
    .rubric10 i.rubricon.small {
      background-position-y: -175px; }
    .rubric11 i.rubricon.small {
      background-position-y: -193px; }
    .rubric12 i.rubricon.small {
      background-position-y: -214px; }
    .rubric13 i.rubricon.small {
      background-position-y: -233px; }
    .rubric14 i.rubricon.small {
      background-position-y: -257px; }
    .rubric15 i.rubricon.small {
      background-position-y: -277px; }
    .rubric16 i.rubricon.small {
      background-position-y: -297px; }
    .rubric17 i.rubricon.small {
      background-position-y: -315px; }
    .rubric18 i.rubricon.small {
      background-position-y: -334px; }
    .rubric19 i.rubricon.small {
      background-position-y: -353px; }
    .rubric20 i.rubricon.small {
      background-position-y: -373px; }
    .rubric21 i.rubricon.small {
      background-position-y: -393px; }
    .rubric22 i.rubricon.small {
      background-position-y: -411px; }
    .rubric23 i.rubricon.small {
      background-position-y: -430px; }
    .rubric24 i.rubricon.small {
      background-position-y: -449px; }
    .rubric25 i.rubricon.small {
      background-position-y: -468px; }
    .rubric26 i.rubricon.small {
      background-position-y: -487px; }
    .rubric27 i.rubricon.small {
      background-position-y: -507px; }
    .rubric28 i.rubricon.small {
      background-position-y: -528px; }
    .rubric29 i.rubricon.small {
      background-position-y: -549px; }

#result button.arrow-down {
  position: relative;
  padding-left: 23px;
  background: none;
  outline: none;
  border: 0;
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin-bottom: 0.2em;
  opacity: 0.9;
  transition: 0.3s; }
  #result button.arrow-down:hover {
    opacity: 1; }
  #result button.arrow-down::before {
    content: '';
    position: absolute;
    left: 2px;
    height: 16px;
    width: 16px;
    top: calc(50% - 8px);
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEyIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPlNoYXBlIDI8L3RpdGxlPjxwYXRoIGQ9Ik0uOCAwTDYgNC42IDExLjIgMGwuOC43TDYgNiAwIC43LjggMHoiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") center no-repeat;
    transform: rotate(180deg);
    transition: 0.3s; }
  #result button.arrow-down.collapsed::before {
    transform: rotate(0); }

.rubrics-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .rubrics-list article.rubric {
    display: flex;
    margin-bottom: 1em;
    flex-basis: calc(100% / 3);
    padding: 0 10px; }
    @media (max-width: 1199.98px) {
      .rubrics-list article.rubric {
        flex-basis: calc(100% / 2); } }
    @media (max-width: 700px) {
      .rubrics-list article.rubric {
        flex-basis: 100%; } }
    .rubrics-list article.rubric h4 {
      font-size: 0.9em;
      text-transform: uppercase;
      margin-bottom: 0.1rem; }
      .rubrics-list article.rubric h4::after {
        content: '';
        width: 100%;
        display: block;
        border-bottom: 1px solid;
        margin-top: 2px; }
      .rubrics-list article.rubric h4 a {
        color: #666; }
    .rubrics-list article.rubric .content {
      width: 100%; }
    .rubrics-list article.rubric1 h4::after, .rubrics-list article.rubric2 h4::after, .rubrics-list article.rubric3 h4::after, .rubrics-list article.rubric4 h4::after, .rubrics-list article.rubric5 h4::after, .rubrics-list article.rubric6 h4::after, .rubrics-list article.rubric7 h4::after {
      border-color: #6cbfca; }
    .rubrics-list article.rubric10 h4::after, .rubrics-list article.rubric11 h4::after, .rubrics-list article.rubric12 h4::after, .rubrics-list article.rubric13 h4::after, .rubrics-list article.rubric8 h4::after, .rubrics-list article.rubric9 h4::after {
      border-color: #b5c64a; }
    .rubrics-list article.rubric14 h4::after, .rubrics-list article.rubric15 h4::after, .rubrics-list article.rubric16 h4::after, .rubrics-list article.rubric17 h4::after, .rubrics-list article.rubric18 h4::after, .rubrics-list article.rubric19 h4::after, .rubrics-list article.rubric20 h4::after {
      border-color: #ef982a; }
    .rubrics-list article.rubric21 h4::after, .rubrics-list article.rubric22 h4::after, .rubrics-list article.rubric23 h4::after, .rubrics-list article.rubric24 h4::after, .rubrics-list article.rubric25 h4::after, .rubrics-list article.rubric26 h4::after, .rubrics-list article.rubric27 h4::after {
      border-color: #15a879; }
    .rubrics-list article.rubric28 h4::after, .rubrics-list article.rubric29 h4::after {
      border-color: #add136; }
    .rubrics-list article.rubric .icon-wrapper {
      width: 75px;
      height: 75px;
      flex-shrink: 0;
      margin-right: 0.8rem; }
    .rubrics-list article.rubric p {
      line-height: 1.2;
      font-size: 0.9em; }

header .top {
  background: linear-gradient(90deg, #b1ba67, #b1ba67 50%, #97ab9f 51%, #97ab9f); }
  @media (max-width: 767.98px) {
    header .top {
      background: linear-gradient(90deg, #b1ba67, #b1ba67 61%, #6dc0cb 61%, #6dc0cb); }
      header .top .row {
        align-items: stretch; } }
  header .top .icons {
    display: flex;
    align-items: center;
    height: 100%; }
    header .top .icons .reg a {
      background: url("../images/icon-user.png") no-repeat;
      width: 17px;
      height: 18px;
      margin: 2px 0;
      padding-left: 22px;
      color: #fff; }
    header .top .icons .lang a {
      background: url("../images/icon-globe.png") left center no-repeat;
      width: 17px;
      height: 18px;
      margin: 2px 7px;
      padding-left: 22px;
      color: #fff; }
    header .top .icons .social {
      border-left: 1px solid #99d3da;
      display: flex;
      padding-left: 15px;
      width: 70px;
      justify-content: space-between; }
      header .top .icons .social a {
        font-size: 0;
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url("../images/social/icons-social-fb.png");
        background-size: contain; }
        header .top .icons .social a.vk {
          background-image: url("../images/social/icons-social-vk.png"); }
        header .top .icons .social a.tg {
          background-image: url("../images/social/icons-social-tg.png");
          width: 17px;
          height: 17px;
          position: relative;
          top: 1px; }
        header .top .icons .social a.in {
          background-image: url("../images/social/icons-social-in.png"); }

header .middle .logo img {
  object-fit: contain;
  margin: 1.4rem 0; }

@media (max-width: 767.98px) {
  header .middle .logo {
    justify-content: center; } }

header .middle .partners a {
  display: block; }

header .partners h4 {
  text-align: left;
  font-weight: 300;
  font-size: 0.7rem;
  margin: 0.1rem 0 0.3rem; }

header .partners .col-12:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  header .partners .col-12:last-child > * {
    object-fit: contain;
    width: 73%; }

.bottom-wrapper {
  background: #fff;
  z-index: 500 !important;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: -1px; }
  .bottom-wrapper .bottom .row {
    position: relative; }
    .bottom-wrapper .bottom .row > div {
      display: flex;
      align-items: center;
      z-index: 5; }
  .bottom-wrapper .bottom .dropdown-trigger,
  .bottom-wrapper .bottom a.openmenu {
    display: none; }
  .bottom-wrapper .bottom .menu {
    flex-flow: column; }
    @media (max-width: 767.98px) {
      .bottom-wrapper .bottom .menu ul {
        width: 100%; }
      .bottom-wrapper .bottom .menu > ul {
        overflow-y: auto !important;
        overflow-x: hidden !important; }
      .bottom-wrapper .bottom .menu a.openmenu {
        width: 100%;
        display: block;
        font-size: 1.4em;
        color: #fff;
        padding: 0 15px;
        line-height: 1.8;
        text-decoration: none; }
        .bottom-wrapper .bottom .menu a.openmenu.opened + ul {
          max-height: 70vh;
          padding: 1em 0; }
      .bottom-wrapper .bottom .menu ul {
        max-height: 0;
        display: block;
        position: static;
        transition: 0.3s;
        overflow: hidden; }
        .bottom-wrapper .bottom .menu ul a {
          border-right: 0 !important;
          font-size: 1.1em;
          line-height: 27px;
          margin-right: 25vw; }
        .bottom-wrapper .bottom .menu ul li.dropdown .dropdown-trigger {
          position: absolute;
          right: 0;
          width: 25vw;
          min-width: 50px;
          color: #fff;
          text-align: center;
          cursor: pointer;
          height: 27px;
          font-size: 1.4em;
          display: flex;
          justify-content: center;
          align-items: center; }
          .bottom-wrapper .bottom .menu ul li.dropdown .dropdown-trigger::before {
            content: '';
            background: url("../images/icon-collapse.png") center no-repeat;
            background-size: 100%;
            transform: rotate(90deg);
            height: 27px;
            width: 27px;
            position: absolute;
            transition: 0.2s;
            right: 5vw; }
          .bottom-wrapper .bottom .menu ul li.dropdown .dropdown-trigger.shown::before {
            transform: rotate(270deg); }
        .bottom-wrapper .bottom .menu ul li.dropdown ul {
          max-height: 0;
          padding: 0;
          border: 0;
          margin-left: 1vw;
          display: block;
          position: static;
          border-top: 1px solid #fff4;
          padding-left: 3vw; }
          .bottom-wrapper .bottom .menu ul li.dropdown ul.shown {
            max-height: 80vh; } }
  @media (max-width: 767.98px) {
    .bottom-wrapper .bottom .search {
      position: absolute;
      top: 0;
      right: 0; } }
  .bottom-wrapper .bottom .search form {
    display: flex;
    position: relative;
    width: 100%;
    height: 80%; }
    @media (max-width: 1199.98px) {
      .bottom-wrapper .bottom .search form {
        height: 90%; } }
    .bottom-wrapper .bottom .search form input {
      background: none;
      border: 0;
      color: #fff;
      border-bottom: 1px solid;
      padding: 0;
      border-radius: 0; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .bottom-wrapper .bottom .search form input {
          display: none; } }
      .bottom-wrapper .bottom .search form input::placeholder {
        color: #bfe8ea; }
    .bottom-wrapper .bottom .search form button {
      width: 25px;
      height: 22px;
      border: 0;
      background: url("../images/icon-search.png") center center no-repeat;
      padding: 0;
      cursor: pointer;
      position: absolute;
      right: 0;
      opacity: 0.5;
      bottom: 0;
      transform: scale(0.7); }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .bottom-wrapper .bottom .search form button {
          width: 28px;
          height: 28px;
          background-size: 100%;
          position: static; } }
      .bottom-wrapper .bottom .search form button:active, .bottom-wrapper .bottom .search form button:focus {
        outline: none; }

header .navigation .menu > ul > li:first-child a::before {
  font-family: 'Font Awesome\ 5 Free';
  content: '\f015';
  font-weight: 900;
  margin-right: 5px; }

.navigation .menu > ul > li:first-child a,
.navigation-second .menu > ul > li:first-child a {
  padding-left: 15px; }

.navigation .menu ul,
.navigation-second .menu ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  margin: 0;
  padding: 0; }
  @media (max-width: 575.98px) {
    .navigation .menu ul a,
    .navigation-second .menu ul a {
      border-right: 0 !important; } }
  .navigation .menu ul li,
  .navigation-second .menu ul li {
    padding: 0.2em 0; }
    .navigation .menu ul li a,
    .navigation-second .menu ul li a {
      white-space: nowrap;
      color: #fff;
      text-transform: uppercase;
      display: block;
      padding: 0 0.8rem;
      font-size: 0.9em; }
    .navigation .menu ul li.dropdown,
    .navigation-second .menu ul li.dropdown {
      position: relative; }
      .navigation .menu ul li.dropdown ul,
      .navigation-second .menu ul li.dropdown ul {
        background: #6dc0cb;
        display: none;
        position: absolute;
        border: 1px solid #777;
        border-radius: 0.2rem;
        top: 100%;
        left: 0;
        z-index: 5;
        height: auto;
        padding: 0.7rem 0.4rem; }
      @media (min-width: 768px) {
        .navigation .menu ul li.dropdown:hover ul,
        .navigation-second .menu ul li.dropdown:hover ul {
          display: block; } }

.navigation .fas,
.navigation-second .fas {
  font-size: 1.3em; }

footer .navigation .menu ul li, footer
.navigation-second .menu ul li {
  font-size: 0.9em; }

.navigation-second {
  background: #fff; }
  .navigation-second .menu > ul > li:first-child a {
    padding-left: 0; }
  .navigation-second a {
    color: #3c675f !important; }

footer {
  background: #599EA5; }
  section + footer {
    margin-top: -1.5rem; }
  footer .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap; }
    @media (max-width: 1199.98px) {
      footer .icons {
        max-width: 390px; } }
    @media (max-width: 767.98px) {
      footer .icons {
        margin: 0 auto; } }
    @media (max-width: 1199.98px) {
      footer .icons .icon {
        flex-basis: 50%; } }
    @media (max-width: 400px) {
      footer .icons .icon {
        flex-basis: 100%; } }
    footer .icons .icon a {
      display: block;
      color: #fff;
      line-height: 36px;
      padding-left: 50px;
      margin: 8px 0;
      white-space: nowrap;
      max-width: 210px;
      background: url("../images/icons.png") 0 center no-repeat; }
    footer .icons .icon:nth-child(1) a {
      background-position: 0 center; }
    footer .icons .icon:nth-child(2) a {
      background-position: -230px center; }
    footer .icons .icon:nth-child(3) a {
      background-position: -473px 0; }
    footer .icons .icon:nth-child(4) a {
      background-position: -719px 0; }
  footer .social {
    display: flex;
    max-width: 130px;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    margin-top: 2em !important; }
    @media (max-width: 767.98px) {
      footer .social {
        margin: 0 auto; } }
    footer .social a {
      font-size: 0;
      width: 20px;
      height: 20px;
      background: url("../images/icons-social.png") 3px center no-repeat;
      display: block;
      position: relative; }
      footer .social a:not(:last-child)::after {
        position: absolute;
        height: 30px;
        right: -50px;
        content: '';
        top: calc(50% - 15px); }
      footer .social a:nth-child(2) {
        background-position-x: -38px; }
      footer .social a:nth-child(3) {
        background-position-x: -79px; }
      footer .social a:nth-child(4) {
        background-position-x: -119px; }
  @media (min-width: 768px) {
    footer .menu ul {
      display: block !important; } }
  footer .logo {
    display: flex;
    flex-flow: column;
    padding-top: 0.4em;
    justify-content: space-between;
    text-align: right; }
    @media (max-width: 767.98px) {
      footer .logo {
        text-align: center; } }
    footer .logo span {
      font-size: 0.75em;
      color: #fff;
      font-weight: 600; }
  footer .top {
    height: 25px;
    background: linear-gradient(90deg, #b1ba67, #b1ba67 50%, #97ab9f 49%, #97ab9f); }
    footer .top .block {
      height: 25px; }
    @media (max-width: 767.98px) {
      footer .top {
        background: linear-gradient(90deg, #b1ba67, #b1ba67 61%, #6dc0cb 61%, #6dc0cb); }
        footer .top .row {
          align-items: stretch; } }

.wrapper.ads #about .event {
  text-align: center; }
  .wrapper.ads #about .event .date {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0.3em 2em;
    color: #fff;
    margin: 1em 0; }

.wrapper.ads #ads h3 {
  margin: 1rem 0 2rem; }

.wrapper.ads #ads h4 {
  background: #90aca0;
  color: #fff;
  padding: 0.4rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase; }

.wrapper.ads #ads table {
  width: 100%;
  margin-bottom: 3rem; }
  .wrapper.ads #ads table tr:nth-child(even) {
    background: #f1f1f1; }
  .wrapper.ads #ads table tr.vip {
    background: linear-gradient(to right, #bce7e9, #f1f1f1); }
  .wrapper.ads #ads table tr td,
  .wrapper.ads #ads table tr th {
    padding: 0.4rem 1rem;
    vertical-align: top;
    color: #000; }
    @media (max-width: 767.98px) {
      .wrapper.ads #ads table tr td,
      .wrapper.ads #ads table tr th {
        font-size: 0.8em;
        padding: 0.2rem 0.3rem; } }
    @media (max-width: 575.98px) {
      .wrapper.ads #ads table tr td,
      .wrapper.ads #ads table tr th {
        font-size: 0.7em;
        padding: 0.2rem 0.1rem; } }
  .wrapper.ads #ads table.banads td:first-child {
    width: 34%; }
  .wrapper.ads #ads table.banads a {
    color: #6dc0cb; }

.wrapper.ads #ads a.tech {
  background: url("../images/tech.png") left center no-repeat;
  padding-left: 30px;
  height: 25px;
  color: #5bc0ca;
  display: block;
  line-height: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  margin: 1em 0; }

body.archive h2 .nav .nav-item.active {
  display: none; }

body.archive .years a {
  color: #777;
  font-size: 1.2em;
  font-weight: 400; }
  body.archive .years a.active {
    color: #000; }

body.archive .magazines .magazine {
  text-align: center; }
  body.archive .magazines .magazine a.title {
    margin: 1em 0 0.5em;
    display: block; }
  body.archive .magazines .magazine a.pdf {
    color: #777;
    font-size: 0.8em; }

body.archive .magazines-short .row {
  text-align: center;
  width: 100%;
  justify-content: space-between; }
  body.archive .magazines-short .row .head {
    font-weight: 500; }
  body.archive .magazines-short .row .content a {
    display: block; }

body.tile .block-articles article:not(:last-child),
body.tile .block-news article:not(:last-child) {
  padding-bottom: 0.8em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #ddd; }

body.tile .block-magazine .magazine.teaser-wide a.image {
  max-width: 250px; }
  @media (max-width: 575.98px) {
    body.tile .block-magazine .magazine.teaser-wide a.image {
      width: 60%;
      margin: 0 auto;
      display: block;
      text-align: center; } }
  body.tile .block-magazine .magazine.teaser-wide a.image img {
    max-height: 150px; }
    @media (max-width: 575.98px) {
      body.tile .block-magazine .magazine.teaser-wide a.image img {
        max-height: none; } }

body.tile .block-magazine .magazine.teaser-wide .pdf {
  text-decoration: underline; }
  body.tile .block-magazine .magazine.teaser-wide .pdf:hover {
    text-decoration: none; }

body.tile .block-plitka {
  margin-bottom: 0;
  padding-bottom: 0; }
  body.tile .block-plitka .magazine.teaser-wide .wrapper {
    max-width: 250px; }

body.plitka section#main {
  margin-bottom: 0; }

body.plitka .block-plitka .wrapper {
  width: 200px;
  transform: perspective(1px);
  position: relative;
  padding-top: 62.5%;
  overflow: hidden;
  border: 1px solid; }
  @media (max-width: 430px) {
    body.plitka .block-plitka .wrapper {
      width: 100%;
      height: 60vw; } }
  body.plitka .block-plitka .wrapper img {
    transition: all 0.4s;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    object-fit: cover;
    height: 100%;
    width: 100%; }
    body.plitka .block-plitka .wrapper img.active {
      opacity: 1; }

body.plitka .block-calendar article.event {
  max-width: none; }
  body.plitka .block-calendar article.event a {
    min-height: auto;
    height: 140px;
    flex-flow: row; }
    body.plitka .block-calendar article.event a .image {
      flex-basis: 215px; }
      @media (max-width: 1199.98px) {
        body.plitka .block-calendar article.event a .image {
          flex-basis: 50%; } }
      @media (max-width: 991.98px) {
        body.plitka .block-calendar article.event a .image {
          flex-basis: 35%; } }
      @media (max-width: 767.98px) {
        body.plitka .block-calendar article.event a .image {
          flex-basis: 215px; } }
    body.plitka .block-calendar article.event a .content {
      display: flex;
      flex-flow: column;
      flex-grow: 1;
      font-size: 0.9em;
      flex-basis: 40%; }
      body.plitka .block-calendar article.event a .content div {
        padding: 0 0.5em; }
        body.plitka .block-calendar article.event a .content div.title {
          line-height: 1.2; }

@media (max-width: 600px) {
  body.news .node-content img {
    width: 100%; } }

body.show table {
  display: block;
  overflow-x: auto;
  padding: 0 2px; }
  body.show table tr:nth-child(even) {
    background: #f1f1f1; }
  body.show table tr th {
    padding: 0.5rem 0.9rem;
    font-weight: 600; }
  body.show table tr td {
    padding: 0.5rem 0.9rem;
    font-weight: 400;
    border: 1px solid #ccc; }
    body.show table tr td:nth-child(1) {
      width: 8%; }
    body.show table tr td:nth-child(2) {
      width: 20%; }
    body.show table tr td:nth-child(3) {
      width: 10%; }
    body.show table tr td:nth-child(4) {
      width: 20%; }
    body.show table tr td:nth-child(5) {
      width: 11%; }

body.show .event {
  margin-bottom: 1rem; }
  body.show .event .date {
    color: #6dc0cb;
    font-size: 1.1em;
    font-weight: 500;
    margin-right: 0.5rem; }
  body.show .event .title {
    font-weight: 600;
    font-size: 1.2em; }

body.show #show td:nth-child(1) {
  color: #6dc0cb;
  font-size: 1.1em;
  font-weight: 600; }

body.magazine .wrapper {
  margin-bottom: 2rem; }
  body.magazine .wrapper:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  body.magazine .wrapper .node {
    margin-bottom: 2rem; }

body.magazine h4.rubric {
  font-size: 1em;
  display: flex;
  line-height: 0.8em; }
  body.magazine h4.rubric i {
    margin-right: .5em; }

body.magazine .date {
  font-size: 1.2em;
  font-weight: 500;
  color: #bbb; }

body.magazine .tags a {
  background: #90aca0;
  color: #fff;
  display: inline-block;
  padding: 0 0.3rem;
  border-radius: 1rem;
  margin: 0.15rem 0.1rem;
  font-size: 0.9em; }

body.magazine .description {
  font-size: 0.8em;
  display: block; }

body.magazine .reg-open .date {
  color: #6dc0cb; }

body.magazine .reg-open .reg {
  display: inline-block !important;
  color: #6dc0cb; }

body.magazine .years {
  justify-content: space-between; }
  body.magazine .years a {
    color: #bbb;
    font-size: 1.2em;
    font-weight: 400; }
    body.magazine .years a.active {
      color: #333; }

.flickity {
  display: none;
  margin-bottom: 30px; }
  .flickity.flickity-enabled {
    display: block; }
  .flickity.underline::after {
    position: absolute;
    content: '';
    bottom: -19px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }
  .flickity .slide {
    width: 100%;
    text-align: center; }
    .flickity .slide a {
      display: block;
      width: 100%; }
  .flickity.gallery {
    display: block !important; }
    .flickity.gallery .gallery-main,
    .flickity.gallery .gallery-nav {
      display: none; }
      .flickity.gallery .gallery-main.flickity-enabled,
      .flickity.gallery .gallery-nav.flickity-enabled {
        display: block; }
      .flickity.gallery .gallery-main a,
      .flickity.gallery .gallery-nav a {
        display: block;
        height: 100%; }
      .flickity.gallery .gallery-main img,
      .flickity.gallery .gallery-nav img {
        object-fit: cover;
        width: 100% !important;
        height: 100% !important; }
    .flickity.gallery .gallery-main .record {
      width: 100%;
      height: 610px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .flickity.gallery .gallery-main .record {
          height: 450px; } }
      @media (max-width: 767.98px) {
        .flickity.gallery .gallery-main .record {
          height: 60vw; } }
    .flickity.gallery .gallery-nav .record {
      width: 25%;
      height: 140px;
      margin-right: 3px;
      margin-top: 3px; }
      @media (min-width: 992px) and (max-width: 1199.98px) {
        .flickity.gallery .gallery-nav .record {
          height: 110px; } }
      @media (max-width: 767.98px) {
        .flickity.gallery .gallery-nav .record {
          height: 15vw; } }
      @media (max-width: 575.98px) {
        .flickity.gallery .gallery-nav .record {
          height: 20vw;
          width: calc(100% / 3); } }
    .flickity.gallery .flickity-button {
      opacity: 0.8; }
      .flickity.gallery .flickity-button.previous {
        left: 20px; }
      .flickity.gallery .flickity-button.next {
        right: 20px; }
  .flickity.load .slide {
    width: 100%;
    margin-right: 10px; }
    #banners-container-12 .flickity.load .slide {
      height: 230px; }
      @media (max-width: 1250px) {
        #banners-container-12 .flickity.load .slide {
          height: 18.5vw; } }
      @media (max-width: 991.98px) {
        #banners-container-12 .flickity.load .slide {
          height: auto; } }
    .flickity.load .slide a {
      padding: 0 0.5px; }
      .flickity.load .slide a img {
        width: 100%; }
  #banners-container-9 .flickity.load .slide {
    width: calc(160px); }
  .flickity.calendar {
    margin: 0 -8px; }
    .flickity.calendar .slide {
      width: calc(100% / 5);
      padding: 8px; }
      @media (max-width: 1199.98px) {
        .flickity.calendar .slide {
          width: calc(100% / 4); } }
      @media (max-width: 991.98px) {
        .flickity.calendar .slide {
          width: calc(100% / 3); } }
      @media (max-width: 767.98px) {
        .flickity.calendar .slide {
          width: calc(100% / 2); } }
  .flickity.top-news {
    margin-bottom: 0; }
    .flickity.top-news .flickity-page-dots {
      right: 15px;
      left: auto;
      bottom: 27px;
      background: none;
      transform: none; }
      .flickity.top-news .flickity-page-dots .dot {
        background: #ccc;
        width: 10px;
        height: 10px;
        margin: 0 0.8em; }
        .flickity.top-news .flickity-page-dots .dot.is-selected {
          background: #6dc0cb; }
  .flickity.partners {
    margin-bottom: 60px; }
    .flickity.partners .slide {
      width: calc(100% / 6);
      margin-right: 20px; }
      @media (max-width: 1199.98px) {
        .flickity.partners .slide {
          width: calc(100% / 5); } }
      @media (max-width: 991.98px) {
        .flickity.partners .slide {
          width: calc(100% / 4); } }
      @media (max-width: 767.98px) {
        .flickity.partners .slide {
          width: calc(100% / 3);
          margin-right: 10px; } }
      @media (max-width: 575.98px) {
        .flickity.partners .slide {
          width: calc(100% / 2); } }
    .flickity.partners .flickity-page-dots {
      bottom: -40px; }

.flickity-button {
  background: #b1ba67;
  opacity: 0.6;
  border-radius: 0.3em;
  transition: 0.3s; }
  .flickity-button:disabled {
    opacity: 0.3 !important; }
  .flickity-button:hover {
    background: #b1ba67;
    opacity: 0.8; }
  .flickity-button.previous {
    left: -60px; }
    @media (max-width: 1350px) {
      .flickity-button.previous {
        left: 5px; } }
  .flickity-button.next {
    right: -60px; }
    @media (max-width: 1350px) {
      .flickity-button.next {
        right: 5px; } }
  .flickity-button svg {
    fill: #fff; }

.flickity-page-dots {
  z-index: 5;
  width: auto;
  display: flex;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -28px;
  padding: 0 0.6em; }
  @media (max-width: 575.98px) {
    #slider .flickity-page-dots {
      left: 0;
      transform: none; } }
  @media (max-width: 767.98px) {
    #banners-container-9 .flickity-page-dots {
      display: none; } }
  .flickity-page-dots li.dot {
    cursor: pointer;
    height: 0.8em;
    width: 0.8em;
    margin: 0 1em;
    border-radius: 100%;
    border: 1px solid transparent;
    background-clip: content-box; }
    @media (max-width: 575.98px) {
      #slider .flickity-page-dots li.dot {
        margin: 0 0.5em; } }
    .flickity-page-dots li.dot.is-selected {
      background: #6dc0cb;
      border: 0.2em solid #6dc0cb; }

body.events .block-events .wrapper {
  margin-bottom: 2rem; }
  body.events .block-events .wrapper:not(:last-child) {
    border-bottom: 1px solid #ddd; }
  body.events .block-events .wrapper .node {
    margin-bottom: 2rem; }

body.events .block-events .image img {
  width: 100%;
  height: auto; }
  @media (min-width: 576px) {
    body.events .block-events .image img {
      width: 180px;
      height: 120px;
      object-fit: cover; } }

body.events .block-events .date {
  font-size: 1.2em;
  font-weight: 500;
  color: #bbb; }

body.events .block-events .tags a {
  background: #90aca0;
  color: #fff;
  display: inline-block;
  padding: 0 0.3rem;
  border-radius: 1rem;
  margin: 0.15rem 0.1rem;
  font-size: 0.9em; }

body.events .block-events .description {
  font-size: 0.8em;
  display: block; }

body.events .reg-open .date {
  color: #6dc0cb; }

body.events .reg-open .reg {
  display: inline-block !important;
  color: #6dc0cb; }

body.events .years {
  justify-content: space-between; }
  body.events .years a {
    color: #bbb;
    font-size: 1.2em;
    font-weight: 400; }
    body.events .years a.active {
      color: #333; }

body.events article.events .content a.get-button {
  color: #fff;
  background: #6dc0cb url(../images/icon-form.png) 18% center no-repeat;
  padding: 0.3em 3em 0.3em 4em;
  font-size: 1.8em;
  margin: 1em 0 0;
  display: inline-block;
  transition: 0.2s; }
  @media (max-width: 575.98px) {
    body.events article.events .content a.get-button {
      padding: 0.3em 2em 0.3em 3em;
      white-space: nowrap;
      max-width: 100%;
      background-position-x: 11%; } }
  @media (max-width: 400px) {
    body.events article.events .content a.get-button {
      padding: 0.3em 2em;
      background-position-x: 5%; } }
  body.events article.events .content a.get-button:hover {
    background-color: #3ea1ae; }

.wrapper.contacts h4 {
  margin-top: 1.2rem;
  margin-bottom: 0.1rem; }

.wrapper.contacts .persons {
  justify-content: space-between; }
  @media (max-width: 991.98px) {
    .wrapper.contacts .persons {
      justify-content: space-evenly; } }
  .wrapper.contacts .persons .person {
    text-align: center;
    max-width: 190px; }
    .wrapper.contacts .persons .person span {
      font-size: 0.85em;
      color: #0c675e;
      font-weight: 500;
      line-height: 1.2em;
      display: block; }
    .wrapper.contacts .persons .person a {
      color: #979797;
      font-size: 0.75em;
      white-space: nowrap; }

.wrapper.contacts #outside .persons .person {
  padding: 0 5px;
  max-width: none; }

.wrapper.contacts #experts h4 {
  margin: 1.2rem 0 0.2rem; }

.wrapper.contacts #key .event {
  text-align: center; }
  .wrapper.contacts #key .event .date {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0.3em 2em;
    color: #fff;
    margin: 1em 0; }

.block-articles #banners-container-11,
.block-articles .banners-container-11,
.block-news #banners-container-11,
.block-news .banners-container-11,
.block-sidebar #banners-container-11,
.block-sidebar .banners-container-11 {
  margin-top: 0.8em;
  display: block; }

.block-articles #banners-container-23,
.block-news #banners-container-23,
.block-sidebar #banners-container-23 {
  display: block !important;
  width: 100%; }

.block {
  margin-bottom: 0.5em;
  padding-bottom: 1em;
  position: relative; }
  footer .block {
    margin-bottom: 0;
    padding-bottom: 0; }
  .block-top-news .slide {
    position: relative;
    height: 460px;
    background-size: cover;
    background-position: 50%; }
    @media (max-width: 767.98px) {
      .block-top-news .slide {
        height: calc(50vw + 50px); } }
    .block-top-news .slide > .row {
      position: relative; }
    .block-top-news .slide a {
      color: #fff;
      height: 100%;
      background: linear-gradient(to bottom, transparent 20%, #000c); }
      @media (max-width: 767.98px) {
        .block-top-news .slide a {
          line-height: 1.2; } }
      .block-top-news .slide a:hover {
        text-decoration: none; }
    .block-top-news .slide .title-block {
      color: #fff;
      font-size: 1.5rem;
      position: relative;
      z-index: 5;
      margin: auto 0 2.2rem; }
      @media (max-width: 767.98px) {
        .block-top-news .slide .title-block {
          font-size: 1.2rem; } }
      @media (max-width: 575.98px) {
        .block-top-news .slide .title-block {
          font-size: 1rem; } }
      @media (max-width: 440px) {
        .block-top-news .slide .title-block {
          font-size: 0.9rem; } }
      .block-top-news .slide .title-block .date {
        padding: 0 1.5rem; }
        @media (max-width: 575.98px) {
          .block-top-news .slide .title-block .date {
            padding: 0 1rem; } }
      .block-top-news .slide .title-block .title {
        text-align: left;
        padding: 0.5rem 1.5rem 1.5rem; }
        @media (max-width: 767.98px) {
          .block-top-news .slide .title-block .title {
            padding: 0.5rem 1.5rem 1.5rem; } }
        @media (max-width: 575.98px) {
          .block-top-news .slide .title-block .title {
            padding: 0.5rem 1rem 1rem; } }
        .block-top-news .slide .title-block .title a {
          font-size: 1.3em; }
  .block-text h2 {
    margin-bottom: 0.3em; }
  .block-projects .row {
    margin: 0 -0.3rem;
    justify-content: center; }
    .block-projects .row > div {
      padding: 0 0.3rem;
      margin-bottom: 0.5rem; }
      .block-projects .row > div.link1 a::before {
        background: url("../images/projects/icons-projects1.png") center no-repeat; }
      .block-projects .row > div.link1 a:hover::before {
        background: url("../images/projects/icons-projects1h.png") center no-repeat; }
      .block-projects .row > div.link2 a::before {
        background: url("../images/projects/icons-projects2.png") center no-repeat; }
      .block-projects .row > div.link2 a:hover::before {
        background: url("../images/projects/icons-projects2h.png") center no-repeat; }
      .block-projects .row > div.link3 a::before {
        background: url("../images/projects/icons-projects3.png") center no-repeat; }
      .block-projects .row > div.link3 a:hover::before {
        background: url("../images/projects/icons-projects3h.png") center no-repeat; }
      .block-projects .row > div.link4 a::before {
        background: url("../images/projects/icons-projects4.png") center no-repeat; }
      .block-projects .row > div.link4 a:hover::before {
        background: url("../images/projects/icons-projects4h.png") center no-repeat; }
      .block-projects .row > div.link5 a::before {
        background: url("../images/projects/icons-projects5.png") center no-repeat; }
      .block-projects .row > div.link5 a:hover::before {
        background: url("../images/projects/icons-projects5h.png") center no-repeat; }
      .block-projects .row > div.link6 a::before {
        background: url("../images/projects/icons-projects6.png") center no-repeat; }
      .block-projects .row > div.link6 a:hover::before {
        background: url("../images/projects/icons-projects6h.png") center no-repeat; }
      .block-projects .row > div.link7 a::before {
        background: url("../images/projects/icons-projects7.png") center no-repeat; }
      .block-projects .row > div.link7 a:hover::before {
        background: url("../images/projects/icons-projects7h.png") center no-repeat; }
      .block-projects .row > div.link8 a::before {
        background: url("../images/projects/icons-projects8.png") center no-repeat; }
      .block-projects .row > div.link8 a:hover::before {
        background: url("../images/projects/icons-projects8h.png") center no-repeat; }
  .block-projects a {
    color: #6dc0cb;
    display: block;
    height: 100%;
    padding: 90px 0.2rem 0.5rem;
    text-align: center;
    line-height: 1.2;
    position: relative;
    font-size: 0.8em;
    transition: 0.2s;
    box-shadow: 1px 1px 1px 0 #ccc; }
    .block-projects a:hover {
      color: #fff;
      background: #6dc0cb; }
      .block-projects a:hover::before {
        border: 2px solid #fff; }
    .block-projects a::before {
      content: '';
      background-size: 40px !important;
      position: absolute;
      display: block;
      width: 70px;
      height: 70px;
      left: calc(50% - 35px);
      top: 12px;
      border: 2px solid #6dc0cb;
      border-radius: 100%;
      transition: 0.2s; }

@media (min-width: 992px) and (max-width: 1120px) {
  .block-projects a::before {
    background-size: 55px !important;
    border: none; } }
  .block-archive .row {
    margin: 0 -5px; }
  .block-archive .magazine {
    padding: 0 5px;
    text-align: center; }
    .block-archive .magazine a.pdf {
      display: block;
      text-align: center;
      color: #979797;
      text-decoration: underline;
      font-size: 0.9em; }
      .block-archive .magazine a.pdf:hover {
        text-decoration: none; }
  .block-main-images .content div span {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 0.3em; }
    .block-main-images .content div span a {
      color: #fff; }
  .block-main-images .content div .wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 62.5%;
    transform: perspective(1px);
    cursor: pointer; }
  .block-main-images .content div img {
    transition: all 0.4s;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    max-width: 100%;
    width: 100%; }
    .block-main-images .content div img.active {
      opacity: 1; }
  .block-main-images .content div:hover img {
    transform: scale(1.2); }
  .block-main-images .content > a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .block-news {
    display: flex;
    flex-flow: column; }
  .block-index-filters .index-filters .line {
    display: flex;
    justify-content: space-between; }
    .block-index-filters .index-filters .line-all {
      flex-wrap: wrap;
      margin-left: -5px;
      margin-right: -5px; }
      .block-index-filters .index-filters .line-all a {
        margin: 0 5px 10px !important; }
  .block-index-filters .index-filters a {
    display: inline-block;
    box-shadow: 0 0 4px #b7b7b7;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 3px;
    flex-grow: 1;
    text-align: center;
    font-weight: bold; }
    .block-index-filters .index-filters a:not(:last-child) {
      margin-right: 10px; }
    .block-index-filters .index-filters a.active {
      box-shadow: 0 2px 6px #357e88; }
  .block-articles h3, .block-news h3, .block-recommend h3 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    white-space: nowrap; }
  .block-articles .fader, .block-news .fader, .block-recommend .fader {
    max-height: 2165px;
    overflow: hidden; }
  .block-articles .head, .block-news .head, .block-recommend .head {
    padding: 1em; }
  .block-articles.news.teaser .tag, .block-news.news.teaser .tag, .block-recommend.news.teaser .tag {
    display: inline-block;
    padding: 1px 5px;
    background-color: #b8e8ff;
    border-radius: 3px;
    font-size: 85%;
    height: 22px;
    margin: 10px 0; }
    .block-articles.news.teaser .tag a, .block-news.news.teaser .tag a, .block-recommend.news.teaser .tag a {
      color: #222; }
    .block-articles.news.teaser .tag.active, .block-news.news.teaser .tag.active, .block-recommend.news.teaser .tag.active {
      background-color: #006; }
    .block-articles.news.teaser .tag.active a, .block-news.news.teaser .tag.active a, .block-recommend.news.teaser .tag.active a {
      color: #fff; }
  .block-articles h2 + article, .block-news h2 + article, .block-recommend h2 + article {
    margin-top: 0 !important;
    border-top: 0 !important; }
  .block-articles article, .block-news article, .block-recommend article {
    padding-top: 0.6em; }
    .block-articles article.teaser.big, .block-news article.teaser.big, .block-recommend article.teaser.big {
      padding-top: 0 !important;
      position: relative; }
      .block-articles article.teaser.big:not(:nth-last-child(2)), .block-news article.teaser.big:not(:nth-last-child(2)), .block-recommend article.teaser.big:not(:nth-last-child(2)) {
        margin-bottom: -0.8em;
        border-top: 0; }
      .block-articles article.teaser.big > .row > div, .block-news article.teaser.big > .row > div, .block-recommend article.teaser.big > .row > div {
        max-width: 100%;
        width: 100%; }
        .block-articles article.teaser.big > .row > div:nth-child(2), .block-news article.teaser.big > .row > div:nth-child(2), .block-recommend article.teaser.big > .row > div:nth-child(2) {
          padding-right: 1rem !important; }
        .block-articles article.teaser.big > .row > div:last-child, .block-news article.teaser.big > .row > div:last-child, .block-recommend article.teaser.big > .row > div:last-child {
          z-index: 5;
          position: absolute;
          padding-left: 1rem !important;
          bottom: 0;
          left: 0;
          right: 0; }
          .block-articles article.teaser.big > .row > div:last-child .date.big, .block-news article.teaser.big > .row > div:last-child .date.big, .block-recommend article.teaser.big > .row > div:last-child .date.big {
            display: inline-block !important;
            color: #fff;
            margin-bottom: 0.5rem; }
          .block-articles article.teaser.big > .row > div:last-child a, .block-news article.teaser.big > .row > div:last-child a, .block-recommend article.teaser.big > .row > div:last-child a {
            color: #fff;
            height: auto;
            padding-bottom: 1rem; }
      .block-articles article.teaser.big .image, .block-news article.teaser.big .image, .block-recommend article.teaser.big .image {
        width: 100%;
        height: auto;
        position: relative; }
        .block-articles article.teaser.big .image::before, .block-news article.teaser.big .image::before, .block-recommend article.teaser.big .image::before {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          content: '';
          pointer-events: none;
          background: linear-gradient(to bottom, transparent 20%, #000000cf 100%); }
        .block-articles article.teaser.big .image img, .block-news article.teaser.big .image img, .block-recommend article.teaser.big .image img {
          max-height: none;
          height: 229px; }
    body:not(.tile) .block-articles article:not(:first-child), body:not(.tile) .block-news article:not(:first-child), body:not(.tile) .block-recommend article:not(:first-child) {
      padding-top: 0.6em;
      margin-top: 0.8em;
      border-top: 1px solid #ddd; }
    .block-articles article .image, .block-news article .image, .block-recommend article .image {
      width: 115px;
      height: 75px; }
      .block-articles article .image img, .block-news article .image img, .block-recommend article .image img {
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-height: 240px; }
        @media (max-width: 1199.98px) {
          .block-articles article .image img, .block-news article .image img, .block-recommend article .image img {
            max-height: 20vw; } }
        @media (max-width: 767.98px) {
          .block-articles article .image img, .block-news article .image img, .block-recommend article .image img {
            max-height: 25vw; } }
        @media (max-width: 575.98px) {
          .block-articles article .image img, .block-news article .image img, .block-recommend article .image img {
            max-height: 35vw; } }
    .block-articles article .date, .block-news article .date, .block-recommend article .date {
      font-size: 0.7em; }
      body.dev .block-articles article .date, body.dev .block-news article .date, body.dev .block-recommend article .date {
        display: flex; }
        body.dev .block-articles article .date span, body.dev .block-news article .date span, body.dev .block-recommend article .date span {
          margin-right: 0.5em; }
      .block-articles article .date.big, .block-news article .date.big, .block-recommend article .date.big {
        display: none; }
    .block-articles article .this, .block-news article .this, .block-recommend article .this {
      display: none; }
      .block-articles article .this span, .block-news article .this span, .block-recommend article .this span {
        color: #fff;
        padding: 0 0 0.1em;
        font-size: 0.8em;
        display: block;
        white-space: nowrap;
        text-align: center;
        margin-top: 0.2em; }
      @media (max-width: 767.98px) {
        .block-articles article .this, .block-news article .this, .block-recommend article .this {
          order: -1;
          margin-top: 0 !important; }
          .block-articles article .this span, .block-news article .this span, .block-recommend article .this span {
            margin: 0; } }
    .block-articles article .title a, .block-news article .title a, .block-recommend article .title a {
      display: block;
      line-height: 1.2rem;
      height: 75px;
      overflow: hidden; }
      @media (max-width: 767.98px) {
        .block-articles article .title a, .block-news article .title a, .block-recommend article .title a {
          overflow: visible;
          height: auto; } }
  .block-news .fader {
    overflow: hidden;
    position: relative; }
    .block-news .fader::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 50px;
      background: linear-gradient(to bottom, #fff0, #fff5 30%, #fffa 57%, #fff 100%);
      z-index: 5; }
  .block-news article .date::after {
    margin-left: 0.4em;
    font-weight: bold; }
  .block-news article:not(.preview):not(.big) > .row > .image-line {
    display: none; }
  .block-news article.preview > .row > div:nth-child(3) {
    padding-left: 0; }
  .block-news article .title a {
    height: auto; }
  .block-news article .share > a {
    display: inline-block;
    width: 16px;
    height: 15px;
    margin-right: 2px;
    background-image: url("../images/social/icons-social-vk.png");
    font-size: 0;
    line-height: 24px;
    background-size: contain; }
    .block-news article .share > a:hover {
      background-image: url("../images/social/icons-social-vkh.png"); }
    .block-news article .share > a.fb {
      background-image: url("../images/social/icons-social-fb.png"); }
      .block-news article .share > a.fb:hover {
        background-image: url("../images/social/icons-social-fbh.png"); }
  .block-news article .share div {
    background: url("../images/social/icons-social-dots.png") no-repeat;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 15px;
    background-size: contain; }
    .block-news article .share div:hover {
      background-image: url("../images/social/icons-social-dotsh.png"); }
    .block-news article .share div ul {
      display: none;
      position: absolute;
      border: 1px solid #eee;
      background: #fff;
      padding: 0.4em 0.8em;
      margin: 0;
      list-style: none;
      right: -7px;
      top: 99%;
      z-index: 7;
      box-shadow: 1px -1px 1px -1px #ccc; }
      .block-news article .share div ul a {
        padding-right: 30px;
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        display: block; }
      .block-news article .share div ul li a.tw {
        background-image: url("../images/social/icons-social-tw.png"); }
        .block-news article .share div ul li a.tw:hover {
          background-image: url("../images/social/icons-social-twh.png"); }
    .block-news article .share div:hover ul {
      display: block; }
  .block-news article.marked .date {
    color: #6dc0cb;
    font-weight: bold; }
  .block-news article.big > .row > div:first-child {
    z-index: 5;
    position: absolute;
    left: 0;
    top: 0.8em;
    right: 0;
    color: #fff; }
    .block-news article.big > .row > div:first-child a {
      color: #fff; }
  body:not(.dev) .block-news article.cat-1 .date::after {
    content: 'ЛПК';
    color: #3c675f; }
  body:not(.dev) .block-news article.cat-2 .date::after {
    content: 'Журнал';
    color: #6dc0cb; }
  body:not(.dev) .block-news article.cat-3 .date::after {
    content: 'Компании';
    color: #b1ba67; }
  .block-recommend .persons {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 1em; }
  .block-media a.head {
    display: block;
    margin-bottom: 2px;
    padding-left: 45px;
    background: #6dc0cb url("../images/social/icons-social-fb.png") 7px center no-repeat;
    color: #fff;
    font-size: 1.3em;
    background-size: 30px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    font-family: 'Open Sans'; }
    @media (max-width: 767.98px) {
      .block-media a.head {
        font-size: 1.2em; } }
  .block-media #instagram a.head {
    background-image: url("../images/social/icons-social-in.png"); }
  .block-media #instagram iframe {
    margin-left: -2px;
    width: calc(100% + 3px); }
  .block-media a:hover {
    text-decoration: none; }
  .block-media .valutec {
    background: #000;
    max-width: 400px;
    margin: 0 auto; }
    .block-media .valutec .inner {
      border-bottom: 2px solid #fff;
      max-height: 100%;
      position: relative; }
      .block-media .valutec .inner .overlay {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
      .block-media .valutec .inner iframe {
        max-width: 100%; }
    .block-media .valutec .line1 .logo a {
      display: block;
      width: 140px;
      height: 24px; }
    .block-media .valutec .line1 .social {
      display: flex;
      justify-content: space-between;
      width: 117px; }
      .block-media .valutec .line1 .social a {
        display: block;
        font-size: 0;
        width: 24px;
        height: 24px;
        background: url("../images/media/line1-social.png"); }
        .block-media .valutec .line1 .social a:nth-child(2) {
          background-position: 100% 0; }
        .block-media .valutec .line1 .social a:nth-child(3) {
          background: url("../images/media/ln.png"); }
    .block-media .valutec .line2 {
      height: 225px; }
    .block-media .valutec .line3 {
      display: flex; }
      .block-media .valutec .line3:hover a {
        color: #aaa !important; }
      .block-media .valutec .line3 a:first-child {
        padding: 3.2em 0.3em 0.5em;
        text-align: center;
        width: 163px;
        background: url("../images/media/exhibition-logotype.png") 10px 8px/auto 40px no-repeat;
        line-height: 1.2;
        display: block;
        color: #777;
        transition: 0.15s;
        flex-shrink: 0; }
      .block-media .valutec .line3 a:last-child {
        padding: 0.3em 0.6em;
        line-height: 1.3;
        display: flex;
        color: #777;
        align-items: center;
        transition: 0.15s; }
  .block-media.mediabanner-biele > .inner {
    background: none;
    border-color: #000; }
    .block-media.mediabanner-biele > .inner .line1 .logo a {
      display: block;
      width: 160px;
      margin-top: 3px;
      height: 57px;
      background: url("../images/media/biele-logo.png"); }
    .block-media.mediabanner-biele > .inner .line1 .social {
      align-items: center;
      width: 92px; }
      .block-media.mediabanner-biele > .inner .line1 .social a {
        display: block;
        width: 33px;
        height: 33px;
        background: url("../images/media/biele-youtube.png") center; }
        .block-media.mediabanner-biele > .inner .line1 .social a:last-child {
          background: url("../images/media/biele-linkedin.png") center; }
    .block-media.mediabanner-biele > .inner .line3 .inner {
      background: #fff; }
      .block-media.mediabanner-biele > .inner .line3 .inner::before {
        display: none; }
    .block-media.mediabanner-biele > .inner .line3 .text {
      color: #000;
      margin-bottom: 0.1em; }
    .block-media.mediabanner-biele > .inner .line3 .read-more a {
      background: red;
      color: #fff;
      border-color: #fff; }
    .block-media.mediabanner-biele > .inner .line4 .inner {
      background: #000; }
      .block-media.mediabanner-biele > .inner .line4 .inner .link1 div {
        background: #777; }
  .block-calendar article.event {
    border: 1px solid #b1ba67;
    border-radius: 3px;
    text-align: center;
    margin: 0 auto 1em;
    overflow: hidden;
    transition: 0.2s; }
    .block-calendar article.event:hover {
      transform: scale(1.02); }
    .block-calendar article.event .date {
      font-size: 1.2em; }
    .block-calendar article.event a {
      min-height: auto;
      height: 140px;
      flex-flow: row;
      display: flex; }
      .block-calendar article.event a img {
        height: 140px;
        object-fit: contain; }
      .block-calendar article.event a:hover {
        text-decoration: none; }
      .block-calendar article.event a .title {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-calendar article.event a .title span {
          line-height: 1.15;
          max-height: 4.6em;
          overflow: hidden; }
      .block-calendar article.event a .geo {
        text-align: left;
        padding: 0 0.5em !important;
        margin-bottom: 0; }
        .block-calendar article.event a .geo span {
          background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAABHklEQVQokXWRvyvFURiHny9fxWK6yiAGNl3/wF3kR4wSZbgxKcONTCYGC2Ehg+FabIxGMwZdw+2SMiCDTMrCQB7L+63brXvqHc7nPOfzfs55E5VYA0AJKACdwBdQAQ6AGgAq6rD6oJbVCXVQHVH31Sd1SgW1T71Xl+JiY82qz+pQou4B3UAx4iwDoxFhG/gBdoEe1Ft1OlwW1ao6r16r66EX1GoKpMBHuE4C58AJ8AcshP4OfKfAb7we4AzYADqAMeA49BzQlgKPQD4cTwGBGeAQKAecBz6JvBW1vclvJOqFWiKgS3W1CTyn1tRcJoyrrzGMerBXfVGL2VCyWotp9ce+S71RdzKmseWWehetr9QjtaUZjLqivqmbamv92T/pUGDAUAuGHQAAAABJRU5ErkJggg==") left center no-repeat;
          padding-left: 20px;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 100%;
          display: block;
          overflow: hidden; }
      .block-calendar article.event a .image {
        flex-basis: 215px; }
        @media (max-width: 1199.98px) {
          .block-calendar article.event a .image {
            flex-basis: 50%; } }
        @media (max-width: 991.98px) {
          .block-calendar article.event a .image {
            flex-basis: 35%; } }
        @media (max-width: 767.98px) {
          .block-calendar article.event a .image {
            flex-basis: 215px; } }
      .block-calendar article.event a .content {
        display: flex;
        flex-flow: column;
        flex-grow: 1;
        font-size: 0.9em;
        flex-basis: 40%; }
        .block-calendar article.event a .content div {
          padding: 0 0.5em; }
          .block-calendar article.event a .content div.title {
            line-height: 1.2; }
  body.front .block-calendar .months {
    margin: 0 -0.5em;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      body.front .block-calendar .months {
        flex-wrap: wrap;
        justify-content: center; } }
    body.front .block-calendar .months a {
      margin: 0 0.5em;
      border-bottom: 1px solid transparent;
      padding-bottom: 0.3em; }
      body.front .block-calendar .months a.active {
        color: #6dc0cb;
        border-color: #6dc0cb; }
  body.front .block-calendar article.event {
    max-width: 222px; }
    body.front .block-calendar article.event a {
      min-height: 270px;
      display: flex;
      flex-flow: column;
      height: auto; }
      body.front .block-calendar article.event a img {
        height: 140px;
        object-fit: cover;
        text-align: left; }
  .block-about .summary-line {
    position: relative;
    top: -27px; }
  .block-links .row a {
    display: block; }
  .block-compilation .block-content {
    margin: 0 -.25rem; }
    .block-compilation .block-content > div {
      margin-bottom: 0.5rem;
      padding: 0 0.25rem; }
    .block-compilation .block-content a.collection {
      background: #97ab9f url(../images/collections/collection1.png) 11px center no-repeat;
      display: flex;
      color: #fff;
      font-size: 1.3em;
      padding: 0.8rem 0.6rem 0.8rem 55px;
      margin-bottom: 0.5rem;
      opacity: 0.9;
      transition: 0.3s;
      line-height: 1.1;
      height: 100%;
      align-items: center; }
      .block-compilation .block-content a.collection1 {
        background-image: url("../images/collections/collection1.png"); }
      .block-compilation .block-content a.collection2 {
        background-image: url("../images/collections/collection2.png"); }
      .block-compilation .block-content a.collection3 {
        background-image: url("../images/collections/collection3.png"); }
      .block-compilation .block-content a.collection4 {
        background-image: url("../images/collections/collection4.png"); }
      .block-compilation .block-content a.collection5 {
        background-image: url("../images/collections/collection5.png"); }
      .block-compilation .block-content a.collection6 {
        background-image: url("../images/collections/collection6.png"); }
      .block-compilation .block-content a.collection7 {
        background-image: url("../images/collections/collection7.png"); }
      .block-compilation .block-content a.collection8 {
        background-image: url("../images/collections/collection8.png"); }
      .block-compilation .block-content a.collection9 {
        background-image: url("../images/collections/collection9.png"); }
      .block-compilation .block-content a.collection10 {
        background-image: url("../images/collections/collection10.png"); }
      .block-compilation .block-content a.collection11 {
        background-image: url("../images/collections/collection11.png"); }
      .block-compilation .block-content a.collection12 {
        background-image: url("../images/collections/collection12.png"); }
      .block-compilation .block-content a.collection13 {
        background-image: url("../images/collections/collection13.png"); }
      .block-compilation .block-content a.collection14 {
        background-image: url("../images/collections/collection14.png"); }
      .block-compilation .block-content a.collection15 {
        background-image: url("../images/collections/collection15.png"); }
      .block-compilation .block-content a.collection16 {
        background-image: url("../images/collections/collection16.png"); }
      .block-compilation .block-content a.collection17 {
        background-image: url("../images/collections/collection17.png"); }
      .block-compilation .block-content a.collection18 {
        background-image: url("../images/collections/collection18.png"); }
      .block-compilation .block-content a.collection19 {
        background-image: url("../images/collections/collection19.png"); }
      .block-compilation .block-content a.collection20 {
        background-image: url("../images/collections/collection20.png"); }
      .block-compilation .block-content a.collection21 {
        background-image: url("../images/collections/collection21.png"); }
      .block-compilation .block-content a.collection22 {
        background-image: url("../images/collections/collection22.png"); }
      .block-compilation .block-content a.collection23 {
        background-image: url("../images/collections/collection23.png"); }
      .block-compilation .block-content a.collection24 {
        background-image: url("../images/collections/collection24.png"); }
      .block-compilation .block-content a.collection25 {
        background-image: url("../images/collections/collection25.png"); }
      .block-compilation .block-content a.collection26 {
        background-image: url("../images/collections/collection26.png"); }
      .block-compilation .block-content a.collection27 {
        background-image: url("../images/collections/collection27.png"); }
      .block-compilation .block-content a.collection28 {
        background-image: url("../images/collections/collection28.png"); }
      .block-compilation .block-content a.collection29 {
        background-image: url("../images/collections/collection29.png"); }
      .block-compilation .block-content a.collection:hover {
        opacity: 1;
        text-decoration: underline; }
  .block-gallery .gallery-main .record .caption {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 0.8em 1.5em;
    width: 100%;
    background: #000a;
    transition: 0.3s;
    transform: translateY(100%); }
  .block-gallery .gallery-main .record:hover .caption {
    transform: translateY(0); }
  .block-contacts .person .image {
    height: 180px; }
    .block-contacts .person .image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .block .summary-line {
    text-align: right;
    border-bottom: 1px solid #ddd;
    height: 1.2rem; }
    .block .summary-line a {
      line-height: 2.3rem;
      color: #939393;
      text-decoration: underline; }
      .block .summary-line a:hover {
        text-decoration: none; }
      .block .summary-line a span {
        background: #fff;
        padding-left: 0.8em;
        font-size: 0.8em;
        font-weight: 600; }
        .block .summary-line a span::after {
          content: ' >>'; }

body.news-list article.news.teaser-big {
  border-bottom: 2px solid #f0f0f0;
  padding-bottom: 1em;
  margin-bottom: 1em; }
  body.news-list article.news.teaser-big .content .date {
    font-size: 0.8em; }
  body.news-list article.news.teaser-big .content h4 {
    margin: 0.5em 0; }
  body.news-list article.news.teaser-big .content p {
    font-size: 0.9em; }
  body.news-list article.news.teaser-big .content .tags {
    font-size: 0.8em; }

/*# sourceMappingURL=_maps/index.css.map */
