
._bg_cta_finblick {
  background: url(img/bg_cta.jpg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  background-position: center center;
  background-repeat: no-repeat;
}

.features-content-section .container{ z-index: 1;}

._bg_shadow._v2{background: #408385; opacity: 75%;}

/* ---------GENERAL------------- */
.quotes ._title_section._v2 {
max-width: 500px;
}

.quotes ._title_section {
  max-width: 700px;
  margin-bottom: 50px;
}
/*
.quotes ._title_section p {
  font-size: 18px;
}
*/

.quotes .subtitle-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 13px;
  margin-bottom: 20px;
}
.quotes .line {
  width: 48px;
  height: 1px;
  background-color: #000;
}
.quotes .subtitle {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
/*
.quotes ._buttons_section .btn {
  min-width: auto;
  font-size: 22px;
  line-height: 165%;
  letter-spacing: -0.01em;
}
  */
/* ---------HERO section------------- */
.hero .container {
  position: relative;
}
.quotes .bg-img-wrap {
  overflow: hidden;
  top: 0;
}
.quotes .bg-img-wrap,
.bg-img-wrap img {
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.bg-img-wrap img {
  object-fit: cover;
  object-position: center top;
}

.bg-img-wrap{
  background-image: url(img/hero_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}


.quotes ._fixed_height {
  min-height: 650px;
  padding: 60px 0 165px 0;
}
.hero ._title_section {
  margin: 0 0 30px 0;
  text-align: left;
}
.quotes .breadcrumbs_list {
  color: #fff;
  padding-left: 0;
}
.quotes .breadcrumbs_list span {
  color: #fff;
}
.hero-title {
  line-height: 117%;
  letter-spacing: -0.03em;
}
.hero ._title_section p {
  font-size: 18px;
  line-height: 150%;
}
.hero-content {
  position: relative;
  margin-bottom: 30px;
}
.hero-content li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}
.hero-content li::before {
  content: url(./img/svg/check-list-style.svg);
  height: 18px;
}
.hero ._buttons_section {
  position: relative;
  text-align: left;
}
.hero ._buttons_section button {
  min-width: 200px;
  letter-spacing: -0.01em;
}
.hero .partners-block {
  position: absolute;
  right: 0;
  top: 40px;
}
.quotes .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) {
  .quotes .logo_partners_box img {
    height: revert-layer;
    width: revert-layer;
  }
}
/* ---------Video section------------- */
.video-section {
  margin-top: -155px;
  padding-top: 0;
  padding-bottom: 15px;
}
.video-section .container {
  position: relative;
}
.video-section .deco_2 {
  position: absolute;
  left: 15px;
  top: 140px;
}
.video-section .deco_1 {
  position: absolute;
  right: 24px;
  bottom: -26px;
}
.video-section .screen-wrap {
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 35px 0 rgba(62, 89, 130, 0.15);
  background: #fff;
  width: 890px;
  margin: 0 auto 55px auto;
}
.video-section ._buttons_section {
  font-size: 20px;
}
/*
.video-section ._buttons_section .btn {
  font-size: 20px;
}
*/
@media (max-width: 991px) {
  .video-section .screen-wrap {
    width: 100%;
  }
}
/* ---------Features section------------- */
.features-section {
  padding-top: 0;
}
.features-title-section {
  background: #dbf4f1;
  padding: 80px 0 280px;
}
.features-title-section ._title_section {
  margin-bottom: 0;
}
.features-title-section .title {
  margin: 0 -75px;
}
@media (max-width: 992px) {
  .features-title-section .title {
    margin: 0;
  }
}
.features-content-section {
  margin-top: -230px;
  margin-bottom: -400px;
}
.features-content-section .container {
  position: relative;
}
.features-content-section .deco_2 {
  position: absolute;
  right: 16.7%; /* 200/1200 */
  bottom: 36.12%; /* 570/1578 */
  z-index: 2;
}
.features-content-section .deco_1 {
  position: absolute;
  left: 17.75%; /* 213/1200 */
  top: 24.4%; /* 385/1578 */
  z-index: 2;
}
.features-list {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.features-list__item {
  display: flex;
  align-items: flex-start;
}
.features-list__note {
  position: relative;
  margin-right: -70px;
  /*margin-top: -55px;*/
  border-radius: 20px;
  padding: 90px 120px 60px 45px;
  background: #fff6db;
  line-height: 165%;
}
.features-list__note.green {
  background: #dbf4f1;
}
.features-list__note.purple {
  background: #e7e3fa;
}
.features-list__note-icon {
  position: absolute;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  top: -33px;
  left: 45px;
}
.features-list__item:nth-child(2n) .features-list__note {
  padding: 90px 45px 60px 120px;
  order: 2;
  margin-left: -70px;
  margin-right: 0;
  text-align: right;
}
.features-list__item:nth-child(2n)
  .features-list__note
  .features-list__note-icon {
  top: -33px;
  right: 45px;
  left: auto;
}
.features-list__note-title {
  font-size: 24px;
  font-weight: 700;
}
.features-list__note-description {
  /* font-size: 18px; */
}
.features-list__img-wrap {
  flex: 0 0 auto;
  z-index: 1;
  width: 764px;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 35px 0 rgba(62, 89, 130, 0.15);
  margin-top: 50px;
}
.features-list__img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  .features-list__img-wrap {
    width: 600px;
  }
}
@media (max-width: 992px) {
  .features-list__img-wrap {
    width: 90%;
    margin-top: -54px;
    align-self: flex-end;
  }
  .features-list__item {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .features-list__note {
    width: 90%;
  }
  .features-list__item:nth-child(2n) .features-list__note {
    order: 0;
    align-self: flex-end;
  }
  .features-list__item:nth-child(2n) .features-list__img-wrap {
    align-self: flex-start;
  }
}
@media (max-width: 767.3px) {
  .features-list__note,
  .features-list__item:nth-child(2n) .features-list__note {
    padding: 90px 45px 60px 45px;
    width: 90%;
  }
  .features-list__note-description {
    font-size: 16px;
  }
}
@media (max-width: 767.3px) {
  .features-list__note {
    width: 90%;
  }
}
.features-cards-section {
  padding: 440px 0 95px;
  position: relative;
  /*background: #74a4a5;*/
}
.features-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.features-cards__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  padding: 45px 75px;
  width: 570px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  /* font-size: 18px; */
  text-align: center;
}
.features-cards__icon {
  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
  width: fit-content;
  margin-bottom: 30px;
  margin-top: -65px;
  background: #fff;  
}
.features-cards__title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  margin-bottom: 5px;
  line-height: 165%;
}
.features-cards__description {
  margin-bottom: 0;
  line-height: 165%;
}
.features-cards-section ._buttons_section {
  margin: 60px auto 0;
}
.features-cards-section ._buttons_section p {
  margin: 15px 0 0;
}
@media (max-width: 1200px) {
  .features-cards {
    gap: 20px;
  }
  .features-cards__item {
    width: 455px;
    padding: 30px;
  }

.features-cards__icon {
  margin-top: -45px;
}

}
@media (max-width: 992px) {
  .features-cards {
    gap: 30px;
  }
  .features-cards__item {
    padding: 45px 75px;
    width: 570px;
  }

  .features-cards__icon {
     margin-top: -65px;
  }

  .features-content-section{
    margin-top: -160px;
  }

  .features-title-section {
    padding-bottom: 260px;
  }

  .quotes ._title_section._v2{
    max-width: 380px;
  }

  .quotes ._title_section h1{ font-size: 44px;}

}
@media (max-width: 768px) {
  .features-cards__item {
    width: 100%;
    padding: 45px;
  }

  .bg-img-wrap{ background-position-x: 40%;}
  .quotes ._fixed_height{ padding-top: 45px;}

  .quotes ._title_section._v2{
    max-width: 290px;
  }

  .hero-content li{ margin: 0;}

  ._fixed_height .partners-block {
    right: 15px;
    left: 15px;
    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%;
  }

  .hero ._buttons_section{ text-align: center;}

  .video-section{
    margin-top: -85px;
  }

  .hero ._buttons_section {
    display: flex;
    gap: 15px;    
  }

  .hero ._buttons_section .btn{
    margin: 0;
    width: 50%;
    min-width: auto;
  }

}

/* ---------Reviews section------------- */
.reviews-section {
  padding: 65px 0 100px;
}
.reviews-section .container {
  position: relative;
}
.reviews-section .deco_2 {
  position: absolute;
  left: 15px;
  top: -81px;
}
.reviews-section .deco_1 {
  position: absolute;
  right: -3px;
  bottom: -109px;
}
.reviews-section .col {
  padding: 0;
}
.reviews-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.reviews-slider .slick-slide {
  height: auto;
}
.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: 370px;
  min-height: 377px;*/

  width: 900px;

  height: 100%;
  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 {
  /* font-size: 18px; */
  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) {
  .reviews__elem {
    width: auto;
  }

  .features-cards__icon img,
  .features-list__note-icon img{
    width: 48px;
    height: 48px;
  }

  .features-cards__icon{
    margin-bottom: 15px;
  }

   .features-list__note{
    padding-top: 60px !important;
   }

   .quotes ._title_section h1{ font-size: 32px;}
   .hero ._title_section p{ font-size: 16px;}

    .quotes .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) {
  .reviews-section .col {
    padding: 0 15px;
  }
  .quotes .line{ display: none;}
  .quotes .subtitle{
    font-size: 13px;
  }

  .bg-img-wrap{ background-position-x: 44%;}

  .features-title-section{ padding-top: 45px;}
  .features-cards-section{ padding-bottom: 45px;}

  .features-list__item:nth-child(2n) .features-list__note,
  .features-list__note,
  .features-list__img-wrap{ width: 100%;}

  .deco_1.deco_,
  .deco_2.deco_{ display: none !important;}

  .reviews-section{ padding: 45px 0 45px;}
  

}




