.partners {
  overflow: hidden;
  text-align: center;
}
.partners .container {
  overflow: hidden;
}
.partners__slider {
  padding: 30px 0;
  overflow: hidden;
  background-color: var(--light-gray-200);
  border-radius: 16px;
}
.partners__swiper-wrapper {
  align-items: center;
}
.partners__link {
  display: block;
  color: var(--gray-500);
  text-align: center;
}
.partners__link svg {
  width: 100%;
}
.partners__link_disabled {
  cursor: unset;
}
.partners__logo-dark {
  display: none;
}
@media (width <= 768px) {
  .partners {
    margin-bottom: 80px;
  }
  .partners__slider {
    width: calc(100vw + 30px);
    margin-left: -15px;
    padding: 21.5px 0;
  }
}

.trust {
  position: relative;
  padding: 12px 15px;
  color: var(--gray-500);
  font-size: 16px;
  line-height: 20px;
  background-color: var(--light-gray-200);
  border-radius: 12px;
  backdrop-filter: blur(140px);
}
.trust__wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.trust__image {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
}
.trust__image-dark {
  display: none;
}
.trust__rating {
  color: var(--color-invert);
  font-weight: 700;
}
.trust__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.trust__rating {
  pointer-events: none;
}
@media (width <= 768px) {
  .trust {
    padding: 4.5px 12px;
    font-size: 10px;
  }
  .trust__rating {
    font-size: 12px;
  }
  .trust__image img {
    width: 84px;
  }
}

.service-block {
  padding: 20px 28px 24px;
  color: var(--white);
  font-size: 12px;
  background-color: var(--black-700);
  background-image:
    url("../img/service-waves.svg"), url("../img/service-gradient.svg");
  background-size: cover;
  border-radius: 16px;
}
.service-block__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service-block__title {
  position: relative;
  z-index: var(--z-index-second);
  max-width: 120px;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
}
.service-block__image {
  translate: 20px -8px;
}
.service-block__promo {
  width: 100%;
  margin-bottom: 13px;
  color: hsl(from var(--white) h s l/0.8);
  text-transform: uppercase;
}
.service-block__promo strong {
  color: var(--white);
}
.service-block__rows {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: var(--light-gray-200);
  font-weight: 300;
  border-bottom: 0.5px solid var(--high-gray-300);
}
.service-block__row {
  position: relative;
  padding-left: 24px;
}
.service-block__row::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("../img/icons/checks.svg");
  filter: var(--primary-filter);
  translate: 0 -50%;
}
.service-block__bottom {
  color: var(--light-gray-200);
  font-weight: 300;
}
.service-block__toggle {
  display: none;
}
@media (width <= 1200px) {
  .service-block {
    padding: 14px 18px;
    background-image:
      url("../img/service-waves-mobile.svg"),
      url("../img/service-gradient-mobile.svg");
    background-position: right;
    border-radius: 12px;
  }
  .service-block.active .service-block__top {
    margin-bottom: 6px;
  }
  .service-block.active .service-block__content {
    display: block;
  }
  .service-block.active .service-block__toggle {
    rotate: 180deg;
  }
  .service-block.active .service-block__promo {
    margin-bottom: 5px;
  }
  .service-block__top {
    position: relative;
    gap: 5px;
    padding: 0 40px;
  }
  .service-block__content {
    display: none;
    padding: 0 10px;
  }
  .service-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    translate: 0;
  }
  .service-block__title {
    max-width: initial;
    margin-bottom: 0;
    font-size: 16px;
  }
  .service-block__promo {
    margin-bottom: 0;
    color: hsl(from var(--white) h s l/0.72);
    font-size: 9px;
  }
  .service-block__promo strong {
    color: var(--white);
  }
  .service-block__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    display: grid;
    width: 24px;
    height: 24px;
    background-color: hsl(from var(--white) h s l/0.1);
    border-radius: 4.5px;
    place-items: center;
    translate: 0 -50%;
  }
  .service-block__toggle img {
    filter: invert(1);
  }
}

.promo {
  margin-top: 70px;
  margin-bottom: 105px;
}
.promo__container {
  position: relative;
}
.promo__top {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  color: var(--color-invert);
  text-align: center;
}
.promo__title {
  margin-bottom: 20px;
}
.promo__small {
  font-weight: 500;
  font-size: 22px;
}
.promo__light {
  color: #6e7277;
  font-weight: 300;
  font-size: 18px;
}
.promo__block {
  position: absolute;
  top: 190px;
  right: 15px;
}
.promo__swiper {
  width: 286px;
}
.promo__trust {
  margin-top: 10px;
}
@media (width <= 1200px) {
  .promo__swiper {
    width: 100%;
  }
  .promo__block {
    position: static;
  }
}
@media (width <= 768px) {
  .promo {
    margin-top: 42px;
    margin-bottom: 20px;
  }
  .promo__block {
    margin-bottom: 20px;
  }
  .promo__title {
    margin-bottom: 12px;
  }
  .promo__swiper {
    width: 100%;
  }
}

.questions__items {
  display: grid;
  gap: 8px;
}
.questions__item {
  position: relative;
  padding: 27px 30px;
  color: var(--color-invert);
  background-color: var(--bg);
  border: 1px solid var(--silver-gray-400);
  border-radius: 16px;
}
.questions__item[open] {
  color: var(--bg);
  background-color: var(--color-invert);
}
.questions__item[open] .questions__button {
  margin-bottom: 10px;
}
.questions__item[open] .questions__toggle {
  background-color: var(--bg);
}
.questions__item[open] .questions__toggle::after {
  background-image: url("../img/icons/minus.svg");
  filter: none;
}
.questions__item a {
  color: var(--primary);
  font-weight: 600;
}
.questions__button {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  cursor: pointer;
}
.questions__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-color: var(--color-invert);
  border-radius: 12px;
  translate: 0 -50%;
}
.questions__toggle:hover {
  background-color: #39393a;
}
.questions__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/icons/plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  filter: invert(1);
  translate: -50% -50%;
}
.questions__toggle:active {
  background-color: var(--black-700);
}
@media (width <= 768px) {
  .questions__item {
    padding: 17px 15px;
  }
  .questions__button {
    padding-right: 50px;
  }
}

.news .swiper-slide-active .partners__link {
  border: 1px solid var(--bg);
  opacity: 1;
}
.news .partners__link {
  display: grid;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 7px 14.5px;
  border-radius: 8px;
  opacity: 0.24;
  place-items: center;
}
.news .partners__link:hover {
  opacity: 1;
}
.news .partners__link img:not(.partners__logo):not(.partners__logo-dark) {
  filter: invert(1);
}
.news__sliders {
  color: var(--bg);
  background-color: var(--color-invert);
  border-radius: 16px;
}
.news__top-slider {
  padding: 40px 0 24px;
}
.news__slider-outer {
  padding: 25px 55px 40px;
}
.news__prev:hover,
.news__prev.active,
.news__next:hover,
.news__next.active {
  filter: invert(1);
}
.news__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.news__link {
  color: var(--bg);
  font-size: 18px;
  font-style: normal;
  text-decoration: underline;
}
.news__link:hover {
  color: var(--bg);
  text-decoration: none;
}
.news__date {
  color: var(--gray-500);
  font-size: 14px;
}
.news__quote {
  max-width: 800px;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 48px;
  hyphens: auto;
  border: none;
}
@media (width <= 768px) {
  .news .swiper-slide-active .partners__link {
    height: 40px;
    padding: 0 10px;
  }
  .news__slider-outer {
    padding: 25px;
  }
  .news__info {
    margin-bottom: 20px;
  }
  .news__quote {
    font-size: 32px;
  }
  .news__top-slider {
    padding: 20px 0;
  }
  .news__top-slider .partners {
    margin-bottom: 0;
  }
}

.reviews .rating__item {
  width: 20px;
  height: 20px;
}
.reviews .rating__item img {
  width: initial;
}
.reviews .swiper-pagination-progressbar {
  background-color: var(--light-gray-200);
}
.reviews .swiper-pagination-progressbar-fill {
  background-color: var(--black-700);
}
.reviews__slider {
  margin-bottom: 20px;
}
.reviews__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 24px;
}
.reviews__item {
  display: grid;
  height: 100%;
  padding: 30px;
  color: var(--color-invert);
  background-color: var(--bg);
  border: 1px solid var(--silver-gray-400);
  border-radius: 16px;
}
.reviews__name {
  display: block;
  margin-bottom: 20px;
  color: inherit;
  text-decoration: none;
}
.reviews__rating {
  margin-bottom: 40px;
}
.reviews__title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
}
.reviews__text {
  display: -webkit-box;
  min-height: 93px;
  margin-bottom: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.reviews__bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  color: var(--gray-500);
  font-size: 12px;
  text-transform: uppercase;
}
.reviews__bottom_justify {
  justify-content: space-between;
}
.reviews__with-pagination {
  margin-bottom: 70px;
}
.reviews__read-more {
  color: var(--primary);
  text-transform: uppercase;
  text-decoration: underline;
}
.reviews__read-more:hover {
  text-decoration: none;
}
@media (width <= 768px) {
  .reviews__top {
    margin-bottom: 35px;
  }
  .reviews__item {
    padding: 25px 24px;
  }
  .reviews__title {
    margin-bottom: 10px;
  }
  .reviews__text {
    min-height: initial;
    margin-bottom: 65px;
  }
  .reviews__partner {
    text-decoration: underline;
  }
  .reviews__slider {
    margin-bottom: 16px;
    padding-bottom: 24px;
  }
}

.about__top {
  max-width: 686px;
  margin-right: auto;
  margin-left: auto;
}
.about__small {
  max-width: 456px;
  margin-right: auto;
  margin-left: auto;
}
.about__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.about__item {
  display: grid;
  gap: 20px;
  padding: 30px;
  padding-bottom: 35px;
  background-color: var(--bg);
  border: 1px solid var(--silver-gray-400);
  border-radius: 16px;
  place-items: center;
}
.about__name {
  color: var(--color-invert);
  font-weight: 600;
  font-size: 42px;
}
.about__text {
  max-width: 126px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (width <= 768px) {
  .about__items {
    gap: 24px;
  }
}

.popular-pairs__wrapper {
  padding: 65px;
  padding-bottom: 35px;
  background-color: var(--color-invert);
  border-radius: 16px;
}
.popular-pairs__top {
  margin-bottom: 50px;
}
.popular-pairs__inner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popular-pairs__custom-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 20px;
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}
.popular-pairs__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 20px;
  content-visibility: auto;
  contain-intrinsic-size: 1000px;
}
@media (768px <= width <= 1480px) {
  .popular-pairs__items {
    grid-auto-columns: minmax(245px, 1fr);
    grid-auto-flow: column;
    padding-bottom: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: var(--primary) var(--color-invert);
    contain-intrinsic-size: 245px;
  }
}
.popular-pairs__item {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 20px;
  color: var(--graphite-800);
  background-color: var(--bg);
  border-radius: 16px;
}
.popular-pairs__item_border {
  border: 1px solid var(--silver-gray-400);
}
.popular-pairs__icon {
  min-width: 28px;
  min-height: 28px;
  background-size: 28px;
}
.popular-pairs__icon:nth-child(2) {
  position: relative;
  left: -10px;
}
.popular-pairs__row {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
}
.popular-pairs__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
}
.popular-pairs__prop {
  color: var(--gray-500);
}
.popular-pairs__middle {
  font-weight: 300;
  font-size: 18px;
}
.popular-pairs__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
}
.popular-pairs__info p {
  margin: 0;
  font-weight: 600;
}
.popular-pairs__info p span {
  font-weight: 400;
}
.popular-pairs__change_green {
  color: var(--light-green);
}
.popular-pairs__change_red {
  color: var(--red);
}
.popular-pairs__with-rate {
  display: grid;
  gap: 5px;
}
.popular-pairs__rate-text {
  color: var(--gray-500);
  text-transform: capitalize;
}
.popular-pairs__price {
  font-weight: 600;
}
.popular-pairs__link {
  margin-top: auto;
}
@media (width <= 768px) {
  .popular-pairs {
    position: relative;
    padding-bottom: 0;
  }
  .popular-pairs__top {
    margin-bottom: 25px;
  }
  .popular-pairs__inner-top {
    justify-content: center;
  }
  .popular-pairs__wrapper {
    position: relative;
    padding: 38px 25px;
    padding-bottom: 100px;
  }
  .popular-pairs__items {
    grid-template-columns: 1fr;
  }
}
@media (width <= 768px) and (width <= 1480px) {
  .popular-pairs__items {
    grid-template-columns: unset;
  }
}
@media (width <= 768px) {
  .popular-pairs__button {
    bottom: 30px;
    width: calc(100% - 50px);
  }
}

.steps__top {
  max-width: 546px;
  margin-right: auto;
  margin-bottom: 55px;
  margin-left: auto;
}
.steps__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
  gap: 20px;
  align-items: flex-start;
}
.steps__item {
  display: grid;
  gap: 30px;
  place-items: center;
}
.steps__desc {
  padding: 0 20px;
  background-color: var(--bg);
}
.steps__number {
  margin-bottom: 5px;
  color: var(--color-invert);
  font-weight: 600;
  font-size: 22px;
}
.steps__image-dark {
  display: none;
}
@media (width <= 768px) {
  .steps.is-active .steps__scroll-section {
    overflow: hidden;
  }
  .steps.is-active .steps__scroll-wrapper {
    height: calc(100vh + 60px);
  }
  .steps.is-active .steps__items {
    gap: 0;
  }
  .steps.is-active .steps__item {
    position: absolute;
    z-index: 0;
    display: block;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
  }
  .steps.is-active .steps__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 95%;
    background-color: var(--white);
  }
  .steps.is-active .steps__item img {
    position: relative;
    z-index: 2;
    height: 70vh;
    margin-bottom: 10px;
    object-fit: contain;
  }
  .steps.is-active .steps__item:nth-child(1) {
    z-index: 1;
  }
  .steps.is-active .steps__item:nth-child(2) {
    z-index: var(--z-index-second);
  }
  .steps.is-active .steps__item:nth-child(3) {
    z-index: 3;
  }
  .steps.is-active .steps__item:nth-child(4) {
    z-index: 4;
  }
  .steps.is-active .steps__desc {
    position: relative;
    z-index: 2;
  }
  .steps__item {
    text-align: center;
  }
}

.technologies__image {
  position: relative;
  margin-bottom: 60px;
}
.technologies__image:before,
.technologies__image:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  display: block;
  translate: -50% 0;
}
.technologies__image:before {
  width: 720px;
  height: 100px;
  border: 1px solid var(--silver-gray-400);
  border-bottom: none;
  border-radius: 16px 16px 0 0;
}
.technologies__image:after {
  width: 1px;
  height: 103px;
  background-color: var(--silver-gray-400);
}
.technologies__image-inner {
  position: relative;
  z-index: var(--z-index-second);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--color-invert);
  border-radius: 12px;
}
.technologies__image-inner img {
  filter: invert(1);
}
.technologies__top {
  margin-bottom: 55px;
}
.technologies__items {
  z-index: var(--z-index-second);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.technologies__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
  padding-top: 95px;
  background-color: var(--bg);
  border: 1px solid var(--silver-gray-400);
  border-radius: 16px;
}
.technologies__item:before,
.technologies__item:after {
  content: "";
  position: absolute;
  left: 50%;
  display: block;
  translate: -50% 0;
}
.technologies__item:before {
  top: 30px;
  width: 42px;
  height: 42px;
  background-color: var(--primary);
  border-radius: 8px;
}
.technologies__item:after {
  top: 37px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
}
.technologies__item:first-child:after {
  background-image: url("../img/icons/instant.svg");
}
.technologies__item:nth-child(2):after {
  background-image: url("../img/icons/stability.svg");
}
.technologies__item:nth-child(3):after {
  background-image: url("../img/icons/tracking.svg");
}
.technologies__name {
  color: var(--color-invert);
  font-weight: 500;
  font-size: 22px;
}
.technologies__text {
  min-height: 92px;
  margin-bottom: 15px;
}
.technologies__tag {
  display: inline-flex;
  align-self: flex-start;
  margin-top: auto;
  padding: 5px 21px;
  color: var(--primary);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--light-gray-200);
  border-radius: 6px;
}
@media (width <= 768px) {
  .technologies_pass .technologies__image {
    position: static !important;
  }
  .technologies_pass .technologies__item:last-child {
    opacity: 1 !important;
  }
  .technologies.is-active {
    position: relative;
    margin-bottom: -260px;
  }
  .technologies.is-active .technologies__image {
    position: sticky;
    top: 60px;
  }
  .technologies.is-active .technologies__image:before {
    display: none;
  }
  .technologies.is-active .technologies__scroll-section {
    overflow: hidden;
  }
  .technologies.is-active .technologies__scroll-wrapper {
    height: 700px;
  }
  .technologies.is-active .technologies__items {
    gap: 0;
  }
  .technologies.is-active .technologies__item {
    position: absolute;
    width: 100%;
    overflow: hidden;
  }
  .technologies.is-active .technologies__item:nth-child(1) {
    z-index: 1;
  }
  .technologies.is-active .technologies__item:nth-child(2) {
    z-index: var(--z-index-second);
  }
  .technologies.is-active .technologies__item:nth-child(3) {
    z-index: 3;
  }
  .technologies.is-active .technologies__text {
    margin-bottom: 0;
  }
  .technologies.is-active .technologies__tag {
    padding: 5px 19px;
  }
  .technologies__image:before {
    display: none;
  }
}

.features__top {
  margin-bottom: 55px;
}
.features__swiper-wrapper {
  padding-bottom: 60px !important;
}
.features__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.features__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 30px;
  padding-top: 80px;
  color: var(--white);
  background-color: var(--color-invert);
  border-radius: 16px;
}
.features__item:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
}
.features__item_shield:before {
  background-image: url("../img/icons/shield.svg");
}
.features__item_crypto:before {
  background-image: url("../img/icons/crypto.svg");
}
.features__item_disc:before {
  background-image: url("../img/icons/disc.svg");
}
.features__item_lightning:before {
  background-image: url("../img/icons/lightning.svg");
}
.features__item_rocket:before {
  background-image: url("../img/icons/rocket.svg");
}
.features__item_planet:before {
  background-image: url("../img/icons/planet.svg");
}
.features__item_person:before {
  background-image: url("../img/icons/person.svg");
}
.features__name {
  color: var(--bg);
  font-weight: 500;
  font-size: 22px;
}
@media (width <= 768px) {
  .features__top {
    margin-top: 25px;
  }
}

.choose__wrapper {
  min-height: 758px;
  padding-top: 60px;
  background-color: var(--color-invert);
  background-image: url("../img/choose/choose-bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
}
.choose__container {
  position: relative;
  min-height: 758px;
}
.choose__image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.choose__content {
  max-width: 480px;
}
.choose__title {
  margin-bottom: 20px;
  color: var(--bg);
}
.choose__text {
  margin-bottom: 30px;
  color: var(--silver-gray-400);
}
.choose__link {
  display: inline-grid;
  min-width: 258px;
  margin-bottom: 40px;
  place-items: center;
}
.choose__shield {
  display: inline-flex;
  flex-direction: column;
  gap: 18px;
  padding: 20px 32px;
  color: var(--bg);
  font-weight: 600;
  font-size: 18px;
  background-color: hsl(from var(--primary) h s l/0.16);
  border: 1px solid hsl(from var(--white) h s l/0.16);
  border-radius: 12px;
}
.choose__shield div {
  position: relative;
  padding-left: 25px;
}
.choose__shield div:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  filter: invert(1);
  translate: 0 -50%;
}
.choose__shield div:first-child:before {
  background-image: url("../img/choose/stack.svg");
}
.choose__shield div:nth-child(2):before {
  background-image: url("../img/choose/person.svg");
}
.choose__shield div:nth-child(3):before {
  background-image: url("../img/choose/hand.svg");
}
.choose__mobile-link {
  display: none;
}
@media (width <= 768px) {
  .choose__container {
    background-position: center bottom;
    background-size: 90%;
  }
  .choose__top {
    position: relative;
    text-align: left;
  }
  .choose__mobile-link {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 8px;
  }
  .choose__wrapper {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: none;
  }
  .choose__title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .choose__shield,
  .choose__link {
    width: 100%;
  }
  .choose__link {
    margin-bottom: 10px;
  }
  .choose__shield {
    margin-bottom: 40px;
    padding: 20px 40px;
  }
  .choose__image {
    position: static;
    max-width: 100%;
  }
  .choose__text {
    margin-bottom: 20px;
  }
}

.partner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 40px;
  background-image: url("../img/partner-bg.avif");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
.partner__content {
  max-width: 630px;
}
.partner__title,
.partner__text {
  color: var(--white);
}
.partner__title {
  max-width: 630px;
  font-size: 40px;
}
.partner__text {
  max-width: 440px;
  color: var(--light-gray-200);
  font-size: 12px;
}
.partner__link {
  align-self: flex-start;
}
@media (width <= 768px) {
  .partner__wrapper {
    align-items: center;
    padding: 20px;
    padding-top: 254px;
    text-align: center;
    background-image: url("../img/partner-mobile-bg.avif");
    background-position: center;
  }
  .partner__title {
    font-size: 28px;
  }
  .partner__link {
    align-self: center;
  }
}

.post-view {
  display: flex;
  flex: 1 1 calc(50% - 22px);
  flex-direction: column;
  max-width: calc(50% - 22px);
  overflow: hidden;
  color: var(--color-invert);
  text-decoration: none;
  border: 1px solid var(--silver-gray-400);
  border-radius: 16px;
}
.post-view__post-cover {
  position: relative;
}
@media (width < 1100px) {
  .post-view {
    max-width: calc(50% - 11px);
  }
}
@media (width < 900px) {
  .post-view {
    flex: auto;
    max-width: none;
  }
}
.post-view__post-cover__bg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.post-view__post-cover__link {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 32px;
}
.post-view__description {
  padding: 0 16px 24px 16px;
}
.post-view__description__date-time {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 10px 0;
}
.post-view__description__date-time__read {
  display: flex;
  gap: 8px;
  align-items: center;
  color: var(--primary);
  font-size: 12px;
  text-transform: uppercase;
}
.post-view__description__date-time__read img {
  width: 16px;
  filter: var(--primary-filter);
}
.post-view__description time {
  color: var(--gray-500);
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}
.post-view__description p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.light-theme-bg {
  background: var(--white);
}
.light-theme-bg p {
  color: var(--black-700);
}

.text-info {
  margin-bottom: 30px;
  color: var(--gray-500);
}
.text-info__item[open] .text-info__toggle {
  rotate: 180deg;
}
.text-info__button {
  position: relative;
  padding: 16px 0;
  padding-right: 50px;
  font-weight: 600;
}
.text-info__text {
  line-height: 1.4;
}
.text-info__toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--light-gray-200);
  border-radius: 6px;
  translate: 0 -50%;
}
.text-info__toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url("../img/icons/down.svg");
  background-repeat: no-repeat;
  background-position: center;
  translate: -50% -50%;
}
.text-info__link {
  color: var(--gray-500);
}
.text-info__link_primary {
  color: var(--primary);
}
@media (width <= 768px) {
  .text-info {
    margin-bottom: 10px;
  }
}

.blog-index__all {
  text-transform: lowercase;
}
.blog-index__all span {
  display: inline-block;
}
.blog-index__all span::first-letter {
  text-transform: uppercase;
}
.blog-index .post-view {
  max-width: 100%;
}
.blog-index .post-view__description p {
  min-height: 79px;
  -webkit-line-clamp: 3;
}

@media (width <= 768px) {
  .index-page__promo {
    margin-top: -16px;
    margin-bottom: 84px;
  }
}

.full-review-popup .reviews__read-more {
  opacity: 0;
  pointer-events: none;
}
.full-review-popup .reviews__text {
  display: block;
}
.full-review-popup__wrapper {
  min-width: 560px;
  max-width: 560px;
}
@media (width <= 768px) {
  .full-review-popup__content {
    position: relative;
  }
  .full-review-popup .reviews__date {
    position: absolute;
    top: 2px;
    right: 0;
  }
}
