/* 17.08.2026: правила оформления отчётов продублированы селектором
   body.seo-report-page. Раньше они были только через body:has(...) —
   а :has() не поддерживают Firefox до 121 (декабрь 2023) и Safari до 15.4,
   и в этих браузерах страница отчёта оставалась без оформления.
   Класс seo-report-page ставит тема на все страницы /seo-report/. */
html{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}


/* Скрываем подписи к изображениям в контенте */
.entry-content figcaption,
.entry-content .wp-caption-text{
    display: none !important;
}

a{
	font-weight: bold;
}

a.menu__link{
	font-weight: normal;
}

.new_glavnaya a,
.new_glavnaya a:-webkit-any-link,
.new_glavnaya a:visited{
	font-weight: normal;
}

#secondary li{
	margin-bottom: 10px !important;
}

/* @media (max-width: 1200px) {
	.result__body {
			flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
	}
	.result__item {
		flex: 0 1 47%;
	}
	.result__item:not(:last-child) {
		margin: 0 0 40px 0;
	}
} */

.nowrap{
	white-space:nowrap;
}

blockquote{
	margin-left: 15px;
}

body{
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

/* Отступ контента от шапки на обычных страницах (без кастомного hero) */
.single .site-content,
.archive .site-content,
.search .site-content{
    margin-top: 100px;
}
@media (max-width: 921px) {
    .single .site-content,
.archive .site-content,
.search .site-content{
        margin-top: 110px;
    }
}

blockquote{
	border-left: 5px solid #df3c4c;
}

h2,
h3,
h4,
h5,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
	text-align: center;
	color: #005DAC !important;
}

/* Белый текст заголовков внутри синих секций */
.dor-audit-link h2,
.dor-audit-link h3,
.dor-final-cta__box h2,
.dor-final-cta__box h3,
.audit-cta h2,
.audit-calc__box h2,
.audit-final-cta__box h2,
.contact-cta__box h2,
.contact-cta__box h3,
.promotion_development h2,
.promotion_development h3,
.about-cta h2,
.about-cta h3,
.reviews-cta h2,
.reviews-cta h3,
.report-cta h2,
.report-cta h3,
.audit_offer h2,
.audit_offer h3,
.partner-offer h2,
.partner-offer h3{
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	text-align: left;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after{
  content: none;
  display: none;
}

.nav-links{
	display: block !important;
}

.red-underline-h3{
/*   border-bottom: 4px solid #CF2E2E; */
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.three-column-list ul{
  color: #464646;
}

.three-column-list{
  display: flex;
  justify-content: space-around;
  flex-wrap:wrap;
}

#secondary{
	line-height: inherit;
}

.sidebar-main .widget_categories{
	background-color: #f1f1f1;
	padding: 15px;
	border-radius: 10px;
}

#secondary li{
	margin-bottom: 0;
	padding: 0;
}

.sidebar-main .widget_categories a{
	color: #005ca5;
	text-decoration: underline;
	font-weight: normal;
}

.ast-archive-description p{
	font-size: 1rem;
	line-height: 1.65;
	font-weight: 300;
}

.menu__link{
	font-weight: 300;
}

table{
/* font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif; */
/* font-size: 14px; */
/* text-align: left; */
border-collapse: collapse;
/* border-radius: 20px; */
/* box-shadow: 0 0 0 10px #000000; */
color: #452F21;
}
th{
padding: 10px 8px;
/* background: white; */
}
/* table th:first-child {
border-top-left-radius: 20px;
}
table th:last-child {
border-top-right-radius: 20px;
} */
td{
/* border-top: 1px solid #F2906B; */
padding: 8px;
background: white;
}
/* table td:first-child {
border-bottom-left-radius: 20px;
}
table td:last-child {
border-bottom-right-radius: 20px;
} */
th{
/*   color: #EDB749; */
  border-bottom: 1px solid #37B5A5;
  padding: 12px 17px;
}

@media (min-width: 1201px) {
	.ast-separate-container .ast-archive-description{
		margin: 0;
		padding: 1em 1em 3em;
	}
}

@media (min-width: 993px) {
	.ast-right-sidebar  #secondary{
		padding-left: 20px;
	}
}


@media (max-width: 600px) {
  .three-column-list{
    display: block;
  }
}

.wp-block-uagb-icon-list.uagb-block-5a79bbe8 .wp-block-uagb-icon-list-child .uagb-icon-list__label{
	line-height: 1.7 !important;
}





.page-id-31066 .ast-container{
  max-width: 100%;
}
.page-id-31066 .ast-container,
.ast-container-fluid{
  margin: 0;
  padding: 0;
}

.page-id-31066 h1::after,
.page-id-31066 h2::after{
  content: none;
  border-bottom: none;
}
.page-id-31066 h2,
.page-id-31066 h3,
.page-id-31066 h4,
.page-id-31066 h5{
  text-align: inherit;
}

/* ============================================================
   SEO-отчёты (/seo-report/домен/)
   body:has(.wpseopropeller .panel-heading) = страница с плагином отчётов
   ============================================================ */
:root{
  --rpt-bg: #f4f6fb;
  --rpt-primary: #005DAC;
  --rpt-primary-dark: #003d72;
  --rpt-accent: #005DAC;
  --rpt-text: #11172D;
  --rpt-muted: #5D6584;
  --rpt-success: #16a34a;
  --rpt-success-bg: #f0fdf4;
  --rpt-success-border: #bbf7d0;
  --rpt-danger: #dc2626;
  --rpt-danger-bg: #fef2f2;
  --rpt-danger-border: #fecaca;
  --rpt-info-bg: #f8fafc;
  --rpt-info-border: #e2e8f0;
  --rpt-radius: 14px;
  --rpt-radius-sm: 10px;
  --rpt-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
  --rpt-font: 'Manrope', sans-serif;
}
body:has(.wpseopropeller .panel-heading) a,
body:has(.wpseopropeller .panel-heading) .entry-content a,
body:has(.wpseopropeller .panel-heading) .ast-single-post .entry-content a,
body:has(.wpseopropeller .panel-heading) .wpseopropeller a{
  text-decoration: none !important;
  border-bottom: none !important;
}
body.seo-report-page a,
body.seo-report-page .entry-content a,
body.seo-report-page .ast-single-post .entry-content a,
body.seo-report-page .wpseopropeller a,
.wpseopropeller a,
.ast-single-post .entry-content .wpseopropeller a{
  text-decoration: none !important;
  border-bottom: none !important;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller,
body:has(.wpseopropeller .panel-heading) .entry-content,
body:has(.wpseopropeller .panel-heading) #primary{
  overflow-x: hidden;
  max-width: 100%;
}
body.seo-report-page .wpseopropeller,
body.seo-report-page .entry-content,
body.seo-report-page #primary,
.wpseopropeller{
  overflow-x: hidden;
  max-width: 100%;
}
body:has(.wpseopropeller .panel-heading) .progress,
body:has(.wpseopropeller .panel-heading) .progress-bar{
  max-width: 100%;
  overflow: hidden;
}
body.seo-report-page .progress,
body.seo-report-page .progress-bar,
.wpseopropeller .progress,
.wpseopropeller .progress-bar{
  max-width: 100%;
  overflow: hidden;
}
body:has(.wpseopropeller .panel-heading){
  background: var(--rpt-bg);
  overflow-x: hidden;
}
body.seo-report-page{
  background: var(--rpt-bg);
  overflow-x: hidden;
}
body:has(.wpseopropeller .panel-heading) .boxed-container,
body:has(.wpseopropeller .panel-heading) #content{
  background: var(--rpt-bg);
}
body.seo-report-page .boxed-container,
body.seo-report-page #content{
  background: var(--rpt-bg);
}
body:has(.wpseopropeller .panel-heading) #primary.content-area{
  padding-top: 0;
  padding-bottom: 0;
}
body.seo-report-page #primary.content-area{
  padding-top: 0;
  padding-bottom: 0;
}
body:has(.wpseopropeller .panel-heading) .article__content,
body:has(.wpseopropeller .panel-heading) .entry-content{
  font-family: var(--rpt-font);
  font-size: 15px;
  line-height: 1.65;
  color: var(--rpt-text);
}
body.seo-report-page .article__content,
body.seo-report-page .entry-content{
  font-family: var(--rpt-font);
  font-size: 15px;
  line-height: 1.65;
  color: var(--rpt-text);
}
body:has(.wpseopropeller .panel-heading) .article__content > .wpseopropeller,
body:has(.wpseopropeller .panel-heading) .entry-content > .wpseopropeller{
  max-width: 100%;
}
body.seo-report-page .article__content > .wpseopropeller,
body.seo-report-page .entry-content > .wpseopropeller{
  max-width: 100%;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child{
  background: linear-gradient(160deg, #011a35 0%, #005DAC 50%, #003d72 100%);
  margin: 0 calc(-50vw + 50%);
  padding: 40px calc(50vw - 50%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  border-radius: 0;
}
body.seo-report-page .wpseopropeller > .row:first-child{
  background: linear-gradient(160deg, #011a35 0%, #005DAC 50%, #003d72 100%);
  margin: 0 calc(-50vw + 50%);
  padding: 40px calc(50vw - 50%);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  border-radius: 0;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-md-4,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-xs-12.col-md-4{
  flex: 0 0 280px;
  max-width: 280px;
  position: relative;
  min-height: 200px;
}
body.seo-report-page .wpseopropeller > .row:first-child > .col-md-4,
body.seo-report-page .wpseopropeller > .row:first-child > .col-xs-12.col-md-4{
  flex: 0 0 280px;
  max-width: 280px;
  position: relative;
  min-height: 200px;
}
body:has(.wpseopropeller .panel-heading) .screenshot-placeholder{
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  background:
    radial-gradient(ellipse 120% 80% at 20% 100%, rgba(0, 93, 172, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 80% 100% at 90% 10%, rgba(0, 93, 172, 0.25) 0%, transparent 55%),
    linear-gradient(160deg, #0a1e3d 0%, #0d2e5e 40%, #102a4a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.seo-report-page .screenshot-placeholder{
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  background:
    radial-gradient(ellipse 120% 80% at 20% 100%, rgba(0, 93, 172, 0.15) 0%, transparent 60%),
    radial-gradient(ellipse 80% 100% at 90% 10%, rgba(0, 93, 172, 0.25) 0%, transparent 55%),
    linear-gradient(160deg, #0a1e3d 0%, #0d2e5e 40%, #102a4a 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body:has(.wpseopropeller .panel-heading) .screenshot-placeholder::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
body.seo-report-page .screenshot-placeholder::before{
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
body:has(.wpseopropeller .panel-heading) .screenshot-placeholder__letter{
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #005DAC, #003d72);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 93, 172, 0.25);
}
body.seo-report-page .screenshot-placeholder__letter{
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #005DAC, #003d72);
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 24px rgba(0, 93, 172, 0.25);
}
body:has(.wpseopropeller .panel-heading) .screenshot-placeholder__domain{
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  max-width: 90%;
  text-align: center;
  word-break: break-all;
  position: relative;
  z-index: 1;
}
body.seo-report-page .screenshot-placeholder__domain{
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.55);
  max-width: 90%;
  text-align: center;
  word-break: break-all;
  position: relative;
  z-index: 1;
}
body:has(.wpseopropeller .panel-heading) img#exmp,
body:has(.wpseopropeller .panel-heading) img#pic{
  display: none !important;
}
body.seo-report-page img#exmp,
body.seo-report-page img#pic{
  display: none !important;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-md-5,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-xs-12.col-md-5{
  flex: 1 1 280px;
  min-width: 0;
}
body.seo-report-page .wpseopropeller > .row:first-child > .col-md-5,
body.seo-report-page .wpseopropeller > .row:first-child > .col-xs-12.col-md-5{
  flex: 1 1 280px;
  min-width: 0;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child h1,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child h2,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child h3,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child h4,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child h5{
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.seo-report-page .wpseopropeller > .row:first-child h1,
body.seo-report-page .wpseopropeller > .row:first-child h2,
body.seo-report-page .wpseopropeller > .row:first-child h3,
body.seo-report-page .wpseopropeller > .row:first-child h4,
body.seo-report-page .wpseopropeller > .row:first-child h5{
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child h3{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}
body.seo-report-page .wpseopropeller > .row:first-child h3{
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child h3 a,
body:has(.wpseopropeller .panel-heading) .wpseopropeller h3 a{
  color: inherit;
  text-decoration: none !important;
  border-bottom: none !important;
}
body.seo-report-page .wpseopropeller > .row:first-child h3 a,
body.seo-report-page .wpseopropeller h3 a{
  color: inherit;
  text-decoration: none !important;
  border-bottom: none !important;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child .label-keyword{
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
}
body.seo-report-page .wpseopropeller > .row:first-child .label-keyword{
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 6px;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-md-5{
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}
body.seo-report-page .wpseopropeller > .row:first-child > .col-md-5{
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-md-3,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-xs-12.col-md-3{
  flex: 0 0 200px;
  max-width: 200px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px 20px;
}
body.seo-report-page .wpseopropeller > .row:first-child > .col-md-3,
body.seo-report-page .wpseopropeller > .row:first-child > .col-xs-12.col-md-3{
  flex: 0 0 200px;
  max-width: 200px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 24px 20px;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child .col-md-3 h2{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 4px;
  font-weight: 600;
}
body.seo-report-page .wpseopropeller > .row:first-child .col-md-3 h2{
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 4px;
  font-weight: 600;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child .col-md-3 h1{
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1;
}
body.seo-report-page .wpseopropeller > .row:first-child .col-md-3 h1{
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1;
}
body:has(.wpseopropeller .panel-heading) .progress{
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  margin-bottom: 12px;
}
body.seo-report-page .progress{
  height: 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
  overflow: hidden;
  margin-bottom: 12px;
}
body:has(.wpseopropeller .panel-heading) .progress-bar{
  border-radius: 99px;
  background: linear-gradient(90deg, #1871c9, #43a1f5) !important;
  transition: width 1s ease;
  box-shadow: 0 0 8px rgba(24, 113, 201, 0.5);
}
body.seo-report-page .progress-bar{
  border-radius: 99px;
  background: linear-gradient(90deg, #1871c9, #43a1f5) !important;
  transition: width 1s ease;
  box-shadow: 0 0 8px rgba(24, 113, 201, 0.5);
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child .report-string{
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
body.seo-report-page .wpseopropeller > .row:first-child .report-string{
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
body:has(.wpseopropeller .panel-heading) .panel.panel-default{
  background: #fff;
  border: none !important;
  border-radius: var(--rpt-radius);
  box-shadow: var(--rpt-shadow);
  margin: 32px 0 0 !important;
  padding: 0;
  overflow: hidden;
}
body.seo-report-page .panel.panel-default{
  background: #fff;
  border: none !important;
  border-radius: var(--rpt-radius);
  box-shadow: var(--rpt-shadow);
  margin: 32px 0 0 !important;
  padding: 0;
  overflow: hidden;
}
body:has(.wpseopropeller .panel-heading) .panel-heading{
  background: linear-gradient(135deg, var(--rpt-primary), var(--rpt-primary-dark));
  padding: 16px 24px;
  margin: 0;
  border: none;
}
body.seo-report-page .panel-heading{
  background: linear-gradient(135deg, var(--rpt-primary), var(--rpt-primary-dark));
  padding: 16px 24px;
  margin: 0;
  border: none;
}
body:has(.wpseopropeller .panel-heading) .report_h{
  font-family: var(--rpt-font);
  font-size: 17px !important;
  font-weight: 700;
  color: #fff !important;
  margin: 0 !important;
  padding: 0;
  text-shadow: none !important;
  text-align: left !important;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.seo-report-page .report_h{
  font-family: var(--rpt-font);
  font-size: 17px !important;
  font-weight: 700;
  color: #fff !important;
  margin: 0 !important;
  padding: 0;
  text-shadow: none !important;
  text-align: left !important;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
}
body:has(.wpseopropeller .panel-heading) .panel-heading h1,
body:has(.wpseopropeller .panel-heading) .panel-heading h2,
body:has(.wpseopropeller .panel-heading) .panel-heading h3,
body:has(.wpseopropeller .panel-heading) .panel-heading h4,
body:has(.wpseopropeller .panel-heading) .panel-heading h5,
body:has(.wpseopropeller .panel-heading) .panel-heading .report_h{
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body.seo-report-page .panel-heading h1,
body.seo-report-page .panel-heading h2,
body.seo-report-page .panel-heading h3,
body.seo-report-page .panel-heading h4,
body.seo-report-page .panel-heading h5,
body.seo-report-page .panel-heading .report_h{
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
body:has(.wpseopropeller .panel-heading) .well h4,
body:has(.wpseopropeller .panel-heading) .well .report_h{
  color: var(--rpt-primary-dark) !important;
  -webkit-text-fill-color: var(--rpt-primary-dark) !important;
}
body.seo-report-page .well h4,
body.seo-report-page .well .report_h{
  color: var(--rpt-primary-dark) !important;
  -webkit-text-fill-color: var(--rpt-primary-dark) !important;
}
body:has(.wpseopropeller .panel-heading) .head-icon{
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 18px !important;
  margin-right: 0 !important;
  flex-shrink: 0;
}
body.seo-report-page .head-icon{
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 18px !important;
  margin-right: 0 !important;
  flex-shrink: 0;
}
body:has(.wpseopropeller .panel-heading) .seo-propeller-report-list,
body:has(.wpseopropeller .panel-heading) ul.seo-propeller-report-list{
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
body.seo-report-page .seo-propeller-report-list,
body.seo-report-page ul.seo-propeller-report-list{
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}
body:has(.wpseopropeller .panel-heading) .yes-item,
body:has(.wpseopropeller .panel-heading) .no-item,
body:has(.wpseopropeller .panel-heading) .grey-item{
  margin: 0 !important;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  overflow-x: visible !important;
  transition: background 0.15s;
}
body.seo-report-page .yes-item,
body.seo-report-page .no-item,
body.seo-report-page .grey-item{
  margin: 0 !important;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  overflow-x: visible !important;
  transition: background 0.15s;
}
body:has(.wpseopropeller .panel-heading) .yes-item:last-child,
body:has(.wpseopropeller .panel-heading) .no-item:last-child,
body:has(.wpseopropeller .panel-heading) .grey-item:last-child{
  border-bottom: none;
}
body.seo-report-page .yes-item:last-child,
body.seo-report-page .no-item:last-child,
body.seo-report-page .grey-item:last-child{
  border-bottom: none;
}
body:has(.wpseopropeller .panel-heading) .yes-item{
  background: var(--rpt-success-bg);
  border-left: 3px solid var(--rpt-success);
}
body.seo-report-page .yes-item{
  background: var(--rpt-success-bg);
  border-left: 3px solid var(--rpt-success);
}
body:has(.wpseopropeller .panel-heading) .yes-item:hover{ background: #e6f9ed; }
body.seo-report-page .yes-item:hover{ background: #e6f9ed; }
body:has(.wpseopropeller .panel-heading) .yes-thumb{
  color: var(--rpt-success) !important;
  font-size: 16px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
body.seo-report-page .yes-thumb{
  color: var(--rpt-success) !important;
  font-size: 16px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
body:has(.wpseopropeller .panel-heading) .no-item{
  background: var(--rpt-danger-bg);
}
body.seo-report-page .no-item{
  background: var(--rpt-danger-bg);
}
body:has(.wpseopropeller .panel-heading) .no-item:hover{ background: #fee2e2; }
body.seo-report-page .no-item:hover{ background: #fee2e2; }
body:has(.wpseopropeller .panel-heading) .no-thumb{
  color: var(--rpt-danger) !important;
  font-size: 16px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
body.seo-report-page .no-thumb{
  color: var(--rpt-danger) !important;
  font-size: 16px !important;
  flex-shrink: 0;
  margin-top: 2px;
}
body:has(.wpseopropeller .panel-heading) .grey-item{
  background: var(--rpt-info-bg);
  border-left: 3px solid #94a3b8;
}
body.seo-report-page .grey-item{
  background: var(--rpt-info-bg);
  border-left: 3px solid #94a3b8;
}
body:has(.wpseopropeller .panel-heading) .grey-item:nth-child(2n){ background: #f1f5f9; }
body.seo-report-page .grey-item:nth-child(2n){ background: #f1f5f9; }
body:has(.wpseopropeller .panel-heading) .grey-item:hover{ background: #e8edf4; }
body.seo-report-page .grey-item:hover{ background: #e8edf4; }
body:has(.wpseopropeller .panel-heading) .grey-item .no-thumb{ color: #64748b !important; }
body.seo-report-page .grey-item .no-thumb{ color: #64748b !important; }
body:has(.wpseopropeller .panel-heading) .img_url{
  color: var(--rpt-muted);
  font-size: 12px;
  word-break: break-all;
}
body.seo-report-page .img_url{
  color: var(--rpt-muted);
  font-size: 12px;
  word-break: break-all;
}
body:has(.wpseopropeller .panel-heading) blockquote{
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--rpt-primary);
  border-radius: var(--rpt-radius-sm);
  padding: 16px 20px;
  margin: 16px 0;
  font-size: 14px;
  color: var(--rpt-text);
}
body.seo-report-page blockquote{
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 4px solid var(--rpt-primary);
  border-radius: var(--rpt-radius-sm);
  padding: 16px 20px;
  margin: 16px 0;
  font-size: 14px;
  color: var(--rpt-text);
}
body:has(.wpseopropeller .panel-heading) blockquote strong{
  display: inline-block;
  background: var(--rpt-primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body.seo-report-page blockquote strong{
  display: inline-block;
  background: var(--rpt-primary);
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller-top-word-list{
  list-style: none;
  padding: 0;
  margin: 16px 0 8px;
}
body.seo-report-page .wpseopropeller-top-word-list{
  list-style: none;
  padding: 0;
  margin: 16px 0 8px;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller-top-word-list .table{
  width: 100%;
  background: #fff;
  border-radius: var(--rpt-radius-sm);
  overflow: hidden;
  box-shadow: var(--rpt-shadow);
  border-collapse: separate;
  border-spacing: 0;
}
body.seo-report-page .wpseopropeller-top-word-list .table{
  width: 100%;
  background: #fff;
  border-radius: var(--rpt-radius-sm);
  overflow: hidden;
  box-shadow: var(--rpt-shadow);
  border-collapse: separate;
  border-spacing: 0;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller-top-word-list .table tbody td{
  padding: 10px 16px !important;
  font-size: 14px;
  text-align: left !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-family: var(--rpt-font);
}
body.seo-report-page .wpseopropeller-top-word-list .table tbody td{
  padding: 10px 16px !important;
  font-size: 14px;
  text-align: left !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-family: var(--rpt-font);
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller-top-word-list .table tbody td:first-child{
  font-weight: 600;
  color: var(--rpt-primary-dark);
}
body.seo-report-page .wpseopropeller-top-word-list .table tbody td:first-child{
  font-weight: 600;
  color: var(--rpt-primary-dark);
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller-top-word-list .table tbody td:last-child{
  text-align: center !important;
  font-weight: 700;
  color: var(--rpt-primary);
  background: rgba(0, 93, 172, 0.04);
  min-width: 60px;
}
body.seo-report-page .wpseopropeller-top-word-list .table tbody td:last-child{
  text-align: center !important;
  font-weight: 700;
  color: var(--rpt-primary);
  background: rgba(0, 93, 172, 0.04);
  min-width: 60px;
}
body:has(.wpseopropeller .panel-heading) .wpseopropeller-top-word-list .table tbody tr:nth-child(even){
  background: #fafbfc;
}
body.seo-report-page .wpseopropeller-top-word-list .table tbody tr:nth-child(even){
  background: #fafbfc;
}
body:has(.wpseopropeller .panel-heading) .well{
  background: #fff !important;
  border: none !important;
  border-radius: var(--rpt-radius) !important;
  box-shadow: var(--rpt-shadow) !important;
  padding: 28px !important;
  margin: 32px 0 !important;
}
body.seo-report-page .well{
  background: #fff !important;
  border: none !important;
  border-radius: var(--rpt-radius) !important;
  box-shadow: var(--rpt-shadow) !important;
  padding: 28px !important;
  margin: 32px 0 !important;
}
body:has(.wpseopropeller .panel-heading) .well > h4,
body:has(.wpseopropeller .panel-heading) .well > .report_h{
  background: none !important;
  color: var(--rpt-primary-dark) !important;
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 20px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.seo-report-page .well > h4,
body.seo-report-page .well > .report_h{
  background: none !important;
  color: var(--rpt-primary-dark) !important;
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 20px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
body:has(.wpseopropeller .panel-heading) .well .head-icon{
  color: var(--rpt-accent) !important;
  font-size: 20px !important;
}
body.seo-report-page .well .head-icon{
  color: var(--rpt-accent) !important;
  font-size: 20px !important;
}
body:has(.wpseopropeller .panel-heading) .task-list-{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 1.6;
  color: var(--rpt-text);
}
body.seo-report-page .task-list-{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 16px;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
  background: transparent !important;
  font-size: 14px;
  line-height: 1.6;
  color: var(--rpt-text);
}
body:has(.wpseopropeller .panel-heading) .task-list-:hover{ background: rgba(0, 93, 172, 0.03) !important; }
body.seo-report-page .task-list-:hover{ background: rgba(0, 93, 172, 0.03) !important; }
body:has(.wpseopropeller .panel-heading) .task-list-:nth-child(2n+1){ background: rgba(0, 0, 0, 0.015) !important; }
body.seo-report-page .task-list-:nth-child(2n+1){ background: rgba(0, 0, 0, 0.015) !important; }
body:has(.wpseopropeller .panel-heading) .task-list-:last-child{ border-bottom: none !important; }
body.seo-report-page .task-list-:last-child{ border-bottom: none !important; }
body:has(.wpseopropeller .panel-heading) .circle-icon{
  color: var(--rpt-accent) !important;
  font-size: 8px !important;
  margin-right: 0 !important;
  margin-top: 7px;
  flex-shrink: 0;
}
body.seo-report-page .circle-icon{
  color: var(--rpt-accent) !important;
  font-size: 8px !important;
  margin-right: 0 !important;
  margin-top: 7px;
  flex-shrink: 0;
}
body:has(.wpseopropeller .panel-heading) .page-header{ display: none; }
body.seo-report-page .page-header{ display: none; }
body:has(.wpseopropeller .panel-heading) .header__container{ margin-bottom: 0; }
body.seo-report-page .header__container{ margin-bottom: 0; }
body:has(.wpseopropeller .panel-heading) #primary .site-main{
  padding-top: 0;
  padding-bottom: 48px;
}
body.seo-report-page #primary .site-main{
  padding-top: 0;
  padding-bottom: 48px;
}
body:has(.wpseopropeller .panel-heading) .article__content > br,
body:has(.wpseopropeller .panel-heading) .wpseopropeller > br,
body:has(.wpseopropeller .panel-heading) .entry-content > br{ display: none; }
body.seo-report-page .article__content > br,
body.seo-report-page .wpseopropeller > br,
body.seo-report-page .entry-content > br{ display: none; }
body:has(.wpseopropeller .panel-heading) .seo-propeller-report-list + br{ display: none; }
body.seo-report-page .seo-propeller-report-list + br{ display: none; }
@media (max-width: 960px) {
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child{
    padding: 32px calc(50vw - 50%);
    gap: 20px;
  }
  body.seo-report-page .wpseopropeller > .row:first-child{
    padding: 32px calc(50vw - 50%);
    gap: 20px;
  }
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-md-4,
  body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-xs-12.col-md-4{
    flex: 0 0 220px;
    max-width: 220px;
  }
  body.seo-report-page .wpseopropeller > .row:first-child > .col-md-4,
  body.seo-report-page .wpseopropeller > .row:first-child > .col-xs-12.col-md-4{
    flex: 0 0 220px;
    max-width: 220px;
  }
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-md-3,
  body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-xs-12.col-md-3{
    flex: 1 1 100%;
    max-width: 100%;
  }
  body.seo-report-page .wpseopropeller > .row:first-child > .col-md-3,
  body.seo-report-page .wpseopropeller > .row:first-child > .col-xs-12.col-md-3{
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child{
    padding: 24px 16px;
    flex-direction: column;
  }
  body.seo-report-page .wpseopropeller > .row:first-child{
    padding: 24px 16px;
    flex-direction: column;
  }
body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-md-4,
  body:has(.wpseopropeller .panel-heading) .wpseopropeller > .row:first-child > .col-xs-12.col-md-4{
    flex: 1 1 100%;
    max-width: 100%;
  }
  body.seo-report-page .wpseopropeller > .row:first-child > .col-md-4,
  body.seo-report-page .wpseopropeller > .row:first-child > .col-xs-12.col-md-4{
    flex: 1 1 100%;
    max-width: 100%;
  }
body:has(.wpseopropeller .panel-heading) .yes-item,
  body:has(.wpseopropeller .panel-heading) .no-item,
  body:has(.wpseopropeller .panel-heading) .grey-item{
    padding: 10px 14px;
    font-size: 13px;
  }
  body.seo-report-page .yes-item,
  body.seo-report-page .no-item,
  body.seo-report-page .grey-item{
    padding: 10px 14px;
    font-size: 13px;
  }
body:has(.wpseopropeller .panel-heading) .panel-heading{ padding: 12px 16px; }
  body.seo-report-page .panel-heading{ padding: 12px 16px; }
body:has(.wpseopropeller .panel-heading) .report_h{ font-size: 15px !important; }
  body.seo-report-page .report_h{ font-size: 15px !important; }
body:has(.wpseopropeller .panel-heading) .well{ padding: 20px !important; }
  body.seo-report-page .well{ padding: 20px !important; }
}

/* Скрываем кнопку «Наверх» от Astra */
#ast-scroll-top{
  display: none !important;
}

/* Скрываем значок Google reCAPTCHA */
.grecaptcha-badge{
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* Скрываем Astra Builder footer — показываем только кастомный */
#colophon{ display: none !important; }


/* Внутренний padding-left у текста статьи блога */
.single-post .entry-content{
    padding-left: 30px;
    padding-right: 10px;
}
@media (max-width: 768px) {
    .single-post .entry-content{
        padding-left: 14px;
        padding-right: 4px;
    }
}

/* Форма «Есть вопросы?» в статьях блога — двухколоночная компоновка */
.entry-content .forma{
    display: flex;
    gap: 24px;
    align-items: stretch;
    background: #f4f7fb;
    border: 1px solid #e3e9f1;
    border-radius: 14px;
    padding: 24px;
    margin: 28px 0;
}
.entry-content .formal{
    flex: 0 0 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-content .formai{ padding: 0; width: 100%; }
.entry-content .formal img{
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    border-radius: 10px;
}
.entry-content .formar{ flex: 1 1 auto; min-width: 0; }
.entry-content .titlef p{
    font-size: 22px;
    font-weight: 700;
    color: #11172d;
    margin: 0 0 14px;
}
.entry-content .formar .wpcf7-form-control-wrap input[type="text"],
.entry-content .formar .wpcf7-form-control-wrap input[type="tel"],
.entry-content .formar .wpcf7-form-control-wrap input[type="email"]{
    width: 100%;
    max-width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #d6dee9;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.entry-content .bform{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 14px;
}
.entry-content .formab .wpcf7-submit{
    background: #005DAC;
    color: #fff;
    border: 0;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
}
.entry-content .formab .wpcf7-submit:hover{ background: #004a8c; }
.entry-content .formab1{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #555;
}
.entry-content .formab1 .wpcf7-list-item{ margin: 0; }
.entry-content .formab1 label{ display: flex; align-items: center; gap: 6px; }
@media (max-width: 768px) {
    .entry-content .forma{
        flex-direction: column;
        padding: 18px;
        gap: 16px;
    }
    .entry-content .formal{ flex: 0 0 auto; }
    .entry-content .formal img{ max-width: 180px; margin: 0 auto; }
    .entry-content .titlef p{ font-size: 19px; }
}

/* Скрыть системную надпись «Комментарии закрыты.» под статьями.
   Сами комментарии при этом продолжают отображаться (Astra выводит эту
   надпись в <p class="no-comments"> внутри .comments-area). */
.comments-area .no-comments{ display: none !important; }



