a {
  text-decoration: none;
}


#sun-main {
  overflow: hidden;
}
#sub-intro-custom {
  height: 100vh;
  background: url('../img/forest.jpg') center center no-repeat;
  background-size: cover;
  margin-bottom: 260px;
}
@media (max-width: 1199px) {
  #sub-intro-custom {
    margin-bottom: 250px;
  }
}
@media (max-width: 450px) {
  #sub-intro-custom {
    margin-bottom: 300px;
  }
}
.container.project-info-container {
  position: absolute;
  bottom: 94px;
  left: 50%;
  transform: translate(-50%, 100%);
  z-index: 10;
}
.project-info-block {
  background: #195ED1;
  width: 60%;
  padding: 40px 50px;
  color: #fff;
  font-family: 'Montserrat';
}
@media (max-width: 1199px) {
  .project-info-block {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .project-info-block {
    width: auto;
    margin-left: -6%;
    margin-right: -6%;
  }
}
.project-info-block .title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .project-info-block .title {
    font-size: 24px;
  }
}
.project-info-block p {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 599px) {
  .project-info-block p {
    font-size: 16px;
  }
}
.container.filer-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}



.category-choose-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .category-choose-block {
    flex-direction: row;
    margin-bottom: 10px;
  }
}
.line-block {
  width: 100%;
  height: 1px;
  background: #919291;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .line-block {
    margin-bottom: 10px;
  }
}
.categories-links {
  color: #C1C2C2;
  font-size: 30px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .categories-links {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .categories-links {
    font-size: 22px;
    width: auto;
  }
}
@media (max-width: 992px) {
  .categories-links {
    width: 100%;
  }
}
.categories-links .category-link {
  color: #C1C2C2;
  text-decoration: none;
  cursor: pointer;
  margin-right: 32px;
  transition: 0.3s;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .categories-links .category-link {
    margin-right: 26px;
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
  .categories-links .category-link {
    margin-right: 20px;
  }
}
.categories-links .category-link.active {
  color: #195ED1;
}
.categories-links .category-link:hover {
  color: #195ED1;
}
p.categoty-name {
  font-size: 90px;
  font-weight: 700;
  color: #195ED1;
  line-height: 74px;
  margin: 0;
}
@media (max-width: 1199px) {
  p.categoty-name {
    font-size: 60px;
    font-weight: 700;
    color: #195ED1;
    line-height: 45px;
  }
}
@media (max-width: 992px) {
  p.categoty-name {
    font-size: 58px;
    font-weight: 700;
    color: #195ED1;
    line-height: 58px;
  }
}
@media (max-width: 768px) {
  p.categoty-name {
    width: auto;
    text-align: right;
    margin: 0;
  }
}
.filter-block {
  color: #C1C2C2;
  font-size: 30px;
  font-weight: 700;
  display: none;
}
@media (max-width: 1199px) {
  .filter-block {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .filter-block {
    font-size: 22px;
  }
}
.filter-block.active-filter-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.filter-block .filter-link {
  color: #C1C2C2;
  margin-bottom: 16px;
  text-decoration: none;
  cursor: pointer;
  margin-right: 32px;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .filter-block .filter-link {
    margin-bottom: 12px;
    margin-right: 26px;
  }
}
@media (max-width: 992px) {
  .filter-block .filter-link {
    margin-right: 20px;
    margin-bottom: 0;
    line-height: 1.4;
  }
}
.filter-block .filter-link.active {
  color: #195ED1;
}
.filter-block .filter-link:hover {
  color: #195ED1;
}
.gallery-sizer,
.gallery-item {
  width: 46%;
}
@media (max-width: 1500px) {
  .gallery-sizer,
  .gallery-item {
    width: 45%;
  }
}
@media (max-width: 830px) {
  .gallery-sizer,
  .gallery-item {
    width: 44%;
  }
}
@media (max-width: 767px) {
  .gallery-sizer,
  .gallery-item {
    width: 100%;
  }
}


/* @media (max-width: 599px) {
  .gallery-sizer,
  .gallery-item {
    width: 92%;
  }
} */

.gutter-sizer {
  width: 6%;
}
@media (max-width: 599px) {
  .gutter-sizer {
    width: 0%;
  }
}

.gallery-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: #C1C2C2;
  margin-bottom: 36px;
  transition: opacity 0.3s;
  position: relative;
}
@media (max-width: 1199px) {
  .gallery-item {
    margin-bottom: 20px;
  }
}
.gallery-item img {
  height: auto;
  width: 100%;
  max-width: none;
}
.gallery-item img.widthest {
  height: 500px;
  width: auto;
}
.gallery-item img.heightest {
  height: auto;
  width: 100%;
}
.gallery-item:hover .gallery-item-info {
  transform: translate(-50%, 0%);
}
.gallery-item .gallery-item-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: #195ED1;
  color: #fff;
  overflow: hidden;
  -webkit-transition: transform 0.5s ease 0s;
  -moz-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
}
.gallery-item .gallery-item-info .gallery-item-link {
  text-decoration: none;
  padding: 3.125vw 4.16vw 2.6vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .gallery-item .gallery-item-info .gallery-item-link {
    padding: 6.125vw 4.16vw 2.6vw;
  }
}
.gallery-item .gallery-item-info .title {
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 1.3vw;
  text-decoration: none;
}
@media (max-width: 599px) {
  .gallery-item .gallery-item-info .title {
    font-size: 7.5vw;
    margin-bottom: 1.95vw;
  }
}
.gallery-item .gallery-item-info .date {
  color: #fff;
  font-size: 1.35vw;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 0.5vw;
}
@media (max-width: 599px) {
  .gallery-item .gallery-item-info .date {
    font-size: 3.375vw;
    margin-bottom: 1.25vw;
  }
}
.gallery-item .gallery-item-info .country {
  color: #fff;
  text-decoration: none;
  font-size: 1.15vw;
  font-weight: 300;
  margin-bottom: 1vw;
}
@media (max-width: 599px) {
  .gallery-item .gallery-item-info .country {
    font-size: 2.875vw;
    margin-bottom: 2.5vw;
  }
}
.gallery-item .gallery-item-info .description {
  color: #fff;
  text-decoration: none;
  font-size: 1.15vw;
  font-weight: 300;
  margin-bottom: 1vw;
  line-height: 1.75vw;
}
@media (max-width: 599px) {
  .gallery-item .gallery-item-info .description {
    font-size: 2.875vw;
    margin-bottom: 2.5vw;
    line-height: 4.375vw;
  }
}
.gallery-item .gallery-item-info .line {
  width: 100%;
  height: 0.16vw;
  background: #fff;
  margin-bottom: 12px;
  display: none;
}
@media (max-width: 599px) {
  .gallery-item .gallery-item-info .line {
    height: 1px;
  }
}
.gallery-item .gallery-item-info .client {
  color: #fff;
  text-decoration: none;
  font-size: 1.15vw;
  font-weight: 300;
}
@media (max-width: 599px) {
  .gallery-item .gallery-item-info .client {
    font-size: 2.875vw;
    margin-bottom: 2.5vw;
  }
}
.explore-btn {
  display: none;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 100px;
}
.btn {
  font-size: 41px;
  font-weight: 700;
  color: #2e2d2c;
  display: inline-block;
  height: 90px;
  line-height: 90px;
  text-align: center;
  min-width: 292px;
  background: transparent;
  border: 0 none;
  padding: 0 20px;
  text-decoration: none;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .btn {
    font-size: 35px;
  }
}
@media (max-width: 599px) {
  .btn {
    font-size: 22px;
    padding: 0 0px;
    line-height: 60px;
    height: auto;
    padding: 0 14px;
    min-width: auto;
  }
}
.btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border: 12px solid #195ED1;
  width: 65.7%;
  transition: 0.3s ease;
  z-index: -1;
  height: 100%;
}
@media (max-width: 1199px) {
  .btn::after {
    border: 8px solid #195ED1;
  }
}
@media (max-width: 599px) {
  .btn::after {
    border: 5px solid #195ED1;
  }
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
  text-decoration: none;
}
.btn:hover::after {
  width: 100%;
}
.explore-item {
  width: 25%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.explore-item.info {
  width: 0%;
}
.explore-item.info-active {
  width: 50%;
}
.explore-item.info-active img {
  height: 100%;
  width: 50%;
}
.explore-item .bottom-info {
  position: absolute;
  display: none;
  padding-top: 40px;
}
.explore-item .bottom-info p {
  line-height: 1.3;
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 300;
}
.explore-item .bottom-info p:first-child {
  line-height: 1;
  font-size: 26px;
  margin-bottom: 35px;
}
.explore-item .bottom-info p:last-child {
  margin-bottom: 0px;
}
.explore-item .info-slider {
  transition: 0.3s;
  height: 100%;
  width: 0;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.explore-item .info-slider .close-info {
  position: absolute;
  z-index: 10;
  color: #2e2d2c;
  font-weight: 700;
  font-size: 26px;
  right: 0;
  top: 0;
  padding: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.explore-item .info-slider .close-info:hover {
  color: #195ED1;
}
.explore-item .info-slider .img {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  height: 100%;
}
.explore-item .img-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.explore-item .img-wrapper:hover .img-wrapper-info {
  transform: translateY(0%);
}
.explore-item .img-wrapper:hover .data-wrapper p.data {
  background: #2e2d2c;
}
.explore-item .img-wrapper img {
  height: 100%;
  width: auto;
}
.explore-item .img-wrapper .img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.explore-item .img-wrapper .data-wrapper {
  position: absolute;
  right: 0%;
  width: auto;
  top: 0;
  transform: translateX(100%);
  z-index: 50;
}
.explore-item .img-wrapper .data-wrapper p {
  line-height: 1;
}
.explore-item .img-wrapper .data-wrapper p.data {
  transition: 0.3s;
  padding: 8px 15px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background: #195ED1;
  transform-origin: 0 0;
  transform: rotate(90deg);
}
.explore-item .img-wrapper .img-wrapper-info {
  position: absolute;
  background: rgba(25, 94, 209, 0.8);
  height: 100%;
  width: 100%;
  bottom: 0;
  transition: 0.3s;
  left: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 30px 35px;
  transform: translateY(100%);
}
.explore-item .img-wrapper .img-wrapper-info.img-wrapper-info-active {
  transform: translateY(0%);
}
.explore-item .img-wrapper .img-wrapper-info p.title {
  font-size: 36px;
  font-weight: 700;
}
.explore-item .img-wrapper .img-wrapper-info .date-city p {
  line-height: 1;
}
.explore-item .img-wrapper .img-wrapper-info .date-city .date-wrapper {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.explore-item .img-wrapper .img-wrapper-info .date-city .city-wrapper {
  font-size: 22px;
  font-weight: 300;
}
.explore-item.is-expanded {
  width: 50%;
}
.explore-item img {
  height: 100%;
  width: 100%;
}
button.flickity-prev-next-button.previous {
  height: 100%;
  background: #195ED1;
  border-radius: 0;
}
button.flickity-prev-next-button.next {
  height: 100%;
  background: #195ED1;
  border-radius: 0;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.explore-slider {
  display: block;
  width: 100%;
  transition: 0.3s;
  height: 500px;
}
.ex-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.ex-screen .arrow {
  opacity: 1;
  cursor: pointer;
  position: absolute;
  top: 0 ;
  z-index: 10;
  background: #195ED1;
  font-family: 'Montserrat';
  color: #fff;
  font-size: 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 0 15px;
}
@media (max-width: 992px) {
  .ex-screen .arrow {
    opacity: 1;
    padding: 0 10px;
  }
}
.ex-screen .arrow svg {
  width: 36px;
}
@media (max-width: 992px) {
  .ex-screen .arrow svg {
    width: 18px;
  }
}
.ex-screen .arrow.prev-arrow {
  left: 0;
}
.ex-screen .arrow.next-arrow {
  right: 0;
}
.ex-track {
  height: 100%;
  position: relative;
  transition: 0.3s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.info-slider-track-dots {
  position: absolute;
  right: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  bottom: 0;
  /* transform: translate(0%, 100%); */
  padding: 30px 0;
}
@media (max-width: 599px) {
  .info-slider-track-dots {
    padding: 20px 0;
  }
}
.info-slider-track .img {
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.info-slider-track .img.active-slide {
  z-index: 3;
  opacity: 1;
}
.info-slider-track-dots span {
  background: #CCCCCC;
  height: 15px;
  width: 15px;
  margin-left: 20px;
  z-index: 10;
  transition: 0.3s;
}
.info-slider-track-dots span:hover {
  background: #195ED1;
}
.info-slider-track-dots span.active-dot {
  background: #195ED1;
}
.ex-slide-info-block {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 599px) {
  .ex-slide-info-block {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.ex-slide-info-block .bottom-info p {
  margin-bottom: 35px;
  font-size: 22px;
  font-weight: 300;
}
.ex-slide-info-block .bottom-info p:first-child {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.ex-slide-info-block .bottom-info p:last-child {
  margin-bottom: 0px;
}
.ex-slide-info-block .info-slider {
  transition: 0.3s;
  height: 100%;
  width: 0;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.ex-slide-info-block .info-slider .close-info {
  position: absolute;
  z-index: 10;
  color: #2e2d2c;
  font-weight: 700;
  font-size: 26px;
  right: 0;
  top: 0;
  padding: 20px;
  transition: 0.3s;
  cursor: pointer;
}
.ex-slide-info-block .info-slider .close-info:hover {
  color: #195ED1;
}
.ex-slide-info-block .info-slider .img {
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0;
  height: 100%;
}
.explore-slider-wrapper {
  display: none;
  background: #F6F6F6;
  padding-bottom: 75px;
  height: auto;
  margin-bottom: 200px;
}
@media (max-width: 599px) {
  .explore-slider-wrapper {
    margin-bottom: 150px;
  }
}
.close-cross {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
}
.close-cross a {
  font-size: 33px;
  font-weight: 700;
  color: #195ED1;
  margin-top: 33px;
  margin-right: 40px;
  margin-bottom: 33px;
  text-decoration: none;
}
/*# sourceMappingURL=architecture.css.map */
