.photo-gallery {
  width: 1620px;
  margin: 0 auto;
  margin-bottom: 90px; }
  @media screen and (max-width: 1799px) and (min-width: 1280px) {
    .photo-gallery {
      width: 1240px; } }
  @media screen and (max-width: 1279px) and (min-width: 1023px) {
    .photo-gallery {
      width: 1000px; } }
  @media screen and (max-width: 1023px) and (min-width: 800px) {
    .photo-gallery {
      width: 760px; } }
  @media screen and (max-width: 799px) {
    .photo-gallery {
      width: 440px; } }
  @media screen and (max-width: 1279px) and (min-width: 1024px) {
    .photo-gallery {
      margin-bottom: 75px; } }
  @media screen and (max-width: 1023px) {
    .photo-gallery {
      margin-bottom: 65px; } }
  .photo-gallery .news-list .list .block {
    width: 100%;
    height: 617px;
    margin-bottom: 22px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (max-width: 1799px) and (min-width: 1280px) {
      .photo-gallery .news-list .list .block {
        height: 507px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .photo-gallery .news-list .list .block {
        height: 408px;
        margin-bottom: 15px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block {
        margin-bottom: 10px; } }
    @media screen and (max-width: 799px) {
      .photo-gallery .news-list .list .block {
        margin-bottom: 15px;
        height: auto;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(even) {
        height: 374px; } }
    .photo-gallery .news-list .list .block:nth-child(even) .big-image {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(even) .small-images {
        justify-content: flex-start; } }
    @media screen and (max-width: 799px) {
      .photo-gallery .news-list .list .block:nth-child(even) .small-images {
        margin-bottom: 15px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(even) .small-images a:nth-child(1), .photo-gallery .news-list .list .block:nth-child(even) .small-images a:nth-child(2) {
        position: absolute;
        top: -192px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(even) .small-images a:nth-child(1) {
        left: 0; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(even) .small-images a:nth-child(2) {
        left: 193px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(even) .small-images a:nth-child(3) {
        margin-bottom: 10px; } }
    @media screen and (max-width: 799px) {
      .photo-gallery .news-list .list .block:nth-child(odd) .big-image {
        margin-bottom: 15px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(odd) {
        height: 566px; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(odd) .small-images {
        justify-content: flex-end; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(odd) .small-images a:nth-child(3), .photo-gallery .news-list .list .block:nth-child(odd) .small-images a:nth-child(4) {
        position: absolute;
        bottom: 0; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .photo-gallery .news-list .list .block:nth-child(odd) .small-images a:nth-child(4) {
        right: 192px; } }
    .photo-gallery .news-list .list .block .big-image {
      min-width: 937px;
      max-width: 937px;
      height: 100%;
      overflow: hidden;
      display: block;
      position: relative; }
      .photo-gallery .news-list .list .block .big-image:hover:not(.noHover):before, .photo-gallery .news-list .list .block .big-image:hover:not(.noHover) .plus {
        opacity: 1; }
      .photo-gallery .news-list .list .block .big-image:before, .photo-gallery .news-list .list .block .big-image .plus {
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease; }
      .photo-gallery .news-list .list .block .big-image:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.2);
        opacity: 0; }
      .photo-gallery .news-list .list .block .big-image .plus {
        position: absolute;
        width: 106px;
        height: 106px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 7px solid #375623;
        -webkit-border-radius: 106px;
        -moz-border-radius: 106px;
        -ms-border-radius: 106px;
        border-radius: 106px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        opacity: 0;
        z-index: 2; }
        @media screen and (max-width: 1799px) {
          .photo-gallery .news-list .list .block .big-image .plus {
            width: 80px;
            height: 80px;
            -webkit-border-radius: 80px;
            -moz-border-radius: 80px;
            -ms-border-radius: 80px;
            border-radius: 80px; } }
        .photo-gallery .news-list .list .block .big-image .plus:before, .photo-gallery .news-list .list .block .big-image .plus:after {
          content: '';
          position: absolute;
          background: white;
          left: 50%;
          top: 50%;
          -webkit-border-radius: 7px;
          -moz-border-radius: 7px;
          -ms-border-radius: 7px;
          border-radius: 7px; }
        .photo-gallery .news-list .list .block .big-image .plus:before {
          width: 43.4px;
          height: 6.5px;
          margin-top: -3.25px;
          margin-left: -21.7px; }
          @media screen and (max-width: 1799px) {
            .photo-gallery .news-list .list .block .big-image .plus:before {
              width: 33px;
              height: 5.5px;
              margin-top: -2.75px;
              margin-left: -16.5px; } }
        .photo-gallery .news-list .list .block .big-image .plus:after {
          width: 6.5px;
          height: 43.4px;
          margin-left: -3.25px;
          margin-top: -21.7px; }
          @media screen and (max-width: 1799px) {
            .photo-gallery .news-list .list .block .big-image .plus:after {
              width: 5.5px;
              height: 33px;
              margin-left: -2.75px;
              margin-top: -16.5px; } }
      @media screen and (max-width: 1799px) and (min-width: 1280px) {
        .photo-gallery .news-list .list .block .big-image {
          min-width: 712px;
          max-width: 712px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .photo-gallery .news-list .list .block .big-image {
          min-width: 574px;
          max-width: 574px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .photo-gallery .news-list .list .block .big-image {
          min-width: 568px;
          max-width: 568px;
          height: 374px; } }
      @media screen and (max-width: 799px) {
        .photo-gallery .news-list .list .block .big-image {
          min-width: 100%;
          max-width: 100%;
          height: 293px; } }
      .photo-gallery .news-list .list .block .big-image img {
        display: block;
        min-width: 100%;
        min-height: 100%;
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
    .photo-gallery .news-list .list .block .small-images {
      min-width: 662px;
      max-width: 662px;
      height: 100%;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      @media screen and (max-width: 1799px) and (min-width: 1280px) {
        .photo-gallery .news-list .list .block .small-images {
          min-width: 508px;
          max-width: 508px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .photo-gallery .news-list .list .block .small-images {
          min-width: 411px;
          max-width: 411px; } }
      @media screen and (max-width: 1023px) and (min-width: 800px) {
        .photo-gallery .news-list .list .block .small-images {
          min-width: 192px;
          max-width: 192px;
          height: 374px;
          justify-content: flex-end; } }
      @media screen and (max-width: 799px) {
        .photo-gallery .news-list .list .block .small-images {
          min-width: 100%;
          max-width: 100%;
          height: auto; } }
      .photo-gallery .news-list .list .block .small-images a {
        overflow: hidden;
        position: relative;
        min-width: 320px;
        max-width: 320px;
        height: 298px; }
        .photo-gallery .news-list .list .block .small-images a:hover:not(.noHover):before, .photo-gallery .news-list .list .block .small-images a:hover:not(.noHover) .plus {
          opacity: 1; }
        .photo-gallery .news-list .list .block .small-images a:before, .photo-gallery .news-list .list .block .small-images a .plus {
          transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease; }
        .photo-gallery .news-list .list .block .small-images a:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background: rgba(0, 0, 0, 0.2);
          opacity: 0; }
        .photo-gallery .news-list .list .block .small-images a .plus {
          position: absolute;
          width: 106px;
          height: 106px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border: 7px solid #375623;
          -webkit-border-radius: 106px;
          -moz-border-radius: 106px;
          -ms-border-radius: 106px;
          border-radius: 106px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          opacity: 0;
          z-index: 2; }
          @media screen and (max-width: 1799px) {
            .photo-gallery .news-list .list .block .small-images a .plus {
              width: 80px;
              height: 80px;
              -webkit-border-radius: 80px;
              -moz-border-radius: 80px;
              -ms-border-radius: 80px;
              border-radius: 80px; } }
          .photo-gallery .news-list .list .block .small-images a .plus:before, .photo-gallery .news-list .list .block .small-images a .plus:after {
            content: '';
            position: absolute;
            background: white;
            left: 50%;
            top: 50%;
            -webkit-border-radius: 7px;
            -moz-border-radius: 7px;
            -ms-border-radius: 7px;
            border-radius: 7px; }
          .photo-gallery .news-list .list .block .small-images a .plus:before {
            width: 43.4px;
            height: 6.5px;
            margin-top: -3.25px;
            margin-left: -21.7px; }
            @media screen and (max-width: 1799px) {
              .photo-gallery .news-list .list .block .small-images a .plus:before {
                width: 33px;
                height: 5.5px;
                margin-top: -2.75px;
                margin-left: -16.5px; } }
          .photo-gallery .news-list .list .block .small-images a .plus:after {
            width: 6.5px;
            height: 43.4px;
            margin-left: -3.25px;
            margin-top: -21.7px; }
            @media screen and (max-width: 1799px) {
              .photo-gallery .news-list .list .block .small-images a .plus:after {
                width: 5.5px;
                height: 33px;
                margin-left: -2.75px;
                margin-top: -16.5px; } }
        .photo-gallery .news-list .list .block .small-images a:nth-child(1), .photo-gallery .news-list .list .block .small-images a:nth-child(2) {
          margin-bottom: 20px; }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            .photo-gallery .news-list .list .block .small-images a:nth-child(1), .photo-gallery .news-list .list .block .small-images a:nth-child(2) {
              margin-bottom: 15px; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .photo-gallery .news-list .list .block .small-images a:nth-child(1), .photo-gallery .news-list .list .block .small-images a:nth-child(2) {
              margin-bottom: 10px; } }
          @media screen and (max-width: 799px) {
            .photo-gallery .news-list .list .block .small-images a:nth-child(1), .photo-gallery .news-list .list .block .small-images a:nth-child(2) {
              margin-bottom: 15px; } }
        @media screen and (max-width: 1799px) and (min-width: 1280px) {
          .photo-gallery .news-list .list .block .small-images a {
            min-width: 244px;
            max-width: 244px;
            height: 243px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .photo-gallery .news-list .list .block .small-images a {
            min-width: 198px;
            max-width: 198px;
            height: 196px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .photo-gallery .news-list .list .block .small-images a {
            min-width: 182px;
            max-width: 182px;
            height: 182px; } }
        @media screen and (max-width: 799px) {
          .photo-gallery .news-list .list .block .small-images a {
            min-width: 212px;
            max-width: 212px;
            height: 210px; } }
        .photo-gallery .news-list .list .block .small-images a img {
          display: block;
          min-width: 100%;
          min-height: 100%;
          height: 100%;
          width: auto;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
  .photo-gallery .news-list .show-more {
    cursor: pointer;
    display: table;
    margin: 95px auto 0 auto;
    color: black;
    font-size: 18px;
    font-family: "NeoSansPro", Arial, Sans-Serif;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: underline;
    background: url("../../../../img/link-arrow-black.png") right center no-repeat; }
    @media screen and (max-width: 1799px) and (min-width: 1280px) {
      .photo-gallery .news-list .show-more {
        margin-top: 80px; } }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .photo-gallery .news-list .show-more {
        margin-top: 65px; } }
    @media screen and (max-width: 1023px) {
      .photo-gallery .news-list .show-more {
        margin-top: 65px; } }
    .photo-gallery .news-list .show-more:hover:not(.noHover) {
      color: #375623;
      background: url("../../../../img/link-arrow-red.png") right center no-repeat; }

/*# sourceMappingURL=style.css.map */
