/* ---------GENERAL------------- */

._title_section {
  max-width: 700px;
  margin-bottom: 50px;
}

.subtitle-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 13px;
  margin-bottom: 20px;
}

.line {
  width: 48px;
  height: 1px;
  background-color: #000;
}
.subtitle {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}

._bg_cta_finblick {
  position: relative;
  background: url(https://finblick.com/wp-content/themes/cloudwharf_new/assets/landing_quotes/img/bg_cta.jpg);
  background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
}

._bg_shadow._v2 {
  background: #408385;
  opacity: 75%;
}

.deco_1,
.deco_2 {
  position: absolute;
}

/* ---------HERO section------------- */

.hero .container {
  position: relative;
}
.hero ._title_section {
  margin: 0 0 30px 0;
  text-align: left;
}

.hero .breadcrumbs_list {
  padding-left: 0;
}

.hero-title {
  line-height: 117%;
  letter-spacing: -0.03em;
}

.hero ._title_section p {
  line-height: 150%;
}

.hero-content {
  position: relative;
  margin-bottom: 30px;
}

.hero-content li {
  display: flex;
  align-items: start;
  margin-bottom: 5px;
}

.hero-content li::before {
  height: 18px;
}

.hero ._buttons_section {
  position: relative;
  text-align: left;
}

.hero ._buttons_section button {
  min-width: 200px;
  letter-spacing: -0.01em;
}

._fixed_height .partners-block {
  position: absolute;
  right: 0;
  top: 40px;
}
.logo_partners_box {
  gap: 30px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.partners-block .logo_partners_box:has(.line) {
  position: relative;
}

.partners-block .logo_partners_box .line {
  width: 1px;
  height: 65px;
  background-color: #fff;
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  left: 50%;
  border: 1px dashed #a8a8a8;
}

@media (max-width: 992px) {
  ._title_section._v2 {
    max-width: 380px;
  }

  ._title_section h1 {
    font-size: 44px;
  }
}

@media (max-width: 768px) {
  .bg-img-wrap {
    background-position-x: 40%;
  }
  ._title_section._v2 {
    max-width: 290px;
  }
  .hero-content li {
    margin: 0;
  }

  ._title_section h1 {
    font-size: 32px;
  }
  .hero ._title_section p {
    font-size: 16px;
  }

  ._fixed_height .partners-block {
    top: auto;
    bottom: -100px;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  ._fixed_height .logo_partners_box img {
    height: 50px;
  }
  ._fixed_height .logo_partners_box {
    gap: 20px;
    padding: 10px 15px;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .partners-block .logo_partners_box .line {
    opacity: 50%;
  }

  .logo_partners_box,
  .hero .partners-block {
    gap: 0;
  }

  ._fixed_height .logo_partners_box {
    border-radius: 0;
  }
  .logo_partners_box._v1 {
    border-radius: 20px 0 0 20px;
  }
  .logo_partners_box._v2 {
    border-radius: 0 20px 20px 0;
  }
}

@media (max-width: 576px) {
  .line {
    display: none;
  }
  .subtitle {
    font-size: 13px;
  }

  .bg-img-wrap {
    background-position-x: 44%;
  }

  .deco_1.deco_,
  .deco_2.deco_ {
    display: none !important;
  }

  .reviews-section {
    padding: 45px 0 45px;
  }
}

/* ---------Reviews section------------- */
.reviews-section {
  padding: 65px 0 100px;
  background: #fff;
}
.reviews-section .container {
  position: relative;
}
.reviews-section .deco_2 {
  left: 15px;
  top: -81px;
}
.reviews-section .deco_1 {
  right: -3px;
  bottom: -109px;
}
.reviews-section .col {
  padding: 0;
}
.reviews-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.reviews-slider .slick-dots {
  bottom: -45px;
}

.reviews__elem-wrap {
  padding: 15px;
}

.reviews__elem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 900px;
  border-radius: 20px;
  padding: 55px 30px 45px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  line-height: 165%;
  font-size: 18px;
  color: #000;
}

.reviews__elem::before {
  /* content: url(./img/svg/quotation_marks.svg); */
  position: absolute;
  height: 64px;
  transform: translate(-50%, -50%);
  top: 5px;
  left: 52px;
}

.review-user {
  display: flex;
  gap: 15px;
  margin-left: auto;
  text-align: right;
}

.review-user-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.review-user-info p {
  margin: 0;
}
.review-user__subtitle {
  font-size: 14px;
  line-height: 130%;
  color: #696969;
}
.review-user-img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  overflow: hidden;
  flex: 0 0 auto;
}

.review-user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.reviews-section ._buttons_section {
  margin-top: 45px;
}
.reviews-section ._buttons_section p {
  line-height: 165%;
  letter-spacing: -0.01em;
  margin-top: 15px;
}
.reviews-section .partners-block {
  width: 190px;
  margin: 0 auto;
}
.reviews-section .logo_partners_box {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .reviews__elem {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .review__text {
    font-size: 16px;
  }
  .reviews__elem {
    width: auto;
  }
}

@media (max-width: 576px) {
  .reviews-section .col {
    padding: 0 15px;
  }
}
