/* ---------GENERAL------------- */

._buttons_section .btn {
  line-height: 165%;
  letter-spacing: -0.01em;
}

.img-wrapper {
  margin: 0 auto;
}
.img-wrapper img {
  object-fit: cover;
  max-width: 100%;
}

/* ---------HERO section------------- */
.datev .hero.wrapper {
  position: relative;
  background: url(./img/hero-bg-img.jpg) center center no-repeat;
  background-position: calc(50% + 300px) center;
}

.hero ._title_section {
  max-width: 560px;
}
.bg-img-wrap {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  backdrop-filter: blur(15px);
  background: rgba(232, 246, 231, 0.75);
}

.bg-img-wrap img {
  z-index: -1;
  width: 795px;
  height: 723px;
  position: absolute;
}

._fixed_height {
  padding: 55px 0 65px 0;
}

.hero ._title_section p {
  font-size: 18px;
  /* line-height: 150%; */
}

.hero-content li::before {
  /* height: 18px; */
  content: url(https://finblick.com/css/_2024/images/icons/icon-check.svg);
  margin-right: 10px;
  margin-top: 5px;
}

.decorate-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.decorate-block > div {
  position: absolute;
  /* overflow: hidden; */
}

.decorate-block img {
  object-fit: contain;
  /* object-position: left top; */
  width: 100%;
  /* height: 100%; */
  height: auto;
}

.hero .partners-block {
  width: 150px;
}

.logo_partners_box._v2 {
  display: none;
}

.datev-block {
  max-width: 400px;
  aspect-ratio: 1 / 1;
  /* padding: 95px; */
  /* background: #fff; */
  /* border-radius: 37.5%; */
  top: 110px;
  left: calc(50% + 50px);
  /* box-shadow: 0 19px 66px 0 rgba(62, 89, 130, 0.1); */
}

@media (max-width: 991px) {
  .datev-block {
    left: initial;
    right: 0;
    top: 120px;
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  ._fixed_height {
    padding: 30px 0 100px 0;
  }
  ._fixed_height .container {
    display: grid;
  }

  ._fixed_height ._title_section {
    grid-row: 1;
    margin-bottom: 0;
  }
  ._fixed_height .decorate-block {
    display: contents;
  }

  ._fixed_height ._buttons_section {
    margin: 0 0 30px;
  }
  .decorate-block > div {
    position: relative;
  }
  .datev-block {
    grid-row: 2;
    width: 100%;
    max-width: none;
    top: initial;
    bottom: initial;
    right: 0%;
    transform: translate(0%, 0%);
    background: none;
    box-shadow: none;
  }
  ._fixed_height .partners-block {
    top: auto;
    bottom: -100px;
    display: flex;
    justify-content: center;
    width: 100%;
    right: 0;
    padding: 0 15px;
  }

  ._fixed_height .logo_partners_box img {
    width: auto;
  }

  ._fixed_height .logo_partners_box._v1 img {
    width: 151px;
    object-fit: fill;
  }

  .logo_partners_box._v2 {
    display: flex;
  }

  ._fixed_height .container > * {
    min-width: 0;
  }
}

/* <!-- ------------------------Synchronization SECTION ------------------------- --> */

.synchronization {
  margin-bottom: 80px;
}

.synchronization .container {
  position: relative;
}

.synchronization .deco_2 {
  left: 15px;
  top: -80px;
}

@media (max-width: 767px) {
  .hide_on_mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide_on_desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .synchronization {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .mob_overflow {
    padding: 0 0px 30px;
  }
  .synchronization .mob_overflow img {
    max-width: 160%;
  }
}

/* <!-- ------------------------Transfer SECTION ------------------------- --> */
.transfer {
  margin-bottom: -370px;
  box-shadow: 0 -7px 10px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
}

.transfer ._title_section {
  max-width: 760px;
}

.datev-export {
  max-width: 890px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 35px 0 rgba(62, 89, 130, 0.2);
  background: #fff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .transfer {
    padding-top: 30px;
    margin-bottom: -170px;
  }
}

/* <!-- ------------------------Account determination SECTION ------------------------- --> */

.account-determination {
  background: #f0fbf9;
  padding-top: 450px;
  margin-bottom: -180px;
}

.account-determination ._title_section {
  max-width: 988px;
}

.account-determination .screens {
  max-width: 880px;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 35px 0 rgba(62, 89, 130, 0.2);
  background: #fff;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .account-determination {
    padding-top: 220px;
    margin-bottom: -100px;
  }
}

/* ---------cancellations section------------- */

.cancellations-section {
  background: #fff;
  padding-top: 280px;
}

.cancellations-section .deco_2 {
  bottom: -10px;
  right: 20%;
  z-index: 2;
}

.cancellations-section .deco_1 {
  top: -40px;
  left: 20%;
  z-index: 2;
}

.cancellations-content {
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  gap: 60px;
}
.cancellations-list-wrap {
  max-width: 420px;
}
.cancellations-list-wrap ul li {
  display: flex;
  align-items: top;
  gap: 10px;
  border-radius: 30px;
  padding: 15px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

.cancellations-list-wrap ul li::before {
  content: url(https://finblick.com/css/_2024/images/icons/icon-check.svg);
  height: 18px;
  margin-top: 5px;
}
.cancellations-list-wrap ul li + li {
  margin-top: 15px;
}

.cancellations-content-img {
  max-width: 210px;
  max-height: 210px;
}

.cancellations-section .col > p {
  font-size: 18px;
  line-height: 165%;
  color: #000;
  max-width: 770px;
  margin: 30px auto 100px;
}

.cancellations-section .screens {
  max-width: max-content;
  margin: 0 auto -30px auto;
}

.screens .datev-img {
  position: absolute;
  max-width: 17%; /* 165/964 */
  top: 14.5%; /* 70/478 */
  right: 12.5%; /* 120/964 */
}

@media (max-width: 767px) {
  .cancellations-section {
    padding-top: 140px;
  }
  .cancellations-content {
    flex-direction: column;
    gap: 30px;
  }
  .cancellations-section .col > p {
    margin: 30px auto 50px;
    font-size: 15px;
    text-align: center;
  }
}

/* -------------------Update--------------------- */
/* @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%;
  } */
  /* ._fixed_height {
    padding: 30px 0 230px 0;
  } */

  /* ._title_section._v2 {
    max-width: 290px;
  } */

  /* .hero-content li {
    margin: 0;
  } */

  .hero ._buttons_section {
    display: flex;
    text-align: center;
    gap: 5px;
  }

  .hero ._buttons_section .btn {
    margin: 0;
    width: 50%;
    min-width: auto;
  }

  /* ._title_section h1 {
    font-size: 32px;
  }
  .hero ._title_section p {
    font-size: 16px;
  } */
}
@media (max-width: 576px) {
  /* .quotes .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;
  } */
}
/* @media (max-width: 576px) {
  .line {
    display: none;
  }
} */

/* ---------Reviews section------------- */
.reviews-section {
  /* padding: 65px 0 100px;
  background: #fff; */
  box-shadow: 0 -7px 10px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}

/* .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-slide {
  height: auto;
} */

/* .reviews-slider .slick-dots {
  bottom: -45px;
} */

.reviews__elem-wrap {
  /* padding: 15px; */
  margin: 0 auto;
}

/* .reviews__elem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-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: 90px;
}

/* .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;
  gap: 30px;
  padding: 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 30px;
  display: flex;
} */

/* @media (max-width: 1200px) {
  .reviews__elem {
    width: 100%;
  }
} */

/* @media (max-width: 768px) {
  .reviews__elem {
    width: auto;
  }
} */

/* @media (max-width: 576px) {
  .reviews-section .col {
    padding: 0 15px;
  }
} */
/* ---------Accordeon section------------- */

/* ._faqs {
  background: #fbf9f4;
}

.faq-accordion .accordion-elem,
#faq-accordion .accordion-elem,
.faq-accordion .accordion-elem,
#faq-accordion .accordion-elem.active {
  margin-bottom: 15px;
}

._faqs ._layout_deco {
  background: transparent;
}

.faq__qstn {
  background: #fff;
}

h3.faq__qstn {
  color: #000;
}
h3.faq__qstn:hover {
  border-color: #000;
}

.faq__toggle svg {
  fill: #000;
} */

/* ---------------------------------------------- */
