@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:100,300,300i,400,500,700&amp;subset=cyrillic);
.fullPageLoader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000; }
  .fullPageLoader--hidden {
    display: none; }

.image-gallery-icon {
  color: #fff;
  transition: all .2s ease-out;
  appearance: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  position: absolute;
  z-index: 4;
  filter: drop-shadow(0 2px 2px #1a1a1a); }
  @media (min-width: 768px) {
    .image-gallery-icon:hover {
      color: #337ab7; }
      .image-gallery-icon:hover .image-gallery-svg {
        transform: scale(1.1); } }
  .image-gallery-icon:focus {
    outline: 2px solid #337ab7; }

.image-gallery-using-mouse .image-gallery-icon:focus {
  outline: none; }

.image-gallery-fullscreen-button,
.image-gallery-play-button {
  bottom: 0;
  padding: 20px; }
  .image-gallery-fullscreen-button .image-gallery-svg,
  .image-gallery-play-button .image-gallery-svg {
    height: 36px;
    width: 36px; }
  @media (max-width: 768px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 15px; }
      .image-gallery-fullscreen-button .image-gallery-svg,
      .image-gallery-play-button .image-gallery-svg {
        height: 24px;
        width: 24px; } }
  @media (max-width: 480px) {
    .image-gallery-fullscreen-button,
    .image-gallery-play-button {
      padding: 10px; }
      .image-gallery-fullscreen-button .image-gallery-svg,
      .image-gallery-play-button .image-gallery-svg {
        height: 16px;
        width: 16px; } }

.image-gallery-fullscreen-button {
  right: 0; }

.image-gallery-play-button {
  left: 0; }

.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 50px 10px;
  top: 50%;
  transform: translateY(-50%); }
  .image-gallery-left-nav .image-gallery-svg,
  .image-gallery-right-nav .image-gallery-svg {
    height: 120px;
    width: 60px; }
  @media (max-width: 768px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 72px;
      width: 36px; } }
  @media (max-width: 480px) {
    .image-gallery-left-nav .image-gallery-svg,
    .image-gallery-right-nav .image-gallery-svg {
      height: 48px;
      width: 24px; } }
  .image-gallery-left-nav[disabled],
  .image-gallery-right-nav[disabled] {
    cursor: disabled;
    opacity: .6;
    pointer-events: none; }

.image-gallery-left-nav {
  left: 0; }

.image-gallery-right-nav {
  right: 0; }

.image-gallery {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }
  .image-gallery.fullscreen-modal {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5; }
    .image-gallery.fullscreen-modal .image-gallery-content {
      top: 50%;
      transform: translateY(-50%); }

.image-gallery-content {
  position: relative;
  line-height: 0;
  top: 0; }
  .image-gallery-content.fullscreen {
    background: #000; }
  .image-gallery-content .image-gallery-slide .image-gallery-image {
    max-height: calc(100vh - 80px); }
  .image-gallery-content.left .image-gallery-slide .image-gallery-image, .image-gallery-content.right .image-gallery-slide .image-gallery-image {
    max-height: 100vh; }

.image-gallery-slide-wrapper {
  position: relative; }
  .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
    display: inline-block;
    width: calc(100% - 110px); }
    @media (max-width: 768px) {
      .image-gallery-slide-wrapper.left, .image-gallery-slide-wrapper.right {
        width: calc(100% - 87px); } }
  .image-gallery-slide-wrapper.image-gallery-rtl {
    direction: rtl; }

.image-gallery-slides {
  line-height: 0;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-align: center; }

.image-gallery-slide {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }
  .image-gallery-slide.center {
    position: relative; }
  .image-gallery-slide .image-gallery-image {
    width: 100%;
    object-fit: contain; }
  .image-gallery-slide .image-gallery-description {
    background: rgba(0, 0, 0, 0.4);
    bottom: 70px;
    color: #fff;
    left: 0;
    line-height: 1;
    padding: 10px 20px;
    position: absolute;
    white-space: normal; }
    @media (max-width: 768px) {
      .image-gallery-slide .image-gallery-description {
        bottom: 45px;
        font-size: .8em;
        padding: 8px 15px; } }

.image-gallery-bullets {
  bottom: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 80%;
  z-index: 4; }
  .image-gallery-bullets .image-gallery-bullets-container {
    margin: 0;
    padding: 0;
    text-align: center; }
  .image-gallery-bullets .image-gallery-bullet {
    appearance: none;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 1px 0 #1a1a1a;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    outline: none;
    padding: 5px;
    transition: background .2s ease-out; }
    @media (max-width: 768px) {
      .image-gallery-bullets .image-gallery-bullet {
        margin: 0 3px;
        padding: 3px; } }
    @media (max-width: 480px) {
      .image-gallery-bullets .image-gallery-bullet {
        padding: 2.7px; } }
    .image-gallery-bullets .image-gallery-bullet:focus, .image-gallery-bullets .image-gallery-bullet:hover {
      background: #337ab7;
      transform: scale(1.1); }
    .image-gallery-bullets .image-gallery-bullet.active {
      background: #fff; }

.image-gallery-thumbnails-wrapper {
  position: relative; }
  .image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl {
    direction: rtl; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    display: inline-block;
    vertical-align: top;
    width: 100px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        width: 81px; } }
    .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails {
      height: 100%;
      width: 100%;
      left: 0;
      padding: 0;
      position: absolute;
      top: 0; }
      .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail {
        display: block;
        margin-right: 0;
        padding: 0; }
        .image-gallery-thumbnails-wrapper.left .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail, .image-gallery-thumbnails-wrapper.right .image-gallery-thumbnails .image-gallery-thumbnail + .image-gallery-thumbnail {
          margin-left: 0;
          margin-top: 2px; }
  .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
    margin: 0 5px; }
    @media (max-width: 768px) {
      .image-gallery-thumbnails-wrapper.left, .image-gallery-thumbnails-wrapper.right {
        margin: 0 3px; } }

.image-gallery-thumbnails {
  overflow: hidden;
  padding: 5px 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnails {
      padding: 3px 0; } }
  .image-gallery-thumbnails .image-gallery-thumbnails-container {
    cursor: pointer;
    text-align: center;
    transition: transform .45s ease-out;
    white-space: nowrap; }

.image-gallery-thumbnail {
  display: inline-block;
  border: 4px solid transparent;
  transition: border .3s ease-out;
  width: 100px;
  background: transparent;
  padding: 0; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail {
      border: 3px solid transparent;
      width: 81px; } }
  .image-gallery-thumbnail + .image-gallery-thumbnail {
    margin-left: 2px; }
  .image-gallery-thumbnail .image-gallery-thumbnail-inner {
    position: relative; }
  .image-gallery-thumbnail .image-gallery-thumbnail-image {
    vertical-align: middle;
    width: 100%;
    line-height: 0; }
  .image-gallery-thumbnail.active, .image-gallery-thumbnail:hover, .image-gallery-thumbnail:focus {
    outline: none;
    border: 4px solid #337ab7; }
    @media (max-width: 768px) {
      .image-gallery-thumbnail.active, .image-gallery-thumbnail:hover, .image-gallery-thumbnail:focus {
        border: 3px solid #337ab7; } }

.image-gallery-thumbnail-label {
  box-sizing: border-box;
  color: white;
  font-size: 1em;
  left: 0;
  line-height: 1em;
  padding: 5%;
  position: absolute;
  top: 50%;
  text-shadow: 1px 1px 0 black;
  transform: translateY(-50%);
  white-space: normal;
  width: 100%; }
  @media (max-width: 768px) {
    .image-gallery-thumbnail-label {
      font-size: .8em;
      line-height: .8em; } }

.image-gallery-index {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4; }
  @media (max-width: 768px) {
    .image-gallery-index {
      font-size: .8em;
      padding: 5px 10px; } }

@font-face {
  font-family: 'LatoBlack';
  src: url("https://glavportal.com/static/fonts/Lato/Lato-Black.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'LatoBold';
  src: url("https://glavportal.com/static/fonts/Lato/Lato-Bold.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'LatoItalic';
  src: url("https://glavportal.com/static/fonts/Lato/Lato-Italic.woff2") format("woff2");
  font-display: swap; }

@font-face {
  font-family: 'LatoRegular';
  src: url("https://glavportal.com/static/fonts/Lato/Lato-Regular.woff2") format("woff2");
  font-display: swap; }

body {
  margin: 0;
  background-color: #f6f8fb; }

a {
  text-decoration: none; }

.contentBlock--text a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: none;
  color: #5bacff; }
  .contentBlock--text a::after {
    content: '';
    width: 1em;
    height: 1em;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTM4LjI4OCAxMC4yOTdsMS40MTQgMS40MTUtMTQuOTkgMTQuOTktMS40MTQtMS40MTR6Ii8+PHBhdGggZD0iTTQwIDIwaC0ydi04aC04di0yaDEwek0zNSAzOEgxNWMtMS43IDAtMy0xLjMtMy0zVjE1YzAtMS43IDEuMy0zIDMtM2gxMXYySDE1Yy0uNiAwLTEgLjQtMSAxdjIwYzAgLjYuNCAxIDEgMWgyMGMuNiAwIDEtLjQgMS0xVjI0aDJ2MTFjMCAxLjctMS4zIDMtMyAzeiIvPjwvc3ZnPg==); }

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

.errorContent {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.75rem;
  box-sizing: border-box; }
  .errorContent__error {
    font-family: LatoBlack, sans-serif;
    font-weight: 900;
    font-size: 5rem; }
  .errorContent__delimiter {
    flex: 0 0 1px;
    height: 100px;
    background-color: #333;
    margin: 0 20px; }
  .errorContent__text {
    font-family: LatoRegular, sans-serif;
    font-weight: 400; }

.tagPageLayout {
  padding-top: 4rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center; }

.pageTitle {
  font-family: LatoBlack, sans-serif;
  font-weight: 900;
  font-size: 2.25rem;
  color: #333;
  margin: 32px 0 .75rem; }

.showMore {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1.5rem;
  color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  background: 0 0;
  outline: none;
  width: 100%;
  cursor: pointer;
  transition: all .1s; }
  .showMore:hover {
    color: #fff;
    background-color: #333; }

.promoItem {
  font-family: LatoBlack, sans-serif;
  font-weight: 900;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  height: 14rem;
  flex-grow: 1;
  flex-basis: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  box-sizing: border-box;
  z-index: 2; }
  .promoItem__title {
    z-index: 1;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: center;
    color: #fff;
    margin: 0;
    z-index: 2; }
  .promoItem__img {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position-y: center;
    transition: all .3s;
    z-index: 1; }
    .promoItem__img:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.4);
      pointer-events: none;
      z-index: 1; }
  .promoItem:hover .promoItem__img {
    opacity: 1; }

@media screen and (max-width: 500px) {
  .promoItem {
    height: auto;
    padding: 1rem;
    justify-content: flex-start;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .promoItem__title {
      text-align: left; } }

.asideNewsButton {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  width: 300px;
  margin-left: -.75rem;
  background-color: #e4e4e4;
  transition: background-color 0.18s cubic-bezier(0.4, 0, 0.2, 1); }
  .asideNewsButton:hover {
    background-color: #333; }
    .asideNewsButton:hover .asideNewsButton__text {
      color: #e4e4e4; }
    .asideNewsButton:hover .asideNewsButton__icon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzg5IDIzODkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMTk0LjY2NyAxMDI0aC0zODR2Mzg0aDM4NHYtMzg0em0xMjggNjQwdjEyOGgtNjQwdi0xMjhoNjQwem0wLTc2OHY2NDBoLTY0MFY4OTZoNjQwem02NDAgNzY4djEyOGgtNTEydi0xMjhoNTEyem0wLTI1NnYxMjhoLTUxMnYtMTI4aDUxMnptMC0yNTZ2MTI4aC01MTJ2LTEyOGg1MTJ6bTAtMjU2djEyOGgtNTEyVjg5Nmg1MTJ6bS0xNTM2IDk2MFY4OTZoLTEyOHY5NjBxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXptMTY2NCAwVjc2OGgtMTUzNnYxMDg4cTAgMzMtMTEgNjRoMTQ4M3EyNiAwIDQ1LTE5dDE5LTQ1em0xMjgtMTIxNnYxMjE2cTAgODAtNTYgMTM2dC0xMzYgNTZoLTE2NjRxLTgwIDAtMTM2LTU2dC01Ni0xMzZWNzY4aDI1NlY2NDBoMTc5MnoiPjwvcGF0aD48L3N2Zz4K); }
    .asideNewsButton:hover .asideNewsButton__arrow {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIyLjcgMzQuN2wtMS40LTEuNCA4LjMtOC4zLTguMy04LjMgMS40LTEuNCA5LjcgOS43eiI+PC9wYXRoPjwvc3ZnPgo=); }
  .asideNewsButton__wrap {
    display: flex;
    align-items: center; }
  .asideNewsButton__icon {
    width: 2rem;
    height: 2rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMzg5IDIzODkiPjxwYXRoIGQ9Ik0xMTk0LjY2NyAxMDI0aC0zODR2Mzg0aDM4NHYtMzg0em0xMjggNjQwdjEyOGgtNjQwdi0xMjhoNjQwem0wLTc2OHY2NDBoLTY0MFY4OTZoNjQwem02NDAgNzY4djEyOGgtNTEydi0xMjhoNTEyem0wLTI1NnYxMjhoLTUxMnYtMTI4aDUxMnptMC0yNTZ2MTI4aC01MTJ2LTEyOGg1MTJ6bTAtMjU2djEyOGgtNTEyVjg5Nmg1MTJ6bS0xNTM2IDk2MFY4OTZoLTEyOHY5NjBxMCAyNiAxOSA0NXQ0NSAxOSA0NS0xOSAxOS00NXptMTY2NCAwVjc2OGgtMTUzNnYxMDg4cTAgMzMtMTEgNjRoMTQ4M3EyNiAwIDQ1LTE5dDE5LTQ1em0xMjgtMTIxNnYxMjE2cTAgODAtNTYgMTM2dC0xMzYgNTZoLTE2NjRxLTgwIDAtMTM2LTU2dC01Ni0xMzZWNzY4aDI1NlY2NDBoMTc5MnoiPjwvcGF0aD48L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: 0 -2px;
    margin: 0 .5rem 0 .9rem; }
  .asideNewsButton__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #333;
    font-size: .9rem;
    font-weight: 500;
    margin-top: 2px;
    text-transform: uppercase; }
  .asideNewsButton__arrow {
    width: 2rem;
    height: 2rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTIyLjcgMzQuN2wtMS40LTEuNCA4LjMtOC4zLTguMy04LjMgMS40LTEuNCA5LjcgOS43eiI+PC9wYXRoPjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: 0 0; }

@media screen and (max-width: 923px) {
  .asideNewsButton {
    margin-left: -1rem;
    width: calc(100% + 2rem); } }

.asideNews {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 300px;
  box-sizing: border-box;
  padding: 0 .75rem;
  margin-left: 15px;
  flex: 0 0 300px;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  height: fit-content;
  transition: box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1); }
  .asideNews:hover {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4); }
  .asideNews__timeHeader {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-weight: 500;
    margin: 1.5em 0 1em;
    display: block; }
  .asideNews__item {
    display: flex;
    color: #333;
    margin: .8rem 0; }
    .asideNews__item:hover {
      color: #ef5350; }
  .asideNews__time {
    font-weight: 700;
    margin: 0 .5rem 0 0;
    min-width: 2.5rem;
    text-align: center;
    font-size: .8rem;
    line-height: 1.1rem; }
  .asideNews__title {
    margin: 0;
    font-size: .8rem;
    line-height: 1.1rem; }

@media screen and (max-width: 923px) {
  .asideNews {
    flex: 0 0 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding: 0 1rem; } }

.promoSection {
  position: relative;
  width: 100%;
  padding: 6rem 0 0;
  background-size: cover;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-repeat: no-repeat; }
  .promoSection--materialPage {
    height: 70vh;
    background-color: #fff; }
  .promoSection--interPage {
    height: 50vh;
    padding-top: 0;
    background-color: #fff; }
  .promoSection--withImage:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 1; }

@media screen and (max-width: 950px) {
  .promoSection {
    padding: 0 20px;
    box-sizing: border-box; } }

.promoTitle {
  z-index: 2; }
  .promoTitle__text {
    font-family: LatoBlack, sans-serif;
    font-weight: 900;
    font-size: calc(1.9rem + 1.2vw);
    line-height: calc(2.5rem + 1.2vw);
    color: #fff;
    margin: 0;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    z-index: 2;
    padding: 6rem 2rem 2rem; }

.main__promoTitle {
  padding: 0;
  margin: auto; }

.main__promoList {
  display: flex;
  flex-wrap: wrap-reverse; }

.main__tags {
  margin: 0 auto;
  max-width: 63rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 21rem .75rem .75rem;
  box-sizing: border-box; }

.main__content {
  padding-bottom: 2rem;
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap-reverse; }

.main__materials {
  width: 100%;
  max-width: 43rem;
  flex: 0 0 100%;
  padding: 0 .75rem; }

@media screen and (max-width: 923px) {
  .main__tags {
    max-width: inherit;
    width: 602px;
    padding: 0;
    margin-top: 20px; }
  .main__content {
    width: 602px;
    margin: 1rem auto 0; } }

@media screen and (max-width: 605px) {
  .main__tags {
    width: 95%; }
  .main__content {
    width: 95%; } }

@media screen and (max-width: 500px) {
  .main__promoTitle {
    font-size: 2rem;
    margin: auto 0 20px;
    line-height: 2.5rem;
    text-align: left; } }

.embedBlock {
  margin-bottom: .75rem; }
  .embedBlock iframe {
    width: 100% !important; }

.contentBlock {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  color: #333; }
  .contentBlock--text {
    font-size: 16px;
    margin: 1em 0; }
  .contentBlock--h2 {
    font-family: LatoBold, sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 3rem; }
  .contentBlock--h3 {
    font-family: LatoBold, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem; }
  .contentBlock--h4 {
    font-family: LatoBold, sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3rem; }
  .contentBlock--intro {
    font-size: 1.25rem;
    line-height: 1.5em;
    margin: 0 0 1.5rem -5rem;
    color: #333;
    padding-left: 80px; }
  .contentBlock--quote {
    padding: .35rem 0 .35rem 1.5rem;
    border-left: 3px solid #333;
    font-size: 1.1em;
    clear: both;
    margin: 1.5rem 0; }
  .contentBlock--image {
    margin: 1.5rem 0 0;
    width: 100%;
    cursor: zoom-in; }
  .contentBlock--image-text {
    font-size: .9rem;
    color: #666;
    margin: 0; }
  .contentBlock--delimeter {
    border: 0;
    width: 4px;
    height: 4px;
    background: #333;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 50%;
    -webkit-box-shadow: 14px 0 0 0 #000, -14px 0 0 #000;
    box-shadow: 14px 0 0 0 #000, -14px 0 0 #000; }
  .contentBlock--gallery {
    margin: 20px 0 0; }
  .contentBlock--galleryItem {
    cursor: pointer;
    height: 600px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    cursor: zoom-in; }
  .contentBlock__cite {
    font-size: .8em;
    font-weight: 400;
    color: #666;
    margin-top: .7rem;
    display: block;
    font-style: normal; }

.image-gallery-thumbnails-wrapper {
  display: grid; }

@media screen and (max-width: 480px) {
  .contentBlock--intro {
    margin-left: 0;
    padding-left: 0; } }

.person {
  background-color: #f6f8fb;
  box-sizing: border-box;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  color: #333; }
  .person__content {
    max-width: 65rem;
    margin: 0 auto; }
  .person__photo {
    float: right;
    padding-left: .75rem;
    border-radius: 50%;
    height: 20rem;
    width: 20rem;
    object-fit: cover;
    cursor: zoom-in; }
  .person__post {
    font-family: LatoRegular, sans-serif;
    font-weight: 400;
    font-weight: 400;
    font-size: 1.5rem;
    padding-bottom: .5rem; }
  .person__name {
    font-family: LatoBlack, sans-serif;
    font-weight: 900;
    font-size: 1.5rem; }
  .person__quote {
    font-family: LatoItalic, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin: 24px 0; }

@media screen and (max-width: 530px) {
  .person__photo {
    float: none;
    margin: 0 auto 40px;
    display: block; } }

.imageFullScreenPreview {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .imageFullScreenPreview__nav {
    flex-grow: 1;
    height: 100%;
    cursor: pointer;
    transition: all .2s;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTIyLjcgMzQuN2wtMS40LTEuNCA4LjMtOC4zLTguMy04LjMgMS40LTEuNCA5LjcgOS43eiI+PC9wYXRoPjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 80px; }
    .imageFullScreenPreview__nav:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .imageFullScreenPreview__nav--left {
      transform: rotate(180deg); }
  .imageFullScreenPreview__image {
    max-width: 80%;
    max-height: 100%;
    cursor: zoom-out; }

@media screen and (max-width: 700px) {
  .imageFullScreenPreview {
    justify-content: center; }
    .imageFullScreenPreview__nav {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 80px; }
      .imageFullScreenPreview__nav--left {
        left: 0; }
      .imageFullScreenPreview__nav--right {
        right: 0; } }

.shareBlock {
  width: 60px;
  height: 243px;
  position: sticky;
  top: 100px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  overflow: hidden; }
  .shareBlock__icon:not(:hover) {
    background-color: #fff; }
  .shareBlock__icon svg {
    width: 50%;
    height: 50%; }
  .shareBlock__icon--border {
    border-bottom: 1px solid #e4e4e4; }

@media screen and (max-width: 480px) {
  .shareBlock {
    display: none; } }

.mapButton {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .mapButton__text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .75rem;
    color: #666;
    text-transform: uppercase; }
  .mapButton__icon {
    width: 18px;
    height: 18px;
    background: center url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZD0iTTQzNy4zMzMgNjRjLTIuMTc2IDAtNC4zOTYgMS4zNjktOS4xNzYgMy4yMDdMMzIwIDEwOC44MDIgMTkyIDY0IDcxLjQ2OSAxMDQuNTMxQzY3LjE5NyAxMDUuNjA0IDY0IDEwOS44NjQgNjQgMTE1LjE5N3YzMjIuMTM2QzY0IDQ0My43MjkgNjguMjcxIDQ0OCA3NC42NjYgNDQ4YzEuODI4IDAgNi41MDUtMi4zMyA5LjA4Ny0zLjMxOUwxOTIgNDAzLjE5NyAzMjAgNDQ4bDEyMC41MzEtNDAuNTMxYzQuMjcxLTEuMDczIDcuNDY5LTUuMzM0IDcuNDY5LTEwLjY2N1Y3NC42NjZDNDQ4IDY4LjI3MSA0NDMuNzI5IDY0IDQzNy4zMzMgNjR6TTMyMCA0MDUuMzMzbC0xMjgtNDQuODAyVjEwNi42NjZsMTI4IDQ0LjgwM3YyNTMuODY0eiIvPjwvc3ZnPgo=) no-repeat;
    margin: 0 0 2px 5px; }

.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden; }
  .map_opened {
    visibility: visible; }
  .map__instance {
    width: 100%;
    height: 100%; }
  .map__close {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: .75rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 7px;
    box-sizing: border-box;
    text-transform: uppercase;
    position: absolute;
    top: 1rem;
    right: 1.625rem;
    width: 127px;
    height: 28px;
    border-radius: 3px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: background .5s ease;
    white-space: nowrap;
    overflow: hidden; }
    .map__close:hover {
      background: #000; }
  .map__icon {
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzQwLjIgMTYwbC04NC40IDg0LjMtODQtODMuOS0xMS44IDExLjggODQgODMuOC04NCA4My45IDExLjggMTEuNyA4NC04My44IDg0LjQgODQuMiAxMS44LTExLjctODQuNC04NC4zIDg0LjQtODQuMnoiPjwvcGF0aD48L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: 0 0; }

.companyBlock {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 1.25rem;
  position: relative;
  margin-bottom: .75rem;
  margin: 1.5rem 0 .75rem;
  box-sizing: border-box; }
  .companyBlock__logo {
    width: 100px; }
  .companyBlock__companyName {
    font-family: LatoBlack, sans-serif;
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 3rem;
    color: #333; }
  .companyBlock__contactField {
    display: flex;
    align-items: flex-start;
    margin-bottom: 16px; }
  .companyBlock__contactType {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #666;
    font-weight: 300;
    font-size: 1rem;
    flex: 0 0 76px;
    margin: 0; }
  .companyBlock__contact {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0; }
    .companyBlock__contact:not(.companyBlock__contact_link) {
      color: #333; }
    .companyBlock__contact_link::after {
      display: none; }
  .companyBlock__mapButton {
    position: absolute;
    top: 1rem;
    right: 1.625rem; }

@media screen and (max-width: 500px) {
  .companyBlock__companyName {
    font-size: 1.3rem;
    line-height: 1.8rem; } }

.material__header {
  padding: 4rem 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  box-sizing: border-box;
  width: 65rem;
  max-width: 65rem;
  margin: 0 auto; }
  .material__header h1 {
    padding: 0;
    text-align: left;
    margin: 16px 0; }

.material__hidden-indicator {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1leWUtb2ZmIj48cGF0aCBkPSJNMTcuOTQgMTcuOTRBMTAuMDcgMTAuMDcgMCAwIDEgMTIgMjBjLTcgMC0xMS04LTExLThhMTguNDUgMTguNDUgMCAwIDEgNS4wNi01Ljk0TTkuOSA0LjI0QTkuMTIgOS4xMiAwIDAgMSAxMiA0YzcgMCAxMSA4IDExIDhhMTguNSAxOC41IDAgMCAxLTIuMTYgMy4xOW0tNi43Mi0xLjA3YTMgMyAwIDEgMS00LjI0LTQuMjQiPjwvcGF0aD48bGluZSB4MT0iMSIgeTE9IjEiIHgyPSIyMyIgeTI9IjIzIj48L2xpbmU+PC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: cover; }
  .material__hidden-indicator--black {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzMzIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgY2xhc3M9ImZlYXRoZXIgZmVhdGhlci1leWUtb2ZmIj48cGF0aCBkPSJNMTcuOTQgMTcuOTRBMTAuMDcgMTAuMDcgMCAwIDEgMTIgMjBjLTcgMC0xMS04LTExLThhMTguNDUgMTguNDUgMCAwIDEgNS4wNi01Ljk0TTkuOSA0LjI0QTkuMTIgOS4xMiAwIDAgMSAxMiA0YzcgMCAxMSA4IDExIDhhMTguNSAxOC41IDAgMCAxLTIuMTYgMy4xOW0tNi43Mi0xLjA3YTMgMyAwIDEgMS00LjI0LTQuMjQiPjwvcGF0aD48bGluZSB4MT0iMSIgeTE9IjEiIHgyPSIyMyIgeTI9IjIzIj48L2xpbmU+PC9zdmc+Cg==); }

.material__tags {
  display: flex;
  flex-wrap: wrap;
  z-index: 2; }

.material__date {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  z-index: 2; }
  .material__date--white {
    color: #fff; }
    .material__date--white .material__dateIcon {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTI1IDQyYy05LjQgMC0xNy03LjYtMTctMTdTMTUuNiA4IDI1IDhzMTcgNy42IDE3IDE3LTcuNiAxNy0xNyAxN3ptMC0zMmMtOC4zIDAtMTUgNi43LTE1IDE1czYuNyAxNSAxNSAxNSAxNS02LjcgMTUtMTUtNi43LTE1LTE1LTE1eiI+PC9wYXRoPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zIDMzLjdMMjQgMjcuNFYxNmgydjEwLjZsNS43IDUuN3oiPjwvcGF0aD48L3N2Zz4K); }

.material__dateIcon {
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PHBhdGggZD0iTTI1IDQyYy05LjQgMC0xNy03LjYtMTctMTdTMTUuNiA4IDI1IDhzMTcgNy42IDE3IDE3LTcuNiAxNy0xNyAxN3ptMC0zMmMtOC4zIDAtMTUgNi43LTE1IDE1czYuNyAxNSAxNSAxNSAxNS02LjcgMTUtMTUtNi43LTE1LTE1LTE1eiI+PC9wYXRoPjxwYXRoIGQ9Ik0zMC4zIDMzLjdMMjQgMjcuNFYxNmgydjEwLjZsNS43IDUuN3oiPjwvcGF0aD48L3N2Zz4K);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px; }

.material__contentWrap {
  background-color: white;
  padding: 0 20px; }

.material__content {
  max-width: 65rem;
  margin: 0 auto;
  display: flex;
  padding-bottom: 60px; }

.material__mainContent {
  flex: 0 0 70%; }

.material__aside {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  flex: 0 0 30%;
  color: #333;
  height: auto;
  padding: 0 20px;
  align-self: stretch; }

.material__asideContent {
  position: sticky;
  top: 100px; }

.material__sectionWithPadding {
  padding: 12px 12px 12px 80px; }

.material__afterIntroContent {
  display: flex; }

.material__social {
  flex: 0 0 85px;
  height: auto;
  align-self: stretch; }

.material__asideTitle {
  font-size: 20px;
  font-weight: 400;
  font-style: normal; }

.material__related {
  display: block;
  color: #666;
  font-size: .9rem;
  margin: 1rem 0;
  padding-bottom: .5rem; }
  .material__related--current {
    font-weight: 500;
    color: #ef5350;
    position: relative;
    margin-bottom: .3rem;
    cursor: default; }

.material__relatedAfter {
  height: 2px;
  background-color: #ef5350;
  width: 70%; }

@media screen and (max-width: 65rem) {
  .material__header {
    width: auto; } }

@media screen and (max-width: 770px) {
  .material__aside {
    display: none; }
  .material__content {
    display: flex;
    justify-content: center; }
  .material__mainContent {
    flex-basis: 95%; } }

@media screen and (max-width: 480px) {
  .material__sectionWithPadding {
    padding-left: 12px; }
  .material__social {
    display: none; } }

@media screen and (max-width: 350px) {
  .material__promoTitle {
    font-size: calc(1.6rem + 1.2vw);
    line-height: calc(1.1em + 1.2vw); }
  .material__content {
    display: block; }
  .material__afterIntroContent {
    display: block; } }

.searchPage__content {
  max-width: 43rem;
  margin-left: 40px; }

.searchPage__aside {
  flex: 0 0 324px; }

@media screen and (max-width: 935px) {
  .searchPage__aside {
    display: none; }
  .searchPage__content {
    width: 95%; } }

@media screen and (max-width: 500px) {
  .searchPage__content {
    margin-left: 0; } }

.eventStartDateTitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #333;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 1.1rem 0;
  text-transform: capitalize;
  z-index: 1; }

.tagPage__content {
  max-width: 43rem;
  margin-left: 40px; }

.tagPage__aside {
  flex: 0 0 324px; }

@media screen and (max-width: 935px) {
  .tagPage__aside {
    display: none; }
  .tagPage__content {
    width: 93%;
    margin: 0; } }

