.elementor-481712 .elementor-element.elementor-element-a26fe24{margin-top:-70px;margin-bottom:-70px;}.elementor-481712 .elementor-element.elementor-element-cb82dd9{text-align:center;}.elementor-481712 .elementor-element.elementor-element-cb82dd9 .elementor-heading-title{font-size:25px;}.elementor-481712 .elementor-element.elementor-element-d740f22{text-align:center;}.elementor-481712 .elementor-element.elementor-element-d740f22 img{width:48%;max-width:65%;border-radius:35px 35px 35px 35px;}.elementor-481712 .elementor-element.elementor-element-e824b4c .ha-icon-list-icon{width:14px;}.elementor-481712 .elementor-element.elementor-element-e824b4c .ha-icon-list-icon i{font-size:14px;}.elementor-481712 .elementor-element.elementor-element-e824b4c .ha-icon-list-icon svg{--e-icon-list-icon-size:14px;}body:not(.rtl) .elementor-481712 .elementor-element.elementor-element-e824b4c .ha-icon-list-text{padding-left:10px;}body.rtl .elementor-481712 .elementor-element.elementor-element-e824b4c .ha-icon-list-text{padding-right:10px;}.elementor-481712 .elementor-element.elementor-element-cb3403f{--item-text-hover-decoration:underline;}.elementor-481712 .elementor-element.elementor-element-4727b9a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}.elementor-481712 .elementor-element.elementor-element-d9073ae{--spacer-size:50px;}.elementor-481712 .elementor-element.elementor-element-efa3f32{width:var( --container-widget-width, 100.952% );max-width:100.952%;--container-widget-width:100.952%;--container-widget-flex-grow:0;}.elementor-481712 .elementor-element.elementor-element-c18f8de{--spacer-size:50px;}.elementor-481712 .elementor-element.elementor-element-a8c3be4{text-align:center;}.elementor-481712 .elementor-element.elementor-element-419338c .ha-post-list .ha-post-list-item a{flex-direction:column;}.elementor-481712 .elementor-element.elementor-element-419338c .ha-post-list-item a img{margin-right:0px;margin-bottom:15px;}@media(min-width:768px){.elementor-481712 .elementor-element.elementor-element-0f37ee0{width:77.583%;}.elementor-481712 .elementor-element.elementor-element-416b24b{width:87.87%;}.elementor-481712 .elementor-element.elementor-element-1cda676{width:11.913%;}.elementor-481712 .elementor-element.elementor-element-a6e3bce{width:22.377%;}}@media(max-width:1024px){ .elementor-481712 .elementor-element.elementor-element-4727b9a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}@media(max-width:767px){ .elementor-481712 .elementor-element.elementor-element-4727b9a{--grid-side-margin:10px;--grid-column-gap:10px;--grid-row-gap:10px;--grid-bottom-margin:10px;}}/* Start custom CSS for breadcrumbs, class: .elementor-element-0b6ad61 *//* Основной контейнер контента */
.elementor-widget-theme-post-content .elementor-widget-container {
    background-color: #f7f8fa;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

/* Заголовки */
h2.wp-block-heading {
    font-size: 26px;
    color: #222;
    border-left: 5px solid #5c85d6;
    padding-left: 10px;
    margin-bottom: 15px;
    background-color: transparent;
}

h3.wp-block-heading {
    font-size: 22px;
    color: #444;
    border-bottom: 2px solid #5c85d6;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: transparent;
}

/* Абзацы */
p {
    margin-bottom: 15px;
    color: #555;
    background-color: #ffffff;
    padding: 12px 16px;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Списки */
ul.wp-block-list, ol.wp-block-list {
    padding-left: 20px;
    margin-bottom: 15px;
    background-color: #ffffff;
    padding: 12px 20px;
    border-radius: 6px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

ul.wp-block-list li, ol.wp-block-list li {
    margin-bottom: 8px;
    color: #555;
}

/* Акцент на важное */
strong {
    color: #5c85d6;
}

/* Ссылки */
a {
    color: #d9534f;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

a:hover {
    color: #3a5da8;
    text-decoration: underline;
}

.button:hover {
    background-color: #3a5da8;
}

/* Блоки цитат */
blockquote {
    background-color: #e9f1ff;
    padding: 16px 20px;
    border-left: none;
    border-radius: 6px;
    color: #444;
    font-style: italic;
    margin: 20px 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.03);
}

/* Стили для блока FAQ */
.faq-section {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.faq-section h2 {
    font-size: 26px;
    color: #222;
    border-left: 5px solid #5c85d6;
    padding-left: 10px;
    margin-bottom: 20px;
    background-color: transparent;
}

.faq-item {
    margin-bottom: 25px;
    padding: 15px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background-color: #f9fbfe;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 2px 10px rgba(92, 133, 214, 0.1);
}

.faq-item h3 {
    font-size: 22px;
    color: #444;
    border-bottom: 2px solid #5c85d6;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.faq-item p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* Поддержка ссылок внутри FAQ */
.faq-item a {
    color: #d9534f;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s;
}

.faq-item a:hover {
    color: #3a5da8;
    text-decoration: underline;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .elementor-widget-theme-post-content .elementor-widget-container {
    padding: 20px;
    margin-bottom: 20px;
  }
  h2.wp-block-heading {
    font-size: 22px;
    margin-bottom: 12px;
  }
  h3.wp-block-heading {
    font-size: 20px;
    margin-bottom: 8px;
  }
  p {
    padding: 10px 12px;
    margin-bottom: 12px;
  }
  ul.wp-block-list, ol.wp-block-list {
    padding: 10px 12px;
    margin-bottom: 12px;
  }
  .faq-section {
    padding: 20px;
    margin-top: 20px;
  }
  .faq-item {
    padding: 12px 16px;
    margin-bottom: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69a45d1 */.marketing-sidebar__body {
  background: #1a1f2b;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.5);
  color: #e0e0e0;
  font-family: 'Inter', sans-serif;
}

.marketing-sidebar__title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.75rem;
  color: #38f9d7;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.marketing-sidebar__list-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.marketing-sidebar__feature {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.marketing-sidebar__feature::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #38f9d7;
}

.marketing-sidebar__btn {
  display: block;
  text-align: center;
  padding: .75rem 1rem;
  background: linear-gradient(135deg, #38f9d7, #2c5364);
  color: #1a1f2b;
  font-family: 'Orbitron', sans-serif;
  text-transform: uppercase;
  border-radius: 8px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  margin-bottom: 1.5rem;
}

.marketing-sidebar__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.6);
}

.marketing-sidebar__cta {
  text-align: center;
}

/* Рейтинг */
.marketing-sidebar__rating {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.25rem;
  margin-bottom: .75rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
}

/* Звёздочки */
.rating-stars {
  color: #38f9d7;
}

/* Ссылка на отзывы — очень ненавязчивая */
.marketing-sidebar__reviews-link {
  display: block;
  font-size: .875rem;
  color: #7a7f8c;
  text-decoration: none;
  transition: none;    /* отключаем hover-эффекты */
}
.marketing-sidebar__reviews-link:hover {
  color: #7a7f8c;       /* тот же цвет — без подсветки */
  text-decoration: none;
}/* End custom CSS */