#gallery main, #news main, #event main {
  padding: 50px 10px; }

main .description, main .content {
  margin-top: 20px; }
main .glr {
  padding-top: 30px;
  word-spacing: -0.3em; }
  main .glr img {
    max-width: 240px;
    max-height: 160px;
    margin: 0 20px 20px 0;
    word-spacing: 0;
    box-shadow: #323232;
    cursor: pointer; }
main .lightbox {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1; }
  main .lightbox.active {
    display: block; }
  main .lightbox button {
    display: block;
    background: none;
    text-align: center;
    border: 0;
    color: white;
    cursor: pointer; }
  main .lightbox .exit {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 30px;
    font-size: 25px; }
    main .lightbox .exit span {
      display: block;
      height: 4px;
      width: 100%;
      position: absolute;
      border-radius: 1px;
      background: white; }
      main .lightbox .exit span:first-of-type {
        top: calc(50% - 2px);
        transform: rotate(45deg); }
      main .lightbox .exit span:last-of-type {
        bottom: calc(50% - 2px);
        transform: rotate(-45deg); }
  main .lightbox .previous {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 50px;
    font-size: 40px; }
    main .lightbox .previous .sipka {
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg);
      border-left: 3px solid white;
      border-bottom: 3px solid white; }
  main .lightbox .next {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 50px;
    font-size: 40px; }
    main .lightbox .next .sipka {
      display: block;
      height: 20px;
      width: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-45deg);
      border-right: 3px solid white;
      border-bottom: 3px solid white; }
  main .lightbox .full {
    max-height: calc(100% - 140px);
    max-width: calc(100% - 100px);
    position: absolute;
    left: 50%;
    top: calc(50% - 55px);
    transform: translate(-50%, -50%); }
  main .lightbox .lightbox-gallery {
    height: 110px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 20px;
    background: #323232;
    word-spacing: -0.30em; }
    main .lightbox .lightbox-gallery .lightbox-gallery-slider {
      white-space: nowrap;
      overflow: hidden;
      transition: left .5s ease;
      position: absolute;
      bottom: 0;
      left: 0; }
    main .lightbox .lightbox-gallery .img {
      display: inline-block;
      height: 90px;
      width: 160px;
      margin: 10px;
      padding: 4px;
      border: 4px solid #646464;
      background-color: #646464;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer; }
      main .lightbox .lightbox-gallery .img.active {
        padding: 0;
        border: 4px solid red; }

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