.a-js-anim-5 {
  opacity: 0;
  transition: 1s;
  transform: translateX(-50px);
}

.a-js-anim-6 {
  opacity: 0;
  transition: 1s;
  transform: translateX(50px);
}

.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);
}

.a-top-image img {
  display: block;
  width: 100%;
}

.a-cards {
  margin: 72px auto 0;
}

.a-history {
  margin: 92px 0 0 0;
}

.a-timeline {
  margin: 24px 0 0 0;
  padding: 36px 0;
  position: relative;
}
.a-timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 1px;
  height: 36px;
  background: #e1e1e1;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-timeline:before {
    display: block;
  }
}
.a-timeline__image {
  width: 226px;
  margin: 0 auto 24px;
  position: relative;
  padding-bottom: 12px;
  align-self: flex-start;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__image {
    margin: 0 36px 0 0;
    flex: 0 0 226px;
    max-width: 226px;
  }
}
.a-timeline__image img {
  display: block;
  max-width: calc(100% - 12px);
  position: relative;
  z-index: 2;
  height: 146px;
  object-fit: cover;
}
.a-timeline__image:before {
  position: absolute;
  content: "";
  width: calc(100% - 12px - 6px);
  height: calc(100% - 12px - 6px);
  left: 12px;
  top: 12px;
  z-index: 1;
  border: solid 3px #000000;
}
.a-timeline__bullet {
  position: absolute;
  top: 44px;
  left: calc(100% - 14px);
  width: 28px;
  height: 28px;
  border-radius: 100%;
  border: solid 3px #000000;
  background: white;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__bullet {
    display: block;
  }
}
.a-timeline__bullet:before, .a-timeline__bullet:after {
  position: absolute;
  content: "";
}
.a-timeline__bullet:before {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #40b93c;
}
.a-timeline__bullet:after {
  top: 50%;
  height: 1px;
  background: #e1e1e1;
  display: none;
}
@media only screen and (min-width: 1280px) {
  .a-timeline__bullet:after {
    display: block;
    left: -102px;
    width: 90px;
  }
}
.a-timeline__text {
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__text {
    text-align: left;
    padding: 24px 50px 0 0;
    flex: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .a-timeline__text {
    padding: 24px 148px 0 0;
  }
}
.a-timeline__item {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__item {
    display: flex;
    width: 50%;
  }
}
.a-timeline__item:before {
  position: absolute;
  left: 100%;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #e1e1e1;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__item:before {
    display: block;
  }
}
.a-timeline__item:last-child:before {
  height: calc(50% - 14px);
}
.a-timeline__item:nth-child(even) {
  margin-left: auto;
  flex-direction: row-reverse;
}
.a-timeline__item:nth-child(even):before {
  left: 0;
}
.a-timeline__item:nth-child(even) .a-timeline__bullet {
  left: -14px;
}
.a-timeline__item:nth-child(even) .a-timeline__bullet:after {
  left: 40px;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__item:nth-child(even) .a-timeline__image {
    margin: 0 0 0 36px;
  }
}
.a-timeline__item:nth-child(even) .a-timeline__image img {
  margin-left: auto;
}
.a-timeline__item:nth-child(even) .a-timeline__image:before {
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__item:nth-child(even) .a-timeline__text {
    padding: 24px 0 0 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .a-timeline__item:nth-child(even) .a-timeline__text {
    padding: 24px 0 0 148px;
  }
}
.a-timeline__item + .a-timeline__item {
  margin-top: 60px;
}
@media only screen and (min-width: 1025px) {
  .a-timeline__item + .a-timeline__item {
    margin-top: -12px;
  }
}
.a-timeline__year {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.625rem;
  color: #000000;
}
.a-timeline__label {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
  color: #5c5c5c;
}

.a-blocks {
  margin: 80px auto 0;
  max-width: 320px;
}
@media only screen and (min-width: 1025px) {
  .a-blocks {
    max-width: none;
    display: grid;
    grid-auto-columns: auto;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .a-blocks {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.a-block {
  position: relative;
  overflow: hidden;
}
.a-block__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 42px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.875rem;
}
.a-block:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.a-block_green {
  background: #40b93c;
  color: white;
}
.a-block_black {
  background: #000000;
  color: white;
}
.a-block_white {
  background: white;
  color: #000000;
}
.a-block_text-big {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.6875rem;
}
.a-block_image .a-block__content {
  padding: 0;
}
.a-block_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a-block_image-100 .a-block__content {
  padding: 0;
}
.a-block_image-100 img {
  max-width: 100%;
}
.a-block__decor {
  width: 108px;
  height: 108px;
  position: absolute;
  z-index: 1;
  display: none;
}
.a-block__decor:before, .a-block__decor:after {
  position: absolute;
  border-radius: 50%;
  border: solid 3px white;
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.a-block__decor:before {
  width: 102px;
  height: 102px;
}
.a-block__decor:after {
  width: 62px;
  height: 62px;
}
.a-block_top-left .a-block__decor {
  display: block;
  left: -54px;
  top: -54px;
}
.a-block_bottom-right .a-block__decor {
  display: block;
  right: -54px;
  bottom: -54px;
}

.a-image-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 80px 0;
  min-height: 464px;
  margin: 80px 0 0 0;
}
.a-image-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.a-image-banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: 2;
}
.a-image-banner .a-container {
  position: relative;
  z-index: 3;
  color: white;
  max-width: 612px;
  text-align: center;
}
.a-image-banner .a-title,
.a-image-banner .a-subtitle {
  color: white;
}
.a-image-banner .a-button {
  display: inline-flex;
  height: 60px;
  margin: 44px auto 0;
}

.a-reviews {
  margin: 80px 0 0 0;
}
.a-reviews-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1280px) {
  .a-reviews-title {
    flex-direction: row;
  }
}
.a-reviews-title iframe {
  margin-left: 0;
}
@media only screen and (min-width: 1280px) {
  .a-reviews-title iframe {
    margin-left: 20px;
  }
}

.a-slider {
  margin: 68px 0 0 0;
}
.a-slider .swiper-slide {
  align-self: stretch;
  height: auto;
}

.a-review {
  display: flex;
  flex-direction: column;
  padding: 0 0 32px 0;
  border-bottom: solid 3px #000000;
  height: 100%;
}
.a-review__quote {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.9375rem;
  color: #000000;
  padding: 52px 0 0 0;
  background: url(../images/assets/quotes.svg) 0 0 no-repeat;
  margin: 0 0 28px 0;
}
.a-review__author {
  margin: auto 0 0 0;
}
.a-review__author-name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  letter-spacing: 0.0125rem;
  color: #000000;
}
.a-review__author-position {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #5c5c5c;
}