.footer__developer {
  text-transform: uppercase;
}

.footer__scroll-section {
  padding: 0 52px;
}

.header__nav-dropdown {
  padding-left: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__scroll {
  margin-left: auto;
  margin-right: auto;
}

.rekvizitModal.fancybox-content {
  background: #f0f2f5;
  padding: 26px;
  overflow: visible;
  border-radius: 20px;
}

.modalWrapper {
  padding: 16px;
  background: #fff;
  border-radius: 16px;
  color: #212121;
  font-family: var(--fonts-family-inter, inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.modalWrapper h3 {
  color: #212121;
  font-family: var(--fonts-family-inter, inter);
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 16px;
}

button.close-fb-button.pay-credit__item-link.btn.button-red {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.faq__category-tags span a {
  text-decoration: none;
}

.faq__tag.btn.button-white a {
  color: inherit;
}

.footer__nav-link a {
  color: inherit;
  text-decoration: none;
  /* transition: all 0.4s; */
}

.ui-widget.ui-widget-content {
  border: none;
  background: #efefef;
  height: 8px !important;
  border-radius: 20px;
  width: 100%;
}

.ui-widget-header {
  border: none !important;
  background: rgb(253, 56, 42);
}

.ui-slider .ui-slider-handle {
  background-image: url(/wp-content/themes/generatepress/assets/images/polzunok.svg);
  border: 0 !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-size: cover;
  overflow: hidden;
  outline: none;
  box-shadow: none !important;
  top: -0.4em;
}

#popup-overlay.show #popup-menu {
  transform: translateY(0);
  opacity: 1;
}

#popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  background: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  padding: 32px 16px;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.credit-pay-mod {
  border-radius: 16px;
  background: #f9fafb;
  padding: 8px;
  border-radius: 8px;
  max-width: 400px;
  height: 100%;
  max-height: 492px;
  width: 100%;
  transform: translateY(-20px);
  opacity: 0;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  position: relative;
}

#breadcrumbs_list span {
  display: flex;
  gap: 2px;
  align-items: center;
}

#breadcrumbs_list span a {
  color: #1d1d1b;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.12px;
  text-decoration: none;
}

.breadcrumb_last {
  color: #dddddb;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.12px;
  white-space: nowrap;
}

.icon-chevron-right::after {
  content: "";
  background: url(../images/breadcrumb-arrow.svg) no-repeat center;
  width: 12px;
  height: 12px;
  display: flex;
}

.blog header .wrapper {
  flex-direction: row;
}

.blog header .header__bottom .wrapper {
  background: #f9fafb;
  padding: 8px;
  max-width: 1800px;
  border-radius: 12px;
  margin: 0 auto;
}

.blog header .header__bottom .wrapper .header__nav {
  width: 100%;
}

.blog__tab.btn.button-border a {
  color: inherit;
  text-decoration: none;
}

.blog__tab.btn.button-border.current-menu-item {
  color: #fff;
  background: #1d1d1b;
}

.wp-pagenavi {
  display: flex;
  gap: 5px;
  align-items: center;
}

.wp-pagenavi .current {
  background: #dddddb;
  color: #fff;
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
}

.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller {
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #1d1d1b;
  border: 1px solid #1d1d1b;
  background: #fff;
  text-decoration: none;
}

.nextpostslink,
.previouspostslink {
  min-height: 36px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  color: #1d1d1b;
  border: 1px solid #1d1d1b;
  background: #fff;
}

.wp-pagenavi .icon-chevron-right::after {
  content: "";
  background: url(../images/pagination-icon.svg) no-repeat center;
  width: 16px;
  height: 16px;
  display: flex;
}

.wp-pagenavi .icon-chevron-left::after {
  content: "";
  background: url(../images/pagination-icon.svg) no-repeat center;
  width: 16px;
  height: 16px;
  display: flex;
  transform: rotate(180deg);
}

.maps iframe {
  width: 100%;
}

/* CF7 */
.wpcf7-spinner {
  position: absolute;
  bottom: -25px;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: red !important;
}

.formRow.formSubmit {
  position: relative;
}

.wpcf7-spinner {
  position: absolute;
  background-color: green;
  right: 0;
  top: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 7px 0 0 !important;
  font-size: 12px !important;
  border-width: 1px !important;
}

input.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder {
  color: red !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none !important;
}

.form__checkbox-group .form__checkbox-label {
  align-items: center;
}

.btn.button-white a {
  color: inherit;
  text-decoration: none;
}

.article__content {
  align-items: flex-start;
}

.article__content-faq.article__content-faq--about {
  width: 100%;
}

.documents-category-block {
  width: 100%;
}

.popup-menu {
  opacity: 1;
  padding: 0;
  display: contents;
}

.fancybox-content {
  width: 90%;
  max-width: 560px;
  padding: 16px;
  border-radius: 24px;
  max-height: 599px;
  box-sizing: border-box;
  background-color: #f9fafb;
}

.wrapper-hero__cards {
  display: flex;
  max-width: 800px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  margin: 0 auto;
  padding: 0 16px;
}

.payBtnFixed {
  position: fixed;
  left: 20px;
  bottom: 20px;
  padding: 12px 20px;
  width: 80px;
  background: #e30613;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}

.payBtnFixed.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.generate-back-to-top.generate-back-to-top__show {
  background: #e3061399;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-icon.icon-arrow-up {
  fill: #fff;
}

.gp-icon.icon-arrow-up svg {
  width: 16px;
  height: 16px;
}

/* Контейнер для позиціонування */
.custom-lang-switcher {
  position: relative;
  display: inline-block;
}

/* Стилі для основного елемента (замість SELECT) */
.lang-trigger {
  padding: 8px 15px;
  cursor: pointer;
  background: #fff;
}

/* Стилі для випадаючого списку */
.lang-dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  min-width: 100%;
  display: none;
  padding: 4px;
  color: #1d1d1b;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.lang-dropdown li a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  color: inherit;
}

.lang-dropdown li.active {
  background: #f0f0f0;
  pointer-events: none;
}

.custom-lang-switcher.open .lang-dropdown {
  display: block;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
  display: none;
  opacity: 0;
}

.loan-application__accordion {
  border-bottom: 1px solid #f4f4f1;
  border: 1px solid #7b7b7b;
  padding: 20px 13px;
  border-radius: 10px;
  font-family: "Times New Roman";
}

p.advantages__box-content-text-title {
  color: #1d1d1b;
  font-weight: 600;
}

.modalWrapper p:first-child {
  font-weight: 600;
  margin-bottom: 8px;
}

.faq .wrapper .heading-secondary {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}

.news .heading-secondary {
  text-align: left;
  margin-right: auto;
}

.footer__warning-content p strong {
  font-weight: 600;
}

/* Основний фон-оверлей (затемнення) */
#ua-suggestion-overlay {
  display: none;
  /* Спочатку приховано, JS змінить на flex */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Напівпрозорий чорний */
  z-index: 999999;
  /* Поверх усього */
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* Контентна частина вікна */
.ua-modal-content {
  background: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  max-width: 450px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: sans-serif;
}

/* Кнопка закриття (хрестик) */
.ua-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #333;
}

/* Заголовок та текст */
.ua-modal-body p {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
}

.ua-modal-body strong {
  color: #e30613;
  /* Синій колір для бренду */
}

/* "Слава Україні" */
.glory {
  display: block;
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
  color: #f7d117;
  /* Жовтий */
  text-shadow: 1px 1px 1px #0058b5;
  /* Синє обведення */
}

/* Кнопка переходу */
.ua-modal-btn {
  display: inline-block;
  color: #fff;
  background: #e30613;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.ua-modal-btn:hover {
  background-color: #003d7a;
}

/* Приховати конкретні заголовки за текстом */
/* h2:contains("Accessibility Statement"),
h3:contains("Compliance status"),
h3:contains("Screen-reader"),
h3:contains("Disability profiles"),
h3:contains("Additional UI"),
h3:contains("Browser and assistive"),
h3:contains("Notes, comments") {
  display: none !important;
} */
/* Якщо ці заголовки лежать у якомусь блоці (наприклад, віджет доступності) */
/* .accessibe-module,
.userway-visible,
#accessibility-statement-container {
  display: none !important;
} */
.registration-content__text p:first-of-type {
  font-size: 18px;
  font-weight: 600;
}

.article__content-faq > p {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.article__sidebar-bg-title {
  color: #1d1d1b;
  font-size: 21px;
  font-weight: 500;
  line-height: 120%;
}

p.article__content-boxing-title {
  font-weight: 500;
}

p.article__content-boxing--grid-item-title {
  color: #1d1d1b;
  font-weight: 600;
}

.article__content-faq-title {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.registration-form-title p {
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 600;
}

.article__content-faq-title {
  color: #1d1d1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

p.article__content-filter-title {
  font-size: 16px;
  font-weight: 600;
}

/* .current-menu-item > a {
  pointer-events: none;
}
.single-post .current-menu-item > a {
  pointer-events: auto;
} */
/* Відключаємо кліки для активного пункту всюди */
body .current-menu-item > a {
  pointer-events: none;
  cursor: default;
}

/* Вмикаємо кліки назад тільки на сторінках статей */
body.single-post .current-menu-item > a {
  pointer-events: auto;
  cursor: pointer;
}
.repayment-schedule {
  width: 100%;
}

th,
td {
  padding: 8px;
  text-align: left;
  border: 1px solid #7b7b7b;
}

.repayment-schedule__table td,
.repayment-schedule__table th {
  text-align: left;
  color: #757575;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 120%;
  padding: 8px;
}

.repayment-schedule__table tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

.repayment-schedule__title {
  font-size: 16px;
  margin-bottom: 5px;
}

.repayment-schedule__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.deviderData {
  border-bottom: 1px dashed #000;
  height: 2px;
  width: 100%;
  margin: 3px 0;
}

.rozrahunokZdiysneno {
  font-size: 12px;
  color: #000;
}

strong {
  font-weight: 800;
}

.page-template-default #main {
  max-width: 800px;
  margin-left: auto;
  padding: 16px;
  margin-right: auto;
}

.page-template-default #main {
  color: var(--color-gray-600);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.page-template-default .entry-title {
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 16px;
}

.page-template-default ol,
.page-template-default ul {
  box-sizing: border-box;
  list-style-position: inside !important;
}

.entry-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.3;
}

.page-template-default ol {
  list-style: decimal;
}

.page-template-default ul {
  list-style: disc;
}
.footer__nav-link {
  padding: 0;
}
.footer__nav-link a {
  position: relative;
  padding: 4px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__nav-link a::after {
  content: "";
  background: url(../images/arrow-right.svg) no-repeat center;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: all 0.4s;
}
.footer__nav-link::after {
  content: "";
  background: none;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: all 0.4s;
}
.header__mobile-nav-list a {
  text-decoration: none;
  color: inherit;
}
.article__content .article__content-box ul {
  padding-left: 20px;
}
.article__content .article__content-box ul li {
  position: relative;
  margin-bottom: 8px;
}
.article__content
  .article__content-box
  ul:not(.article__content-filter-grid)
  li::before {
  content: "•"; /* Можна замінити на SVG або код іконки */
  color: #000; /* Тут можна поставити ваш акцентний колір */
  font-weight: bold;
  position: absolute;
  left: -20px;
  top: 0;
}

.article__content .article__content-box ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 25px;
}

.article__content .article__content-box ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  margin-bottom: 8px;
}

.article__content .article__content-box ol li::before {
  content: counter(my-awesome-counter) ".";
  position: absolute;
  left: -25px;
  font-weight: 600;
  color: #333;
}
.footer__nav-list a {
  text-decoration: none;
  color: inherit;
}
.footer__content-info {
  justify-content: flex-start;
}
.footer__nav {
  width: 100%;
}
.faq__content {
  width: 100%;
  max-width: 800px;
}
[lang="uk"] .ruText {
  display: none !important;
}
[lang="ru-RU"] .uaText {
  display: none !important;
}
@media (min-width: 1280px) {
  .repayment-schedule-scroll {
    height: auto;
    margin-bottom: 16px;
  }

  .popup-menu {
    max-width: 560px;
    padding: 0px;
    border-radius: 24px;
    max-height: 599px;
  }

  .wrapper-hero__cards {
    max-width: 1540px;
    gap: 24px;
    padding: 0 52px;
  }

  .footer__content {
    margin-left: auto;
    margin-right: auto;
  }

  .news {
    height: fit-content;
  }

  p.advantages__box-content-text-title {
    font-size: 16px;
  }

  .modalWrapper p:first-child {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .faq .wrapper .heading-secondary {
    max-width: 1176px;
  }

  .registration-content__text p:first-of-type {
    font-size: 21px;
  }

  .article__content-faq > p {
    color: #1d1d1b;
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
  }

  p.article__content-boxing--grid-item-title {
    font-size: 16px;
  }

  .article__content-faq-title {
    font-size: 18px;
  }

  .registration-form-title p {
    font-size: 21px;
  }

  .article__content-faq-title {
    font-size: 18px;
  }

  p.article__content-filter-title {
    font-size: 18px;
    font-weight: 600;
  }

  .get-credit__condition {
    height: 130px;
  }

  .page-template-default #main {
    max-width: 1176px;
  }
  .header__nav-dropdown {
    margin-top: 0;
  }
  .footer__content-info {
    justify-content: flex-end;
  }
  .faq__content {
    max-width: 1176px;
  }
  .footer__nav-list li:hover a {
    color: #e30613;
  }
  [lang="uk"] .ruText {
    display: none !important;
  }
  [lang="ru-RU"] .uaText {
    display: none !important;
  }
}
