.about__wrap {
  display: flex;
  justify-content: space-between;
}

  .about img {
    margin-right: 60px;
    object-fit: contain;
    margin-bottom: auto;
  }

.about h3 {
  font-size: 21px;
  line-height: 100%;
  color: #1D1D1B;
  margin-bottom: 20px;
  margin-top: 0;
}

.about p {
  font-size: 16px;
  line-height: 140%;
  color: #4A4A4A;
  margin-bottom: 30px;
}

.about__link {
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "NeoSansPro", Arial, Sans-Serif !important;
  padding: 14px 56px;
  background: #E10000;
  display: inline-block;
  text-decoration: none;
transition: all 0.2s ease-in;
}

.about__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .about__wrap {
   flex-direction: column;
  }
  .about img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.galereya-obektov-wrap {
  margin-top: 64px; }
  .galereya-obektov-wrap .title {
    font-size: 30px;
    line-height: 100%;
    /* identical to box height, or 30px */
    text-align: center;
    color: #1D1D1B;
    font-family: "NeoSansPro", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    letter-spacing: 2.2px;
    text-align: center;
    }

  .galereya-obektov-wrap .gallery {
    position: relative;
    height: 663px;
    width: 1620px;
    margin: 35px auto 0 auto; }
    @media screen and (max-width: 1799px) and (min-width: 1280px) {
      .galereya-obektov-wrap .gallery {
        height: 626px;
        width: 1200px; } }
    @media screen and (max-width: 1279px) and (min-width: 1023px) {
      .galereya-obektov-wrap .gallery {
        height: 516px;
        width: 1000px;
        margin-top: 25px; } }
    /*@media screen and (max-width: 1023px) and (min-width: 800px) {
      .galereya-obektov-wrap .gallery {
        width: 760px;
        height: 393px; } }*/
    @media screen and (max-width: 1023px) {
      .galereya-obektov-wrap .gallery {
        width: 440px;
        height: 310px; } }
    .galereya-obektov-wrap .gallery .list {
      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: center;
      align-items: flex-start;
      height: 100%;
      overflow: hidden; }
      @media screen and (max-width: 799px) {
        .galereya-obektov-wrap .gallery .list {
          justify-content: flex-start;
          padding-bottom: 50px; } }
      .galereya-obektov-wrap .gallery .list .left a .name, .galereya-obektov-wrap .gallery .list .right a .name {
        display: none; }
        @media screen and (max-width: 799px) {
          .galereya-obektov-wrap .gallery .list .left a .name, .galereya-obektov-wrap .gallery .list .right a .name {
            display: block;
            position: absolute;
            top: 90%;
            left: 0;
            color: black;
            font-size: 16px;
            font-family: "NeoSansPro", Arial, Sans-Serif;
            text-transform: uppercase;
            text-transform: none;
            letter-spacing: .8px; } }
      .galereya-obektov-wrap .gallery .list .left {
        min-width: 937px;
        max-width: 937px;
        height: 100%;
        position: relative; }
        @media screen and (max-width: 1799px) and (min-width: 1280px) {
          .galereya-obektov-wrap .gallery .list .left {
            min-width: 885px;
            max-width: 885px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .galereya-obektov-wrap .gallery .list .left {
            min-width: 730px;
            max-width: 730px; } }
       /* @media screen and (max-width: 1023px) and (min-width: 800px) {
          .galereya-obektov-wrap .gallery .list .left {
            min-width: 555px;
            max-width: 555px; } }*/
        @media screen and (max-width: 1023px) {
          .galereya-obektov-wrap .gallery .list .left {
            min-width: 440px;
            max-width: 440px; } }
        .galereya-obektov-wrap .gallery .list .left a {
          width: 100%;
          height: 100%;
          position: absolute;
          overflow: hidden;
          display: block;
          top: 0;
          right: 0;
          transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -webkit-transition: all 0.8s ease; }
          .galereya-obektov-wrap .gallery .list .left a:hover:not(.noHover):before, .galereya-obektov-wrap .gallery .list .left a:hover:not(.noHover) .plus {
            opacity: 1; }
          .galereya-obektov-wrap .gallery .list .left a:before, .galereya-obektov-wrap .gallery .list .left 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; }
          .galereya-obektov-wrap .gallery .list .left 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; }
          .galereya-obektov-wrap .gallery .list .left 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 #da291c;
            -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; }
            .galereya-obektov-wrap .gallery .list .left a .plus:before, .galereya-obektov-wrap .gallery .list .left 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; }
            .galereya-obektov-wrap .gallery .list .left a .plus:before {
              width: 43.4px;
              height: 6.5px;
              margin-top: -3.25px;
              margin-left: -21.7px; }
            .galereya-obektov-wrap .gallery .list .left a .plus:after {
              width: 6.5px;
              height: 43.4px;
              margin-left: -3.25px;
              margin-top: -21.7px; }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .list .left a {
              transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -webkit-transition: all 0.5s ease;
              padding-bottom: 50px; } }
          .galereya-obektov-wrap .gallery .list .left a img {
            display: block;
            min-width: 100%;
            min-height: 100%;
            height: 100%;
            width: auto; }
          .galereya-obektov-wrap .gallery .list .left a:first-child.to-right {
            width: 100%;
            height: 100%;
            margin-right: 100.5%; }
          .galereya-obektov-wrap .gallery .list .left a.to-left {
            margin-right: 100.5%; }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .left a.to-right {
              margin-right: -36.4%;
              width: 320px;
              height: 322px; } }
          @media screen and (max-width: 1799px) and (min-width: 1280px) {
            .galereya-obektov-wrap .gallery .list .left a.to-right {
              width: 302px;
              height: 302px;
              margin-right: -36.7%; } }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            .galereya-obektov-wrap .gallery .list .left a.to-right {
              width: 250px;
              height: 251px;
              margin-right: -36.9%; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .galereya-obektov-wrap .gallery .list .left a.to-right {
              width: 190px;
              height: 191px;
              margin-right: -36.9%; } }
          @media screen and (max-width: 799px) {
            .galereya-obektov-wrap .gallery .list .left a.to-right {
              width: 440px;
              height: 310px;
              margin-right: -102%; } }
      .galereya-obektov-wrap .gallery .list .right {
        min-width: 660px;
        max-width: 660px;
        margin-left: 21px;
        height: 100%; }
        @media screen and (max-width: 1799px) and (min-width: 1280px) {
          .galereya-obektov-wrap .gallery .list .right {
            margin-left: 23px;
            min-width: 302px;
            max-width: 302px; } }
        @media screen and (max-width: 1279px) and (min-width: 1024px) {
          .galereya-obektov-wrap .gallery .list .right {
            margin-left: 19px;
            min-width: 250px;
            max-width: 250px; } }
        @media screen and (max-width: 1023px) and (min-width: 800px) {
          .galereya-obektov-wrap .gallery .list .right {
            margin-left: 14.4px;
            min-width: 190px;
            max-width: 190px; } }
        @media screen and (max-width: 799px) {
          .galereya-obektov-wrap .gallery .list .right {
            padding-bottom: 50px; } }
        .galereya-obektov-wrap .gallery .list .right .top, .galereya-obektov-wrap .gallery .list .right .bottom {
          position: relative;
          height: 322px; }
          @media screen and (max-width: 1799px) and (min-width: 1280px) {
            .galereya-obektov-wrap .gallery .list .right .top, .galereya-obektov-wrap .gallery .list .right .bottom {
              height: 302px; } }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            .galereya-obektov-wrap .gallery .list .right .top, .galereya-obektov-wrap .gallery .list .right .bottom {
              height: 251px; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .galereya-obektov-wrap .gallery .list .right .top, .galereya-obektov-wrap .gallery .list .right .bottom {
              height: 191px; } }
          @media screen and (max-width: 799px) {
            .galereya-obektov-wrap .gallery .list .right .top, .galereya-obektov-wrap .gallery .list .right .bottom {
              height: 310px; } }
          .galereya-obektov-wrap .gallery .list .right .top a, .galereya-obektov-wrap .gallery .list .right .bottom a {
            width: 320px;
            height: 100%;
            position: absolute;
            overflow: hidden;
            top: 0;
            transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -webkit-transition: all 0.8s ease;
            right: -340px;
            opacity: 0; }
            .galereya-obektov-wrap .gallery .list .right .top a:hover:not(.noHover):before, .galereya-obektov-wrap .gallery .list .right .top a:hover:not(.noHover) .plus, .galereya-obektov-wrap .gallery .list .right .bottom a:hover:not(.noHover):before, .galereya-obektov-wrap .gallery .list .right .bottom a:hover:not(.noHover) .plus {
              opacity: 1; }
            .galereya-obektov-wrap .gallery .list .right .top a:before, .galereya-obektov-wrap .gallery .list .right .top a .plus, .galereya-obektov-wrap .gallery .list .right .bottom a:before, .galereya-obektov-wrap .gallery .list .right .bottom 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; }
            .galereya-obektov-wrap .gallery .list .right .top a:before, .galereya-obektov-wrap .gallery .list .right .bottom 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; }
            .galereya-obektov-wrap .gallery .list .right .top a .plus, .galereya-obektov-wrap .gallery .list .right .bottom 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 #da291c;
              -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; }
              .galereya-obektov-wrap .gallery .list .right .top a .plus:before, .galereya-obektov-wrap .gallery .list .right .top a .plus:after, .galereya-obektov-wrap .gallery .list .right .bottom a .plus:before, .galereya-obektov-wrap .gallery .list .right .bottom 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; }
              .galereya-obektov-wrap .gallery .list .right .top a .plus:before, .galereya-obektov-wrap .gallery .list .right .bottom a .plus:before {
                width: 43.4px;
                height: 6.5px;
                margin-top: -3.25px;
                margin-left: -21.7px; }
              .galereya-obektov-wrap .gallery .list .right .top a .plus:after, .galereya-obektov-wrap .gallery .list .right .bottom a .plus:after {
                width: 6.5px;
                height: 43.4px;
                margin-left: -3.25px;
                margin-top: -21.7px; }
            @media screen and (max-width: 1799px) and (min-width: 1280px) {
              .galereya-obektov-wrap .gallery .list .right .top a, .galereya-obektov-wrap .gallery .list .right .bottom a {
                width: 302px;
                right: -302px; } }
            @media screen and (max-width: 1279px) and (min-width: 1024px) {
              .galereya-obektov-wrap .gallery .list .right .top a, .galereya-obektov-wrap .gallery .list .right .bottom a {
                width: 250px;
                right: -250px; } }
            @media screen and (max-width: 1023px) and (min-width: 800px) {
              .galereya-obektov-wrap .gallery .list .right .top a, .galereya-obektov-wrap .gallery .list .right .bottom a {
                width: 190px;
                right: -191px; } }
            @media screen and (max-width: 799px) {
              .galereya-obektov-wrap .gallery .list .right .top a, .galereya-obektov-wrap .gallery .list .right .bottom a {
                width: 440px;
                right: -440px;
                transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -webkit-transition: all 0.5s ease;
                padding-bottom: 50px; } }
            .galereya-obektov-wrap .gallery .list .right .top a img, .galereya-obektov-wrap .gallery .list .right .bottom a img {
              display: block;
              min-width: 100%;
              min-height: 100%;
              height: 100%;
              width: auto; }
            .galereya-obektov-wrap .gallery .list .right .top a:first-child, .galereya-obektov-wrap .gallery .list .right .bottom a:first-child {
              left: 0;
              opacity: 1; }
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(2), .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(2) {
              opacity: 1; }
              @media screen and (min-width: 1800px) {
                .galereya-obektov-wrap .gallery .list .right .top a:nth-child(2), .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(2) {
                  right: 0; } }
            .galereya-obektov-wrap .gallery .list .right .top a.no-animate, .galereya-obektov-wrap .gallery .list .right .bottom a.no-animate {
              transition: all 0s ease;
              -o-transition: all 0s ease;
              -moz-transition: all 0s ease;
              -webkit-transition: all 0s ease; }
        .galereya-obektov-wrap .gallery .list .right .top {
          margin-bottom: 21px; }
          @media screen and (max-width: 1799px) and (min-width: 1280px) {
            .galereya-obektov-wrap .gallery .list .right .top {
              margin-bottom: 23px; } }
          @media screen and (max-width: 1279px) and (min-width: 1023px) {
            .galereya-obektov-wrap .gallery .list .right .top {
              margin-bottom: 19px; } }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .list .right .top {
              margin-bottom: 14.4px; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(1).to-left {
              margin-left: -145.15%;
              width: 937px;
              height: 663px; } }
          @media screen and (max-width: 1799px) and (min-width: 1280px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(1).to-left {
              margin-left: -300.6%;
              width: 885px;
              height: 626px; } }
          @media screen and (max-width: 1279px) and (min-width: 1024px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(1).to-left {
              margin-left: -299.5%;
              width: 730px;
              height: 516px; } }
          @media screen and (max-width: 1023px) and (min-width: 800px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(1).to-left {
              margin-left: -299.5%;
              width: 555px;
              height: 393px; } }
          @media screen and (max-width: 799px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(1).to-left {
              margin-left: -461px;
              width: 440px;
              height: 310px; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(1).to-right {
              margin-left: 51.6%; } }
          @media screen and (max-width: 1799px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(1).to-right {
              margin-top: 107.5%; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(2).to-left {
              margin-right: 51.5%; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .top a:nth-child(2).to-right {
              margin-right: 51.5%;
              margin-top: 52%; } }
        .galereya-obektov-wrap .gallery .list .right .bottom {
          margin-bottom: 21px; }
          @media screen and (max-width: 1799px) and (min-width: 1280px) {
            .galereya-obektov-wrap .gallery .list .right .bottom {
              margin-bottom: 23px; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(1).to-left {
              margin-left: 51.6%;
              margin-top: -52%; } }
          @media screen and (max-width: 1799px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(1).to-left {
              margin-left: 0;
              margin-top: -107.5%; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(1).to-right {
              margin-left: 51.6%; } }
          @media screen and (max-width: 1799px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(1).to-right {
              margin-left: 100%; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(2).to-left {
              margin-right: 51.5%; } }
          @media screen and (max-width: 1799px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(2).to-left {
              margin-right: 100%; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(2).to-right {
              margin-right: -50%; } }
          @media screen and (min-width: 1800px) {
            .galereya-obektov-wrap .gallery .list .right .bottom a:nth-child(3).to-left {
              margin-right: 51.5%;
              opacity: 1; } }
    .galereya-obektov-wrap .gallery .buttons {
      position: absolute;
      left: 50%;
      margin-left: -810px;
      height: 0;
      width: 1620px;
      white-space: nowrap;
      top: 50%; }
      .galereya-obektov-wrap .gallery .buttons .slider-left,
      .galereya-obektov-wrap .gallery .buttons .slider-right {
        width: 70px;
        height: 70px;
        cursor: pointer;
        position: absolute;
        z-index: 6;
        overflow: hidden;
        top: 50%;
        margin-top: -35px;
        transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        background: #da291c; }
        @media screen and (max-width: 1023px) {
          .galereya-obektov-wrap .gallery .buttons .slider-left,
          .galereya-obektov-wrap .gallery .buttons .slider-right {
            width: 60px;
            height: 60px;
            margin-top: -30px; } }
        .galereya-obektov-wrap .gallery .buttons .slider-left:after, .galereya-obektov-wrap .gallery .buttons .slider-left:before,
        .galereya-obektov-wrap .gallery .buttons .slider-right:after,
        .galereya-obektov-wrap .gallery .buttons .slider-right:before {
          content: '';
          position: absolute;
          border: 45px solid transparent;
          transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -webkit-transition: all 0.2s ease; }
        .galereya-obektov-wrap .gallery .buttons .slider-left:after,
        .galereya-obektov-wrap .gallery .buttons .slider-right:after {
          border-bottom: 100px solid #ad2221;
          top: -110px; }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .buttons .slider-left:after,
            .galereya-obektov-wrap .gallery .buttons .slider-right:after {
              top: -115px; } }
        .galereya-obektov-wrap .gallery .buttons .slider-left:before,
        .galereya-obektov-wrap .gallery .buttons .slider-right:before {
          border-top: 100px solid #ad2221;
          top: 35px; }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .buttons .slider-left:before,
            .galereya-obektov-wrap .gallery .buttons .slider-right:before {
              top: 30px; } }
        .galereya-obektov-wrap .gallery .buttons .slider-left .icon,
        .galereya-obektov-wrap .gallery .buttons .slider-right .icon {
          z-index: 1;
          width: 100%;
          height: 100%;
          position: relative; }
      .galereya-obektov-wrap .gallery .buttons .slider-left {
        left: 27px; }
        .galereya-obektov-wrap .gallery .buttons .slider-left .icon {
          background: url("../../../../img/carousel-arrow-left-min.png") no-repeat center; }
        .galereya-obektov-wrap .gallery .buttons .slider-left:after, .galereya-obektov-wrap .gallery .buttons .slider-left:before {
          left: 70px; }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .buttons .slider-left:after, .galereya-obektov-wrap .gallery .buttons .slider-left:before {
              left: 60px; } }
        .galereya-obektov-wrap .gallery .buttons .slider-left:hover:not(.noHover):after, .galereya-obektov-wrap .gallery .buttons .slider-left:hover:not(.noHover):before {
          left: 27px; }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .buttons .slider-left:hover:not(.noHover):after, .galereya-obektov-wrap .gallery .buttons .slider-left:hover:not(.noHover):before {
              left: 23px; } }
      .galereya-obektov-wrap .gallery .buttons .slider-right {
        right: 27px; }
        .galereya-obektov-wrap .gallery .buttons .slider-right .icon {
          background: url("../../../../img/carousel-arrow-right-min.png") no-repeat center; }
        .galereya-obektov-wrap .gallery .buttons .slider-right:after, .galereya-obektov-wrap .gallery .buttons .slider-right:before {
          right: 70px; }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .buttons .slider-right:after, .galereya-obektov-wrap .gallery .buttons .slider-right:before {
              right: 60px; } }
        .galereya-obektov-wrap .gallery .buttons .slider-right:hover:not(.noHover):after, .galereya-obektov-wrap .gallery .buttons .slider-right:hover:not(.noHover):before {
          right: 27px; }
          @media screen and (max-width: 1023px) {
            .galereya-obektov-wrap .gallery .buttons .slider-right:hover:not(.noHover):after, .galereya-obektov-wrap .gallery .buttons .slider-right:hover:not(.noHover):before {
              right: 23px; } }
      @media screen and (max-width: 1799px) and (min-width: 1280px) {
        .galereya-obektov-wrap .gallery .buttons {
          width: 1240px;
          margin-left: -620px; } }
      @media screen and (max-width: 1279px) and (min-width: 1024px) {
        .galereya-obektov-wrap .gallery .buttons {
          width: 1000px;
          margin-left: -500px; } }
      /*@media screen and (max-width: 1023px) and (min-width: 800px) {
        .galereya-obektov-wrap .gallery .buttons {
          width: 760px;
          margin-left: -380px; } }*/
      @media screen and (max-width:  1023px) {
        .galereya-obektov-wrap .gallery .buttons {
          width: 440px;
          margin-left: -220px; } }
      .galereya-obektov-wrap .gallery .buttons .slider-left, .galereya-obektov-wrap .gallery .buttons .slider-right {
        z-index: 3; }
      .galereya-obektov-wrap .gallery .buttons .slider-left {
        left: -35px; }
        @media screen and (max-width: 1799px) {
          .galereya-obektov-wrap .gallery .buttons .slider-left {
            left: 0; } }
      .galereya-obektov-wrap .gallery .buttons .slider-right {
        right: -35px; }
        @media screen and (max-width: 1799px) {
          .galereya-obektov-wrap .gallery .buttons .slider-right {
            right: 0; } }
  .galereya-obektov-wrap .show-all {
    text-align: center;
    margin: 85px 0; }
    @media screen and (max-width: 1279px) and (min-width: 1024px) {
      .galereya-obektov-wrap .show-all {
        margin: 65px 0; } }
    @media screen and (max-width: 1023px) and (min-width: 800px) {
      .galereya-obektov-wrap .show-all {
        margin: 61px 0; } }
    @media screen and (max-width: 799px) {
      .galereya-obektov-wrap .show-all {
        margin: 80px 0 77px 0; } }
    .galereya-obektov-wrap .show-all a {
      display: table;
      margin: 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;
      background: url("../../../../img/link-arrow-black.png") right center no-repeat; }

/*# sourceMappingURL=style.css.map */
