@charset "UTF-8";
.faq-container {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
  position: relative;
}
@media (max-width: 768px) {
  .faq-container {
    gap: 0px;
  }
}

.faq-container.container {
  padding: 0 !important;
}

.related-post-card {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  flex: 1;
}
.related-post-card p {
  font-size: 16px;
  opacity: 0.7;
  font-weight: 400;
}

.post__image {
  display: block !important;
}

.post_container .faq-categories {
  position: unset;
}

.faq-container__sidebar {
  flex: 1.1;
  position: sticky;
}
@media (max-width: 900px) {
  .faq-container__sidebar {
    margin-bottom: 20px;
  }
}

.faq-categories,
.sidebar-categories {
  background: #fff;
  border-radius: 20px;
}

.pagination {
  text-align: center;
  padding: 2rem 0 0;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-flow: wrap;
  gap: 0.75rem;
  width: 100%;
}
@media (max-width: 768px) {
  .pagination {
    gap: 0.5rem;
    padding: 1.5rem 0 0;
  }
}

.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Onest", sans-serif;
  color: #212529;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: none;
}
@media (max-width: 768px) {
  .pagination a,
  .pagination span {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    font-size: 14px;
  }
}
.pagination a::before,
.pagination span::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.pagination a:hover,
.pagination span:hover {
  color: #ffffff;
  background: #f05243;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240, 82, 67, 0.3);
}
.pagination a:hover::before,
.pagination span:hover::before {
  opacity: 1;
}
.pagination a:active,
.pagination span:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(240, 82, 67, 0.2);
}

.pagination .current,
.pagination .page-numbers.current {
  color: #ffffff;
  background: #f05243;
  border-color: #f05243;
  font-weight: 600;
  box-shadow: 0 4px 12px rgba(240, 82, 67, 0.25);
  cursor: default;
}
.pagination .current::before,
.pagination .page-numbers.current::before {
  opacity: 1;
}
.pagination .current:hover,
.pagination .page-numbers.current:hover {
  transform: none;
  box-shadow: 0 4px 12px rgba(240, 82, 67, 0.25);
}

.pagination .dots,
.pagination .page-numbers.dots {
  background: transparent;
  border: none;
  color: #6c757d;
  cursor: default;
  min-width: auto;
  padding: 0 8px;
}
.pagination .dots:hover,
.pagination .page-numbers.dots:hover {
  background: transparent;
  border: none;
  color: #6c757d;
  transform: none;
  box-shadow: none;
}
.pagination .dots::before,
.pagination .page-numbers.dots::before {
  display: none;
}

.pagination .prev,
.pagination .next {
  font-weight: 600;
  padding: 0 20px;
  position: relative;
}
@media (max-width: 768px) {
  .pagination .prev,
  .pagination .next {
    padding: 0 16px;
  }
}
.pagination .prev::after,
.pagination .next::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05), transparent);
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pagination .prev:hover::after,
.pagination .next:hover::after {
  opacity: 1;
}

.pagination .prev:disabled,
.pagination .next:disabled,
.pagination .prev.disabled,
.pagination .next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination .prev:disabled:hover,
.pagination .next:disabled:hover,
.pagination .prev.disabled:hover,
.pagination .next.disabled:hover {
  background: #ffffff;
  border-color: rgba(33, 37, 41, 0.1);
  color: #212529;
  transform: none;
  box-shadow: none;
}

.faq-container__content {
  flex: 3;
  width: -webkit-fill-available;
}

#ajaxsearchpro1_1 .probox .promagnifier,
#ajaxsearchpro1_2 .probox .promagnifier,
div.asp_m.asp_m_1 .probox .promagnifier,
#ajaxsearchpro3_1,
#ajaxsearchpro3_2,
div.asp_m.asp_m_3 {
  box-shadow: none !important;
}

#ajaxsearchpro1_1 .probox .promagnifier .innericon,
#ajaxsearchpro1_2 .probox .promagnifier .innericon,
div.asp_m.asp_m_1 .probox .promagnifier .innericon,
#ajaxsearchpro3_1 .probox .promagnifier .innericon,
#ajaxsearchpro3_2 .probox .promagnifier .innericon,
div.asp_m.asp_m_3 .probox .promagnifier .innericon {
  filter: brightness(0);
}

.faq__subtitle,
.sidebar__subtitle {
  font-size: 20px;
  font-weight: 700;
  display: block;
  padding: 13px 20px;
}
@media (max-width: 768px) {
  .faq__subtitle,
  .sidebar__subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row-reverse;
    padding: 13px 20px;
  }
}

.single-post .header-hero {
  display: none;
}

.single-post .navbar {
  position: relative;
}

.single-post .sidebar-categories {
  position: unset;
}

@media (max-width: 768px) {
  .sidebar-categories .menu-item {
    text-align: left !important;
  }
  .sidebar-categories .menu-item > a {
    text-align: left;
  }
}

#menu-faq-sidebar-en,
#menu-faq-sidebar-ru,
#menu-faq-sidebar-ro,
#menu-faq-sidebar-es,
#menu-faq-sidebar-fr,
#menu-faq-sidebar-de,
#menu-faq-sidebar-pt,
#menu-faq-sidebar-tr,
#menu-faq-sidebar-ua,
#menu-faq-sidebar-bg,
#menu-faq-sidebar-pl,
#menu-faq-sidebar-id,
#menu-blog .sidebar-categories ul {
  padding: 0;
  margin: 0;
}

.sidebar-categories ul {
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .sidebar-categories ul {
    max-width: 100% !important;
  }
}

.menu-item-object-faq_category a,
.menu-item-object-category a {
  color: white;
  font-family: system-ui;
  font-weight: 700;
}

.faq-categories .menu-item a,
.sidebar-categories .menu-item a {
  color: white;
  font-family: system-ui;
  font-weight: 700;
}

.faq-categories .menu-item {
  color: white;
  font-family: system-ui;
  font-weight: 700;
}

.faq-categories,
.sidebar-categories {
  transition: top 0.3s ease;
  min-width: 285px;
  top: 2.5rem;
  align-items: flex-start;
  gap: 2rem;
  position: sticky;
  top: 4rem;
  align-self: flex-start;
  width: 100%;
}

@media (max-width: 768px) {
  .faq__container-single {
    gap: 0 !important;
  }
}
.sticky {
  position: fixed;
  top: 2.5rem;
}

.post__list {
  margin-bottom: 0 !important;
}

.post .post__item:last-child {
  padding-bottom: 0 !important;
}

.faq-categories .menu .menu-item:last-child,
.sidebar-categories .menu .menu-item:last-child {
  margin-bottom: 0 !important;
  border-radius: 0px 0px 20px 20px;
}

#custom-search-form {
  z-index: 1;
  display: flex;
  position: relative;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 15px !important;
}

.innericon svg {
  fill: #2d3748 !important;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
  border: 2px solid #2d3748;
  border-radius: 8px;
}

.asl_res_url {
  color: #f05243 !important;
  font-weight: 900 !important;
  font-size: 18px !important;
}

div.asl_r .results .item .asl_content .asl_desc {
  font-size: 14px !important;
}

.faq-categories .menu-item {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 12px 15px;
  margin: 0;
  transition: background 0.3s ease;
  position: relative;
  width: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.faq-categories .menu-item:hover {
  background: #f25042;
  color: #fff;
}
.faq-categories .menu-item:hover span {
  color: #fff;
}
.faq-categories .menu-item:hover img {
  filter: brightness(1000);
}
.faq-categories .menu-item .menu-image-title {
  font-weight: 500;
  font-size: 16px;
}

.sidebar-categories .menu-item {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 12px 15px;
  margin: 0;
  transition: background 0.3s ease;
  position: relative;
}
.sidebar-categories .menu-item > a {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  padding: 0;
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease;
}
.sidebar-categories .menu-item:hover {
  background: #f25042;
}
.sidebar-categories .menu-item:hover > a {
  color: #fff;
}
.sidebar-categories .menu-item:hover span {
  color: #fff;
}
.sidebar-categories .menu-item:hover img {
  filter: brightness(1000);
}
.sidebar-categories .menu-item .menu-image-title {
  font-weight: 500;
  font-size: 16px;
}

.faq-categories img.menu-image-title-after,
.sidebar-categories img.menu-image-title-after {
  width: 40px;
  filter: brightness(0);
  height: 30px;
  position: relative;
  transform: unset;
  top: unset;
  padding-right: 0 !important;
  padding-left: 0;
}

.post h1 {
  text-align: left;
}
.post h2 {
  font-size: 28px;
}
.post h3 {
  line-height: 1;
  font-size: 24px;
}
.post__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .post__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 10px;
  }
}
.post__item {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 20px;
  height: 100%;
  /* Гарантирует, что высота всех элементов будет одинаковой */
}
@media (max-width: 768px) {
  .post__item {
    flex: auto;
  }
}
.post__image {
  position: relative;
}
.post__data {
  position: absolute;
  right: 0;
  padding: 10px;
  background: rgba(45, 55, 72, 0.7294117647);
  border-radius: 10px 20px 10px 10px;
  margin: 0;
}
.post__data span {
  color: white;
  margin: 0;
  line-height: 1;
}
.post__info {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.post__info a {
  font-size: 22px;
  color: #2d3748;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  margin-top: 5px;
  line-height: normal;
}
.post__info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #000;
  opacity: 0.6;
}

#ajaxsearchpro1_1,
#ajaxsearchpro1_2,
div.asp_m.asp_m_1,
#ajaxsearchpro3_1,
#ajaxsearchpro3_2,
div.asp_m.asp_m_3 {
  border: none !important;
  border-radius: 20px !important;
  padding: 15px 20px !important;
}

#ajaxsearchprores1_1.vertical,
#ajaxsearchprores1_2.vertical,
div.asp_r.asp_r_1.vertical {
  padding: 4px;
  border-radius: 20px !important;
  border: none !important;
}

.orig {
  font-size: 16px !important;
  font-family: "Onest", sans-serif !important;
}

.orig::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Onest", sans-serif !important;
}

.orig::placeholder {
  font-size: 16px !important;
  font-family: "Onest", sans-serif !important;
}

/* Стили для placeholder (все браузеры) */
.orig::placeholder,
.orig::-webkit-input-placeholder,
.orig::-moz-placeholder,
.orig:-ms-input-placeholder,
.orig::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Onest", sans-serif !important;
  opacity: 1 !important;
}

.read__more {
  display: flex !important;
  background: #f25042;
  color: #fff !important;
  text-align: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 0;
  font-family: "Onest" !important;
  font-size: 16px !important;
  text-decoration: none !important;
  width: 100%;
  border-radius: 100px;
}
.read__more::after {
  content: url(/wp-content/uploads/2024/11/arrow-right.svg);
  line-height: 1;
  display: flex;
  align-items: center;
  margin-left: 6px;
}

.solution {
  background-color: #1a1a2e;
  color: #fff;
  padding: 40px 20px;
}
.solution .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.solution__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.solution__text {
  flex: 1 1 60%;
  font-size: 16px;
  line-height: 1.8;
}
.solution__text h2 {
  line-height: 1.3;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .solution__text h3 {
    line-height: 30px;
  }
}
.solution__text p {
  margin-bottom: 20px;
}
.solution__text .telegram-button {
  display: flex;
  gap: 20px;
}
.solution__text .telegram-button a {
  background: #f05243;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
}
.solution__image {
  flex: 1 1 35%;
  text-align: right;
}
.solution__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .solution__content {
    flex-direction: column;
    text-align: center;
  }
  .solution__image {
    text-align: center;
    margin-top: 20px;
  }
}

.row.section__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  /*margin: 20px 0;*/
}
.row.section__content .choose1__item {
  display: flex;
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  gap: 30px;
  text-align: left;
}
.row.section__content .choose1__item .choose1__icon img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}
.row.section__content .choose1__item .choose1__box-content {
  margin: 0;
}
.row.section__content .choose1__item .choose1__box-content .choose1__title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
  display: block;
  line-height: 1.3;
}
.row.section__content .choose1__item .choose1__box-content p {
  font-size: 16px;
  color: #2d3748;
}

@media (max-width: 768px) {
  .row.section__content .choose1__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 480px) {
  .row.section__content .choose1__item {
    flex: 1 1 100%;
  }
}
.get-off {
  background-color: #fff;
  background-image: url("/wp-content/uploads/2024/11/background-get-off.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 225px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-position: center;
}
.get-off .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.get-off__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 20px;
}
@media (max-width: 768px) {
  .get-off__content {
    flex-direction: column;
    text-align: center;
  }
}
.get-off__text {
  flex: 1 1 60%;
}
.get-off__text span {
  font-size: 44px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .get-off__text span {
    font-size: 24px;
  }
}
.get-off__text span span {
  color: #ff4a4a;
  font-weight: bold;
}
.get-off__code {
  flex: 1 1 30%;
  display: flex;
  justify-content: end;
  align-items: center;
  cursor: pointer;
}
.get-off__code-box {
  background-color: #1a1a2e;
  padding: 15px 20px;
  border-radius: 8px;
  text-align: center;
  width: 300px;
  height: 100px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .get-off__code-box {
    width: auto;
    height: auto;
    padding: 15px 35px;
  }
}
.get-off__code-box p {
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.get-off__code-box strong {
  display: block;
  line-height: 1;
  margin: 0;
  font-size: 38px;
  color: #fff;
}
@media (max-width: 768px) {
  .get-off__code-box strong {
    font-size: 28px;
  }
}

.burger-faq {
  display: none;
}
@media (max-width: 768px) {
  .burger-faq {
    display: flex;
    flex-flow: column;
    gap: 5px;
  }
  .burger-faq span {
    background: #000;
    height: 2px;
    width: 24px;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
  }
  .burger-faq.active {
    border: none !important;
  }
  .burger-faq.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 3.5px);
  }
  .burger-faq.active span:nth-child(2) {
    opacity: 0;
  }
  .burger-faq.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6.5px, -6px);
  }
}

@media (max-width: 768px) {
  .faq-categories .menu,
  .sidebar-categories .menu {
    display: none;
  }
  .faq-categories .menu.menu-active,
  .sidebar-categories .menu.menu-active {
    display: block;
  }
}

.post_container {
  padding: 0 !important;
}

@media (max-width: 768px) {
  .knowbase .container {
    padding: unset !important;
  }
}
@media (min-width: 768px) {
  .knowbase .container {
    padding: 0 !important;
  }
}
.faq__container-single {
  display: flex;
  flex-flow: row;
  gap: 30px;
}
@media (max-width: 768px) {
  .faq__container-single {
    flex-flow: wrap;
    flex-flow: column-reverse;
  }
}

.post {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  width: 72%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 768px) {
  .post {
    width: 100%;
  }
}
.post__content img {
  border-radius: 12px;
}
.post__data-box {
  display: flex;
  margin-bottom: 20px;
  flex-flow: wrap;
  gap: 10px;
}
.post__data-time {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  background: rgba(255, 75, 74, 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 75, 74, 0.3);
  box-shadow: 0 4px 16px 0 rgba(255, 75, 74, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 12px 17px 10px;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.post__data-time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.post__data-categories {
  display: inline-flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  gap: 10px;
}
@media (max-width: 768px) {
  .post__data-categories {
    flex-wrap: wrap;
  }
}
.post__data-categories span {
  color: white !important;
  background: rgba(52, 73, 94, 0.85);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(52, 73, 94, 0.3);
  box-shadow: 0 4px 16px 0 rgba(52, 73, 94, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  padding: 12px 17px 10px;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.post__data-categories span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.post__data-categories span:hover {
  background: rgba(52, 73, 94, 0.9);
  border-color: rgba(52, 73, 94, 0.4);
  box-shadow: 0 4px 16px 0 rgba(52, 73, 94, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.faq-categories-archive .container {
  gap: 10px;
}
.faq-categories-archive h1 {
  font-size: 44px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 15px;
  color: #2d3748;
}
.faq-categories-archive h1:before {
  content: url(/wp-content/uploads/2024/11/fi_9603852.svg);
  display: flex;
  line-height: 0;
}
@media (max-width: 768px) {
  .faq-categories-archive h1 {
    font-size: 30px;
    align-items: start;
  }
}
.faq-categories-archive span {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wpulike-is-pro {
  display: none !important;
}

code {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 18px 56px 18px 24px;
  border-radius: 16px;
  color: #fff5f5;
  background: linear-gradient(135deg, rgb(255, 109, 109), rgb(143, 0, 10));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 36px rgba(255, 68, 68, 0.28);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  line-height: 1.5;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
code img {
  border-radius: 0 !important;
  cursor: pointer;
  margin: 0 !important;
}

code:hover {
  border-color: rgba(255, 255, 255, 0.36);
  box-shadow: 0 18px 44px rgba(255, 68, 68, 0.34);
  transform: translateY(-2px);
}

code:hover + .copy-button,
.copy-button:hover {
  opacity: 1;
}

.copy-button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 28px rgba(255, 68, 68, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  opacity: 1;
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.copy-button:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 14px 36px rgba(255, 68, 68, 0.28);
  transform: translateY(-50%) scale(1.05);
}

.copy-button:active {
  background: rgba(255, 68, 68, 0.35);
  transform: translateY(-50%) scale(0.95);
}

.copy-button:focus-visible {
  outline: 2px solid rgba(255, 204, 204, 0.7);
  outline-offset: 2px;
}

@media (max-width: 576px) {
  code {
    width: 100%;
    padding: 16px 52px 16px 20px;
    font-size: 14px;
  }
  .copy-button {
    right: 14px;
    width: 34px;
    height: 34px;
    padding: 7px;
  }
}
@media (max-width: 768px) {
  .related-post {
    margin-top: 50px;
  }
}
.related-post .container {
  padding: 0 !important;
}
.related-post .related__item-box {
  box-shadow: none;
}

.related__title span {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  margin-bottom: 40px;
}

.related__image img {
  height: auto;
  border-radius: 12px !important;
}

.single-faq-post .navbar {
  position: relative;
}

.related__list {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  /* или свой размер между элементами */
}
@media (max-width: 900px) {
  .related__list {
    display: flex;
    flex-flow: wrap;
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-template-home-php .post__data {
  background: #f35042;
}

/* Основной стиль для баннера */
.promo-banner {
  background: url(/wp-content/uploads/2025/12/back-15-1.png);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 50px;
}
@media (max-width: 768px) {
  .promo-banner {
    display: none;
  }
}

.promo-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fffbfb;
  text-transform: uppercase;
  font-family: "Onest", sans-serif;
}
.promo-content__percent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promo-content__percent-icon {
  width: 75%;
  height: auto;
  animation: percentPulse 2s ease-in-out infinite;
  transform-origin: center center;
}
@media (max-width: 768px) {
  .promo-content__percent-icon {
    width: 100px;
  }
}
.promo-content__text {
  text-align: center;
}
.promo-content__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #fffbfb;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}
@media (max-width: 768px) {
  .promo-content__title {
    font-size: 18px;
  }
}
.promo-content__title-main {
  color: #fffbfb;
  font-size: 24px;
}
.promo-content__title-accent {
  color: #f05243;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 768px) {
  .promo-content__title-accent {
    font-size: 22px;
  }
}
.promo-content__title-sub {
  color: #f05243;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
@media (max-width: 768px) {
  .promo-content__title-sub {
    font-size: 60px;
  }
}
.promo-content__subtitle {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #fffbfb;
  text-align: center;
}
@media (max-width: 768px) {
  .promo-content__subtitle {
    font-size: 12px;
  }
}
.promo-content__subtitle-text {
  color: #fffbfb;
}
.promo-content__subtitle-accent {
  color: #f05243;
}
.promo-content__cta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.promo-content__label {
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #fffbfb;
  opacity: 0.67;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .promo-content__label {
    font-size: 12px;
  }
}
.promo-content__code-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: stretch;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.promo-content__code-wrapper:hover {
  opacity: 0.8;
}
.promo-content__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 8px;
  text-align: center;
  white-space: nowrap;
  padding: 12px 24px;
  border-radius: 20px;
  background: rgba(240, 82, 67, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 2px 20px rgba(240, 82, 67, 0.3);
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Onest", sans-serif;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.promo-content__code::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.promo-content__code:hover {
  background: rgba(240, 82, 67, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 20px rgba(240, 82, 67, 0.4);
}
@media (max-width: 768px) {
  .promo-content__code {
    font-size: 18px;
    padding: 10px 20px;
  }
}
.promo-content__code-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
.promo-content__code-icon svg {
  width: 100%;
  height: 100%;
}
.promo-content__code.is-copied {
  background: rgba(240, 82, 67, 0.35);
  border-color: rgba(255, 255, 255, 0.45);
}
.promo-content__code:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
}
.promo-content__activate-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  min-width: 180px;
  align-self: center;
  border-radius: 999px;
  background: #f05243;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease;
  opacity: 0;
  transform: translateY(6px);
}
.promo-content__activate-btn.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.promo-content__activate-btn:hover {
  background: #d94536;
  color: #ffffff;
}
.promo-content__activate-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 2px;
  color: #ffffff;
}

.sticky1 {
  transition: top 0.3s ease;
  min-width: 285px;
  top: 2.5rem;
  display: flex;
  width: 100%;
  flex-flow: column;
  gap: 30px;
  height: 100%;
}

.footer_faq {
  background-image: url(/wp-content/uploads/2024/11/footer-faq.png);
}
.footer_faq .footer__subtitle {
  color: #f05243;
}

.post__info p {
  font-size: 16px;
}

.lightbox__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 60px 20px 20px;
  box-sizing: border-box;
}
.lightbox__wrapper img {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .lightbox__wrapper {
    padding: 50px 15px 15px;
  }
  .lightbox__wrapper img {
    max-height: calc(100vh - 65px);
  }
}

.lightbox__close {
  position: fixed;
  right: 20px;
  top: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  color: white;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  z-index: 10001;
  transition: all 0.3s ease;
}
.lightbox__close:hover {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.lightbox__close:active {
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .lightbox__close {
    right: 15px;
    top: 15px;
    height: 44px;
    width: 44px;
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .lightbox__close {
    right: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
    font-size: 24px;
  }
}

.basicLightbox__placeholder {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
}

.page-template-page-faq .solution__text h3 {
  color: #fff !important;
}

.page-template-page-faq .solution__text p {
  color: #fff !important;
}

.black-friday-banner {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-top: 25px;
}
@media (max-width: 576px) {
  .black-friday-banner {
    margin: 20px;
  }
}
.black-friday-banner__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 240px;
  padding: 40px !important;
  max-width: 1200px;
  background: url(/wp-content/uploads/2025/12/back-15-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .black-friday-banner__container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__container {
    min-height: auto;
    padding: 30px 15px;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__container {
    padding: 26px 18px;
    border-radius: 18px;
    align-items: center;
    background-position: center;
  }
}
.black-friday-banner__percent {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .black-friday-banner__percent {
    order: 1;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__percent {
    width: 100%;
    order: 1;
  }
}
.black-friday-banner__percent-icon {
  width: 220px;
  height: auto;
  animation: percentPulse 2s ease-in-out infinite;
  transform-origin: center center;
}
@media (max-width: 1024px) {
  .black-friday-banner__percent-icon {
    width: 180px;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__percent-icon {
    width: 150px;
  }
}
.black-friday-banner__content {
  flex: 1;
  color: #fffbfb;
  text-transform: uppercase;
  font-family: "Onest", sans-serif;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .black-friday-banner__content {
    order: 3;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__content {
    order: 2;
  }
}
.black-friday-banner__title {
  margin: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #fffbfb;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@media (max-width: 1024px) {
  .black-friday-banner__title {
    font-size: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__title {
    font-size: 26px;
  }
}
.black-friday-banner__title-main {
  color: #fffbfb;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.black-friday-banner__title-accent {
  color: #f05243;
  font-size: 48px;
  font-weight: 800;
  text-shadow: 0 0 20px rgba(240, 82, 67, 0.5);
  letter-spacing: -1px;
}
@media (max-width: 1024px) {
  .black-friday-banner__title-accent {
    font-size: 42px;
  }
}
@media (max-width: 768px) and (min-width: 577px) {
  .black-friday-banner__title-accent {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__title-accent {
    font-size: 32px;
  }
}
.black-friday-banner__title-sub {
  color: #f05243;
  font-size: 38px;
  font-weight: 800;
  text-shadow: 0 0 15px rgba(240, 82, 67, 0.4);
}
@media (max-width: 1024px) {
  .black-friday-banner__title-sub {
    font-size: 34px;
  }
}
@media (max-width: 768px) and (min-width: 577px) {
  .black-friday-banner__title-sub {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__title-sub {
    font-size: 26px;
  }
}
.black-friday-banner__subtitle {
  margin: 18px 0 0;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #fffbfb;
  text-wrap-style: balance;
  letter-spacing: 0.3px;
}
@media (max-width: 1024px) {
  .black-friday-banner__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__subtitle {
    font-size: 20px;
    margin-top: 12px;
  }
}
.black-friday-banner__subtitle-text {
  color: #fffbfb;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.black-friday-banner__subtitle-accent {
  color: #f05243;
  font-size: 38px;
  font-weight: 800;
  text-shadow: 0 0 15px rgba(240, 82, 67, 0.4);
  letter-spacing: -0.5px;
}
@media (max-width: 1024px) {
  .black-friday-banner__subtitle-accent {
    font-size: 32px;
  }
}
@media (max-width: 768px) and (min-width: 577px) {
  .black-friday-banner__subtitle-accent {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__subtitle-accent {
    font-size: 22px;
  }
}
.black-friday-banner__cta {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  overflow: hidden;
  max-height: 260px;
  transition: max-height 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 1024px) {
  .black-friday-banner__cta {
    order: 2;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__cta {
    width: 100%;
    order: 3;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__cta {
    gap: 16px;
    align-items: stretch;
    max-height: 100%;
  }
}
.black-friday-banner__cta--expanded {
  max-height: 520px;
}
@media (max-width: 576px) {
  .black-friday-banner__cta--expanded {
    max-height: 600px;
  }
}
.black-friday-banner__label {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #fffbfb;
  opacity: 0.67;
  text-transform: uppercase;
  font-family: "Onest", sans-serif;
}
@media (max-width: 768px) {
  .black-friday-banner__label {
    font-size: 18px;
    text-align: center;
  }
}
.black-friday-banner__code-wrapper {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  flex-flow: wrap;
}
@media (max-width: 768px) {
  .black-friday-banner__code-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__code-wrapper {
    width: 100%;
    justify-content: center;
    gap: 12px;
  }
}
.black-friday-banner__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 16px;
  background: rgba(240, 82, 67, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 1px 14px rgba(240, 82, 67, 0.28);
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}
.black-friday-banner__code::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  border-radius: 16px;
}
.black-friday-banner__code:hover {
  background: rgba(240, 82, 67, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 20px rgba(240, 82, 67, 0.4);
}
@media (max-width: 1024px) {
  .black-friday-banner__code {
    font-size: 24px;
    padding: 14px 28px;
  }
}
@media (max-width: 768px) {
  .black-friday-banner__code {
    font-size: 20px;
    padding: 12px 26px;
    gap: 8px;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__code {
    font-size: 18px;
    padding: 12px 22px;
    width: 100%;
    max-width: 240px;
  }
}
.black-friday-banner__copy-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  padding: 8px;
  border-radius: 48px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-left: 8px;
  vertical-align: middle;
}
.black-friday-banner__copy-icon-wrapper:hover {
  background: rgba(255, 255, 255, 0.3);
}
.black-friday-banner__copy-icon-wrapper:active {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .black-friday-banner__copy-icon-wrapper {
    margin-left: 0;
  }
}
.black-friday-banner__copy-icon {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  background: transparent;
  border: none;
}
.black-friday-banner__copy-icon path {
  fill: #ffffff;
  stroke: #ffffff;
}
.black-friday-banner__copy-icon--ok path {
  fill: #ffffff;
  stroke: #ffffff;
}
@media (max-width: 768px) {
  .black-friday-banner__copy-icon {
    width: 16px;
    height: 16px;
  }
}
.black-friday-banner__promo-btn {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px 48px;
  min-width: 210px;
  white-space: nowrap;
  text-align: center;
  border-radius: 36px;
  background: #f05243;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Onest", sans-serif;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  margin-top: 12px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}
.black-friday-banner__promo-btn:hover {
  background: #d94536;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(240, 82, 67, 0.4);
}
.black-friday-banner__promo-btn:active {
  transform: translateY(0);
}
.black-friday-banner__promo-btn.is-visible {
  display: inline-flex;
  pointer-events: auto;
  animation: promoBtnFade 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
@media (max-width: 768px) {
  .black-friday-banner__promo-btn {
    font-size: 18px;
    padding: 16px 36px;
  }
}
@media (max-width: 576px) {
  .black-friday-banner__promo-btn {
    width: 100%;
    max-width: 100%;
    padding: 16px 32px;
  }
}

@keyframes percentPulse {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.05) rotate(2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
html[lang=ru-ru] .black-friday-banner__subtitle,
html[lang=ru-RU] .black-friday-banner__subtitle,
html[lang=uk] .black-friday-banner__subtitle,
html[lang=uk-UA] .black-friday-banner__subtitle {
  font-size: 22px;
}
html[lang=ru-ru] .promo-content__title-sub,
html[lang=ru-RU] .promo-content__title-sub,
html[lang=uk] .promo-content__title-sub,
html[lang=uk-UA] .promo-content__title-sub {
  font-size: 60px;
}

html[lang=es-es] .black-friday-banner__subtitle-accent,
html[lang=es-ES] .black-friday-banner__subtitle-accent {
  font-size: 38px;
}
html[lang=es-es] .black-friday-banner__subtitle,
html[lang=es-es] .promo-content__subtitle,
html[lang=es-ES] .black-friday-banner__subtitle,
html[lang=es-ES] .promo-content__subtitle {
  font-size: 22px;
}
html[lang=es-es] .promo-content__title-sub,
html[lang=es-ES] .promo-content__title-sub {
  font-size: 57px;
}

html[lang=ro-ro] .black-friday-banner__subtitle,
html[lang=ro-RO] .black-friday-banner__subtitle {
  font-size: 22px;
}
html[lang=ro-ro] .black-friday-banner__subtitle-accent,
html[lang=ro-RO] .black-friday-banner__subtitle-accent {
  font-size: 36px;
}
html[lang=ro-ro] .promo-content__title-sub,
html[lang=ro-RO] .promo-content__title-sub {
  font-size: 54px;
}

html[lang=pt-pt] .black-friday-banner__title,
html[lang=pt-PT] .black-friday-banner__title {
  font-size: 26px;
}
html[lang=pt-pt] .black-friday-banner__subtitle-accent,
html[lang=pt-PT] .black-friday-banner__subtitle-accent {
  font-size: 38px;
}
html[lang=pt-pt] .black-friday-banner__subtitle,
html[lang=pt-PT] .black-friday-banner__subtitle {
  font-size: 18px;
}
html[lang=pt-pt] .promo-content__title-sub,
html[lang=pt-PT] .promo-content__title-sub {
  font-size: 56px;
}

html[lang=pl-pl] .black-friday-banner__title,
html[lang=pl-PL] .black-friday-banner__title {
  font-size: 28px;
}
html[lang=pl-pl] .black-friday-banner__subtitle,
html[lang=pl-pl] .promo-content__subtitle,
html[lang=pl-PL] .black-friday-banner__subtitle,
html[lang=pl-PL] .promo-content__subtitle {
  font-size: 18px;
}
html[lang=pl-pl] .promo-content__title-sub,
html[lang=pl-PL] .promo-content__title-sub {
  font-size: 35px;
}

html[lang=fr-fr] .black-friday-banner__subtitle,
html[lang=fr-fr] .promo-content__subtitle,
html[lang=fr-FR] .black-friday-banner__subtitle,
html[lang=fr-FR] .promo-content__subtitle {
  font-size: 20px;
}
html[lang=fr-fr] .black-friday-banner__subtitle-accent,
html[lang=fr-FR] .black-friday-banner__subtitle-accent {
  font-size: 32px;
}
html[lang=fr-fr] .promo-content__title-sub,
html[lang=fr-FR] .promo-content__title-sub {
  font-size: 51px;
}

html[lang=bg-bg] .black-friday-banner__title,
html[lang=bg-BG] .black-friday-banner__title {
  font-size: 24px;
}
html[lang=bg-bg] .black-friday-banner__subtitle,
html[lang=bg-BG] .black-friday-banner__subtitle {
  font-size: 19px;
}
html[lang=bg-bg] .black-friday-banner__subtitle-accent,
html[lang=bg-BG] .black-friday-banner__subtitle-accent {
  font-size: 32px;
}
html[lang=bg-bg] .promo-content__title-sub,
html[lang=bg-BG] .promo-content__title-sub {
  font-size: 44px;
}

html[lang=tr-tr] .promo-content__title-sub,
html[lang=tr-TR] .promo-content__title-sub {
  font-size: 46px;
}

html[lang=de-de] .promo-content__title-sub,
html[lang=de-DE] .promo-content__title-sub {
  font-size: 48px;
}

html[lang=es-es] .black-friday-banner__subtitle,
html[lang=es-ES] .black-friday-banner__subtitle {
  font-size: 22px;
}
html[lang=es-es] .black-friday-banner__subtitle-accent,
html[lang=es-ES] .black-friday-banner__subtitle-accent {
  font-size: 38px;
}

@keyframes promoBtnFade {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.knowbase {
  padding: 2rem 0;
}
@media (max-width: 768px) {
  .knowbase {
    padding: 1.5rem 0;
  }
}

.black-friday-banner {
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .black-friday-banner {
    margin: 15px;
  }
}

@media (max-width: 768px) {
  .archive .black-friday-banner {
    margin: 4.5rem 0.5rem 1rem;
  }
}

.related__item-title a,
.related-post .related__item-title a {
  color: #221221;
}

.faq-page-wrapper {
  padding: 0 0.5rem;
}/*# sourceMappingURL=faq.css.map */