@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: 1.5s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.a-css-anim-2 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.a-css-anim-2:nth-child(1) {
  animation-delay: 0s;
}
.a-css-anim-2:nth-child(2) {
  animation-delay: 0.6s;
}
.a-css-anim-2:nth-child(3) {
  animation-delay: 1.2s;
}
.a-css-anim-2:nth-child(4) {
  animation-delay: 1.8s;
}

.a-main-head__fluid {
  display: inline-block;
  perspective: 1400px;
}
.a-main-head__fluid span {
  display: inline-block;
  opacity: 0;
  transform: rotateY(-90deg);
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.a-main-head__fluid span:nth-child(1) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.1s;
}
.a-main-head__fluid span:nth-child(2) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.2s;
}
.a-main-head__fluid span:nth-child(3) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.3s;
}
.a-main-head__fluid span:nth-child(4) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.4s;
}
.a-main-head__fluid span:nth-child(5) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.5s;
}
.a-main-head__fluid span:nth-child(6) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.6s;
}
.a-main-head__fluid span:nth-child(7) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.7s;
}
.a-main-head__fluid span:nth-child(8) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.8s;
}
.a-main-head__fluid span:nth-child(9) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 0.9s;
}
.a-main-head__fluid span:nth-child(10) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1s;
}
.a-main-head__fluid span:nth-child(11) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.1s;
}
.a-main-head__fluid span:nth-child(12) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.2s;
}
.a-main-head__fluid span:nth-child(13) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.3s;
}
.a-main-head__fluid span:nth-child(14) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.4s;
}
.a-main-head__fluid span:nth-child(15) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.5s;
}
.a-main-head__fluid span:nth-child(16) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.6s;
}
.a-main-head__fluid span:nth-child(17) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.7s;
}
.a-main-head__fluid span:nth-child(18) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.8s;
}
.a-main-head__fluid span:nth-child(19) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 1.9s;
}
.a-main-head__fluid span:nth-child(20) {
  animation: fadeInRotate 1.5s ease forwards;
  animation-delay: 2s;
}

@keyframes fadeInRotate {
  to {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.a-js-anim-4 {
  opacity: 0;
  transition: 1s;
  transform: translateY(50px);
}

.a-js-anim-3 {
  opacity: 0;
  transition: opacity 1s;
}

.a-js-anim-1, .a-js-anim-2 {
  opacity: 0;
  transition: 0.5s;
  transform: scale(0.9);
}

body {
  padding-top: 0;
}

.a-header {
  background: transparent;
}
.a-header[data-scrolling=true] {
  background: white;
}

.a-main-head {
  height: 718px;
}
@media only screen and (min-width: 1025px) {
  .a-main-head {
    height: 796px;
  }
}
.a-main-head__title-container {
  padding: 0 20px;
}
@media only screen and (min-width: 1025px) {
  .a-main-head__title-container {
    padding: 0;
  }
}
.a-main-head .swiper-slide {
  padding: 0 0 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 718px;
  position: relative;
}
.a-main-head .swiper-slide .a-hp-decor {
  color: white;
}
@media only screen and (min-width: 1025px) {
  .a-main-head .swiper-slide {
    padding: 0 0 138px 0;
    min-height: 796px;
  }
}
.a-main-head .swiper-slide:first-child {
  padding: 100px 0 120px 0;
}
@media only screen and (min-width: 1025px) {
  .a-main-head .swiper-slide:first-child {
    padding: 100px 48px 138px 88px;
  }
}
.a-main-head .swiper-slide:first-child .a-hp-decor {
  color: #40b93c;
}
.a-main-head__title {
  position: relative;
  padding: 40px 0 0 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-main-head__title {
    display: inline-block;
    padding: 100px 0 20px 0;
  }
}
.a-main-head__fluid {
  font-weight: 700;
  text-align: center;
  font-size: 2.75rem;
  line-height: 3.75rem;
  margin: 20px 0;
}
@media only screen and (min-width: 1025px) {
  .a-main-head__fluid {
    margin: 0;
    text-align: left;
    font-size: clamp(4rem, 16.016vw - 3.687rem, 9.125rem);
    line-height: clamp(4rem, 16.016vw - 3.687rem, 9.125rem);
  }
}
@media only screen and (min-width: 1280px) {
  .a-main-head__fluid {
    font-size: clamp(9.125rem, 15.937vw - 3.625rem, 21.875rem);
    line-height: clamp(9.125rem, 15.937vw - 3.625rem, 21.875rem);
  }
}
.a-main-head__tag {
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #40b93c;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-main-head__tag {
    text-align: left;
    font-size: clamp(0.875rem, 0.223vw + 0.768rem, 1.125rem);
    line-height: clamp(0.875rem, 0.223vw + 0.768rem, 1.125rem);
  }
}
.a-main-head__tag + .a-main-head__tag {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-main-head__tag + .a-main-head__tag {
    margin: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .a-main-head__tags {
    padding-left: clamp(1.125rem, 2.344vw + 0rem, 1.875rem);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 930px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .a-main-head__tags {
    padding-left: clamp(1.875rem, 3.75vw - 1.125rem, 4.875rem);
  }
}
.a-main-head__subtitle {
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0.01em;
  position: relative;
  text-align: center;
  margin: 32px 0 56px 0;
  padding: 24px 0 0 0;
}
.a-main-head__subtitle:before {
  position: absolute;
  content: "";
  background: #e1e1e1;
  height: 1px;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .a-main-head__subtitle:before {
    width: calc(100% - 364px - 24px);
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .a-main-head__subtitle {
    text-align: left;
    padding: 0 0 0 calc(100% - 364px);
    margin: 66px 0 64px auto;
    font-size: clamp(1rem, 0.112vw + 0.946rem, 1.125rem);
    line-height: clamp(1.7rem, 0.19vw + 1.609rem, 1.912rem);
  }
}

.a-image-scroll {
  padding: 0 0 0 20px;
  display: flex;
  overflow: auto;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 40px !important;
  top: auto !important;
}
@media only screen and (min-width: 1280px) {
  .a-image-scroll {
    padding: 0 88px 14px 88px;
  }
}
.a-image-scroll .swiper-pagination-bullet {
  opacity: 1;
  background: none;
  width: auto;
  height: 74px;
  border-radius: 0;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .a-image-scroll .swiper-pagination-bullet {
    height: 100px;
  }
}
.a-image-scroll .swiper-pagination-bullet > img {
  height: 72px;
  border: solid 1px white;
  box-sizing: content-box;
}
@media only screen and (min-width: 1025px) {
  .a-image-scroll .swiper-pagination-bullet > img {
    height: 98px;
  }
}
.a-image-scroll .swiper-pagination-bullet:first-child {
  display: none;
}
.a-image-scroll .swiper-pagination-bullet:first-child + .swiper-pagination-bullet {
  margin-left: 0;
}
.a-image-scroll .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin: 0 0 0 8px;
}
@media only screen and (min-width: 1025px) {
  .a-image-scroll .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin: 0 0 0 24px;
  }
}
.a-image-scroll .swiper-pagination-bullet-active .a-image-hover, .a-image-scroll .swiper-pagination-bullet:hover .a-image-hover {
  opacity: 1;
}
.a-image-scroll .swiper-pagination-bullet .a-image-hover {
  position: absolute;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: 100%;
  background: rgba(64, 185, 60, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 0;
}
.a-image-scroll .swiper-pagination-bullet .a-image-hover img {
  max-width: 70%;
}

.a-options {
  margin: 100px 0 0 0;
}
.a-options__list {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .a-options__list {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.a-option {
  padding: 0 0 0 24px;
}
@media only screen and (min-width: 1280px) {
  .a-option {
    flex: 0 0 344px;
    max-width: 344px;
  }
}
.a-option__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.1875rem;
  letter-spacing: 0.04em;
  color: #000000;
  position: relative;
  text-transform: uppercase;
}
.a-option__title:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 32px;
  background: #40b93c;
  left: -24px;
  top: 0;
}
.a-option__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #5c5c5c;
  margin: 20px 0 0 0;
}
.a-option + .a-option {
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 1280px) {
  .a-option + .a-option {
    margin: 0;
  }
}

.a-info-block + .a-cards {
  margin: 76px 0 0 0;
}

.a-cards + .a-projects {
  margin: 80px 0 0 0;
}

.a-project-slide {
  position: relative;
  color: white;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-project-slide {
    text-align: left;
  }
}
.a-project-slide__bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.a-project-slide:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.a-project-slide .a-container {
  position: relative;
  z-index: 3;
}
.a-project-slide__title {
  font-size: 2.9375rem;
  font-weight: 700;
  line-height: 3.375rem;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .a-project-slide__title {
    font-size: 7.625rem;
    line-height: 7.375rem;
    text-align: left;
  }
}
.a-project-slide__title span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.0625rem;
  letter-spacing: 0.18em;
  text-align: center;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .a-project-slide__title span {
    font-size: 1.125rem;
    line-height: 1.375rem;
    letter-spacing: 0.22em;
    text-align: left;
  }
}
.a-project-slide__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8125rem;
  letter-spacing: 0.01em;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-project-slide__text {
    font-size: 1.125rem;
    line-height: 2.25rem;
    letter-spacing: 0.01em;
    text-align: left;
  }
}
.a-project-slide .a-button {
  min-width: 224px;
  margin: 16px auto 0;
}
@media only screen and (min-width: 1025px) {
  .a-project-slide .a-button {
    min-width: 280px;
    margin: 36px 0 0 0;
  }
}

.a-hp-decor {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 88px;
  height: 79px;
}
@media only screen and (min-width: 1025px) {
  .a-hp-decor {
    width: 108px;
    height: 97px;
  }
}

.a-image-decoration {
  margin: 80px 0 0 0;
}

.a-about-block {
  margin: 60px 0 0 0;
}

.a-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 56px 0 0 -44px;
}
.a-logos img {
  margin: 44px 0 0 44px;
}