body {
  color: #060028;
}

b, strong {
  font-weight: 600;
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
}
.slick-dots li {
  padding: 0;
  margin: 0;
  background: none;
  line-height: 0;
  font-size: 0;
}
.slick-dots li button {
  border: none;
  border-radius: 50%;
  font-size: 0;
  padding: 5px;
  background: #D8DDED;
  margin: 0 4px;
  cursor: pointer;
  transition: 0.3s;
}
.slick-dots li.slick-active button {
  background: #060028;
  transition: 0.3s;
}

.btn {
  text-align: center;
  display: table;
  padding: 16px 40px;
  border-radius: 100px;
  font: 600 16px/24px "Figtree";
  color: #fff;
  background: #060028;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn.btn-white {
  background: #fff;
  border: 2px solid #060028;
  color: #060028;
}
.btn:hover, .btn .btn-white:hover {
  color: #fff;
  border-color: #5273ef;
  background: #5273ef;
  transition: 0.3s;
}

.link-arrow {
  font: 600 20px/32px "Figtree";
  color: #060028;
  position: relative;
  padding-right: 29px;
  margin: 0;
}
.link-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  height: 12px;
  width: 17px;
  background: center/contain no-repeat url("/landings/cases/main/img/link-arrow.svg");
  transition: 0.3s;
}
.link-arrow:hover::before {
  right: -3px;
  transition: 0.3s;
}

.container {
  max-width: 1208px;
  padding: 0 40px;
  margin: 0 auto;
}

.inner {
  margin-bottom: 144px;
}

.main {
  max-width: 2200px;
  margin: 0 auto;
}

.head__inner {
  margin: 104px 0 144px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head__info {
  max-width: 500px;
}
.head__info-title {
  font: 600 48px/60px "Jokker";
  margin: 0 0 24px;
}
.head__info-text {
  font: 400 20px/32px "Figtree";
  margin: 0 0 40px;
}
.head__info-btns {
  display: flex;
  gap: 16px;
}
.head__info-desc {
  color: #696E77;
  font-size: 14px;
}
.head__slider {
  max-width: 552px;
  margin: 0 -8px;
  opacity: 0;
  overflow: hidden;
}
.head__slider.is-ready {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.head__slider-item {
  border: 1px solid #B682F8;
  background: #F6EFFF;
  border-radius: 24px;
  padding: 32px;
  margin: 0 8px;
}
.head__slider-text {
  font: 400 16px/26px "Figtree";
  margin-bottom: 24px;
}
.head__slider-author {
  display: flex;
  align-items: center;
}
.head__slider-author .photo {
  width: 56px;
  margin-right: 16px;
}
.head__slider-author .name {
  font: 600 16px/18px "Figtree";
  margin-bottom: 4px;
}
.head__slider-author .pos {
  font: 400 14px/19px "Figtree";
  color: rgba(6, 0, 40, 0.6);
}

.partners__title {
  font: 600 40px/50px "Jokker";
  text-align: center;
  margin-bottom: 40px;
}
.partners__line {
  position: relative;
  overflow: hidden;
}
.partners__line::before, .partners__line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 115px;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}
.partners__line::after {
  left: auto;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}
.partners__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  animation-name: infiniteSlide;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
}
.partners__box-item {
  margin: 0 36px;
}
.partners__box-item .img-1 {
  width: 156px;
}
.partners__box-item .img-2 {
  width: 140px;
}
.partners__box-item .img-3 {
  width: 172px;
}
.partners__box-item .img-4 {
  width: 75px;
}
.partners__box-item .img-5 {
  width: 137px;
}
.partners__box-item .img-6 {
  width: 70px;
}

.story {
  background: #B5D4F0;
  margin: 0 40px 144px;
  border-radius: 24px;
  padding: 116px 0;
}
.story__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0;
}
.story__picture {
  width: 480px;
  height: 620px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 2px solid #000;
}
.story__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story__info {
  max-width: 550px;
}
.story__info-logo {
  width: 155px;
  margin-bottom: 24px;
}
.story__info-title {
  font: 600 40px/50px "Jokker";
  margin-bottom: 12px;
}
.story__info-text {
  margin-bottom: 24px;
}
.story__info-text p {
  font: 400 20px/32px "Figtree";
  margin-bottom: 12px;
}
.story__info-text p:last-child {
  margin: 0;
}

.cases__nav {
  margin-bottom: 60px;
}
.cases__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cases__nav-list li button {
  padding: 12px 16px;
  font: 700 16px/20px "Figtree";
  color: #060028;
  border: 1px solid #D8DAE4;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.cases__nav-list li button:hover {
  background: #5273ef;
  color: #fff;
  transition: 0.3s;
}
.cases__nav-list li button.active, .cases__nav-list li button.active:hover {
  border-color: #060028;
  background: #060028;
  color: #fff;
  transition: 0.3s;
}
.cases__box {
  display: flex;
  flex-wrap: wrap;
  gap: 52px 24px;
}
.cases__item {
  width: calc(33.33% - 16px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.cases__item-picture {
  background: #F1F2F8;
  border-radius: 16px;
  height: 230px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  border: 1px solid #F1F2F8;
  transition: 0.3s;
}
.cases__item-picture img {
  display: block;
  width: 100%;
  max-width: 50%;
}
.cases__item:hover .cases__item-picture {
  border-color: #B682F8;
  background: #F6EFFF;
  transition: 0.3s;
}
.cases__item:hover .cases__item-link {
  color: #B682F8;
  transition: 0.3s;
}
.cases__item:hover .cases__item-link::before {
  background-image: url("/landings/cases/main/img/link-arrow-hover.svg");
  transition: 0.3s;
}
.cases__item-text {
  font: 600 20px/28px "Figtree";
  margin: 0 0 16px;
  flex-grow: 1;
}

.cta {
  padding-bottom: 144px;
}
.cta__inner {
  background: #060028;
  padding: 44px 72px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta__title {
  font: 600 36px/48px "Jokker";
  color: #fff;
  text-align: left;
}
.cta__title span {
  color: #56BE87;
}
.cta__btn {
  position: relative;
  display: table;
  text-align: center;
  color: #060028;
  padding: 14px 38px;
  border-radius: 100px;
  font: 600 16px/24px "Figtree";
  border: 2px solid #fff;
  transition: 0.3s;
  background: #fff;
}
.cta__btn::before {
  content: "";
  position: absolute;
  top: -40px;
  left: -140px;
  width: 141px;
  height: 121px;
  background: center/contain no-repeat url("/landings/cases/main/img/cta-arrow-icon.svg");
  pointer-events: none;
  transition: 0.3s;
}
.cta__btn:hover::before {
  transform: rotate(5deg);
  transition: 0.3s;
}

.footer__inner {
  padding-top: 0;
}

@media (max-width: 1023px) {
  .inner {
    margin-bottom: 96px;
  }

  .head__inner {
    margin: 80px 0 96px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }
  .head__info {
    max-width: 100%;
  }
  .head__info-title {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    max-width: 550px;
    margin: 0 auto 16px;
  }
  .head__info-text {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    max-width: 550px;
    margin: 0 auto 32px;
  }
  .head__info-btns {
    justify-content: center;
  }
  .head__slider {
    max-width: 100%;
  }
  .head__slider-item {
    padding: 40px;
  }

  .partners__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 32px;
  }

  .story {
    padding: 72px;
    margin-bottom: 96px;
  }
  .story .container {
    padding: 0;
  }
  .story__inner {
    flex-direction: column-reverse;
    gap: 70px;
    margin: 0;
  }
  .story__info-title {
    font-size: 36px;
    line-height: 40px;
  }
  .story__info-title br {
    display: none;
  }
  .story__info-text p {
    font-size: 18px;
    line-height: 30px;
  }
  .story__info-link {
    font-size: 18px;
    line-height: 30px;
  }
  .story__picture {
    width: 100%;
  }

  .cases__box {
    gap: 32px 16px;
  }
  .cases__item {
    width: calc(50% - 8px);
  }
  .cases__item-picutre {
    margin-bottom: 24px;
  }
  .cases__item-text {
    margin-bottom: 12px;
  }
  .cases__item-link {
    font-size: 18px;
    line-height: 30px;
  }

  .cta {
    padding-bottom: 96px;
  }
  .cta__inner {
    padding: 48px 16px;
    flex-direction: column;
    align-items: center;
  }
  .cta__title {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    max-width: 580px;
    margin: 0 auto 32px;
  }
  .cta__title br {
    display: none;
  }
  .cta__btn::before {
    display: none;
  }
}
@media (max-width: 767px) {
  div.container {
    padding: 0 16px;
  }

  .inner {
    margin-bottom: 72px;
  }

  .head__inner {
    margin: 48px 0 72px;
  }
  .head__info-title {
    font-size: 32px;
    line-height: 46px;
    max-width: 345px;
    margin: 0 auto 12px;
  }
  .head__info-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .head__info-btns {
    flex-direction: column;
  }
  .head__info-btn {
    width: 100%;
  }
  .head__slider-item {
    padding: 32px;
  }
  .head__slider-text {
    line-height: 24px;
  }

  .partners__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .partners__box-item {
    margin: 0 18px;
  }

  .story {
    margin: 0 16px 72px;
    padding: 32px;
  }
  .story .container {
    padding: 0;
  }
  .story__inner {
    gap: 32px;
    margin: 0;
  }
  .story__info-logo {
    width: 134px;
    margin-bottom: 20px;
  }
  .story__info-title {
    font-size: 28px;
    line-height: 36px;
  }
  .story__info-title span {
    display: block;
  }
  .story__info-text {
    margin-bottom: 20px;
  }
  .story__info-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .story__picture {
    height: 313px;
  }

  .cases__nav-list {
    flex-direction: column;
  }
  .cases__nav-list li {
    width: 100%;
  }
  .cases__nav-list li button {
    width: 100%;
    text-align: center;
  }
  .cases__box {
    gap: 32px;
  }
  .cases__item {
    width: 100%;
  }
  .cases__item-link {
    font-size: 16px;
    line-height: 24px;
  }

  .cta {
    padding-bottom: 72px;
  }
  .cta__inner {
    padding: 32px 16px;
  }
  .cta__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    max-width: 300px;
  }
  .cta__btn {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
