.section.d-5 {
  padding-top: 12rem;
}
.section.d-5 .content {
  margin-top: 4rem;
}
@media only screen and (min-width: 968px) {
  .section.d-5 .content {
    margin-top: 0;
    padding-top: 2rem;
  }
}
.section.d-5 .swiper.swiper__d-5 .swiper-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.section.d-5 .swiper.swiper__d-5 .swiper-slide {
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section.d-5 .swiper.swiper__d-5 .swiper-slide {
    width: 48.4%;
  }
}
.section.d-5 .news__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0rem 0rem 20px rgba(94, 98, 120, 0.02);
  border-radius: 3.6rem;
}
.section.d-5 .news__card:hover {
  box-shadow: 0rem 0rem 3rem rgba(94, 98, 120, 0.1), 0rem 0rem 2rem rgba(94, 98, 120, 0.02);
}
.section.d-5 .news__card:hover .card__header::before {
  width: 100%;
}
.section.d-5 .card__header .img__wrap {
  height: 19.2rem;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  .section.d-5 .card__header .img__wrap {
    height: 20rem;
  }
}
@media only screen and (min-width: 768px) {
  .section.d-5 .card__header .img__wrap {
    height: 21rem;
  }
}
.section.d-5 .card__header img {
  height: 100%;
  object-fit: cover;
}
.section.d-5 .card__header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0.4rem;
  background-color: #5A4FDB;
  transition: all 0.2s linear;
  z-index: 2;
}
.section.d-5 .card__body {
  display: flex;
  flex-direction: column;
  padding: 3.2rem 3.2rem 0;
  height: 16rem;
  overflow: hidden;
}
.section.d-5 .card__description {
  margin-top: 0.8rem;
  opacity: 0.7;
  font-size: 1.4rem;
}
.section.d-5 .card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 3.2rem;
  justify-self: flex-end;
  flex: 1 0 auto;
}
.section.d-5 .news__date {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #2C294B;
  opacity: 0.4;
}
.section.d-5 .arrow__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1.5rem;
  height: auto;
}
.section.d-5 .btn__wrap {
  padding-top: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section.d-5 .btn__wrap .btn {
  margin-top: 4rem;
}

.breadcrumbs__wrap .last {
  max-width: 50vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 480px) {
  .breadcrumbs__wrap .last {
    max-width: 55vw;
  }
}
@media only screen and (min-width: 600px) {
  .breadcrumbs__wrap .last {
    max-width: 60vw;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumbs__wrap .last {
    max-width: 70vw;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumbs__wrap .last {
    max-width: none;
    white-space: normal;
  }
}

.article {
  padding-top: 4rem;
}
.article .container {
  max-width: 100.4rem;
}
.article .title {
  margin-bottom: 2.4rem;
  font-weight: 600;
  line-height: 110%;
  font-size: 3.6rem;
}
@media only screen and (min-width: 768px) {
  .article .title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 968px) {
  .article .title {
    font-size: 4.4rem;
  }
}
.article .title__wrap {
  margin-bottom: 2rem;
}
.article__date {
  font-size: 1.8rem;
  line-height: 1.2;
  opacity: 0.4;
}
.article__image {
  margin: 0 auto;
}
.article__block {
  margin-bottom: 4.8rem;
}
.article__block-quote {
  padding: 1.6rem 0;
}
@media only screen and (min-width: 768px) {
  .article__block-quote {
    padding: 2rem 0;
  }
}
.article__block h2,
.article__block h3 {
  margin-top: 4.8rem;
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
}
.article__block p,
.article__block li,
.article__block a {
  font-size: 1.8rem;
  line-height: 160%;
}
.article__block p:not(:last-of-type) {
  margin-bottom: 1rem;
}
.article__block a {
  color: #5A4FDB;
}
.article__block a:hover {
  text-decoration: underline;
}
.article__block ul, .article__block ol {
  margin: 2.4rem 0;
}
.article__block ol {
  list-style: none;
  counter-reset: myCounter;
}
.article__block ol li:before {
  display: inline-block;
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #5A4FDB;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
}
.article__block li {
  padding-left: 3.6rem;
  margin-bottom: 1.6rem;
}
.article__block ul li:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #5A4FDB;
  position: absolute;
  top: calc(50% - 0.4rem);
  left: 1.2rem;
}
.article .caption {
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 1.2rem;
  line-height: 160%;
  font-style: italic;
}
.article .video__block {
  padding-top: 55%;
  position: relative;
}
.article .videoIframe, .article .videoPoster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.article .videoIframe {
  bottom: 0;
  right: 0;
  background-color: transparent;
}
.article .videoPoster {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.article .videoPoster:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.article .videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../../img/video-arrow.svg") no-repeat center/contain;
  border-radius: 50%;
  opacity: 0.7;
  transition: 0.3s;
  z-index: 2;
}
.article .videoPoster:hover {
  cursor: pointer;
}
.article .videoPoster:focus:before, .article .videoPoster:hover:before {
  opacity: 0.85;
}
.article .videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.article__author {
  padding-bottom: 0.8rem;
  width: 100%;
  font-size: 1.4rem;
  line-height: 160%;
  font-style: italic;
}
.article__quote {
  padding: 4.4rem 2.4rem;
  border: 0.6rem solid rgba(90, 79, 219, 0.05);
}
.article__quote:before, .article__quote:after {
  display: inline-block;
  color: #FFC700;
  position: absolute;
  width: 5.1rem;
  height: 3.2rem;
  background: url("../../img/quote-start.svg") no-repeat center/contain;
}
@media only screen and (min-width: 768px) {
  .article__quote:before, .article__quote:after {
    width: 6.4rem;
    height: 4rem;
  }
}
.article__quote:before {
  content: "";
  top: -1.6rem;
  left: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .article__quote:before {
    top: -2rem;
    left: 3.2rem;
  }
}
.article__quote:after {
  content: '"';
  bottom: -1.6rem;
  right: 2.5rem;
  transform: rotate(-180deg);
}
@media only screen and (min-width: 768px) {
  .article__quote:after {
    bottom: -2rem;
    right: 3.2rem;
  }
}
.article__quote-text {
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .article__quote-text {
    font-size: 2rem;
  }
}
.article__quote-author, .article__quote-note {
  display: block;
  margin-top: 2rem;
  font-style: italic;
  font-size: 1.4rem;
}
.article__quote-note {
  margin-top: 3.2rem;
}
.article__slider .swiper-wrapper {
  margin-bottom: 2.4rem;
  height: 23.2rem;
}
@media only screen and (min-width: 600px) {
  .article__slider .swiper-wrapper {
    height: 29rem;
  }
}
@media only screen and (min-width: 768px) {
  .article__slider .swiper-wrapper {
    height: 34rem;
  }
}
.article__slider-img {
  height: 100%;
  background: rgba(230, 229, 244, 0.3);
}
.article__slider img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  width: auto;
  height: 100%;
}
.article__slider .swiper-pagination {
  max-width: none;
}
.article__social {
  border-top: 0.1rem solid rgba(90, 79, 219, 0.3);
  padding-top: 1.7rem;
  display: flex;
  justify-content: flex-end;
}
.article__social-title {
  margin-right: 1.6rem;
  font-size: 1.2rem;
  line-height: 180%;
  color: rgba(44, 41, 75, 0.8);
}
.article__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.article__social-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.article__social-icon img {
  height: 100%;
  object-fit: contain;
}
.article__social .copy-text {
  position: absolute;
  bottom: -3.2rem;
  left: -4rem;
  width: 7rem;
  padding: 0.5rem 0.2rem;
  background: #2C294B;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (min-width: 1024px) {
  .article__social .copy-text {
    padding: 0.5rem;
    width: 10rem;
    font-size: 1.2rem;
    bottom: -3.5rem;
  }
}
.article__social .copy-text:before {
  display: block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: #2C294B;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 0.1rem;
  right: 1.4rem;
  z-index: -1;
}
@media only screen and (min-width: 1024px) {
  .article__social .copy-text:before {
    width: 1rem;
    height: 1rem;
    top: 0.2rem;
    right: auto;
    left: calc(50% - 0.5rem);
  }
}
.article__social .copy-text.active {
  visibility: visible;
  opacity: 1;
}

.d-5 .title {
  text-align: center;
  font-weight: 600;
}