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

.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;
  margin-bottom: 2.4rem;
}
@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: 1rem;
  margin-bottom: 40px;
}

.page-numbers {
  background: transparent;
  color: black;
  /* border: 1.5px solid black; */
  border-radius: 20px;
  background: white;
  padding: 10px 20px;
}

.pagination {
  width: 100%;
}

.pagination .current,
.page-numbers:hover {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #f25042;
}

.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;
}

.faq-categories .menu-item a img,
.faq-categories .menu-item span img,
.sidebar-categories .menu-item a img,
.sidebar-categories .menu-item span img {
  top: auto;
  transform: translateY(0);
  filter: brightness(150);
  height: 35px;
  width: 35px;
  position: relative;
}

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

#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-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,
.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,
.sidebar-categories .menu-item {
  padding: 10px 15px;
  margin: 0;
  transform: 0.4s;
}
.faq-categories .menu-item:hover,
.sidebar-categories .menu-item:hover {
  background: #f25042;
}
.faq-categories .menu-item:hover span,
.sidebar-categories .menu-item:hover span {
  color: #fff;
}
.faq-categories .menu-item:hover img,
.sidebar-categories .menu-item:hover img {
  filter: brightness(1000);
}
.faq-categories .menu-item .menu-image-title,
.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;
}

.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;
}

section.content {
  background-color: #fcfcfc;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #c2c2c2;
  border-top: 2px solid #c2c2c2;
  margin: 50px 0;
}
section.content .container {
  position: relative;
}
section.content h2 {
  margin-bottom: 20px;
}
section.content img {
  position: absolute;
}
section.content .image-1-faq {
  left: -80px;
  top: 100px;
}
@media (max-width: 768px) {
  section.content .image-1-faq {
    width: 200px;
    left: 0;
    opacity: 0.1;
  }
}
section.content .image-2-faq {
  right: -50px;
  top: 50px;
}
@media (max-width: 768px) {
  section.content .image-2-faq {
    right: 20px;
    top: 0px;
    width: 50px;
  }
}

.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;
  }
}

.faq__container-single {
  display: flex;
  flex-flow: row;
  padding-top: 30px;
  gap: 30px;
}
@media (max-width: 768px) {
  .faq__container-single {
    flex-flow: wrap;
    flex-flow: column-reverse;
  }
}

.post {
  background: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  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: #ff4b4a;
  padding: 12px 17px 10px;
  border-radius: 12px;
  color: white;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
}
.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: #34495e;
  padding: 12px 17px 10px;
  border-radius: 12px;
  font-size: 14px;
}

.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 {
  background: #2b3747;
  color: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  position: relative;
  padding-right: 40px;
}
code img {
  border-radius: 0 !important;
  cursor: pointer;
  margin: 0 !important;
}

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

.copy-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 6px;
  border-radius: 8px;
  border: 1px solid;
  width: 30px;
  height: 30px;
  display: flex;
}

.copy-button:active {
  background-color: #0056b3;
}

.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);
  }
}

@media (max-width: 900px) {
  .related-post {
    padding: 20px;
  }
}
.page-template-home-php .post__data {
  background: #f35042;
}

/* Основной стиль для баннера */
.promo-banner {
  background: url(/wp-content/uploads/2024/11/skills.png);
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
  position: relative;
  overflow: hidden;
  background-size: 130%;
  position: sticky;
  top: 50px;
  background-position: center;
}
@media (max-width: 768px) {
  .promo-banner {
    display: none;
  }
}

/* Содержимое */
.promo-content {
  position: relative;
  z-index: 1;
  color: #333;
}
.promo-content p {
  margin: 0;
  font-size: 28px;
  line-height: 1.2;
}
.promo-content span {
  font-size: 42px;
  color: #f05243;
  font-weight: 700;
}

.promo-content strong {
  font-size: 18px;
  color: #333;
}

/* Скидка */
.discount {
  font-size: 24px;
  font-weight: bold;
  color: #ff5722;
}

.discount span {
  font-size: 28px;
  color: #ff5722;
}

/* Промокод */
.promo-code1 {
  margin-top: 10px;
  padding: 10px;
  background-color: #0c1a2c;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-flow: column;
  cursor: pointer;
}
.promo-code1 p {
  font-size: 18px;
}

.promo-code1 .code {
  font-weight: bold;
  font-size: 36px;
}

.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__close {
  position: absolute;
  right: 0px;
  top: -50px;
  background: 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  color: white;
  font-size: 50px;
}/*# sourceMappingURL=faq.css.map */