@keyframes slideUp {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.a-css-anim-1 {
  animation-name: slideUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.a-css-anim-1:nth-child(1) {
  animation-delay: 0s;
}
.a-css-anim-1:nth-child(2) {
  animation-delay: 0.1s;
}
.a-css-anim-1:nth-child(3) {
  animation-delay: 0.2s;
}
.a-css-anim-1:nth-child(4) {
  animation-delay: 0.3s;
}
.a-css-anim-1:nth-child(5) {
  animation-delay: 0.4s;
}

.a-landing__head-column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .a-landing__head-column {
    padding: 62px 0 0 0;
    flex: 0 0 42%;
    max-width: 42%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.a-landing__head-footer {
  margin: auto 0 0 auto;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-landing__head-footer {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .a-landing__slider {
    align-self: stretch;
    min-height: 618px;
    flex: 1;
    margin: 0 0 0 80px;
  }
}

.a-project-logo {
  display: block;
  margin: 0 0 0 auto;
}

.a-project-info {
  margin: 16px 0 0 0;
  text-align: right;
}
.a-project-info__name {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5625rem;
  color: #000000;
}
.a-project-info__address {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8125rem;
  color: #5c5c5c;
}

.a-project-link {
  align-self: flex-start;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  padding: 12px 20px;
  border-radius: 20px;
  color: #000000;
  margin: 16px auto 24px;
  border: 2px solid #40b93c;
}
.a-project-link:hover {
  background: #40b93c;
  color: white;
}
.a-project-link--green {
  color: white;
  background-color: #40b93c;
}
.a-project-link--green:hover {
  border: 2px solid #000000;
}
@media only screen and (min-width: 1025px) {
  .a-project-link {
    margin: 24px 0 0 0;
  }
}

.a-project-tag {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  padding: 12px 0px;
  border-radius: 20px;
  color: #a8a8a8;
  margin-top: 8px;
  align-self: center;
}
@media only screen and (min-width: 1025px) {
  .a-project-tag {
    align-self: flex-start;
  }
}
.a-project-tag_current span {
  color: #40b93c;
}
.a-project-tag_finished span {
  color: #5c5c5c;
}

.a-stacked-slider {
  flex: 1;
  margin: 0 0 0 80px;
  padding: 0 0 20px 0;
}
.a-stacked-slider img {
  display: block;
  max-width: 100%;
}
.a-stacked-slider .tns-gallery .tns-item {
  left: 0;
  z-index: 1;
  opacity: 0.5;
}
.a-stacked-slider .tns-gallery .tns-slide-active {
  z-index: 2;
  opacity: 1;
}

.a-about-block {
  margin: 36px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-about-block {
    margin: 100px 0 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  .a-about-block__cards {
    margin: 0 0 0 36px;
  }
}