/* ---------GENERAL------------- */

/* .invoices ._title_section {
  max-width: 700px;
  margin-bottom: 50px;
} */

/* .invoices .subtitle-container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 13px;
  margin-bottom: 20px;
} */

/* .invoices .line {
  width: 48px;
  height: 1px;
  background-color: #000;
} */

/* .invoices .subtitle {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
} */

.invoices ._buttons_section .btn {
  line-height: 165%;
  letter-spacing: -0.01em;
}

/* ._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%;
} */

.img-wrapper {
  margin: 0 auto;
}
.img-wrapper img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

/* .deco_1,
.deco_2 {
  position: absolute;
} */

@media (max-width: 575px) {
  .invoices .mob_overflow {
    /* padding: 0 15px 45px; */
    padding: 0 15px 0px;
  }
  .invoices .mob_overflow img {
    /* max-width: 200%; */
    max-width: 100%;
  }
}

/* ---------HERO section------------- */
.hero {
  overflow: hidden;
  position: relative;
  background: url(./img/hero-bg-img.jpg) no-repeat;
  background-position: calc(50% + 300px) center;
}
/* .hero .container {
  position: relative;
} */
.invoices .bg-img-wrap {
  z-index: -1;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  backdrop-filter: blur(15px);
  background: rgba(231, 246, 243, 0.75);
}

.bg-img-wrap img {
  z-index: -1;
  width: 795px;
  height: 723px;
  position: absolute;
}

._fixed_height {
  padding: 55px 0 120px 0;
}

/* .hero .breadcrumbs_list {
  padding-left: 0;
} */

.hero ._title_section {
  max-width: 500px;
  /* margin: 0 0 30px 0;
  text-align: left; */
}

/* .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; */
  gap: 10px;
}

.hero-content li::before {
  /* height: 18px; */
  content: url(https://finblick.com/css/_2024/images/icons/icon-check.svg);
  margin-top: 5px;
}

/* .hero ._buttons_section {
  position: relative;
  text-align: left;
} */

/* .hero ._buttons_section button {
  min-width: 200px;
  letter-spacing: -0.01em;
} */

.decorate-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.decorate-block > div {
  position: absolute;
}

.decorate-block img {
  width: 100%;
  height: 100%;
}

.code-block {
  top: 30px;
  right: 268px;
  border-radius: 20px;
  width: 29%; /* 352/1200 */
  height: auto;
}

.einvoices-block {
  top: 162px;
  right: 0;
  width: 48%; /* 582/1200 */
  height: auto;
  border-radius: 20px;
  padding: 15px;
  box-shadow: 0 10px 35px 0 rgba(62, 89, 130, 0.2);
  background: #fff;
}

.hero .partners-block {
  /* position: absolute;
  right: 0;
  top: 40px; */
  width: 150px;
}

/* .logo_partners_box {
  gap: 30px;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
} */

.logo_partners_box._v2 {
  display: none;
}

/* .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: 1200px) {
  .code-block {
    top: 130px;
    right: 130px;
  }

  .einvoices-block {
    top: 250px;
    right: 0;
    width: 40%;
  }
}

@media (max-width: 991px) {
  .einvoices-block {
    top: 350px;
  }
  .code-block {
    top: 270px;
    right: 70px;
  }
}

@media (max-width: 767px) {
  ._fixed_height {
    padding: 30px 0 100px 0;
  }
  ._fixed_height .container {
    display: grid;
  }
  ._fixed_height .container > * {
    min-width: 0;
  }
  ._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;
  }

  .code-block {
    grid-row: 2;

    position: relative;
    min-width: 180px;
    width: 80%;
    top: 0;
    bottom: initial;
    right: 0;
    transform: translate(0%, 0%);
  }

  .einvoices-block {
    grid-row: 3;

    position: relative;
    width: 90%;
    max-height: 360px;
    bottom: 80px;
    top: -60px;
    right: -10%;
    margin-bottom: -40px;
    overflow: hidden;
  }
  .einvoices-block img {
    height: auto;
  }
  ._fixed_height .partners-block {
    position: relative;
    top: inherit;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  ._fixed_height .logo_partners_box img {
    /* height: 50px; */
    width: auto;
    min-width: 0;
  }

  ._fixed_height .logo_partners_box._v1 img {
    max-width: 151px;
    width: 100%;
  }

  .logo_partners_box._v2 {
    display: flex;
  }
}

/* ---------Video section------------- */
.video-section {
  margin-top: -115px;
  padding-top: 0;
  padding-bottom: 15px;
}

.video-section .container {
  position: relative;
}

.video-section .deco_2 {
  left: 15px;
  top: 88px;
}

.video-section .deco_1 {
  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%;
  }
}

@media (max-width: 768px) {
  .video-section {
    margin-top: -85px;
  }
}

/* <!-- ------------------------E-INVOICES SECTION------------------------- --> */
.einvoices {
  background: #f3faf3;
  padding-top: 90px;
  margin-bottom: -130px;
}

.einvoices .screens {
  max-width: 966px;
  border-radius: 320px;
  padding: 35px 90px;
  box-shadow: 0 10px 35px 0 rgba(62, 89, 130, 0.15);
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.einvoices .screens img {
  object-fit: cover;
  object-position: left top;
  height: auto;
}

@media (max-width: 768px) {
  .einvoices .screens {
    padding: 20px 40px;
  }
  .einvoices {
    padding-top: 45px;
  }
}

@media (max-width: 575px) {
  .einvoices .screens {
    padding: 20px 20px;
    border-radius: 0;
    margin: 0 -20px;
  }
}

/* <!-- ------------------------INVOICES-Cases SECTION------------------------- --> */
.invoices-cases-section {
  padding-top: 220px;
  background: #fff;
  margin-bottom: -80px;
}

.invoices-cases-section .container {
  position: relative;
}

.invoices-cases-section .deco_1 {
  left: 15px;
  top: -240px;
}

.invoices-cases-section .deco_2 {
  right: 24px;
  bottom: 55px;
  z-index: 1;
}

.invoices-list-wrap {
  margin-bottom: 60px;
}

.invoices-list {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.invoices-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 30px;
  padding: 15px 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);

  line-height: 165%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.invoices-list li::before {
  content: url(https://finblick.com/css/_2024/images/icons/icon-check.svg);
  height: 18px;
}

.invoices-cases {
  border-radius: 20px;
  padding: 45px;
  background: #fbf9f4;
  position: relative;
  z-index: 1;
  max-width: 970px;
  margin: 0 auto;
}

.invoices-cases-img {
  max-width: 648px;
  overflow: hidden;
  background: #fbf9f4;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .invoices-cases-section {
    padding-top: 185px;
  }
  .invoices-list {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .invoices-cases {
    padding: 25px;
    margin: 0 -20px;
  }

  .invoices-cases .img-wrapper img {
    max-width: 180%;
  }

  .invoices-cases-img {
    max-width: 575px;
    margin: 0 -20px 0 -20px;
  }
}

/* <!-- ------------------------Attachments SECTION------------------------- --> */

.attachments {
  padding-top: 150px;
  padding-bottom: 95px;
}

.attachments ._bg_shadow._v2 {
  background: #217566;
}

.attachments-cards {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 45px;
}
.attachments-cards__item {
  min-width: 200px;
  height: 250px;
  position: relative;
  padding: 20px;
}
.attachments-cards__item img {
  position: absolute;
  top: 0;
  left: 0;
}

.attachments-cards__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 165%;
  letter-spacing: -0.01em;
  color: #8b3488;

  position: relative;
  z-index: 1;
}

.attachments-cards__title.orange {
  color: #ff9822;
}
.attachments-cards__title.green {
  letter-spacing: -0.06em;
  color: #339587;
}

@media (max-width: 767px) {
  .attachments {
    padding-top: 125px;
  }
}

@media (max-width: 575px) {
  .attachments-cards {
    flex-wrap: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    margin: 0 -15px;
  }
}

/* ---------Datev section------------- */

.datev-section {
  padding-top: 90px;
  padding-bottom: 65px;
}
.datev-section .container {
  position: relative;
}
.datev-section .deco_1 {
  right: 24px;
  bottom: -100px;
}
.datev-section .deco_2 {
  left: 15px;
  top: -180px;
}
.datev-section-img {
  max-width: 623px;
  max-height: 210px;
}

@media (max-width: 767px) {
  .datev-section {
    padding-top: 45px;
  }
}

/* ---------invoice-templates section------------- */
.invoice-templates-section {
  background: #f1f8f1;
  padding-top: 115px;
  margin-bottom: -100px;
}

.invoice-templates-section-img {
  border-radius: 39px;
  padding: 39px;
  max-width: 245px;
  max-height: 245px;
  box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  position: relative;
}

.invoice-templates-section-img::before {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  top: 16px;
  left: 16px;

  background: center / contain no-repeat
    url(https://finblick.com/css/_2024/images/icons/icon-check.svg);
}

@media (max-width: 767px) {
  .invoice-templates-section {
    padding-top: 45px;
  }
}

/* ---------cancellations section------------- */

.cancellations-section {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 80px;
}
.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 {
  margin-bottom: 35px;
}
.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-list-wrap p {
  font-size: 18px;
  line-height: 165%;
  color: #000;
}
.cancellations-content-img {
  max-width: 210px;
  max-height: 210px;
}

@media (max-width: 767px) {
  .cancellations-content {
    flex-direction: column;
    gap: 30px;
  }

  .cancellations-list-wrap p {
    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%;
  } */

  /* ._title_section._v2 {
    max-width: 290px;
  } */

  /* .hero-content li {
    margin: 0;
  } */

  .hero ._buttons_section {
    text-align: center;
  }

  .hero ._buttons_section {
    display: flex;
    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) {
  /* .invoices .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);
}

/* .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;
} */

/* .reviews__elem {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  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: 65px;
}

/* .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------------- */

/* .invoices ._faqs {
  background: #fbf9f4;
}

.invoices .faq-accordion .accordion-elem,
#faq-accordion .accordion-elem,
.invoices .faq-accordion .accordion-elem,
#faq-accordion .accordion-elem.active {
  margin-bottom: 15px;
}

.invoices ._faqs ._layout_deco {
  background: transparent;
}

.invoices .faq__qstn {
  background: #fff;
}

.invoices h3.faq__qstn {
  color: #000;
}
.invoices h3.faq__qstn:hover {
  border-color: #000;
}

.invoices .faq__toggle svg {
  fill: #000;
} */
