/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}






p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: 'Manrope', sans-serif;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 40px;
}
@media (max-width: 768px){
    .container{
        padding: 0 15px;
    }
}

.btn{
    border: 2px solid #005DAC;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #005DAC;
    position: relative;
    transition: all 0.3s;
}
.btn:hover{
    color: #fff !important;
    background: #005DAC !important;;
}
.btnTwo{
    background: #005DAC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF !important;;
    line-height: 28px;
    transition: all 0.3s;
    padding: 0 4px !important;
}
.btnTwo:hover{
    background: #005095 !important;;
}
.btn.arrow::after{
    position: relative;
    content: "";
    background-image: url(../img/arrow_link.svg);
    background-size: cover;
    width: 16px;
    height: 14px;
    margin-left: 20px;
    display: block;
    transition: all 0.3s;
}
.btn.arrow:hover::after{
    background-image: url(../img/arrow_link2.svg);
}


.title{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #005DAC;
    -webkit-text-fill-color: #005DAC;
    margin-bottom: 50px;
    position: relative;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}
/* H1 заголовки внутренних страниц — синий и системный шрифт (как на главной) */
.dor-hero .title,
.audit-hero .title,
.contact-hero__title.title,
.education_main-title.title,
.education_main .title,
.page-id-37080 h1.entry-title{
    color: #005DAC !important;
    -webkit-text-fill-color: #005DAC !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 800 !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}
/* Видео портфолио (page-id-55232) — заголовок жирный и по центру, как на других страницах */
.page-id-55232 .entry-header{
    text-align: center !important;
}
.page-id-55232 h1.entry-title{
    color: #005DAC !important;
    -webkit-text-fill-color: #005DAC !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-weight: 800 !important;
    text-align: center !important;
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
}
@media (max-width: 767px){
    .page-id-55232 h1.entry-title{
        font-size: 30px !important;
        line-height: 35px !important;
    }
}
/* Выразительные H1 на мобильных — сервисные и кастомные страницы (блог-статьи не трогаем) */
@media (max-width: 767px){
    h1.title,
    h1.about-hero__title,
    h1.reviews-hero__title,
    h1.stati-heading,
    h1.error-404-title,
    .page-id-37080 h1.entry-title{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
        font-size: 30px !important;
        line-height: 35px !important;
        font-weight: 800 !important;
        letter-spacing: -0.02em;
        color: #005DAC !important;
        -webkit-text-fill-color: #005DAC !important;
        -webkit-font-smoothing: auto !important;
        -moz-osx-font-smoothing: auto !important;
    }
}
.title::before{
    position: absolute;
    
    width: 100px;
    height: 2px;
    background-color: #005DAC;
    left: -140px;
    top: 30px;
}
.main{
    margin: 30px 0 80px;
    border-bottom: 1px solid #e4ecf5;
}
.main .title{
    line-height: 72px;
    font-size: 64px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
.main_info{
    margin-left: 160px;
    position: relative;
}
.main_wrapper{
    position: relative;
    padding-top: 70px;
    min-height: calc(100vh - 160px);
    /* svh — «наименьшая» высота окна, та, что остаётся при видимой адресной
       строке. На телефоне 100vh считается по высоте БЕЗ неё, поэтому первый
       экран получается выше видимой области. dvh брать нельзя: он
       пересчитывается на лету при скролле, и блок дёргается.
       Строка идёт следом за vh — браузер без поддержки svh её игнорирует. */
    min-height: calc(100svh - 160px);
}
.main_wrapper::before{
    position: absolute;
    content: "";
    background: linear-gradient(135deg, #f0f5fc 0%, #e8f0fa 60%, #f5f8fd 100%);
    height: 100%;
    top: 0;
    left: 160px;
    right: -9999px;
    border-radius: 0 0 0 24px;
    pointer-events: none;
}
.main_wrapper::after{
    display: none;
}
.main_text{
   
    font-size: 22px;
    line-height: 34px;
    color: #11172D;
    margin-bottom: 24px;
    width: 600px;
    padding-left: 90px;
    position: relative;
}
.main_text::before{
    position: absolute;
    content: "";
    background-image: url(../img/quote.svg);
    background-size: cover;
    width: 57px;
    height: 41px;
    left: 0;
}
.main_text span{
    display: block;
    font-weight: 700;
}
.main_items{
    margin-bottom: 0;
}
.main_item{
    line-height: 28px;
    font-size: 16px;
    max-width: 580px;
    color: #5D6584;
    margin-bottom: 35px;
}
.main_item:last-child{
    margin-bottom: 0;
}
.main_item span{
    font-weight: 600;
    color: #11172D;
}
.btnTwo.arrow::after{
    position: relative;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../img/btnTwoArrow.svg);
    background-size: cover;
    background-position: center;
    display: block;
    margin-left: 16px;
    transition: all 0.3s;
}
.btnTwo.arrow:hover::after{
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.main_messages{
    position: absolute;
    bottom: 88px;
    left: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
}
.main_message{
    display: flex;
    margin-top: 30px;
}
.main_message path{
    transition: all 0.3s;
}
.main_message:hover path{
    fill: #F34441;
}

/* === Hero redesign: subtitle === */
.hero-tagline{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #8a93b0;
    margin-bottom: 12px;
}
.hero-tagline__accent{
    color: #005DAC;
    font-weight: 800;
}
.hero-usp{
    font-size: 23px;
    line-height: 32px;
    font-weight: 800;
    color: #11172D;
    max-width: 600px;
    margin: 0 0 20px;
    padding-left: 18px;
    border-left: 4px solid #005DAC;
}
.hero-usp strong{ color: #005DAC; }
.hero-usp-mob{ display: none; }

.hero-niches{
    font-size: 15px;
    line-height: 23px;
    color: #2E3650;
    font-weight: 600;
    max-width: 580px;
    margin: -14px 0 26px;
    padding-left: 22px;
    position: relative;
}
.hero-niches::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #005DAC;
}
.hero-niches-mob{ display: none; }

.hero-price-block{
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    background: #f0f7ff;
    border-radius: 14px;
    padding: 18px 26px;
    margin-bottom: 32px;
    max-width: 560px;
}
.hero-price-block__value{ font-size: 32px; font-weight: 800; color: #005DAC; line-height: 1.1; }
.hero-price-block__period{ font-size: 18px; font-weight: 700; color: #5D6584; margin-left: 2px; }
.hero-price-block__desc{ font-size: 14px; color: #5D6584; line-height: 1.5; font-weight: 500; }
.hero-price-block-mob{ display: none; }
.hero-cta__price{
    width: 100%;
    font-size: 15px;
    color: #11172D;
    font-weight: 700;
    margin-top: 2px;
}
.hero-cta__price strong{ color: #005DAC; }
.trust-badge--link{ text-decoration: none; cursor: pointer; display: block; }
.trust-badge__cta{ display: inline; font-size: 11px; font-weight: 700; text-decoration: underline; white-space: nowrap; }
.trust-badge__cta--dark{ color: #005DAC; }
.trust-badge-mob--link{ text-decoration: none; display: block; }

.hero-subtitle{
    font-size: 20px;
    line-height: 30px;
    color: #5D6584;
    max-width: 640px;
    margin-bottom: 32px;
    font-weight: 400;
}

/* === Hero: brand domain hint === */
.hero-domain-hint{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #8a93b0;
    margin-bottom: 28px;
}
.hero-domain-hint__vy{
    color: #005DAC;
    font-weight: 800;
}
.hero-domain-hint-mob{
    display: none;
}

/* === Hero redesign: trust badges === */
.trust-badges{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
}
.trust-badge{
    background: #fff;
    border-radius: 12px;
    padding: 18px 28px;
    box-shadow: 0 2px 16px rgba(0,93,172,0.08);
    text-align: center;
    min-width: 120px;
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    margin-right: 16px;
    margin-bottom: 8px;
}
.trust-badge:last-child{
    margin-right: 0;
}
@supports (gap: 16px){
    .trust-badge{
        margin-right: 0;
        margin-bottom: 0;
    }
}
.trust-badge:hover{
    box-shadow: 0 6px 24px rgba(0,93,172,0.15);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.trust-badge--accent{
    background: #005DAC;
}
.trust-badge--accent .trust-badge__number{
    color: #fff;
}
.trust-badge--accent .trust-badge__label{
    color: rgba(255,255,255,0.85);
}
.trust-badge--accent:hover{
    box-shadow: 0 6px 24px rgba(0,93,172,0.35);
}
.trust-badge__number{
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #005DAC;
    line-height: 1.2;
}
.trust-badge__label{
    display: block;
    font-size: 13px;
    color: #5D6584;
    margin-top: 4px;
    font-weight: 500;
}

/* === Hero CTA: бесплатный аудит === */
.hero-cta{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
    flex-wrap: wrap;
}
.hero-cta__btn{
    display: inline-block;
    background: #005DAC;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 26px;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s, transform 0.2s, box-shadow 0.3s;
    box-shadow: 0 4px 20px rgba(0,93,172,0.35);
    letter-spacing: 0.3px;
}
.hero-cta__btn{
    animation: heroCtaBlink 1.6s ease-in-out infinite;
}
@keyframes heroCtaBlink {
    0%, 100% {
        background: #005DAC;
        box-shadow: 0 4px 20px rgba(0,93,172,0.35);
    }
    50% {
        background: #F34441;
        box-shadow: 0 6px 30px rgba(243,68,65,0.65), 0 0 0 6px rgba(243,68,65,0.18);
    }
}
.hero-cta__btn:hover{
    background: #004a8a;
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(0,93,172,0.45);
    color: #fff;
    animation: none;
}
.hero-cta__note{
    font-size: 14px;
    color: #5D6584;
    font-weight: 500;
}

/* === Hero CTA: mobile === */
.hero-cta-mob{
    display: none;
}
.hero-cta-mob__btn,
.hero-cta-mob__note{
    display: none;
}

/* === Hero redesign: benefits === */
.hero-benefits{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}
.hero-benefit{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #11172D;
    line-height: 1.4;
    margin-bottom: 14px;
}
.hero-benefit:last-child{
    margin-bottom: 0;
}
@supports (gap: 14px){
    .hero-benefit{
        margin-bottom: 0;
    }
}
.hero-benefit__icon{
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
@supports (gap: 12px){
    .hero-benefit__icon{
        margin-right: 0;
    }
}

/* === Hero redesign: callout === */
.hero-callout{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 12px;
    background: #f0f7ff;
    border-left: 3px solid #005DAC;
    border-radius: 0 8px 8px 0;
    padding: 14px 20px;
    margin-bottom: 32px;
    font-size: 15px;
    color: #11172D;
    max-width: 540px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}
.hero-callout svg{
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: 1px;
    margin-right: 12px;
}
@supports (gap: 12px){
    .hero-callout svg{
        margin-right: 0;
    }
}
.hero-cases-link{
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #5D6584;
    max-width: 540px;
    margin-bottom: 28px;
}
.hero-cases-link a{
    color: #005DAC;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s;
}
.hero-cases-link a:hover{
    color: #F34441;
}
.hero-cases-link-mob{
    display: none;
}

/* === About author card === */
.about-author,
.about-author-mob{
    margin-top: 18px;
    padding: 24px 28px;
    background: linear-gradient(135deg, #f0f5ff 0%, #e8f0fe 100%);
    border-left: 4px solid #005DAC;
    border-radius: 0 12px 12px 0;
    box-sizing: border-box;
}
.about-author__header{
    margin-bottom: 12px;
}
.about-author__name{
    font-size: 18px;
    font-weight: 800;
    color: #11172D;
    line-height: 1.3;
}
.about-author__role{
    font-size: 13px;
    font-weight: 600;
    color: #005DAC;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 4px;
}
.about-author__text{
    font-size: 14px;
    color: #444;
    line-height: 1.7;
}
.about-author__link{
    color: #005DAC;
    font-weight: 600;
    text-decoration: underline;
}

/* === Hero redesign: photo decoration === */
.main_img{
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    max-width: 480px;
}
.main_img img{
    height: calc(100vh - 160px);
    height: calc(100svh - 160px);   /* см. пояснение у .main_wrapper */
    max-height: 700px;
    width: auto;
    max-width: 100%;
}
.main_img::before{
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: linear-gradient(135deg, #005DAC, #0078E8);
    opacity: 0.07;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

/* === Hero redesign: CTA button === */
.hidem{
    position: relative;
    z-index: 1;
}
.main_btn{
    height: 88px;
    font-size: 18px;
    max-width: 480px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,93,172,0.25);
    -webkit-animation: pulse-shadow 3s ease-in-out infinite;
    animation: pulse-shadow 3s ease-in-out infinite;
    will-change: box-shadow;
}
@-webkit-keyframes pulse-shadow{
    0%, 100%{ box-shadow: 0 8px 24px rgba(0,93,172,0.25); }
    50%{ box-shadow: 0 12px 36px rgba(0,93,172,0.35); }
}
@keyframes pulse-shadow{
    0%, 100%{ box-shadow: 0 8px 24px rgba(0,93,172,0.25); }
    50%{ box-shadow: 0 12px 36px rgba(0,93,172,0.35); }
}

.cases{
    margin: 0;
    padding: 80px 0 100px;
    background: #F2F7FB;
}
.subtitle{
    font-weight: 700;
    font-size: 16px;
    color: #B0B3BB;
    margin-bottom: 6px;
    line-height: 28px;
    padding-top: 20px;    display: none;
}
.subtitle2{
    font-weight: 700;
    font-size: 16px;
    color: #B0B3BB;
    margin-bottom: 6px;
    line-height: 28px;
    padding-top: 20px;    display: none;
}
.cases_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.cases_intro{
    max-width: 780px;
    margin: 0 0 44px;
    padding: 4px 0 4px 22px;
    font-size: 17px;
    line-height: 1.6;
    color: #5D6584;
    border-left: 3px solid #005DAC;
}
.cases_intro strong{
    color: #11172D;
    font-weight: 700;
}
.cases_intro__key{
    color: #005DAC;
    font-weight: 600;
}
@media (max-width: 767px){
    .cases_intro{
        font-size: 15px;
        line-height: 1.55;
        margin: 0 0 30px;
        padding-left: 16px;
    }
}
.cases_title{
    margin-bottom: 0;
}
.cases_link{
    font-weight: 700;
    font-size: 16px;
    color: #11172D;
    line-height: 26px;
    position: relative;
    padding-right: 36px;
}
.cases_link::before{
    position: absolute;
    content: "";
    background-image: url(../img/arrow_link.svg);
    background-size: contain;
    width: 16px;
    height: 14px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cases_wrapper{
    display: flex;
    justify-content: space-between;
}
.cases_item{
    width: 49%;
    border: 1px solid #DFE2EC;
    background: #FFFFFF;
    padding: 50px;
    position: relative;
}
.cases_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.cases_item-slide img{
    width: 100%;
    height: 100%;
}
.cases_item-title{
    font-weight: 700;
    font-size: 26px;
    color: #11172D;
    margin-bottom: 10px;
    line-height: 36px;
}
.cases_item-link{
    font-weight: 700;
    font-size: 16px;
    color: #005DAC;
    margin-bottom: 30px;
    line-height: 26px;
    display: block;
    padding-left: 24px;
    position: relative;
    
    width: 50%;
	white-space: nowrap;
}
.cases_item-link::before{
    position: absolute;
    content: "";
    background-image: url(../img/file.svg);
    background-size: cover;
    width: 14px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cases_item-text{
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 40px;
    line-height: 28px;
}
.cases_item-slider{
    margin-bottom: 50px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
}
.cases_item-slider:not(.slick-initialized) .cases_item-slide:not(:first-child){
    display: none;
}
.cases_item-slider .slick-dots{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
    list-style: none !important;
}
.cases_item-slider .slick-dots button{
    font-size: 0;
    position: relative;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: rgba(55, 94, 232, 0.2);
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    border: none;
}
.cases_item-slider .slick-dots .slick-active button{
    background: #005DAC;
}
.cases_item-btns{
    display: flex;
}
.cases_item-btn{
    width: 234px;
    height: 66px;
    margin-right: 20px;
}
.promotion{
    padding: 100px 0;
    background: #F2F7FB;
}
.promotion_wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.promotion_info{
    width: 590px;
}
.promotion_img{
    width: 540px;
    height: 388px;
    margin-right: 90px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.promotion_img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 20px;
    left: 20px;
    background-color: #fff;
    z-index: -1;
}
.promotion_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promotion_title{
    margin-bottom: 40px;
}
.promotion_title::before{
    display: none;
}
.promotion_text{
    font-size: 22px;
    color: #11172D;
    margin-bottom: 20px;
    line-height: 34px;
}
.promotion p{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.promotion_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.promotion_item-inner{
    max-width: 800px;
    text-align: right;
    display: flex;
}
.promotion_item-icon{
    margin: 0 50px;
    min-width: 50px;
    width: 50px;
}
.promotion_item-img{
    height: 180px;
    width: 424px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.promotion_item-img::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 20px;
    right: 20px;
    background-color: #fff;
    z-index: -1;
}
.promotion_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.promotion_item:nth-child(2n){
    flex-direction: row-reverse;
}
.promotion_item:nth-child(2n) .promotion_item-inner{
    flex-direction: row-reverse;
    text-align: left;
}
.promotion_item:nth-child(2n) .promotion_item-img::before{
    right: auto;
    left: 20px;
}
.best{
    margin: 100px 0;
}
.best_inner{
    position: relative;
}
.best_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/best_inner.svg);
    background-size: cover;
    width: 72px;
    height: 142px;
    left: 0;
    top: 0;
}
.best_title,
.best_subtitle{
    padding-left: 120px;
}
.best_text{
    font-size: 22px;
    color: #11172D;
    line-height: 34px;
    margin-bottom: 110px;
    max-width: 960px;
}
.best_wrapper{
    position: relative;
    padding-bottom: 40px;
}
.best_items{
    margin-left: 40px;
    width: 425px;
}
.best_item{
    padding-left: 82px;
    position: relative;
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 40px;
    line-height: 28px;
}
.best_item:last-child{
    margin-bottom: 0;
}
.best_item-img{
    position: absolute;
    left: 0;
    top: 0;
}
.best_img{
    position: absolute;
    right: 0;
    bottom: 0;
}
.best_img::before{
    position: absolute;
    content: "";
    background-image: url(../img/best_img-bef.svg);
    background-size: cover;
    width: 552px;
    height: 719px;
    z-index: -1;
    top: -100px;
    right: 290px;
}
.price{
    margin: 100px 0;
}
.price_wrapper{
    display: flex;
    justify-content: space-between;
}
.price_item{
    width: 32%;
    border: 2px solid #005DAC;
    background: #FFFFFF;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s;
}
.price_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    transition: all 0.3s;
}
.price_item-title{
    font-weight: 700;
    font-size: 26px;
    color: #005DAC;
    margin-bottom: 20px;
    line-height: 36px;
    transition: all 0.3s;
}
.price_item-option{
    line-height: 24px;
    color: #11172D;
    font-size: 14px;
}
.price_item-option span{
    font-weight: 700;
}
.price_item-options{
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 3px solid #005DAC;
}
.price_item-values{
    margin-bottom: 40px;
}
.price_item-value{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
    margin-bottom: 16px;
    padding-left: 22px;
    position: relative;
    width: calc(100% + 15px);
}
.price_item-value::before{
    position: absolute;
    content: "";
    background-image: url(../img/price_item-value.svg);
    background-size: cover;
    height: 11px;
    width: 11px;
    left: 0;
    top: 4px;
    transition: all 0.3s;
}
.price_item-total{
    font-weight: 700;
    font-size: 34px;
    color: #11172D;
    margin-bottom: 40px;
    line-height: 34px;
    transition: all 0.3s;
}
.price_item-btn{
    height: 66px;
    width: 100%;
}
.price_item:nth-child(2){
    border: 4px solid #F34441;
}
.price_item:nth-child(2) .price_item-total,
.price_item:nth-child(2) .price_item-title{
    color: #F34441;
}
.price_item-btn{
    transition: all 0.3s;
}
.price_item:nth-child(2) .price_item-btn{
    background: #F34441;
}
.price_item:nth-child(2) .price_item-btn:hover{
    background: #DE3835;
}
.price_item:nth-child(2)::before {
    background-image: url(../img/cases_item2.svg);
}
.price_item:nth-child(2) .price_item-value::before{
    background-image: url(../img/price_item-value2.svg);
}
.price_item:nth-child(2)  .price_item-options{
    border-bottom: 3px solid #F34441;
}
.steps{
    padding: 100px 0;
    background: #F2F7FB;
    position: relative;
    z-index: 1;
}
.steps::before{
    position: absolute;
    content: "";
    background-image: url(../img/step_bef.svg);
    background-size: cover;
    width: 778px;
    height: 1273px;
    right: 50%;
    top: 47%;
    transform: translate(50%,-50%);
    z-index: -1;
}
.steps_title{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #005DAC;
    margin-bottom: 24px;
    line-height: 58px;
}
.steps_desc{
    text-align: center;
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #5D6584;
    max-width: 820px;
    margin: 0 auto 60px;
}
.steps_item-title strong{
    display: block;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #005DAC;
    margin-bottom: 6px;
}
.steps_item-option a{
    color: #005DAC;
    text-decoration: underline;
    transition: color 0.2s;
}
.steps_item-option a:hover{
    color: #F34441;
}
.steps_item{
    display: flex;
    justify-content: space-between;
    padding-bottom: 52px;
    position: relative;
    margin-bottom: 20px;
}
.steps_item::before{
    position: absolute;
    content: "";
    border-right: 2px dashed #005DAC;
    width: 2px;
    height: calc(100% - 118px);
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.steps_item-options{
    width: 42%;
}
.steps_item-title{
    text-align: right;
    width: 42%;
    font-size: 22px;
    color: #11172D;
    line-height: 34px;
}
.steps_item-number::before{
    position: absolute;
    content: "";
    width: 50px;
    border: 16px solid #005DAC;
    height: 50px;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 50%;
}
.steps_item-number{
    font-weight: 700;
    font-size: 32px;
    color: #005DAC;
    line-height: 32px;
    padding-top: 68px;
    position: relative;
}
.steps_item-option{
    position: relative;
    padding-left: 44px;
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.steps_item-option img{
    position: absolute;
    left: 0;
    top: 6px;
}
.steps_item-option span{
    color: #11172D;
    font-weight: 700;
}
.steps_item-option:last-child{
    margin-bottom: 0;
}
.steps_btn{
    height: 88px;
    width: 540px;
    margin: 0 auto;
}
.faq{
    margin: 100px 0;
}
.faq_desc{
    font-family: Manrope, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #5D6584;
    max-width: 700px;
    margin-bottom: 40px;
}
.faq_item{
    background: #F2F7FB;
    padding: 40px 50px;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 12px;
}
.faq_item:last-child{
    margin-bottom: 0;
}
.faq_items{
    margin-bottom: 50px;
}
.faq_item-title{
    font-size: 18px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 28px;
}
.faq_item-title span{
    font-weight: 700;
}
.faq_item-text{
    padding-left: 56px;
    position: relative;
    font-size: 22px;
    color: #11172D;
    line-height: 34px;
    position: relative;
}
.faq_item-text::before{
    position: absolute;
    content: '';
    background-image: url(../img/faq_arrow.svg);
    background-size: cover;
    width: 30px;
    height: 24px;
    left: 0;
    top: 4px;
}
.faq_item-text span{
    font-weight: 700;
}
.faq_btn{
    height: 88px;
    width: 526px;
}
.faq .container{
    position: relative;
}
.faq_wrapper{
    display: flex;
    align-items: center;
    gap: 40px;
}
.faq_content{
    flex: 1;
    min-width: 0;
}
.faq_img{
    flex-shrink: 0;
    width: 380px;
    display: flex;
    align-items: flex-end;
}
.faq_img img{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 16px;
}
.whom{
    padding: 100px 0;
    background: #F2F7FB;
}
.whom_title{
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #005DAC;
    margin-bottom: 55px;
    line-height: 58px;
}
.whom_desc{
    font-family: Manrope, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #5D6584;
    max-width: 900px;
    margin-bottom: 50px;
}
.whom_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.whom_item{
    background: #FFFFFF;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 0;
    border-radius: 12px;
    transition: box-shadow 0.3s ease;
}
.whom_item:hover{
    box-shadow: 0 8px 32px rgba(0, 93, 172, 0.12);
}
.whom_item:last-child{
    margin-bottom: 0;
}
.whom_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    transition: all 0.3s ease 0s;
}
.whom_item-info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.whom_item-number{
    font-weight: 700;
    font-size: 32px;
    color: #005DAC;
    margin-right: 16px;
    line-height: 32px;
}
.whom_item-title{
    font-weight: 700;
    font-size: 22px;
    color: #11172D;
    line-height: 30px;
}
.whom_item-text{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.whom_item-text p{
    color: #5D6584;
    line-height: 26px;
    width: 100%;
    font-size: 15px;
}
.whom_items{
    margin-bottom: 50px;
}
.whom_img{
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}
.whom_btn{
    height: 88px;
    margin: 0 auto;
    width: 369px;
}
.help{
    margin: 100px 0;
}
.help_wrapper{
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 60px;
}
.help_img{
    flex-shrink: 0;
    width: 400px;
    display: flex;
    align-items: center;
}
.help_img img{
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: contain;
}
.help_wrapper::before{
    display: none;
}
.help_info{
    flex: 1;
    min-width: 0;
}
.help_title{
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #005DAC;
    margin-bottom: 50px;
}
.help_text{
    font-size: 22px;
    color: #11172D;
    margin-bottom: 50px;
    line-height: 34px;
}
.help_option{
    padding-left: 82px;
    margin-bottom: 40px;
    position: relative;
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.help_option img{
    position: absolute;
    left: 0;
    top: 0;
}
.help_info p{
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 30px;
    line-height: 28px;
}
.help_price{
    font-weight: 700;
    font-size: 16px;
    color: #11172D;
    line-height: 28px;
}
.help_price span{
    font-size: 24px;
    color: #005DAC;
}
.help_items{
    display: flex;
    justify-content: space-between;
}
.help_advantages-title{
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #005DAC;
    text-align: center;
    margin-bottom: 40px;
}
.help_cases-cta{
    text-align: center;
    margin-top: 40px;
}
.help_cases-cta p{
    font-family: Manrope, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #11172D;
}
.help_cases-cta a{
    color: #005DAC;
    text-decoration: underline;
    font-weight: 700;
    transition: color 0.2s;
}
.help_cases-cta a:hover{
    color: #F34441;
}
.help_items--grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.help_item{
    width: 100%;
    background: #005DAC;
    padding: 40px 44px;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.help_item:hover{
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(0, 93, 172, 0.3);
}
.help_item-img{
    display: flex;
    margin-bottom: 24px;
}
.help_item-title{
    font-weight: 700;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 30px;
}
.help_item-text{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 26px;
}

.catalog{
    padding: 100px 0;
    background-image: url(../img/catalog.webp);
    background-size: cover;
    background-position: center;
}
.catalog_title{
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 60px;
    line-height: 58px;
   
}
.catalog_wrapper{
    display: flex;
    justify-content: space-between;
}
.catalog_item{
    width: 24%;
    background: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog_item-inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.catalog_item-number{
    font-weight: 700;
    font-size: 20px;
    color: #005DAC;
    line-height: 20px;
}
.catalog_item-title{
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #11172D;
    white-space: nowrap;
    margin-bottom: 10px;
}
.catalog_item-options{
    margin-bottom: 30px;
}
.catalog_item-option{
    line-height: 24px;
    color: #11172D;
    font-size: 14px;
}
.catalog_item-option span{
    font-weight: 700;
}
.catalog_item-values{
    margin-bottom: 34px;
}
.catalog_item-value {
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
    margin-bottom: 16px;
    padding-left: 22px;
    position: relative;
}
.catalog_item-value::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_item-value.svg);
    background-size: cover;
    height: 11px;
    width: 11px;
    left: 0;
    top: 8px;
    transition: all 0.3s;
}
.catalog_item-price{
    font-weight: 700;
    font-size: 21px;
    color: #005DAC;
    margin-bottom: 40px;
    line-height: 24px;
}
.catalog_item-btn{
    height: 66px;
    width: 100%;
}
.reviews{
    margin: 100px 0;
}
.reviews_slider{
    margin-bottom: 50px;
    max-width: 100%;
}
.reviews_btn{
    height: 88px;
    width: 326px;
}
.reviews_slide{
    margin-right: 24px;
    border: 1px solid #DFE2EC;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    transition: box-shadow 0.3s, border-color 0.3s;
}
.reviews_slide:hover{
    border-color: #005DAC;
    box-shadow: 0 8px 30px rgba(0, 93, 172, 0.1);
}
.reviews_slide-top{
    display: flex;
    justify-content: space-between;
}
.reviews_slide-info{
    position: relative;
    padding-left: 82px;
    margin-bottom: 30px;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.reviews_slide-info img{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.reviews_slide-title{
    font-weight: 700;
    font-size: 16px;
    color: #11172D;
    line-height: 28px;
}
.reviews_slide-person{
    font-size: 14px;
    color: #5D6584;
    line-height: 24px;
}
.reviews_slide-text{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.reviews_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.reviews_header .reviews_title{
    margin-bottom: 0;
}
.reviews_nav{
    display: flex;
    align-items: center;
    gap: 12px;
}
.reviews_counter{
    font-size: 16px;
    font-weight: 600;
    color: #11172D;
    min-width: 50px;
    text-align: center;
}
.reviews_counter .reviews_current{
    color: #005DAC;
    font-size: 20px;
}
.reviews_arrow{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid #DFE2EC;
    background-color: #F2F7FB;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 14px;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}
.reviews_arrow--prev{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7H1M1 7L7 1M1 7L7 13' stroke='%235D6584' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.reviews_arrow--next{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H17M17 7L11 1M17 7L11 13' stroke='%235D6584' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.reviews_arrow:hover{
    background-color: #005DAC;
    border-color: #005DAC;
}
.reviews_arrow--prev:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7H1M1 7L7 1M1 7L7 13' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.reviews_arrow--next:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H17M17 7L11 1M17 7L11 13' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.reviews_swipe-hint{
    display: none;
}
.reviews_slider .slick-arrow{
    display: none !important;
}   

.present_link-wrapper{
    position: fixed;
    left: 0;
    top: 50%;
    display: flex;
    transform: translate(calc(-50% + 19px),-50%) rotate(90deg);
    background: #005DAC;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 13px;
    color: #FFFFFF;
    z-index: 4;
    line-height: 14px;
}
.present_link-wrapper:hover{
    background: #005095;
}
.present_link{
    padding: 14px;
    color: #FFFFFF;
}
.present_link img{
    margin-right: 12px;
}
.education_main{
    margin-top: 30px;
    padding: 70px 0;
    background-color: rgba(0, 93, 172, 0.05);
}
.education_main-title{
    margin-bottom: 30px;
}
.education_main-text{
    line-height: 34px;
    color: #11172D;
    font-size: 22px;
    padding-left: 83px;
    position: relative;
    max-width: 1200px;
}
.education_main-text span{
    font-weight: 700;
}
.education_main-text::before{
    position: absolute;
    content: "";
    background-image: url(../img/quote.svg);
    background-size: cover;
    height: 41px;
    width: 57px;
    left: 0;
    top: 10px;
}
.education_plan{
    margin: 100px 0;
}
.education_plan-items{
    width: 650px;
    margin-bottom: 50px;
}
.education_plan-item{
    background: #FFFFFF;
    border: 1px solid #DFE2EC;
    margin-bottom: 10px;
    padding: 34px 80px 34px 40px;
    position: relative;
}
.education_plan-item.active::before{
    transform: rotate(180deg);
}
.education_plan-item.active .education_plan-close{
    background-image: url(../img/close.svg);
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F2F7FB;
    border-radius: 50%;
}
.education_plan-close{
    position: absolute;
    content: "";
    background-image: url(../img/faq_arrow2.svg);
    background-size: cover;
    width: 40px;
    right: 34px;
    top: 34px;
    height: 40px;
}
.education_plan-item:last-child{
    margin-bottom: 0;
}
.education_plan-subtitle{
    font-weight: 700;
    line-height: 36px;

    margin-bottom: 14px;
    font-size: 26px; 
}
.education_plan-subtitle span{
    color: #005DAC;
}
.education_plan-text{
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 12px;
    line-height: 28px;
}
.education_plan-time{
    font-size: 14px;
    color: #11172D;
    line-height: 24px;
}
.education_plan-time span{
    font-weight: 700;
    color: #005DAC;
}
.education_plan-btn{
    height: 88px;
    font-size: 18px;
    width: 485px;
}
.education_plan-wrapper{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.education_plan-img{
    display: flex;
    transform: translateY(100px);
}
@media(min-width:1351px){
    .education_plan-img{
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: auto;
        transform: none;
        display: flex;
        align-items: flex-start;
    }
    .education_plan-img img{
        height: 100%;
        width: auto;
        object-fit: contain;
        display: block;
    }
    /* Компактный «классический» вид страницы курсов SEO (page-id 31066) */
    body.page-id-31066 .education_main .container,
    body.page-id-31066 .education_plan .container,
    body.page-id-31066 .education_case .container,
    body.page-id-31066 .education_start .container,
    body.page-id-31066 .education_why .container,
    body.page-id-31066 .education_video .container,
    body.page-id-31066 .education_offer .container{
        max-width: 1280px;
    }
    body.page-id-31066 .education_plan-title{
        font-size: 36px;
        line-height: 44px;
    }
    body.page-id-31066 .education_plan-item{
        padding: 22px 60px 22px 32px;
        margin-bottom: 12px;
    }
    body.page-id-31066 .education_plan-subtitle{
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    body.page-id-31066 .education_plan-text{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    body.page-id-31066 .education_plan-time{
        font-size: 13px;
        line-height: 20px;
    }
    body.page-id-31066 .education_plan-close{
        width: 34px;
        height: 34px;
        right: 28px;
        top: 26px;
    }
}
.education_start{
    padding: 100px 0;
    background: #F2F7FB;
}
.education_start-title{
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #005DAC;
    margin-bottom: 50px;
    line-height: 58px;
}
.education_start-slider{
    margin: 0 auto;
    max-width: 1024px;
}
.education_start-text{
    font-size: 22px;
    color: #11172D;
    margin: 0 auto 20px;
    line-height: 34px;
    max-width: 1024px;
}
.education_start-subtext{
    font-size: 16px;
    color: #5D6584;
    margin: 0 auto 30px;
    line-height: 28px;
    max-width: 1024px;
}
.education_start-subtext span{
    font-weight: 700;
}
.education_start-img{
    display: flex;
}
.education_start-img img{
    width: 100%;
    height: auto;
}
.education_start-slider{
    padding-bottom: 130px;
}
.education_start-slider .slick-dots{
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
}
.education_start-slider .slick-dots button{
    font-size: 0;
    position: relative;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 4px;
    padding: 0;
    border: none;
}
.education_start-slider .slick-dots .slick-active button{
    background: #005DAC;
}
.education_start-slider .slick-arrow{
    position: absolute;
    border: none;
    cursor: pointer;
    height: 66px;
    width: 218px;
    bottom: 0;
}
.education_start-slider .slick-next{
    right: calc(50% - 240px);
}
.education_start-slider .slick-next::after{
    position: relative;
    content: "";
    background-image: url(../img/arrow_link2.svg);
    width: 16px;
    height: 14px;
    display: flex;
    margin-left: 20px;
}
.education_start-slider .slick-prev{
    left: calc(50% - 240px);
}
.education_start-slider .slick-prev::before{
    position: relative;
    content: "";
    background-image: url(../img/arrow_link2.svg);
    width: 16px;
    height: 14px;
    display: flex;
   margin-right: 20px;
   transform: rotate(180deg);
}
.education_video{
    margin: 100px 0;
}
.education_video-wrapper{
    display: flex;
    justify-content: space-between;
}
.education_video-info{
    width: 615px;
}
.education_video-text{
    font-size: 22px;
    color: #11172D;
    margin-bottom: 30px;
    line-height: 34px;
}
.education_video-text span{
    color: #005DAC;
}
.education_video-subtext{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.education_video-item{
    height: 354px;
    width: 629px;
    display: flex;
    position: relative;
    z-index: 1;
}
.education_video-item::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #F2F7FB;
    top: 20px;
    right: 20px;
    z-index: -1;
}
.education_video-item iframe,
.education_video-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.education_offer{
    padding: 86px 0;
    background-image: url(../img/education_offer.jpg);
    background-size: cover;
    background-position: center;
}
.education_offer-btn{
    height: 88px;
    margin: 0 auto;
    font-size: 18px;
    width: 369px;
}
.education_case{
    margin: 100px 0;
}
.education_case-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    align-items: flex-end;
}
.education_case-info{
    width: 585px;
}
.education_case-options{
    margin-bottom: 40px;
}
.education_case-option{
    position: relative;
    padding-left: 27px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.education_case-option::before {
    position: absolute;
    content: "";
    background-image: url(../img/price_item-value.svg);
    background-size: cover;
    height: 11px;
    width: 11px;
    left: 0;
    top: 3px;
    transition: all 0.3s;
}
.education_case-desc{
    font-size: 22px;
    color: #11172D;
    line-height: 34px;
    padding-left: 80px;
    position: relative;
}
.education_case-desc img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.education_case-top{
    display: flex;
    width: 648px;
}
.education_case-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.education_case-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.education_case-img{
    width: 648px;
    height: 320px;
    display: flex;
}
.education_case-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.education_case-text{
    width: 578px;
}
.education_case-quote{
    font-size: 22px;
    color: #11172D;
    margin-bottom: 24px;
    line-height: 34px;
    padding-left: 83px;
    position: relative;
}
.education_case-quote::before {
    position: absolute;
    content: "";
    background-image: url(../img/quote.svg);
    background-size: cover;
    height: 41px;
    width: 57px;
    left: 0;
    top: 10px;
}
.education_case-text p{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.education_case-text p span{
    color: #005DAC;
}
.advantage{
    background: #F2F7FB;
    padding: 100px 0;
}
.advantage_title{
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #005DAC;
    margin-bottom: 50px;
    line-height: 58px;
}
.advantage_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage_item{
    width: 49%;
    background: #FFFFFF;
    margin-bottom: 24px;
    padding: 50px 50px 50px 132px;
    position: relative;
}
.advantage_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}
.advantage_item-number{
    position: absolute;
    font-weight: 700;
    font-size: 38px;
    color: #005DAC;
    top: 50px;
    left: 50px;
    line-height: 38px;
}
.advantage_item-title{
    font-weight: 700;
    font-size: 26px;
    color: #11172D;
    margin-bottom: 30px;
    line-height: 36px;
}
.advantage_item-text{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.education_why{
    margin: 100px 0;
}
.education_why-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.education_why-item{
    width: 46%;
    margin-bottom: 50px;
    padding-left: 80px;
    position: relative;
}
.education_why-icon{
    position: absolute;
    left: 0;
    top: 5px;
    display: flex;
}
.education_why-item_title{
    font-weight: 700;
    font-size: 26px;
    color: #11172D;
    margin-bottom: 30px;
    line-height: 36px;
}
.education_why-item_text{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.education_why-inner{
    background-image: url(../img/education_why-inner.jpg);
    background-size: cover;
    background-position: center;
    padding: 90px 110px 100px;
    position: relative;
}
.education_why-info{
    width: 540px;
    margin-left: auto;
}
.education_why-info_title{
    font-weight: 700;
    font-size: 48px;
    color: #005DAC;
    margin-bottom: 40px;
    line-height: 58px;
}
.education_why-info_text{
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 40px;
    line-height: 28px;
}
.education_why-info_price{
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 58px;
    color: #11172D;
}
.education_why-info_price span{
    font-weight: 700;
    color: #005DAC;
    font-size: 48px;
}
.education_why-btn{
    height: 88px;
    font-size: 18px;
    width: 369px;
}
.education_why-inner_img{
    position: absolute;
    display: flex;
    left: 130px;
    bottom: 0;
}
.faq_page{
    margin: 100px 0;
}
.faq_page-title{
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #005DAC;
    line-height: 58px;
    margin-bottom: 20px;
}
.faq_page-desc{
    font-family: Manrope, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #5D6584;
    text-align: center;
    max-width: 780px;
    margin: 0 auto 50px;
}
.faq_page-items{
    margin-bottom: 60px;
}
/* FAQ на главной (#faq-seo) — 2 столбца на всю ширину контейнера, как на поддоменах */
#faq-seo .faq_page-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
    align-items: start;
}
#faq-seo .faq_page-item{
    margin-bottom: 0;
}
@media (max-width: 767px){
    #faq-seo .faq_page-items{
        grid-template-columns: 1fr;
    }
}
.faq_page-item{
    background: #FFFFFF;
    border: 1px solid #DFE2EC;
    margin-bottom: 10px;
    padding: 30px 30px 30px 40px;
    cursor: pointer;
    border-radius: 10px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq_page-item:hover{
    border-color: #005DAC;
    box-shadow: 0 4px 16px rgba(0, 93, 172, 0.08);
}
.faq_page-item.active{
    border-color: #005DAC;
}
.faq_page-item:last-child{
    margin-bottom: 0;
}
.faq_page-item_title{
    font-size: 22px;
    color: #11172D;
    line-height: 34px;
    position: relative;
}
.faq_page-item_title::before{
    position: absolute;
    content: "";
    background-image: url(../img/faq_arrow2.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.faq_page-item.active .faq_page-item_title::before{
    transform: translateY(-50%) rotate(180deg);
}
.faq_page-item_text{
    font-weight: 400;
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
    margin-top: 26px;
    display: none;
    padding-right: 200px;
}
.faq_page-item_text a{
    color: #5D6584;
}
.faq_page-btn{
    font-size: 18px;
    margin: 0 auto;
    height: 88px;   
    width: 306px;
}
.education_plan-content{
    position: absolute;
    z-index: 1;
    background-color: #fff;
    top: calc(100% - 20px);
    left: -1px;
    right: -1px;
    padding: 40px;
    border: 1px solid #DFE2EC;
    border-top: none;
    display: none;
    padding-top: 0;
}
.education_plan-content p{
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 15px;
    line-height: 28px;
}
.faq_page-item_text li,
.education_plan-content li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.faq_page-item_text li::before,
.education_plan-content li::before{
    position: absolute;
    content: "";
    background-image: url(../img/price_item-value.svg);
    background-size: cover;
    height: 11px;
    width: 11px;
    left: 0;
    top: 8px;
    transition: all 0.3s;
}
.education_plan-item{
    cursor: pointer;
}














@media(max-width:1350px){
    .container{
        max-width: 1150px;
    }

    .title::before{
        left: -110px;
    }
    .main_img{
        width: 440px;
        right: -50px;
    }
    .main_img img{
        height: calc(100vh - 160px);
        height: calc(100svh - 160px);
        max-height: 700px;
        width: auto;
        max-width: 100%;
    }
    .promotion_item-inner {
        max-width: 650px;
    }
    .best_img{
        width: 630px;
    }
    .best_img img{
        width: 100%;
        height: 100%;
    }
    .best_img::before {
        width: 462px;
        height: 600px;
    }
    .faq_img{
        width: 340px;
    }
    .faq_img img{
        width: 100%;
        height: auto;
    }
    .whom_item-text {
        width: 730px;
    }
    .whom_item-number{
        margin-right: 20px;
    }
    .help_info {
        flex: 1;
    }
    .help_img{
        width: 340px;
    }
    .help_img img{
        width: 100%;
        height: auto;
    }
    .help_item{
        padding: 70px;
    }
    .catalog_item{
        padding: 20px;
    }
    .catalog_item-title{
        white-space: normal;
    }
    .reviews_slider{
        width: 100%;
    }
    .education_plan-img{
        width: 500px;
    }
    .education_plan-img img{
        width: 100%;
        height: 100%;
    }
    .education_video-item {
        height: 330px;
        width: 570px;
    }
    .education_video-info {
        width: 575px;
    }
    .education_case-top {
        width: 565px;
    }
    .education_case-img {
        width: 560px;
    }
    .education_why-inner_img{
        left: 30px;
    }

}
@media(max-width:1200px){
    .container{
        max-width: 998px;
    }

    .main_info {
        margin-left: 120px;
    }
    .main_img {
        width: 320px;
    }
    .cases_item{
        padding: 20px;
    }
    .cases_item-btn:last-child{
        margin-right: 0;
    }
    .promotion_img {
        width: 450px;
        height: 350px;
        margin-right: 0;
    }
    .promotion_wrapper{
        justify-content: space-between;
    }
    .promotion_info {
        width: 470px;
    }
    .promotion_item-icon{
        margin: 0 20px;
    }
    .promotion_item-img {
        height: 170px;
        width: 340px;
    }
    .promotion_item-inner {
        max-width: 580px;
    }
    .best_img {
        width: 460px;
    }
    .best_img::before {
        width: 358px;
        height: 466px;
        right: 175px;
    }
    .price_item{
        padding: 30px;
    }
    .price_item-value{
        width: 100%;
    }
    .faq_img {
        width: 300px;
    }
    .whom_grid{
        grid-template-columns: 1fr;
    }
    .whom_item{
        flex-direction: column;
    }
    .whom_item-text{
        width: 100%;
        margin-top: 0;
    }
    .help_img {
        width: 300px;
    }
    .help_info {
        flex: 1;
    }
    .help_info br{
        display: none;
    }
    .help_title {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .help_item{
        padding: 40px;
    }
    .catalog_wrapper{
        flex-wrap: wrap;
    }
    .catalog_item{
        padding: 40px;
        width: 48%;
        margin-bottom: 35px;
    }
    .reviews_slider{
        width: 100%;
    }
    .education_plan-items {
        width: 580px;
    }
    .education_plan-img {
        width: 400px;
    }
    .education_video-item {
        height: 280px;
        width: 470px;
    }
    .education_video-info {
        width: 490px;
    }
    .education_case-top {
        width: 530px;
    }
    .education_case-info {
        width: 450px;
    }
    .education_case-img {
        width: 530px;
    }
    .education_case-text {
        width: 445px;
    }
    .advantage_item {
        padding: 30px 30px 30px 90px;
    }
    .advantage_item-number {
        top: 30px;
        left: 30px;
    }
    .education_why-item{
        width: 48%;
    }
    .education_why-inner{
        padding: 80px 30px;
    }
    .education_why-inner_img{
        width: 360px;
    }
    .education_why-inner_img img{
        width: 100%;
        height: 100%;
    }
}
@media(max-width:991.98px){
    .container{
        max-width: 720px;
    }

    .present_link-wrapper{
        transform: translate(calc(-50% + 12px), -50%) rotate(90deg);
        top: 50%;
        bottom: auto;
        background: #f34441 !important;
        border-radius: 0;
    }
    .present_link{
        padding: 8px 10px;
        display: flex;
        font-size: 10px;
        font-weight: 600;
        white-space: nowrap;
    }
    .present_link img{
        display: none!important;
    }
    .main{
        padding-top: 100px;
        margin-top: 0;
    }
    .main_wrapper{
        padding-top: 50px;
    }
    .main_wrapper::after{
        display: none;
    }
    .main_wrapper::before{
        left: calc(-50vw + 50%);
        width: 100vw;
        right: auto;
        -webkit-transform: none;
        transform: none;
        border-radius: 0;
    }
    .main .title{
        font-size: 48px;
        line-height: 56px;
    }
    .hero-subtitle{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .trust-badges{
        gap: 12px;
        margin-bottom: 28px;
    }
    .trust-badge{
        padding: 14px 20px;
        min-width: 100px;
    }
    .trust-badge__number{
        font-size: 24px;
    }
    .hero-benefits{
        margin-bottom: 24px;
    }
    .hero-benefit{
        font-size: 16px;
    }
    .hero-callout{
        max-width: 100%;
    }
    .main_messages{
        display: none;
    }
    .main_info{
        margin-left: 0;
        width: 100%;clear: both;
    }
    .main .title br{
        display: none;
    }
    .main_text{
        width: 100%;
    }
    .main_items{
        margin-bottom: 0;
    }
    .main_img{
        display: none;
    }
    .main_img::before{
        display: none;
    }
    .main_btn{
        max-width: 100%;
    }
    .cases_title{
        width: 430px;
    }
    .cases_wrapper{
        flex-direction: column;
    }
    .cases_item{
        width: 100%;
        margin-bottom: 35px;
    }
    .promotion_wrapper{
        flex-direction: column-reverse;
    }
    .promotion_info{
        width: 100%;
        margin-bottom: 35px;
    }
    .promotion_img{
        width: 100%;
        height: 400px;
    }
    .promotion_item{
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 55px;
    }
    .promotion_item:nth-child(2n){
        flex-direction: column-reverse; 
    }
    .promotion_item-inner{
        text-align: left;
        max-width: 100%;
    }
    .promotion_item-img{
        margin-bottom: 45px;
    }
    .promotion_item:nth-child(2n) .promotion_item-inner{
        flex-direction: row;
    }
    .best_img{
        display: none;
    }
    .best_items{
        width: 100%;
        margin-left: 0;
    }
    .best_text{
        margin-bottom: 45px;
    }
    .price_wrapper{
        flex-direction: column;
    }
    .price_item{
        width: 100%;
        margin-bottom: 35px;
    }
    .price_item:last-child{
        margin-bottom: 0;
    }
    .steps_desc{
        font-size: 16px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 40px;
    }
    .steps_item{
        padding-bottom: 0;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 45px;
    }
    .steps_item::before{
        display: none;
    }
    .steps_item-title{
        text-align: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .steps_item-options{
        width: 100%;
    }
    .steps_item-number{
        padding-top: 0;
        margin-bottom: 20px;
        order: -1;
    }
    .steps_item-number::before{
        display: none;
    }
    .faq_desc{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .faq_wrapper{
        flex-direction: column;
    }
    .faq_img{
        display: none;
    }
    .faq_item{
        width: 100%;
        padding: 30px;
    }
    .whom_desc{
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .whom_grid{
        grid-template-columns: 1fr;
    }
    .whom_item-text{
        flex-direction: column;
    }
    .whom_item-text p{
        width: 100%;
        margin-bottom: 20px;
    }
    .whom_item-text p:last-child{
        margin-bottom: 0;
    }
    .whom_item{
        padding: 30px;
    }
    .help_img{
        display: none;
    }
    .help_info{
        width: 100%;
    }
    .help_wrapper::before{
        display: none;
    }
    .help_wrapper{
        margin-bottom: 60px;
    }
    .help_items--grid{
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .help_items{
        flex-direction: column;
    }
    .help_item{
        width: 100%;
        margin-bottom: 0;
    }
    .reviews_title {
        margin-bottom: 0;
        font-size: 24px;
        line-height: 31px;
    }
    .reviews_counter{
        font-size: 14px;
    }
    .reviews_counter .reviews_current{
        font-size: 18px;
    }
    .reviews_arrow{
        width: 40px;
        height: 40px;
    }
    .reviews_arrow svg{
        width: 14px;
        height: 12px;
    }
    .reviews_slide-text{
        font-size: 14px;
        line-height: 24px;
    }

    .main_message{
        margin: 0 10px;
    }
    .education_main{
        padding-top: 100px;
        margin-top: 0;
    }
    .education_plan-wrapper{
        padding-bottom: 420px;
    }
    .education_plan-img{
        right: 50%;
        transform: translateX(50%);
        width: 260px;
        z-index: -1;
        position: absolute;
        bottom: -100px;
    }
    .education_plan-items{
        width: 100%;
    }
    .education_video-wrapper{
        flex-direction: column;
    }
    .education_video-info{
        width: 100%;
        margin-bottom: 35px;
    }
    .education_video-item{
        width: 100%;
        height: 400px;
    }
    .education_case-wrapper{
        flex-direction: column;
    }
    .education_case-info{
        width: 100%;
        margin-bottom: 35px;
    }
    .education_case-top{
        width: 100%;
    }
    .education_case-inner{
        flex-direction: column-reverse;
    }
    .education_case-img{
        width: 100%;
        height: auto;
    }
    .education_case-text{
        width: 100%;
        margin-bottom: 35px;
    }
    .advantage_item{
        width: 100%;
    }
    .education_why-item{
        width: 100%;
    }
    .education_why-inner_img{
        display: none;
    }
    .education_why-info{
        width: 100%;
    }
    .faq_page-item_text{
        padding-right: 60px;
    }
}
@media (max-width: 767.98px) {
     .container{
		max-width: 100%;
    }

    .main{
        padding-top: 100px;
        margin-top: 0;
    }
    #main{
        margin-top: 0;
    }
    .main .title {
        line-height: 42px;
        font-size: 32px;
        margin-bottom: 12px;
    }
    .hero-subtitle{
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .trust-badges{
        gap: 10px;
        margin-bottom: 24px;
    }
    .trust-badge{
        padding: 12px 16px;
        min-width: 90px;
    }
    .trust-badge__number{
        font-size: 22px;
    }
    .trust-badge__label{
        font-size: 12px;
    }
    .hero-cta{
        gap: 12px;
        margin-bottom: 24px;
    }
    .hero-cta__btn{
        font-size: 16px;
        padding: 14px 28px;
    }
    .hero-benefits{
        margin-bottom: 20px;
        gap: 10px;
    }
    .hero-benefit{
        font-size: 15px;
    }
    .hero-callout{
        font-size: 14px;
        padding: 12px 16px;
        margin-bottom: 24px;
    }
    .main_img::before{
        display: none;
    }
    .main_wrapper::before{
        display: none;
    }
    .main_wrapper{
        padding-top: 30px;
    }
    .main_btn{
        -webkit-animation: none;
        animation: none;
        box-shadow: 0 4px 16px rgba(0,93,172,0.2);
        border-radius: 12px;
        will-change: auto;
    }
    .title::before{
        top: 20px;
    }
    .main_text{
        font-size: 18px;
        padding-left: 0;
        line-height: 26px;
        padding-top: 40px;
    }
    .main_text::before{
        top: 0;
        width: 44px;
        height: 31px;
    }
    .main_btn{
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 5px 10px;
        height: 71px;
    }
    .main_btn.arrow::after{
        display: none;
    }
    .main_img{
        display: none;
    }
    .main{
        margin-bottom: 60px;background-color: #F2F7FB;
    }
	.newb{background: #F34441;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFFFFF !important;
        transition: all 0.3s;
        width: 100%;
        font-family: Manrope;
        font-weight: 500;
        line-height: 14px;
        letter-spacing: 1.2px;
        text-align: left;
        font-size: 14px;
        height: 71px;
        padding: 15px 34px 15px 34px;
        gap: 16px;}
	.btn2{display:none}
    .cases{
        margin: 60px 0;
    }
    .cases_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .cases_title{
        width: 100%;
        margin-bottom: 15px;
    }
    .catalog_title,
    .help_title,
    .whom_title,
    .steps_title,
    .title {
        font-size: 36px;
        line-height: 46px;
    }
    .cases_item-title {
        font-size: 22px;
        line-height: 30px;
    }
    .cases_item-link{
        margin-bottom: 20px;
    }
    .cases_item-btns{
        flex-direction: column;
        align-items: center;
    }
    .cases_item-btn{
        margin: 0 0 10px;
        width: 100%;
    }
    .cases_item:last-child{
        margin-bottom: 0;
    }
    .promotion {
        padding: 60px 0;
    }
    .promotion_text {
        font-size: 20px;
        line-height: 30px;
    }
    .promotion_img{
        height: auto;
        margin-bottom: 0;
    }
    .promotion_img::before{
        top: 10px;
        left: 10px;
    }
    .promotion_item:nth-child(2n) .promotion_item-inner,
    .promotion_item-inner{
        flex-direction: column;
    }
    .promotion_item-icon{
        margin: 0 0 20px;
    }
    .promotion_item:last-child{
        margin-bottom: 0;
    }
    .best{
        margin: 60px 0;
    }
    .best_inner::before{
        display: none;
    }
    .best_title, .best_subtitle{
        padding-left: 0;
    }
    .best_title{
        margin-bottom: 30px;
    }
    .best_title br{
        display: none;
    }
    .best_text {
        font-size: 18px;
        color: #11172D;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .best_item{
        padding-left: 0;
        padding-top: 50px;
    }
    .best_wrapper{
        padding-bottom: 0;
    }
    .price{
        margin: 60px 0;
    }
    .price_title{
        margin-bottom: 30px;
    }
    .price_item-total{
        margin-bottom: 20px;
    }
    .price_item-options{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .steps_title{
        margin-bottom: 30px;
    }
    .steps_item-title{
        font-size: 20px;
    }
    .steps_item-number{
        margin-bottom: 10px;
    }
    .steps_btn{
        width: 100%;
        text-align: center;
        padding: 5px 10px;
        height: 71px;
    }
    .btnTwo.arrow::after{
        display: none;
    }
    .steps{
        padding: 60px 0;
    }
    .faq{
        margin: 60px 0;
    }
    .faq_title {
        margin-bottom: 30px;
    }
    .faq_item-text {
        padding-left: 20px;
        font-size: 16px;
        line-height: 24px;
    }
    .faq_item-text::before {
        width: 18px;
        height: 14px;
        left: -8px;
        top: 8px;
    }
    .faq_item-title{
        margin-bottom: 20px;
    }
    .faq_item{
        padding: 20px;
    }
    .reviews_btn,
    .whom_btn,
    .faq_btn{
        width: 100%;
        padding: 5px 10px;
        text-align: center;
        height: 71px;
    }
    .whom{
        padding: 60px 0;
    }
    .whom_title{
        margin-bottom: 30px;
    }
    .whom_item-text{
        margin-top: 20px;
    }
    .help{
        margin: 60px 0;
    }
    .help_title br{
        display: none;
    }
    .help_text {
        font-size: 18px;
        margin-bottom: 36px;
        line-height: 28px;
    }
    .help_option{
        padding-left: 60px;
    }
    .help_price span{
        display: inline-block;
    }
    .help_wrapper{
        margin-bottom: 40px;
    }
    .help_item{
        padding: 20px;
    }
    .help_item-title {
        font-size: 20px;
        margin-bottom: 18px;
        line-height: 28px;
    }
    .help_item-text {
        font-size: 16px;
        line-height: 24px;
    }
    .help_item-img{
        margin-bottom: 10px;
    }
    .catalog{
        padding: 60px 0;
    }
    .catalog_title{
        margin-bottom: 30px;
    }
    .catalog_item{
        width: 100%;
        padding: 20px;
    }
    .catalog_item:last-child{
        margin-bottom: 0;
    }
    .reviews{
        margin: 60px 0;
    }
    .reviews_header{
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 20px;
    }
    .reviews_nav{
        display: none;
    }
    .reviews_swipe-hint{
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
        padding: 10px 16px;
        background: rgba(0, 93, 172, 0.08);
        border-radius: 8px;
        font-size: 14px;
        color: #005DAC;
        font-weight: 500;
    }
    .reviews_slide{
        margin-right: 0;
        padding: 24px;
        border-radius: 12px;
    }
    .reviews_slide-top{
        flex-direction: column;
    }
    .reviews_slide-info{
        margin-bottom: 15px;
        padding-left: 74px;
    }
    .reviews_slide-stars{
        margin-bottom: 15px;
    }
    .reviews_slider{
        margin-bottom: 30px;
    }
    .reviews_slider .slick-dots{
        display: flex !important;
        justify-content: center;
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
        gap: 8px;
    }
    .reviews_slider .slick-dots li{
        width: 12px;
        height: 12px;
    }
    .reviews_slider .slick-dots button{
        font-size: 0;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #B0B3BB;
        background: transparent;
        padding: 0;
        cursor: pointer;
        transition: all 0.3s;
    }
    .reviews_slider .slick-dots .slick-active button{
        background: #005DAC;
        border-color: #005DAC;
    }
    .education_main{
        padding-top: 90px;
        margin-top: 0;
        padding-bottom: 60px;
    }
    .education_main-text{
        padding-left: 0;
        padding-top: 60px;
        line-height: 28px;
        font-size: 18px;
    }
    .education_plan{
        margin: 60px 0;
    }
    .education_plan-title{
        margin-bottom: 30px;
    }
    .education_plan-item{
        padding: 20px 60px 20px 20px; 
    }
    .education_plan-item::before{
        right: 20px;
        top: 20px;
    }
    .education_plan-subtitle {
        line-height: 28px;
        margin-bottom: 10px;
        font-size: 22px;
    }
    .education_plan-subtitle  br{
        display: none;
    }
    .faq_page-btn,
    .education_why-btn,
    .education_offer-btn,
    .education_plan-btn{
        width: 100%;
        height: 71px;
        text-align: center;
        font-size: 16px;
        padding: 10px;
    }
    .education_start{
        padding: 60px 0;
    }
    .education_start-title{
        line-height: 46px;
        margin-bottom: 30px;
        font-size: 36px;
    }
    .education_start-text {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .education_start-subtext{
        margin-bottom: 30px;
    }
    .education_start-slider .slick-arrow{
        display: none;
    }
    .education_start-slider{
        padding-bottom: 40px;
    }
    .education_video{
        margin: 60px 0;
    }
    .education_video-title{
        margin-bottom: 30px;
    }
    .education_video-text {
        font-size: 18px;
        margin-bottom: 26px;
    }
    .education_video-item{
        height: auto;
        position: relative;
        padding-bottom: 53vw;
    }
    .education_video-item iframe{
        position: absolute;
        top: 0;
        right: 0;
    }
    .education_offer{
        padding: 40px 0;
    }
    .education_case{
        margin: 60px 0;
    }
    .education_case-desc {
        font-size: 18px;
        line-height: 28px;
    }

    .education_case-quote{
        padding-left: 0;
        padding-top: 60px;
        line-height: 28px;
        font-size: 18px;
    }
    .advantage{
        padding: 60px 0;
    }
    .faq_page-title,
    .education_why-info_title,
    .advantage_title{
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 46px;
    }
    .advantage_item{
        padding: 70px 20px 20px 20px;
    }
    .advantage_item-number{
        top: 20px;
        left: 20px;
    }
    
    .advantage_item-title {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .education_why{
        margin: 60px 0;
    }
    .education_why-item{
        padding-left: 0;
        padding-top: 60px;
        margin-bottom: 30px;
    }
    .education_why-item_title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 30px;
    }
    .education_why-wrapper{
        margin-bottom: 40px;
    }
    .education_why-inner{
        padding: 40px 20px;
    }
    .education_why-info_text{
        margin-bottom: 20px;
    }
    .education_why-info_price {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 46px;
    }   
    .education_why-info_price span{
        font-size: 36px;
    }
    .faq_page{
        margin: 60px 0;
    }
    .faq_page-desc{
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 30px;
    }
    .faq_page-item{
        padding: 20px 20px 20px 20px;
    }
    .faq_page-item_title {
        font-size: 18px;
        line-height: 24px;
        padding-right:40px;
    }
    .faq_page-item_title::before{
        width: 32px;
        height: 32px;
    }
    .faq_page-item_text{
        padding-right: 0;
    }
    .faq_page-item_text ul{
        padding-left: 16px;
    }
    .education_plan-content{
        padding: 0 20px 20px 20px;
    }
   .education_plan-close{
        top: 20px;
        right: 20px;
    }
}

@media (max-width: 767.98px){
    .education_start-slider .slick-arrow{
        display: flex;
    }
    .education_start-slider .slick-prev::before{
        margin-right: 0px;
    }
    .education_start-slider .slick-next::after{
        margin-left: 0px;
    }
    .education_start-slider .slick-arrow{
        font-size: 0;
        width: 170px;
        width: 40px;
        height: 40px;
    }
    .education_start-slider{
        padding-bottom: 60px;
    }
    .education_start-slider .slick-next {
        right: calc(50% - 60px);
    }
    .education_start-slider .slick-prev {
        left: calc(50% - 60px);
    }
}


.single-layout-1 ul , .single-layout-1 ol {
	margin: 0 0 1.5em 3em !important;
}
.single-layout-1 ul {
	list-style: disc !important;
}

.wp-block-social-links li{
  width: 55px !important;
  display: inline-block!important;
}

.wp-block-social-links{
  margin: 0 auto !important;
  width: 120px!important;
}








.development_advantages{
    margin: 100px 0;
}
.development_advantages-items{
    display: flex;
    justify-content: space-between;
}
.development_advantages-item{
    width: 424px;
}
.advantages-item_img{
    display: flex;
    width: 100%;
    height: 290px;
    margin-bottom: 40px;
}
.advantages-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.advantages-item_title{
    font-weight: 700;
    font-size: 26px;
    color: #11172D;
    margin-bottom: 14px;
    line-height: 36px;
}
.advantages-item_title span{
    color: #005DAC;
}
.advantages-item_text{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.quality{
    margin: 100px 0 80px;    
}
.quality_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.quality_item{
    width: 49%;
    border: 1px solid #FFFFFF;
    background: #F2F7FB;
    margin-bottom: 24px;
    padding: 50px;
    display: flex;
    position: relative;
}
.quality_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
}


.quality_item-number{
    font-weight: 700;
    font-size: 38px;
    color: #005DAC;
    margin-right: 40px;
    line-height: 38px;
}
.quality_item-title{
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    color: #11172D;
}
.types{
    background: #F2F7FB;
    padding: 100px 0;
}
.types_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px;
}
.types_item{
    width: 30%;
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 16px;
    line-height: 28px;
    padding-left: 28px;
    position: relative;
}
.types_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 11px;
    height: 11px;
    top: 8px;
    left: 0;
}
.types_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.type_img{
    width: 598px;
    height: 270px;
    display: flex;
}
.type_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.types_info{
    width: 648px;
}
.types_info-title{
    font-size: 22px;
    color: #11172D;
    margin-bottom: 20px;
    line-height: 34px;
}
.types_info-text{
    color: #5D6584;
    line-height: 28px;
}
.why{
    margin: 100px 0 50px;
}
.why_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.why_item{
    width: 47%;
    padding-left: 80px;
    position: relative;
    margin-bottom: 50px;
}
.why_item-title{
    font-weight: 700;
    font-size: 26px;
    color: #11172D;
    margin-bottom: 30px;
    line-height: 36px;
}
.why_item-text{
    color: #5D6584;
    line-height: 28px;
}
.why_item-img{
    position: absolute;
    left: 0;
    top: 0;
}
.promotion_development{
    background-image: url(../img/promotion_development.jpg);
    background-size: cover;
}
.promotion_development p,
.promotion_development .promotion_text,
.promotion_development .promotion_title{
    color: #FFFFFF;
}
.promotion_development .promotion_item-img::before,
.promotion_development  .promotion_img::before{
    background: #1E6CAE;
}
.services{
    margin: 100px 0;
}
.services_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services_item{
    width: 30%;
    margin-bottom: 60px;
    padding-left: 154px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #11172D;
    line-height: 28px;
    position: relative;
    min-height: 112px;
}
.services_item-img{
    width: 112px;
    height: 112px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: flex;
}
.services_item-img img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.services_item-img span{
    position: absolute;
    font-weight: 700;
    font-size: 29px;
    color: #005DAC;
    top: -8px;
    right: -12px;
    line-height: 38px;
}
.services_wrapper{
    background-image: url(../img/services_wrapper.jpg);
    background-size: cover;
    position: relative;
    padding: 130px 80px 140px 670px;
}
.services_wrapper-text{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 64px;
    line-height: 28px;
}
.services_wrapper-btn{
    height: 88px;
    width: 239px;
}
.services_wrapper-img{
    position: absolute;
    left: 127px;
    display: flex;
    bottom: 0;
}

.services_items{
    margin-bottom: 60px;
}


@media(max-width:1350px){
    .development_advantages-item {
        width: 32%;
    }
    .types_info {
        width: 480px;
    }
}
@media(max-width:1200px){
    .quality_item{
        padding: 50px 30px 30px;
    }
    .quality_item-title {
        font-size: 20px;
        line-height: 28px;
    }
    .type_img {
        width: 460px;
        height: 208px;
    }
    .services_item {
        width: 46%;
    }
    .services_wrapper {
        padding: 80px 60px 80px 400px;
    }
    .services_wrapper-img{
        left: 20px;
        width: 360px;
    }
    .services_wrapper-img img{
        width: 100%;
        height: 100%;
    }
}
@media(max-width:991.98px){
    .development_advantages-items{
        flex-wrap: wrap;

    }
    .development_advantages-item{
        width: 100%;
        margin-bottom: 25px;
    }
    .quality_item{
        width: 100%;
    }
    .types_item{
        width: 48%;
    }
    .types_inner{
        flex-direction: column-reverse;
    }
    .types_info{
        width: 100%;
        margin-bottom: 25px;
    }
    .type_img{
        width: 100%;
        height: 310px;
    }
    .advantages-item_img{
        height: 420px;
    }
    .why_item{
        width: 100%;
    }
    .services_wrapper {
        padding: 60px;
    }
    .services_wrapper-img{
        left: auto;
        right: 20px;
        width: 160px;
    }
    /* seo-stati tablet */
    .seo-stati-pricing-table{
        overflow-x: auto;
    }
    .seo-stati-pricing-head,
    .seo-stati-pricing-body .seo-stati-pricing-row{
        min-width: 700px;
    }
    .seo-stati-factors{
        columns: 1;
    }
    .education_main-btn{
        max-width: 100%;
    }
}
@media (max-width: 767.98px) {
    .development_advantages{
        margin: 60px 0;
    }
    .advantages-item_img {
        height: 63vw;
        margin-bottom: 15px;
    }
    .advantages-item_title {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 36px;
    }
    .quality{
        margin: 60px 0;
    }
    .quality_title{
        font-size: 30px;
    }
    .quality_title br{
        display: none;
       
    }
    .quality_item-number{
        margin-right: 0;
        margin-bottom: 15px;
        line-height: 32px;
        font-size: 32px;
    }
    .quality_item{
        flex-direction: column;
        margin-bottom: 12px;
    }
    .quality_item-title {
        font-size: 18px;
        line-height: 24px;
    }
    .quality_item-text{
        font-size: 14px;
        line-height: 22px;
    }
    .quality_item--wide{
        width: 100%;
    }
    /* seo-stati mobile */
    .seo-stati-text-section{
        margin: 60px 0;
    }
    .seo-stati-pricing-section{
        margin: 60px 0;
    }
    .seo-stati-pricing-includes{
        padding: 24px;
    }
    .seo-stati-pricing-includes h4{
        font-size: 18px;
    }
    .seo-stati-table-subtitle{
        font-size: 18px;
        margin-bottom: 24px;
    }
    .education_main-btn{
        height: 71px;
        font-size: 16px;
        margin-top: 30px;
    }
    .education_main-btn.arrow::after{
        display: none;
    }
    .types{
        padding: 60px 0;
    }
    .types_item{
        width: 100%;
    }
    .types_items{
        margin-bottom: 30px;
    }
    .types_info-title {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .type_img {
        height: 47vw;
    }
    .why{
        margin: 60px 0;
    }
    .why_item{
        padding-left: 0;
        padding-top: 60px;
    }
    .why_item-title {
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 28px;
    }
    .why_item:last-child{
        margin-bottom: 0;
    }
    .services{
        margin: 60px 0;
    }
    .services_item{
        width: 48%;
        padding-left: 0;
        align-items: flex-start;
        margin-bottom: 30px;
        line-height: 22px;
        flex-direction: column;
    }
    .services_item-img{
        position: relative;
        margin-bottom: 15px;
        height: 92px;
        width: 92px;
    }
    .services_item-title br{
        display: none;  
    }
    .services_wrapper{
        padding: 20px 20px 236px;
    }
    .services_wrapper-text{
        margin-bottom: 24px;
    }
    .services_wrapper-btn{
        width: 100%;
        height: 71px;
    }
}





.audit_faq{
    margin: 100px 0;
}
.audit_title{
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #005DAC;
    margin-bottom: 50px;
    line-height: 58px;
}

.audit_faq-items{
    width: 760px;
}
.audit_faq-item{
    background: #FFFFFF;
    border: 1px solid #DFE2EC;
    margin-bottom: 10px;
    padding: 33px 80px 33px 40px;
    cursor: pointer;
    position: relative;
}
.audit_faq-item::before{
    position: absolute;
    content: "";
    background-image: url(../img/faq_arrow2.svg);
    background-size: cover;
    width: 40px;
    right: 30px;
    top: 30px;
    height: 40px;
    transition: all 0.3s;
}
.audit_faq-item.active::before{
    transform: rotate(180deg);
}
.audit_faq-subtitle{
    font-size: 22px;
    color: #11172D;
    line-height: 34px;
}
.audit_faq-text{
    line-height: 28px;
    color: #5D6584;
    margin-top: 26px;
    display: none;
}
.audit_faq-btn{
    height: 88px;
    margin: 40px 0 0 auto;
    width: 341px;
}
.audit_faq-wrapper{
    margin-bottom: 60px;
    position: relative;
}
.audit_faq-img{
    position: absolute;
    display: flex;
    top: 0;
    right: 0;
}
.audit_faq-desc{
    font-size: 16px;
    text-align: center;
    color: #5D6584;
    line-height: 28px;
    margin: 0 auto;
    max-width: 1024px;
}
.audit_faq-desc span{
    font-weight: 700;
    color: #11172D;
}
.includes{
    background: #F2F7FB;
    padding: 100px 0;
}
.includes_table{
    margin-bottom: 80px;
}
.includes_table-titles{
    background: #E5EFF8;
    display: flex;
}
.includes_table-title{
    font-weight: 700;
    font-size: 18px;
    color: #11172D;
    line-height: 30px;
    padding: 25px 40px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.includes_table-title:nth-child(1){
    width: 100px;
}
.includes_table-title:nth-child(2){
    width: 446px;
}
.includes_table-title:nth-child(3){
    width: 774px;
    border-right: none;
}
.includes_item{
    display: flex;
    background: #FFFFFF;
    border-bottom: 1px solid #E4EAF0;
}
.includes_item:last-child{
    border: none;
}
.includes_item-number{
    width: 100px;
    padding: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #11172D;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.includes_item-title{
    width: 446px;
    font-size: 16px;
    color: #11172D;
    padding: 30px 40px;
    line-height: 28px;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.includes_item-text{
    width: 774px; 
    font-size: 16px;
    color: #5D6584;
    padding: 30px 40px;
    line-height: 28px;
}
.includes_item-text strong{
    color: #11172D;
}
.includes_item-text span{
    color: #005DAC;
}
.includes_item-text a{
    color: #005DAC;
    font-weight: 700;  
}
.includes_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.includes_inner-img{
    height: 354px;
    width: 598px;
    display: flex;
}
.includes_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.includes_inner-info{
    width: 648px;
}
.includes_inner-title{
    font-size: 22px;
    line-height: 34px;
    color: #11172D;
    margin-bottom: 20px;
}
.includes_inner-title span{
    color: #005DAC;
}
.includes_inner-text{
    color: #5D6584;
    line-height: 28px;
}
.services{
    margin: 100px 0;
}
.services_items{
    display: flex;
    flex-wrap: wrap;
}
.services_item{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 60px;
    padding-left: 154px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #11172D;
    line-height: 28px;
    position: relative;
    min-height: 112px;
}
.services_item:nth-child(3n){
    margin-right: 0;
}
.services_item-img{
    width: 112px;
    height: 112px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: flex;
}
.services_item-img img{
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.services_item-img span{
    position: absolute;
    font-weight: 700;
    font-size: 29px;
    color: #005DAC;
    top: -8px;
    right: -12px;
    line-height: 38px;
}
.services_wrapper{
    background-image: url(../img/services_wrapper.jpg);
    background-size: cover;
    position: relative;
    padding: 130px 80px 140px 670px;
}
.services_wrapper-text{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 64px;
    line-height: 28px;
}
.services_wrapper-btn{
    height: 88px;
    width: 239px;
}
.services_wrapper-img{
    position: absolute;
    left: 127px;
    display: flex;
    bottom: 0;
}

.services_items{
    margin-bottom: 60px;
}
.services_desc{
    padding-top: 70px;
    border-top: 1px solid #DFE2EC;
    padding-left: 154px;
    position: relative;
    font-size: 22px;
    color: #11172D;
    line-height: 34px;
}
.services_desc img{
    position: absolute;
    left: 0;
    top: 70px;
}
.audit_offer{
    margin-bottom: 100px;
}
.audit_offer-wrapper{
    padding: 100px;
    display: flex;
    background-image: url(../img/audit_offer-wrapper.jpg);
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    position: relative;
}
.audit_offer-wrapper::before{
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.24);
    width: 1px;
    height: 224px;
    right: 50%;
    top: 50%;
    transform: translate(50%,-50%);
}
.audit_offer-info{
    width: 415px;
}
.audit_offer-title{
    font-weight: 700;
    font-size: 48px;
    color: #FFFFFF;
    margin-bottom: 40px;
    line-height: 58px;
}
.audit_offer-text{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 34px;
}
.audit_offer-right{
    width: 450px;
}
.audit_offer-price{
    font-weight: 700;
    font-size: 63px;
    color: #FFFFFF;
    margin-bottom: 78px;
    line-height: 58px;
}
.audit_offer-price span{
    font-size: 29px;
}
.audit_offer-btn{
    height: 88px;
    width: 341px;
}
.audit_who{
    margin: 100px 0;
}
.audit_who-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.audit_who-img{
    width: 648px;
    height: 535px;
    display: flex;
}
.audit_who-img img{
    width: 100%;
    height: 100%;
    object-fit: cover   ;
}
.audit_who-info{
    width: 570px;
}
.audit_who-title{
    position: relative;
    font-weight: 700;
    font-size: 48px;
    color: #005DAC;
    padding-left: 150px;
    margin-bottom: 40px;
    line-height: 58px;
}
.audit_who-title img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.audit_who-text{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
}
.audit_who-text span{
    color: #005DAC;
}
.audit_steps{
    display: flex;
    justify-content: space-between;
}
.audit_step{
    width: 30%;
}
.audit_step-img{
    display: flex;
    margin-bottom: 40px;
}
.audit_step-title{
    font-weight: 700;
    font-size: 26px;
    color: #11172D;
    margin-bottom: 20px;
    line-height: 36px;
}
.audit_step-text{
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 20px;
    line-height: 28px;
}
.audit_step-text span{
    color: #005DAC;
    font-weight: 700;
}
.audit_step-text:last-child{
    margin-bottom: 0;
}
.audit_step-subtitle{
    color: #11172D;
    line-height: 28px;
    margin-bottom: 20px;
}
.audit_step-number{
    font-size: 22px;
    color: #11172D;
    margin-bottom: 18px;
    line-height: 34px;
    padding-left: 33px;
    position: relative;
    display: block;
}
.audit_step-number::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone_icon.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.audit_step-messages{
    display: flex;
    margin-bottom: 20px;
}
.audit_step-message{
    display: flex;
    margin-right: 7px;
}

/* ========================================
   kupit-seo-stati page styles
   ======================================== */

/* Hero CTA button on service pages */
.education_main-btn{
    height: 88px;
    font-size: 18px;
    max-width: 480px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,93,172,0.25);
    margin-top: 40px;
}

/* Section subtitle */
.seo-stati-subtitle{
    display: block;
    margin-bottom: 10px;
}
.seo-stati-section-title{
    margin-bottom: 50px;
}

/* Cards with SVG icons (replacing photo cards) */
.seo-stati-card__icon{
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}
.seo-stati-card .advantages-item_title{
    font-size: 22px;
    line-height: 30px;
}

/* quality_item text block */
.quality_item-text{
    font-size: 16px;
    color: #5D6584;
    line-height: 28px;
    margin-top: 12px;
}
.quality_item-text a{
    color: #005DAC;
}
.quality_item--wide{
    width: 100%;
}

/* Text section */
.seo-stati-text-section{
    margin: 100px 0;
}
.seo-stati-text p{
    font-size: 16px;
    line-height: 28px;
    color: #5D6584;
    margin-bottom: 20px;
}
.seo-stati-text p strong{
    color: #11172D;
}
.seo-stati-factors{
    columns: 2;
    column-gap: 60px;
    margin: 30px 0;
    padding-left: 20px;
}
.seo-stati-factors li{
    font-size: 16px;
    line-height: 32px;
    color: #11172D;
    break-inside: avoid;
}
.seo-stati-factors li a{
    color: #005DAC;
    font-weight: 600;
    transition: color 0.3s;
}
.seo-stati-factors li a:hover{
    color: #003d73;
}

/* Table subtitle */
.seo-stati-table-subtitle{
    font-size: 22px;
    font-weight: 700;
    color: #11172D;
    margin-bottom: 40px;
    line-height: 34px;
}

/* Pricing section */
.seo-stati-pricing-section{
    margin: 100px 0;
}
.seo-stati-pricing-table{
    border: 1px solid #E4EAF0;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 40px;
}
.seo-stati-pricing-head{
    display: flex;
    background: #E5EFF8;
}
.seo-stati-pricing-head .seo-stati-pricing-col{
    font-weight: 700;
    font-size: 15px;
    color: #11172D;
    padding: 20px 24px;
}
.seo-stati-pricing-body .seo-stati-pricing-row{
    display: flex;
    border-bottom: 1px solid #E4EAF0;
}
.seo-stati-pricing-body .seo-stati-pricing-row:last-child{
    border-bottom: none;
}
.seo-stati-pricing-col{
    flex: 1;
    padding: 18px 24px;
    font-size: 15px;
    color: #5D6584;
    line-height: 24px;
}
.seo-stati-pricing-col strong{
    color: #005DAC;
    font-size: 18px;
}
.seo-stati-pricing-col span{
    font-size: 13px;
    color: #B0B3BB;
}
.seo-stati-pricing-row--total{
    background: #F2F7FB;
}
.seo-stati-pricing-row--total .seo-stati-pricing-col{
    color: #11172D;
    font-weight: 600;
}
.seo-stati-pricing-includes{
    background: #F2F7FB;
    border-radius: 8px;
    padding: 40px;
}
.seo-stati-pricing-includes h4{
    font-size: 20px;
    font-weight: 700;
    color: #11172D;
    margin-bottom: 20px;
}
.seo-stati-pricing-includes ul{
    padding-left: 24px;
}
.seo-stati-pricing-includes li{
    font-size: 16px;
    color: #5D6584;
    line-height: 32px;
    list-style: disc;
}

@media(max-width:1350px){
    .audit_faq-img{
        z-index: -1;
        right: -15px;
    }
    .audit_faq-items{
        width: 700px;
    }
    .includes_item-number,
    .includes_table-title:nth-child(1){
        width: 10%;
    }
    .includes_item-title,
    .includes_table-title:nth-child(2){
        width: 35%;
    }
    .includes_item-text,
    .includes_table-title:nth-child(3){
        width: 55%;
    }
    .includes_inner-info {
        width: 580px;
    }
    .includes_inner-img {
        width: 500px;
    }
    .audit_offer-wrapper{
        padding: 80px;
    }
    .audit_offer-right{
        width: 350px;
    }
    .audit_who-img {
        width: 520px;
        height: 430px;
    }
    
}
@media(max-width:1200px){
    .audit_faq-items {
        width: 600px;
    }
    .audit_faq-img{
        width: 450px;
    }

    .audit_faq-img img{
        width: 100%;
        height: auto;
    }
    .audit_faq-subtitle {
        font-size: 18px;
    }
    .includes_inner-info {
        width: 515px;
    }
    .includes_inner-img {
        width: 400px;
        height: 320px;
    }
    .services_item {
        width: 46%;
        margin-right: 0;
    }
    .services_wrapper {
        padding: 80px 60px 80px 400px;
    }
    .services_items{
        justify-content: space-between;
    }
    .services_wrapper-img{
        left: 20px;
        width: 360px;
    }
    .services_wrapper-img img{
        width: 100%;
        height: 100%;
    }
    .audit_offer-wrapper{
        padding: 50px;
    }
    .audit_who-info {
        width: 510px;
    }
    .audit_who-img {
        width: 430px;
        height: 334px;
    }
    .audit_step {
        width: 32%;
    }
}
@media(max-width:991.98px){
    .audit_faq-items{
        width: 100%;
    }
    .audit_faq-btn{
        margin-right: auto;
        margin-top: 420px;
    }
    .audit_faq-img{
        right: 50%;
        transform: translateX(50%);
        top: auto;
        bottom: 60px;
        width: 300px;
    }
    .includes_inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .includes_inner-img{
        width: 450px;
        margin-bottom: 35px;
    }
    .includes_inner-info{
        width: 100%;
    }
    .includes_table-title{
        padding: 20px;
    }
    .includes_item-text,
    .includes_item-title,
    .includes_item-number{
        padding: 20px;
    }
    .services_wrapper {
        padding: 60px;
    }
    .services_wrapper-img{
        left: auto;
        right: 20px;
        width: 160px;
    }
    .audit_offer-wrapper{
        flex-direction: column;
    }
    .audit_offer-info{
        width: 100%;
        margin-bottom: 25px;
    }
    .audit_offer-wrapper::before{
        display: none;
    }
    .audit_offer-price{
        margin-bottom: 25px;
    }
   .audit_who-wrapper{
    flex-direction: column-reverse;
    align-items: flex-start;
   }
   .audit_who-info{
    width: 100%;
    margin-bottom: 35px;
   }
   .audit_steps{
    flex-direction: column;
   }
   .audit_step{
    width: 100%;
    margin-bottom: 35px;
   }
   .audit_step:last-child{
    margin-bottom: 0;
   }
}
@media (max-width: 767.98px) {
    .audit_title{
        font-size: 36px;
        margin-bottom: 30px;
        line-height: 46px;
    }
    .audit_faq{
        margin: 60px 0;
    }
    .audit_faq-item{
       
        padding: 20px 20px 20px 20px;
    }
    .audit_faq-subtitle{
        padding-right: 40px;
        line-height: 24px;
         min-height:48px;
         display: flex;
         align-items: center;

    }
    .audit_faq-item::before{
        right: 10px;
        top: 25px;
    }
    .audit_faq-btn{
        max-width: 100%;
    }
    .audit_faq-wrapper{
        margin-bottom: 30px;
    }
    .includes{
        padding: 60px 0;
    }
    .includes_table-title{
        padding: 10px;
    }
    .includes_table-title {
        font-size: 16px;
        line-height: 24px;
    }
    .includes_item-text, .includes_item-title, .includes_item-number{
        padding: 10px;
    }
    .includes_item-text,
    .includes_item-title {
        font-size: 14px;
        line-height: 24px;
    }
    .includes_table{
        overflow: auto;
        margin-bottom: 30px;
        width: calc(100% + 15px);
    }
    .includes_table-titles,
    .includes_item{
        min-width:600px;
    }
    .includes_inner-img{
        width: 100%;
        height: auto;
    }
    .includes_inner-title {
        font-size: 18px;
        line-height: 28px;
    }
    .services{
        margin: 60px 0;
    }
    .services_item{
        width: 48%;
        padding-left: 0;
        align-items: flex-start;
        margin-bottom: 30px;
        line-height: 22px;
        flex-direction: column;
    }
    .services_item-img{
        position: relative;
        margin-bottom: 15px;
        height: 92px;
        width: 92px;
    }
    .services_item-title br{
        display: none;  
    }
    .services_wrapper{
        padding: 20px 20px 236px;
    }
    .services_wrapper-text{
        margin-bottom: 24px;
    }
    .services_wrapper-btn{
        width: 100%;
        height: 71px;
    }
    .services_items{
        margin-bottom: 10px;
    }
    .services_desc{
        padding-left: 0;
        font-size: 18px;
        line-height: 28px;
        padding-top: 100px;
    }
    .services_desc img{
        width: 80px;
        height: auto;
        top: 10px;
      
    }
    .audit_offer-wrapper{
        padding: 40px 20px;
    }
    .audit_offer-title {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 42px;
    }
    .audit_offer-text {
        font-size: 16px;
        line-height: 24px;
    }
    .audit_offer-right{
        width: 100%;
    }
    .audit_offer-price {
        font-size: 44px;
    }
    .audit_offer-btn{
        max-width: 100%;
    }
    .audit_who-title{
        padding-left: 110px;
        font-size: 32px;
        margin-bottom: 20px;
        line-height: 42px;
    }
    .audit_who-title img{
        top: 50%;
        transform: translateY(-50%);
        width: 90px;
        height: 90px;
    }
    .audit_who-img{
        width: 100%;
        height: auto;
    }
    .audit_who-wrapper{
        margin-bottom: 40px;
    }
    .audit_step-img{
        margin-bottom: 10px;
    }
    .audit_who{
        margin: 60px 0;
    }
}

.fixed-social {
    position: fixed;
    z-index: 9;
    bottom: 140px;
    right: 30px;
    left: unset;
    background: #0088cc;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(0, 136, 204, 0.45), 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fixed-social:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 32px rgba(0, 136, 204, 0.6), 0 4px 12px rgba(0, 0, 0, 0.2);
}

.fixed-social__icon {
    display: block;
    height: 38px;
    width: 38px;
}

.fixed-social__icon path {
    fill: #ffffff !important;
}

.fixed-social:before, .fixed-social:after {
    content: "";
    display: block;
    position: absolute;
    border: 2px solid #0088cc;
    left: -14px;
    right: -14px;
    top: -14px;
    bottom: -14px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.fixed-social:after {
    animation-delay: .5s;
}

@keyframes animate{
    0% {transform:scale(0.5);opacity:0;}
    50% {opacity:1;}
    100% {transform:scale(1.2);opacity:0;}
}
@media (max-width:767px){
    .fixed-social{
        bottom: 90px;
        right: 15px;
        left: unset;
        width: 56px;
        height: 56px;
    }
    .fixed-social__icon{
        height: 32px;
        width: 32px;
    }
}


.page-id-50734 .ast-container, .page-id-50734 .ast-container-fluid {
    max-width: inherit;
    margin: inherit;
    padding: inherit;
}

.page-id-31016 .ast-container, .page-id-31016 .ast-container-fluid {
    max-width: inherit;
    margin: inherit;
    padding: inherit;
}

.page-id-31016 .audit_faq-text ul{
    list-style: disc;
    padding-left: 20px;
}

.page-id-31016 .services_items {
  justify-content: flex-start;
}
.page-id-31016 .subtitle {
  font-weight: 700;
  font-size: 16px;
  color: #B0B3BB;
  margin-bottom: 6px;
  line-height: 28px;
}
.page-id-31016 h4::after, .page-id-31016 h3::after, .page-id-31016 h2::after {
  display: none;
}
.page-id-31016 h1, .page-id-31016 h2, .page-id-31016 h3, .page-id-31016 h4, .page-id-31016 h5 {
  text-align: left;
  font-family: 'Manrope', sans-serif;
}
.page-id-31016 body {
  font-family: 'Manrope', sans-serif;
}

.education_why-info_price .old-price {
  padding-right: 10px;
  font-size: 24px;
  text-decoration: line-through;
  color: #939393;
}

@media (max-width: 767.98px){
	.blog-h1{
		margin-top: 100px !important;
	}
}


.aside{
    margin-left: auto;
    width: 312px;
}
.aside_menu-wrapper{
    background: #F2F7FB;
    margin-bottom: 30px;
    padding: 40px;
}
.aside_menu-title{
    font-weight: 700;
    font-size: 18px;
    color: #11172D;
    margin-bottom: 22px;
    line-height: 30px;
}
.aside_menu a{
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 28px;
    color: #5D6584;
    position: relative;
    padding-left: 23px;
    transition: all 0.3s;
}
.aside_menu a:hover {
    color: #005DAC;
}
.aside_menu a::before{
    position: absolute;
    content: "";
    background-image: url(/img/cases_item.svg);
    background-size: cover;
    width: 9px;
    height: 9px;
    left: 0;
    top: 10px;
}
.aside_menu li:last-child a{
    margin-bottom: 0;
}
.aside_price{
    margin-bottom: 30px;
    border: 2px solid #005DAC;
    padding: 6px;
}
.aside_price-wrapper{
    background-image: url(/img/aside_price.jpg);
    background-size: cover;
    background-position: center;
    padding: 34px;
}
.aside_price-title{
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 23px;
    line-height: 30px;
}
.aside_price-item{
    margin-bottom: 12px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.aside_price-item::after{
    position: relative;
    display: block;
    content: "";
    border: 0.5px dashed #FFFFFF;
    width: 100%;
    opacity: 0.4;
    margin: 0 7px;
    align-self: flex-end;
    margin-bottom: 4px;
}
.aside_price-item span{
    font-weight: 700;
    order: 1;
}
.aside_price-item img{
    margin-right: 10px;
    display: flex;
}
.aside_price-item:last-child{
    margin-bottom: 0;
    color: #F8CA27;
    font-weight: 700;
}
.aside_price-item:last-child span{
    color: #fff;
}
.aside_learn{
    margin-bottom: 30px;
    border: 2px solid #005DAC;
    padding: 6px;
}
.aside_learn-wrapper{
    background-image: url(/img/aside_learn.jpg);
    background-size: cover;
    background-position: center;
    padding: 34px;
    position: relative;
}
.aside_learn-title{
    font-weight: 700;
    font-size: 18px;
    color: #11172D;
    margin-bottom: 54px;
    line-height: 30px;
}
.aside_learn-old{
    font-weight: 700;
    font-size: 16px;
    text-decoration-line: line-through;
    color: rgba(0, 0, 0, 0.28);
    margin-bottom: 4px;
    line-height: 16px;
}
.aside_learn-new{
    font-weight: 700;
    font-size: 25px;
    color: #005DAC;
    line-height: 28px;
}
.aside_learn-img{
    display: flex;
    right: 12px;
    bottom: 0;
    position: absolute;
}

.aside_consult{
    margin-bottom: 30px;
    border: 2px solid #005DAC;
    padding: 6px;
}
.aside_consult-wrapper{
    background-image: url(/img/aside_consult.jpg);
    background-size: cover;
    background-position: center;
    padding: 34px;
    position: relative;
    overflow: hidden;
    text-align: right;
}
.aside_consult-img{
    position: absolute;
    display: flex;
    bottom: 18px;
    left: -17px;
}
.aside_consult-title{
    font-weight: 700;
    font-size: 18px;
    color: #11172D;
    margin-bottom: 44px;
    line-height: 30px;
}
.aside_consult-price{
    font-weight: 700;
    font-size: 25px;
    color: #005DAC;
    line-height: 28px;
}
.aside_burger{
    display: none;
}
@media (max-width: 767.98px) {
    .aside{
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 91px;
        right: 0;
        visibility: hidden;
        z-index: 8;
        overflow: auto;
        background: #F2F7FB;
        padding: 60px 10px 120px;
        transition: all 0.6s;
    }
    .aside_menu-wrapper{
        padding: 0;
    }
    .aside.active{
        opacity: 1;
        visibility: visible;
    }
    .aside_burger{
        display: flex;
        position: fixed;
        align-items: center;
        top: 91px;
        width: 100%;
        right: 0;
        padding: 10px 15px;
        font-size: 20px;
        font-weight: 700;
        color: #11172D;
        background-color: #f2f7fb;
        z-index: 9;
    }
    .aside_burger-lines{
        display: block;
        width: 32px;
        height: 32px;
        margin-right: 15px;
        background-image: url(/img/options.png);
        background-size: cover;
        position: relative;
    }
    .aside_menu-title{
        display: none;
    }
    
	.ast-separate-container .blog-h1, .ast-separate-container .ast-article-single, .ast-right-sidebar .ast-article-single {
		margin-top: 100px !important;
	}

	#post-4904{
		margin-top: 1em !important;
	}

	body.archive .ast-archive-description {
		margin-top: 100px;
	}
	
	.page-id-4238 .entry-header{
		margin-top: 5em;
	}
	.aside_price, .aside_learn, .aside_consult{
		display: none;
	}
	
	.ast-right-sidebar #main{
		margin-top: 0;
	}
	#primary .page-title {
		font-size: 1.5rem;
	}

}

.page-id-4238 #primary{
	width: 100%;
}

.page-id-4238 #secondary{
	display: none;
}

.videoBtn__block{text-align: right;margin:-63px 0 15px 0}
.videoBtn__block .small__btn{height: 45px;}

/* Video portfolio: responsive iframes on mobile */
@media (max-width: 767.98px) {
    .page-id-55232 .uagb-is-root-container > .uagb-container-inner-blocks-wrap {
        -webkit-flex-direction: column !important;
        flex-direction: column !important;
    }
    .page-id-55232 .uagb-is-root-container > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
        width: 100% !important;
    }
    .page-id-55232 iframe[src*="rutube"] {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
    }
}

/* Адаптивные видео (Rutube/YouTube/VK) во всех статьях и кейсах —
   чтобы плеер и превью не вылезали за экран на телефоне */
.entry-content iframe[src*="rutube"],
.entry-content iframe[src*="youtube"],
.entry-content iframe[src*="youtu.be"],
.entry-content iframe[src*="vk.com"],
.entry-content iframe[src*="vkvideo"] {
    display: block !important;
    width: 100% !important;
    max-width: 720px !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: 20px auto !important;
    border: none !important;
}

/* Мобильный: статья-кейс на всю ширину экрана, без серых полей по бокам.
   Селекторы усилены, чтобы перебить правила Astra (боковой отступ статьи
   задаётся скриптом в header.php = 10px). */
@media (max-width: 767.98px) {
    body.single-post.single.ast-separate-container #content.site-content,
    body.single-post.single.ast-separate-container #content .ast-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
    }
    body.single-post.single.ast-separate-container #content #primary {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    body.single-post.single.ast-separate-container #content #primary .ast-article-single {
        margin-left: 0 !important;
        margin-right: 0 !important;
        border-radius: 0 !important;
    }
    body.single-post.single.ast-separate-container #primary .ast-article-single .entry-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 767px) {
    .videoBtn__block{text-align: left;margin:15px 0;}
    .main_text .hide-mobile, .hide-mobile {display:none !important;}
}
.video__btn{display: inline-flex;width: auto;height: 66px;font-size: 15px;font-weight: 400;background-color: #F34441;padding:0 33px!important;text-decoration: none !important;margin-bottom: 25px;}
.video__btn:hover{background-color: #d13937!important;}
.video__btn svg{margin-right: 14px;}

.modal__btn-close_video{
  position: absolute !important;
  top: 6px !important;
  right: 6px !important;
  left: auto !important;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(0,0,0,.75);
  box-shadow: 0 2px 8px rgba(0,0,0,.5);
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  cursor: pointer;
  z-index: 100010;
}

.main_text .hide-mobile {display: contents;font-weight: 300;color: #5D6584;}
.main_item .hide-mobile {font-weight: 300;color: #5D6584;}
.mmain_text{display:none}
.mtitle{display:none}
.hero-tagline-mob{display:none}
.mptitle{display:none}
.ans2{float:right}
.ans{float:left;margin-left: 30px;}
.ans3{float:left;margin-left: 20px;}

/* === Mobile hero: new elements (hidden on desktop) === */
.hero-subtitle-mob{display:none}
.trust-badges-mob{display:none}
.hero-benefits-mob{display:none}
.hero-callout-mob{display:none}
.btn17{display:none}
.newb{display:none}
.mobf{display:none}
.newb3{display:none}
.hide{display:none}
.header_logom{
		 display: none;
	}
.footer_logo{display: block;}
@media (max-width: 499px) {
	.hero-tagline,
	.hero-subtitle,
	.trust-badges,
	.hero-cta,
	.hero-benefits,
	.hero-callout,
	.hero-domain-hint{
		display: none !important;
	}
	.hero-domain-hint-mob{
		display: block;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.06em;
		color: #8a93b0;
		margin: 8px 0 0;
	}
	.hero-cta-mob{
		display: block !important;
		text-align: center;
		margin: 0 0 24px;
	}
	.hero-cta-mob__note{
		display: block;
		text-align: center;
		font-family: Manrope, sans-serif;
		font-size: 12px;
		color: #5D6584;
		font-weight: 500;
		margin-top: 8px;
	}
	.header_logo{display:none}
	.footer_logo{display: none;}
	.header_logom{display: block;line-height: 0;}
	.title{font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
font-size: 30px !important;
font-weight: 800;
line-height: 35px !important;
letter-spacing: -0.02em;
display:block !important;
text-align: left;color : #005DAC;display: block;max-width:320px;}
	.hidem{display:none}
	.faq_btn{display:none}
	.mobf{display:block;padding-top: 30px;}
.main_img { display: none; }
.hero-tagline-mob{
display:block;
font-family: Manrope;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.15em;
text-transform: uppercase;
color: #8a93b0;
margin-top: 20px;
margin-bottom: 0;
}
.mptitle{display:none !important;}

	.ans2 span,.ans span,.ans3 span{display:none}
	.ans,.ans2,.ans3{display:none}
	.none{display:none}
	.mmain_text{display:none !important;}

	/* --- Mobile hero: УТП --- */
	.hero-usp{display:none;}
	.hero-usp-mob{
		display:block;
		font-family:Manrope,sans-serif;
		font-size:16px;
		line-height:23px;
		font-weight:800;
		color:#11172D;
		margin:12px 0 14px;
		max-width:340px;
		padding-left:12px;
		border-left:3px solid #005DAC;
	}
	.hero-usp-mob strong{color:#005DAC;}

	/* --- Mobile hero: ниши + цена --- */
	.hero-niches{display:none;}
	.hero-niches-mob{
		display:block;
		font-family:Manrope,sans-serif;
		font-size:14px;
		line-height:20px;
		color:#2E3650;
		font-weight:600;
		margin:0 0 18px;
		max-width:340px;
		padding-left:18px;
		position:relative;
	}
	.hero-niches-mob::before{
		content:"";
		position:absolute;
		left:0;
		top:6px;
		width:8px;
		height:8px;
		border-radius:50%;
		background:#005DAC;
	}
	.hero-cta-mob__price{
		display:block;
		text-align:center;
		font-family:Manrope,sans-serif;
		font-size:14px;
		color:#11172D;
		font-weight:700;
		margin-top:6px;
	}
	.hero-cta-mob__price strong{color:#005DAC;}

	/* Mobile: ценовой блок */
	.hero-price-block{display:none;}
	.hero-price-block-mob{
		display:block;
		background:#f0f7ff;
		border-radius:12px;
		padding:14px 16px;
		margin:0 0 20px;
	}
	.hero-price-block-mob .hero-price-block__value{font-size:25px;}
	.hero-price-block-mob .hero-price-block__period{font-size:15px;}
	.hero-price-block-mob .hero-price-block__desc{font-size:13px;margin-top:5px;display:block;}

	/* Mobile: кликабельный бейдж кейсов */
	.trust-badge-mob--link{border:1px solid rgba(0,93,172,0.28);}
	.trust-badge-mob__cta{
		display:block;
		font-family:Manrope,sans-serif;
		font-size:11px;
		font-weight:700;
		color:#005DAC;
		margin-top:5px;
		text-decoration:underline;
	}
	.trust-badge-mob.trust-badge-mob--accent{ background:#005DAC; border-color:#005DAC; }
	.trust-badge-mob.trust-badge-mob--accent .trust-badge-mob__number{ color:#fff; }
	.trust-badge-mob.trust-badge-mob--accent .trust-badge-mob__label{ color:rgba(255,255,255,0.9); }
	.trust-badge-mob.trust-badge-mob--accent .trust-badge-mob__cta{ color:#fff; }

	/* --- Mobile hero: subtitle --- */
	.hero-subtitle-mob{
		display:block;
		font-family:Manrope,sans-serif;
		font-size:15px;
		line-height:22px;
		color:#5D6584;
		margin:12px 0 20px;
		max-width:340px;
	}
	.hero-subtitle-mob strong{
		color:#11172D;
		font-weight:800;
	}

	/* --- Mobile hero: trust badges --- */
	.trust-badges-mob{
		display:flex;
		gap:10px;
		margin-bottom:22px;
	}
	.trust-badge-mob{
		flex:1;
		background:#fff;
		border-radius:10px;
		padding:12px 8px;
		text-align:center;
		box-shadow:0 2px 12px rgba(0,93,172,0.08);
		display:flex;
		flex-direction:column;
		justify-content:center;
	}
	.trust-badge-mob__number{
		display:block;
		font-family:Manrope,sans-serif;
		font-size:22px;
		font-weight:800;
		color:#005DAC;
		line-height:1.2;
	}
	.trust-badge-mob__label{
		display:block;
		font-family:Manrope,sans-serif;
		font-size:11px;
		color:#5D6584;
		margin-top:2px;
		font-weight:500;
	}

	/* --- Mobile hero: benefits --- */
	.hero-benefits-mob{
		display:flex;
		flex-direction:column;
		gap:10px;
		margin-bottom:24px;
	}
	.hero-benefit-mob{
		display:flex;
		align-items:center;
		gap:10px;
		font-family:Manrope,sans-serif;
		font-size:14px;
		font-weight:600;
		color:#11172D;
		line-height:1.4;
	}
	.hero-benefit-mob svg{
		flex-shrink:0;
	}

	/* --- Mobile hero: CTA улучшенный --- */
	.hero-cta-mob__btn{
		display:inline-block;
		font-family:Manrope,sans-serif;
		font-size:13px !important;
		font-weight:700;
		max-width:62%;
		padding:10px 18px !important;
		background:linear-gradient(135deg,#005DAC 0%,#0071d6 100%);
		color:#fff !important;
		border-radius:50px;
		text-decoration:none !important;
		box-shadow:0 6px 20px rgba(0,93,172,0.35);
		transition:transform 0.2s,box-shadow 0.2s;
		animation:heroCtaBlinkMob 1.6s ease-in-out infinite;
	}
	@keyframes heroCtaBlinkMob {
		0%, 100% {
			background:linear-gradient(135deg,#005DAC 0%,#0071d6 100%);
			box-shadow:0 6px 20px rgba(0,93,172,0.35);
		}
		50% {
			background:linear-gradient(135deg,#F34441 0%,#ff5a57 100%);
			box-shadow:0 6px 30px rgba(243,68,65,0.65), 0 0 0 6px rgba(243,68,65,0.18);
		}
	}

	/* --- Mobile hero: callout --- */
	.hero-callout-mob{
		display:flex;
		align-items:flex-start;
		gap:10px;
		background:#f0f7ff;
		border-left:3px solid #005DAC;
		border-radius:0 8px 8px 0;
		padding:12px 16px;
		margin-bottom:20px;
		font-family:Manrope,sans-serif;
		font-size:13px;
		color:#11172D;
		line-height:1.5;
	}
	.hero-callout-mob svg{
		flex-shrink:0;
		margin-top:1px;
	}
	.hero-cases-link{display:none}
	.hero-cases-link-mob{
		display:block;
		font-family:Manrope,sans-serif;
		font-size:13px;
		font-weight:500;
		line-height:20px;
		color:#5D6584;
		margin-bottom:16px;
	}
	.hero-cases-link-mob a{
		color:#005DAC;
		font-weight:700;
		text-decoration:underline;
	}
	.main_text{display:none}
	.newb{display:flex;position: absolute;
        margin-top: -100px;}
	.main_items {
        margin-bottom: 0px;
    }
	.main_item {
    color: #5D6584;
    margin-bottom: 35px;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}
	    .price {
              background: #F2F7FB;
        padding: 30px 0px;        margin: 0px 0;
    }
	    .price_title {
       margin-bottom: 30px;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: left;
        max-width: 320px;
        letter-spacing: 1px;
    }
	.subtitle:before{
    position: absolute;
        content: "";
        width: 40px;
        height: 2px;
        background-color: #005DAC;
        left: -40px;
        margin-left: 55px;
        margin-top: 15px;
}
	.subtitle span{
		    margin-left: 55px;font-family: Manrope;
font-size: 14px;
font-weight: 700;
line-height: 14px;
text-align: left;
}
	.subtitle2 span{
		    margin-left: 55px;font-family: Manrope;
font-size: 14px;
font-weight: 700;
line-height: 14px;
text-align: left;
}
	    .price_item {
        padding: 15px;
    }
	.price_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 5px;
    transition: all 0.3s;
}
	.price_item-title {
    color: #005DAC;
    transition: all 0.3s;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;margin-bottom: 10px;
}
	.price_item-option {
    color: #11172D;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.2px;
    text-align: left;
}
	.price_item-value {
    font-size: 16px;
    color: #5D6584;
    margin-bottom: 16px;
    padding-left: 22px;
    font-family: Manrope;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    line-height: 16.9px;
    text-align: left;
    
}
	.price_item-total {
    transition: all 0.3s;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    
}
	.price_item:nth-child(2){
    border: 2px solid #F34441;
}
	.price_item-btn {
		background-color: #005DAC;
    font-family: Manrope;
    font-size: 15px;
    font-weight: 400;
    line-height: 13px;
    width: 197px;
    height: 38px;
	}
	.steps {
    padding: 30px 0;
    background: #ffffff;
    }
	.steps_desc{
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 30px;
        text-align: left;
        max-width: 100%;
        padding: 0 5px;
    }
	    .steps_item {
        padding-bottom: 0;
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 45px;
        display: flex;
        flex-wrap: wrap;        align-items: center;
    }
	.steps_item-title strong{
        font-size: 12px;
        letter-spacing: 0.08em;
        margin-bottom: 4px;
    }
	.stolb1{font-family: Manrope;        color: #005DAC;
font-size: 20px;
font-weight: 700;
line-height: 26px;
text-align: center;}
	.stolb2{font-family: Manrope;color: #11172D;
font-size: 15px;
font-weight: 600;
line-height: 19.5px;
text-align: left;}
	    .faq_title {
        margin-bottom: 30px;
        font-family: Manrope;
        font-size: 24px;
        /* 14.08.2026: было 700 — заголовок с классом «faq_title title» получал
           от .title вес 800 и системный шрифт, а отсюда Manrope 700. Гибрид
           выглядел легче десктопной версии. Теперь вес совпадает с .title. */
        font-weight: 800;
        line-height: 31.2px;
        text-align: left;

    }
	.faq {
  margin: 100px 0;
        background: #F2F7FB;
        padding: 40px 0px;
}
	.faq_desc{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 24px;
        max-width: 100%;
        padding: 0 5px;
    }
	.faq_item {
		background: #ffffff;}
	.faq_item-text {
               padding-left: 49px;
        font-size: 14px;
        line-height: 22px;
        background-color: #f0f5f9;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 350px;
        margin-left: -3px;
    }
	.faq_item-text::before {
        width: 24px;
        height: 20px;
        left: 10px;
        top: 20px;
    }
	.newb3{background: #005DAC;        font-size: 15px;
    width: 330px;
    height: 50px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    color: white;
    text-align: center;
    font-weight: 400;
    justify-content: center;
    align-items: center;}
	.newb3 span{    margin-left: 10px;
    margin-top: 10px;}
	.whom_title {
        margin-bottom: 30px;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: left;
       
    }
	.whom {
    padding: 10px 0;
    background: #ffffff;        margin-top: -90px;
}
	.whom_desc{
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 24px;
        padding: 0 5px;
    }
	.whom_grid{
        grid-template-columns: 1fr;
        gap: 12px;
    }
	    .whom_item {
        padding: 20px;
        border: 1px solid #DFE2EC;
    }
	.whom_item::before {
    position: absolute;
    content: "";
    background-image: url(../img/cases_item.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 5px;
    transition: all 0.3s ease 0s;
}
	    .whom_item-text {
        margin-top: 14px;
        font-family: Manrope;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left; }
	.whom_item-text p {
    line-height: 20px;
}
	    .whom_item-text p {
        margin-bottom: 12px;
    }
	    .whom_item-number {
        margin-right: 12px;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        text-align: left;
        color: #005DAC;
    }
	    .whom_title {
        margin-bottom: 30px;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: center;
    }
	 .whom_title2 {
        margin-bottom: 30px;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: left;
    }
	    .help {
        margin: 60px 0;
        background: #F2F7FB;
        padding-top: 40px;
    }
	    .help_title {
        margin-bottom: 30px;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        text-align: left;
        line-height: 32px;
    }
	    .help_text {
        margin-bottom: 36px;
        font-family: Manrope;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        text-align: left;
        color: #11172D;
    }
	.heoption{display: flex;margin-bottom: 20px;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;}
	.hoption{width:15%}
	.hoption2 {
        width: 80%;
        font-family: Manrope;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.5px;
        text-align: left;
        color: #11172D;
    }
	.hide{display:block;font-family: Manrope;
font-size: 13px;
font-weight: 400;
line-height: 19.5px;
text-align: left;}
	.help_price {
   color: #11172D;
        font-family: Manrope;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        text-align: left;
        margin-top: 30px;
        max-width: 200px;}
	.help_advantages-title{
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: left;
    }
	.help_cases-cta{
        margin-top: 24px;
    }
	.help_cases-cta p{
        font-size: 14px;
        line-height: 22px;
        text-align: left;
    }
	.help_items--grid{
        grid-template-columns: 1fr;
        gap: 12px;
    }
	.help_item{
        padding: 24px 20px;
    }
	    .help_item-title {
        font-family: Manrope;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;}
	.help_item-text {
        font-family: Manrope;
        font-size: 13px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
        opacity: 85%;
        margin-top: 0;
    }
	    .reviews_title {
        margin-bottom: 0;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: left;
    }
	.reviews_btn{display:none}
	    .reviews {
        margin: 60px 0;
        background: #F2F7FB;
    }
	.faq_page-title {
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: left;
    }
	.faq_page-desc{
        font-size: 14px;
        line-height: 21px;
        text-align: left;
        margin-bottom: 24px;
        padding: 0 5px;
    }
	.faq_page-item_text ul{
        padding-left: 14px;
        margin: 10px 0;
    }
	.faq_page-item_text li{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 8px;
    }
	    .footer_items {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
    }
	    .footer_item {
        width: 45%;
        margin-bottom: 25px;
    }
	.footer_menu a {
    color: #11172D;
    display: block;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
  }
	    .footer_inner {
        position: static;
        width: 100%;
        text-align: center;
        display: block;
        margin: 0;
        padding-top: 20px;
        border-top: none;
    }
	    .footer_inner .footer_text {
        display: none;
    }
	    .footer_inner .ym-advanced-informer {
        display: inline-block;
        margin: 0 auto 12px;
    }
	    .footer_inner > div {
        text-align: center;
    }
	    .footer_inner iframe {
        margin: 0 auto;
    }
	    .footer_wrapper {
        position: relative;
        padding-bottom: 10px;
    }
	    .footer_info {
        margin: -30px auto 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
	    .footer_logo {
        margin-bottom: 28px;
    }
	    .footer_messages {
        margin-top: 10px;
        margin-bottom: 25px;
        justify-content: center;
    }
	    .catalog_title {
        margin-bottom: 30px;
        font-family: Manrope;
        font-size: 24px;
        font-weight: 700;
        line-height: 31.2px;
        text-align: left; }
	.subtitle2 {
    font-weight: 700;
    font-size: 16px;
           color: #e4e4e4;
    margin-bottom: 6px;
    line-height: 28px;
    padding-top: 20px;
}
	.subtitle2:before{        position: absolute;
        content: "";
        width: 40px;
        height: 2px;
        background-color: #F34441;
        left: -40px;
        margin-left: 55px;
        margin-top: 15px;}
	    .steps_item-title {
        font-family: Manrope;
        font-size: 17px;
        font-weight: 600;
        line-height: 24px;
        text-align: left;
        margin-bottom: 10px;
    }
	.steps_item-option {
    position: relative;
    padding-left: 44px;
    margin-bottom: 20px;
    color: #5D6584;
    font-family: Manrope;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;}
	.subtitle{
        display: block;
}
	.subtitle2{
   display: block;

/* ── Стили перенесены из inline <style> в markup-extras.php ── */

/* Cookie-баннер */
#cookie_note {
    display: none;
    position: fixed !important;
    bottom: 16px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: calc(100% - 24px) !important;
    max-width: 720px !important;
    z-index: 10000000001;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 14px 20px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(17,23,45,0.16);
    box-sizing: border-box;
}
#cookie_note.show { display: flex !important; }
#cookie_note .cookie_icon { flex-shrink: 0; }
#cookie_note .cookie_text { flex: 1; min-width: 0; }
#cookie_note .cookie_text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #11172D;
    margin-bottom: 2px;
}
#cookie_note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
    color: #5D6584;
}
#cookie_note p a { color: #005DAC; font-weight: 600; }
#cookie_note > button.cookie_accept {
    flex-shrink: 0;
    display: inline-block;
    width: auto;
    padding: 11px 30px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: #005DAC;
    border: none;
    border-radius: 10px;
    letter-spacing: normal;
    text-transform: none;
    cursor: pointer;
    text-align: center;
    transition: background 0.2s, box-shadow 0.2s;
}
#cookie_note > button.cookie_accept:hover { background: #004a8a; box-shadow: 0 6px 18px rgba(0,93,172,0.35); }
@media (max-width: 767px) {
    #cookie_note {
        flex-wrap: wrap;
        gap: 8px 12px;
        padding: 12px 14px;
        bottom: 10px !important;
        border-radius: 12px;
    }
    #cookie_note .cookie_icon { display: none; }
    #cookie_note .cookie_text { flex: 1 1 100%; }
    #cookie_note .cookie_text strong { font-size: 12.5px; margin-bottom: 1px; }
    #cookie_note p { font-size: 11.5px; line-height: 1.35; }
    #cookie_note > button.cookie_accept {
        width: 100%;
        order: 3;
        padding: 9px;
        font-size: 12px;
        border-radius: 8px;
    }
}

/* Фиксированная кнопка соцсети */
.fixed-social:before,
.fixed-social:after { border: 1px solid #0088cc !important; }

/* Модал обратного звонка */
#callBackModal .modal__header { padding: 20px 20px 0 20px; }
#callBackModal form { padding: 20px; margin: 0 auto; }
#callBackModal form .form-group { margin-bottom: 20px; }
#callBackModal input[type="text"] { width: 100%; }
#callBackModal input[type="text"].error { border-color: red; }
#callBackModal .btn__block { text-align: center; }
#callBackModal .btn__block .btnTwo {
    color: #fff !important;
    background-color: #005DAC !important;
    border-color: #005DAC !important;
}

}

/* Сквозной блок услуг в конце статей */
.services-cta-block {
    background: #EDF1F8;
    border: 1px solid #D6DEE9;
    border-radius: 16px;
    padding: 40px 32px;
    margin: 40px 0 30px;
    text-align: center;
}
.services-cta-block__title {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.services-cta-block__subtitle {
    font-size: 16px;
    color: #5a6a7a;
    margin-bottom: 28px;
}
.services-cta-block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}
.services-cta-block__item {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #D6DEE9;
    border-radius: 10px;
    padding: 18px 20px;
    text-decoration: none;
    transition: box-shadow .2s, border-color .2s;
}
.services-cta-block__item:hover {
    border-color: #2B4C8C;
    box-shadow: 0 4px 16px rgba(43,76,140,.12);
}
.services-cta-block__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    background: #2B4C8C;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 8px;
}
.services-cta-block__name {
    font-size: 17px;
    font-weight: 600;
    color: #1a1a1a;
}
.services-cta-block__btn-wrap {
    text-align: center;
}
.services-cta-block__btn {
    display: inline-block;
    background: #2B4C8C;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none;
    transition: background .2s;
}
.services-cta-block__btn:hover {
    background: #1e3766;
    color: #fff;
}
@media (max-width: 600px) {
    .services-cta-block {
        padding: 28px 16px;
    }
    .services-cta-block__grid {
        grid-template-columns: 1fr;
    }
    .services-cta-block__title {
        font-size: 22px;
    }
}
}

/* Первый экран: на 992–1350px заголовок h1 (64px) наезжал на фото автора,
   т.к. фото позиционировано absolute справа, а у .title нет ограничения ширины.
   Уменьшаем кегль в этом диапазоне — заголовок остаётся в одну строку слева от фото.
   Ниже 992px фото скрывается (display:none), выше 1350px места хватает. */
@media (min-width: 992px) and (max-width: 1350px) {
    .main .title {
        font-size: 46px;
        line-height: 54px;
    }
}

/* ===== Вынесено из инлайновых <style> в теле страницы — для валидности W3C ===== */
/* Видео-отзывы (ранее <style id="rv-video-css"> в front-page.php) */
.reviews--video .reviews_slide{position:relative;overflow:hidden}
.reviews--video .reviews_slide-text .rv-w{display:inline-block;opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease}
.reviews--video .reviews_slide.rv-reveal .reviews_slide-text .rv-w{opacity:1;transform:none}
.rv-poster{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;text-align:center;padding:24px;background:linear-gradient(135deg,#0a4f8f 0%,#005DAC 55%,#0a7cc9 100%);color:#fff;cursor:pointer;transition:opacity .5s ease}
.reviews--video .reviews_slide.rv-playing .rv-poster{opacity:0;pointer-events:none}
.rv-ava{width:60px;height:60px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;line-height:1}
.rv-name{font-size:18px;font-weight:800}
.rv-person{font-size:13px;opacity:.85;max-width:260px;line-height:1.4}
.rv-stars2{letter-spacing:2px;color:#FFC531;font-size:15px}
.rv-play{width:64px;height:64px;border:none;border-radius:50%;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.22);transition:transform .2s;margin-top:4px}
.rv-play:hover{transform:scale(1.07)}
.rv-cta{font-size:14px;font-weight:700;letter-spacing:.3px;margin-top:2px;opacity:.97}
.rv-poster:hover .rv-play{transform:scale(1.07);box-shadow:0 10px 28px rgba(0,0,0,.28)}
.rv-poster:hover .rv-cta{text-decoration:underline}
.rv-tag{position:absolute;top:14px;left:14px;font-size:11px;font-weight:700;letter-spacing:.3px;background:rgba(255,255,255,.16);padding:5px 10px;border-radius:20px}
.rv-progress{position:absolute;left:0;bottom:0;height:4px;width:100%;background:rgba(0,93,172,.10);z-index:4}
.rv-progress i{display:block;height:100%;width:0;background:#005DAC}
.rv-replay{position:absolute;top:12px;right:12px;z-index:4;border:1px solid #DFE2EC;background:#fff;color:#005DAC;font-size:12px;font-weight:700;padding:6px 12px;border-radius:20px;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s}
.reviews--video .reviews_slide.rv-done .rv-replay{opacity:1;pointer-events:auto}

/* 14.08.2026: стили #geo_suggest удалены вместе с самим баннером в functions.php
   (поддомены склеены с основным сайтом, баннер уводил посетителя со страницы). */
#cookie_note{max-width:460px!important;gap:12px;padding:10px 16px;border-radius:14px}
#cookie_note .cookie_text strong{font-size:13px;margin-bottom:1px}
#cookie_note p{font-size:12px;line-height:1.3}
#cookie_note>button.cookie_accept{padding:9px 20px;font-size:12px}
@media(max-width:767px){#cookie_note{gap:6px 10px;padding:8px 12px;bottom:8px!important;border-radius:10px}#cookie_note .cookie_icon{display:none}#cookie_note .cookie_text{flex:1 1 62%;min-width:0}#cookie_note .cookie_text strong{display:none}#cookie_note p{font-size:10.5px;line-height:1.25}#cookie_note>button.cookie_accept{width:auto;order:0;padding:7px 14px;font-size:11px;border-radius:7px}}
/* ===== Страница кейсов/портфолио (cases-page): контент почти на всю ширину, минимальные боковые поля (десктоп) ===== */
@media(min-width:1200px){
    body.cases-page{
        --wp--custom--ast-content-width-size: 3000px;
    }
    body.cases-page .entry-content{
        max-width: none;
        padding-left: 40px;
        padding-right: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ===== Интерактив на первом экране: калькулятор доли переходов ТОП-3 ===== */
.hero-calc{background:#fff;border:1px solid #e6e8ee;border-radius:14px;padding:18px 20px;margin:6px 0 4px;max-width:600px}
.hero-calc__title{font-size:17px;font-weight:700;color:#11172D;line-height:1.35;margin-bottom:14px}
.hero-calc__row{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.hero-calc__label{font-size:13px;color:#5D6584;flex-shrink:0}
.hero-calc__slider{flex:1;accent-color:#005DAC;height:4px}
.hero-calc__pos{font-size:15px;font-weight:700;color:#005DAC;min-width:66px;text-align:right}
.hero-calc__bars{display:flex;align-items:flex-end;gap:4px;height:72px;margin-bottom:14px}
.hero-calc__bar{flex:1;background:#cfd4de;border-radius:3px 3px 0 0;min-height:5px;transition:background .15s}
.hero-calc__bar.is-top3{background:#005DAC}
.hero-calc__bar.is-you{background:#e8503a}
.hero-calc__stats{display:flex;gap:10px;margin-bottom:12px}
.hero-calc__stat{flex:1;background:#F2F7FB;border-radius:10px;padding:9px 12px;text-align:center}
.hero-calc__stat--danger{background:#FDECEA}
.hero-calc__stat-label{display:block;font-size:12px;color:#5D6584;margin-bottom:3px}
.hero-calc__stat--danger .hero-calc__stat-label{color:#c0392b}
.hero-calc__stat-val{font-size:20px;font-weight:800;color:#11172D;line-height:1}
.hero-calc__stat--danger .hero-calc__stat-val{color:#e8503a}
.hero-calc__stat-val--green{color:#005DAC}
.hero-calc__verdict{font-size:13px;color:#16233a;line-height:1.5;margin-bottom:16px}
.hero-calc__btn{display:inline-block;background:#e8503a;color:#fff;border-radius:10px;padding:13px 26px;font-size:15px;font-weight:700;text-decoration:none;transition:background .15s}
.hero-calc__btn:hover{background:#d8431f;color:#fff}
@media(max-width:600px){
    .hero-calc{padding:16px}
    .hero-calc__row{flex-wrap:wrap}
    .hero-calc__label{width:100%}
    .hero-calc__title{font-size:16px}
    .hero-calc__stat-val{font-size:18px}
}

/* ===== Мобильный порядок hero: текст → фото → калькулятор (фото как на /dorabotka-sajta/) ===== */
@media(max-width:767.98px){
    .main_wrapper{display:flex !important;flex-direction:column}
    .main_wrapper .title{order:1}
    .main_wrapper .hero-usp-mob{order:2}
    .main_wrapper .hero-subtitle-mob{order:3}
    .main_wrapper .main_img{
        display:flex !important;
        flex-direction:column !important;
        position:static !important;
        order:4;
        align-items:center;
        width:100% !important;
        margin:6px auto 22px !important;
        transform:none !important;
    }
    .main_wrapper .main_img img{
        width:300px !important;
        max-width:82% !important;
        height:auto !important;
        margin:0 auto !important;
        display:block !important;
    }
    .main_wrapper .main_img .about-author{display:block !important;width:100% !important;margin-top:18px !important}
    .main_wrapper .main_img::before{display:none !important}
    /* убираем дубль фото и текста об авторе в нижнем мобильном блоке .mobf */
    .main_info .mobf > img{display:none !important}
    .main_info .mobf .about-author-mob{display:none !important}
    .main_wrapper .hero-calc{order:5}
    .main_wrapper .trust-badges-mob{order:6}
    .main_wrapper .hero-benefits-mob{order:7}
    .main_wrapper .main_info{order:8}
    .main_wrapper .hero-callout{order:9}
    .main_wrapper .hero-cases-link{order:10}
}

/* ===== Комментарии в статьях блога (hz-comments) — общий CSS, чтобы не зависеть от инлайн-стилей в контенте статьи ===== */
.hz-comments{margin:40px 0 0}
.hz-comments h3.hz-title{font-size:24px;font-weight:800;color:#11172D;margin:0 0 24px;padding-bottom:14px;border-bottom:2px solid #e6ecf5}
.hz-c{background:#f7f9fc;border:1px solid #e6ecf5;border-radius:12px;padding:16px 20px;margin:0 0 14px}
.hz-c-name{font-weight:700;color:#11172D;font-size:15px;margin:0 0 6px}
.hz-c-text{color:#3a4256;font-size:15px;line-height:1.6;margin:0}
.hz-reply{background:#eef4fc;border-color:#cfe0f5;margin:12px 0 0 32px}
.hz-reply .hz-c-name{color:#005DAC}
.hz-badge{display:inline-block;background:#005DAC;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:20px;margin-left:6px;vertical-align:middle}
@media(max-width:600px){.hz-reply{margin-left:14px}}

/* ===== Мобильная кнопка «Рассчитать стоимость» (.newb): в поток + гармоничные отступы (воздух сверху, убрать пустоту снизу) ===== */
@media(max-width:767.98px){
    .mobf .newb{position:static !important;margin:16px auto 0 !important;transform:none !important}
    .cases{padding-top:34px !important}
}

/* ===== Мобильная главная: убрать белые полосы между секциями + классические отступы ===== */
@media(max-width:767.98px){
    /* полоса hero → кейсы (margin у .main и .cases) */
    body.home .main{margin-bottom:0 !important}
    body.home .cases{margin-top:0 !important;padding-top:32px !important;margin-bottom:0 !important;padding-bottom:40px !important}
    /* полоса кейсы → калькулятор */
    body.home .calculator{padding-top:40px !important}
}

/* ===== ROI-калькулятор: доп. классы (подпись, акцентная плашка, примечание) ===== */
.hero-calc__stat-sub{display:block;font-size:11px;color:#9aa0ae;margin-top:3px}
.hero-calc__stat--accent{background:#eaf1fb}
.hero-calc__stat--accent .hero-calc__stat-label{color:#005DAC}
.hero-calc__stat--accent .hero-calc__stat-val{color:#005DAC}
.hero-calc__note{font-size:11px;color:#b3b8c5;margin-top:12px;line-height:1.4}

/* ============================================================
   Мобильные: на тач-экранах гасим hover-эффекты, чтобы кнопки-ссылки
   срабатывали с ПЕРВОГО касания. Без этого первый тап = «наведение»
   (кнопка подсвечивается/приподнимается), а переход — только со второго.
   ============================================================ */
@media (hover: none) {
  /* убираем «поднятие» и hover-тени у интерактивных элементов */
  body a:hover,
  body button:hover,
  body [class*="btn"]:hover,
  body [class*="cta"]:hover,
  body [class*="card"]:hover,
  body [class*="item"]:hover,
  body [class*="link"]:hover,
  body .newb:hover,
  body.cases-page .cases_item:hover {
    transform: none !important;
  }
  /* контурная кнопка .btn не заливается синим по «наведению» */
  body .btn:hover {
    color: #005DAC !important;
    background: #FFFFFF !important;
  }
  body .btn.arrow:hover::after {
    background-image: url(../img/arrow_link.svg) !important;
  }
}

/* ============================================================
   CLS-FIX: слайдеры Slick (cases, reviews) до инициализации.
   Причина CLS 0.68 на мобильных: слайды рендерятся «стопкой» и
   после slick-init схлопываются в карусель -> большой сдвиг вёрстки.
   Решение: пока нет .slick-initialized — показываем только первый слайд.
   Калькулятор-слайдеры (range) НЕ трогаем.
   ============================================================ */
.cases_item-slider:not(.slick-initialized) > *:not(:first-child),
.reviews_slider:not(.slick-initialized) > *:not(:first-child),
.cases_slider:not(.slick-initialized) > *:not(:first-child) {
    display: none !important;
}
.cases_item-slider:not(.slick-initialized),
.reviews_slider:not(.slick-initialized),
.cases_slider:not(.slick-initialized) {
    overflow: hidden !important;
}

/* ============================================================
   CLS-FIX #2: резервируем высоту калькулятора ROI (#heroCalc).
   PSI показал: этот блок даёт 0.470 из 0.475 всего CLS.
   JS строит его из ~4px в ~535px -> контент под ним прыгает вниз.
   min-height резервирует место заранее -> сдвига нет.
   На десктопе калькулятор в другой раскладке — трогаем только мобильные.
   ============================================================ */
@media (max-width: 768px){
  .hero-calc,
  #heroCalc { min-height: 535px; }
}


/* === Первый экран: оффер «Бесплатный разбор» + карточка кейсов ===
   Перенесено из front-page.php: инлайновый <style> внутри <div> давал
   2 настоящие ошибки валидатора W3C (Element style not allowed as child of div). */
.audit-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:#F34441;color:#fff;font-size:16.5px;font-weight:700;letter-spacing:.005em;padding:15px 32px;border-radius:12px;text-decoration:none;box-shadow:0 10px 24px rgba(243,68,65,.28);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.audit-cta:hover,.audit-cta:focus{background:#e2332f;color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px rgba(243,68,65,.38)}
.audit-cta svg{transition:transform .2s ease;flex:0 0 auto}
.audit-cta:hover svg{transform:translateX(5px)}
.audit-cta--full{display:flex;width:100%;padding:16px}
.cases-card{display:flex;align-items:center;gap:14px;background:#EAF1FB;border:1px solid #D3E2F6;border-radius:14px;padding:16px 20px;max-width:600px;text-decoration:none;margin:22px 0;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.cases-card:hover{border-color:#9cc0ee;box-shadow:0 10px 24px rgba(0,93,172,.12);transform:translateY(-1px)}
.cases-card__ic{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:#005DAC;display:flex;align-items:center;justify-content:center}
.cases-card__t{font-size:14.5px;color:#33405c;line-height:1.35}
.cases-card__t b{color:#005DAC}
.cases-card__arr{flex:0 0 auto;margin-left:auto;color:#005DAC;transition:transform .2s ease}
.cases-card:hover .cases-card__arr{transform:translateX(4px)}
/* Телефон (≤499px) = ТА ЖЕ раскладка, что «сложенный десктоп» (500–767px):
   показываем десктопный набор блоков и прячем мобильный (.mobf, бейджи, галочки, цену).
   Так на живом телефоне и в мобильном виде десктопа всё одинаково. */
@media (max-width:499px){
  /* показать десктопный набор */
  .main_wrapper .hero-usp{display:block!important}
  .main_wrapper .hero-subtitle{display:block!important}
  .main_wrapper .hero-audit{display:block!important}
  .main_wrapper .cases-card--desk{display:flex!important}
  .main_wrapper .hidem{display:block!important}
  /* скрыть мобильный набор */
  .main_wrapper .hero-usp-mob{display:none!important}
  .main_wrapper .hero-subtitle-mob{display:none!important}
  .main_wrapper .trust-badges-mob{display:none!important}
  .main_wrapper .hero-benefits-mob{display:none!important}
  .main_wrapper .main_info{display:none!important}
}
/* Порядок блоков первого экрана на всём мобильном диапазоне (≤767px):
   H1 → УТП → подзаголовок → фото → оффер → кейсы → кнопка.
   (title=1 и main_img=4 заданы в style.css, здесь добираем остальные.) */
@media (max-width:767.98px){
  .main_wrapper .hero-usp{order:2}
  .main_wrapper .hero-subtitle{order:3}
  .main_wrapper .hero-audit{order:5}
  .main_wrapper .cases-card--desk{order:6}
  .main_wrapper .hidem{order:7}
  /* Кнопка оффера на мобильном — во всю ширину карточки, текст по центру, стрелка справа */
  .hero-audit .audit-cta{display:flex!important;width:100%!important;padding:18px 24px!important;box-sizing:border-box;justify-content:center;text-align:center}
  .hero-audit .audit-cta svg{margin-left:auto}
}


/* === Блок городов в подвале (hz-region-nav) ===
   Перенесено из inc/markup-extras.php: <style> внутри <div> давал 2 ошибки
   валидатора W3C на КАЖДОЙ странице сайта. */
.hz-region-nav{padding:16px 0 0;border-top:1px solid #e4ecf5;margin-top:18px;}.hz-region-nav__title{font-size:14px;font-weight:700;color:#11172D;margin:0 0 12px;}.hz-region-nav__list{display:flex;flex-wrap:wrap;gap:8px 14px;list-style:none;padding:0;margin:0;}.hz-region-nav__list li{margin:0;}.hz-region-nav__list a{font-size:12px;font-weight:700;color:#5D6584;text-decoration:none;}.hz-region-nav__list a:hover{color:#005DAC;text-decoration:underline;}


/* === Страница «Бесплатный аудит сайта» (только она!) ===
   Перенесено из besplatnyj-audit-sajta.php: <style> внутри <div> = ошибка W3C.
   ВАЖНО: правила ОБЯЗАТЕЛЬНО ограничены классом страницы .page-id-70050.
   Без ограничения `#primary{display:none}` скрывал основной контент на ВСЁМ сайте
   (блог, страницы, список SEO-отчётов оказывались пустыми). */
body.page-id-70050 .site-content>.ast-container{display:block!important}
body.page-id-70050 #primary,
body.page-id-70050 .ast-breadcrumbs-wrapper,
body.page-id-70050 .entry-header{display:none!important}
body.page-id-70050 .audit-hero{padding-top:140px!important}



/* === ФИКС РАЗЪЕЗЖАЮЩЕЙСЯ ШАПКИ НА НОУТБУКАХ (12.08.2026) ===
   Проблема (видно в Вебвизоре): при ширине окна до ~1400px пункты верхнего и основного
   меню переносились в 2–3 строки, телефон — в две, шапка распухала до 255px,
   а фото в первом экране наезжало на заголовок и текст.
   По данным Метрики это видели 29% десктопных визитов — самая частая ширина окна 1351px
   (экран 1366) — то есть каждый третий посетитель с компьютера.
   Причина: адаптация была только по отступам (медиазапросы 1350/1200), размеры шрифтов
   не уменьшались и перенос строк не запрещался.
   Правила ниже проверены замерами на 1152 / 1280 / 1366: меню в одну строку,
   пересечений текста с фото нет. Шире 1440px ничего не меняется. */
/* Верхнее меню по центру (13.08.2026).
   После удаления гео-метки пункты остались прижатыми к левому краю.
   .header_top-left занимает всё свободное место и центрирует меню внутри себя;
   у последнего пункта снимаем правый отступ — иначе центровка уезжает влево
   ровно на его величину. Только для десктопа: на мобильных .header_top-left
   разворачивается в колонку и центрируется своими правилами. */
@media (min-width: 992px) {
    .header_top-left { flex: 1 1 auto; justify-content: center; }
    .header_top-menu li:last-child a { margin-right: 0; }
}
/* Широкие экраны: место от удалённой гео-метки отдаём верхнему меню,
   чтобы пункты не жались к левому краю (13.08.2026). */
@media (min-width: 1441px) {
    .header_top-menu a { margin-right: 44px; }
}
@media (min-width: 992px) and (max-width: 1440px) {
    /* Верхнее меню: после удаления гео-метки (13.08.2026) освободилось ~120px,
       поэтому здесь шрифт и отступы возвращены к комфортным, а не ужатым. */
    .header_top-menu a { font-size: 13px; margin-right: 30px; white-space: nowrap; }
    .menu a { font-size: 15.5px; margin-right: 18px; white-space: nowrap; }
    .header_number { font-size: 19px; white-space: nowrap; }
    .header_logo { margin-right: 20px !important; }
    .header_search input { max-width: 150px; }
    /* текстовая колонка первого экрана не должна залезать под фото */
    .main_wrapper .title,
    .main_wrapper .hero-usp,
    .main_wrapper .hero-subtitle,
    .main_wrapper .cases-card--desk,
    .main_wrapper .hidem { max-width: 52%; }
    .main_wrapper .hero-audit { max-width: 52% !important; } /* перебиваем инлайновый max-width:600px */
}
@media (min-width: 992px) and (max-width: 1300px) {
    .header_top-menu a { font-size: 12.5px; margin-right: 22px; }
    .menu a { font-size: 14.5px; margin-right: 12px; }
    .header_number { font-size: 17px; }
    /* поиск оставляем рабочим — просто ужимаем поле: проверено, меню всё равно
       остаётся в одну строку даже на 1152px */
    .header_search { margin-right: 8px !important; }
    .header_search input { max-width: 120px !important; width: 120px !important; }
    .main_wrapper .title,
    .main_wrapper .hero-usp,
    .main_wrapper .hero-subtitle,
    .main_wrapper .cases-card--desk,
    .main_wrapper .hidem { max-width: 49%; }
    .main_wrapper .hero-audit { max-width: 49% !important; }
}

/* === БЛОК ГЕОГРАФИИ на главной (14.08.2026) =========================
   H2 «Продвижение сайтов в Москве и Санкт-Петербурге».
   Стили вынесены из инлайна: инлайн не поддерживает медиазапросы, и на
   375px две колонки сжимались до 176px — текст читать было невозможно.
   Ниже 900px карточки встают в одну колонку принудительно. */
.geo-cities{padding:70px 0;background:#f7fafd}
.geo-cities .faq_title{text-align:center;margin-bottom:20px}
.geo-cities__desc{text-align:center;font-family:Manrope,sans-serif;font-size:18px;
    line-height:29px;color:#5D6584;max-width:820px;margin:0 auto 34px}
.geo-cities__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.geo-cities__card{background:#fff;border-radius:14px;padding:28px 30px;
    box-shadow:0 4px 20px rgba(0,93,172,0.07)}
.geo-cities__city{font-family:Manrope,sans-serif;font-size:22px;font-weight:800;
    color:#11172D;margin-bottom:14px}
.geo-cities__card p{font-size:16px;line-height:26px;color:#5D6584;margin:0 0 14px}
.geo-cities__card p:last-child{margin-bottom:0}
.geo-cities__note{font-size:16px;line-height:26px;color:#5D6584;margin:28px auto 0;
    max-width:900px;text-align:center}

@media(max-width:900px){
    .geo-cities__grid{grid-template-columns:1fr;gap:16px}
    .geo-cities{padding:50px 0}
    .geo-cities__desc{font-size:16px;line-height:25px;margin-bottom:26px}
}
@media(max-width:767.98px){
    .geo-cities__card{padding:22px 20px;border-radius:12px}
    .geo-cities__city{font-size:19px;margin-bottom:10px}
    .geo-cities__card p{font-size:15px;line-height:24px}
    .geo-cities__note{font-size:15px;line-height:24px;text-align:left;margin-top:22px}
    .geo-cities .faq_title{font-size:26px !important;line-height:33px !important}
    .geo-cities .faq_title br{display:none}
}

/* === Принудительные переносы в заголовках на узких экранах (14.08.2026) ===
   В заголовках стоят <br> под десктопную ширину. На телефоне первая половина
   строки всё равно переносится сама, и получаются рваные строки вида
   «Почему не каждый» / «сайт» / «готов к продвижению».
   Ниже 768px перенос отдаём браузеру. */
@media(max-width:767.98px){
    .faq_title br,
    .steps_title br,
    .whom_title br,
    .help_title br,
    .catalog_title br,
    .reviews_title br{display:none}
}

/* === ЕДИНЫЙ ВИД ЗАГОЛОВКОВ НА МОБИЛЬНЫХ (14.08.2026) ==================
   Обход 31 страницы показал 41 разный класс заголовков H1/H2 и шесть
   несовпадающих стилей: два шрифта (-apple-system и Manrope), веса 700 и
   800, размеры 22/24/26/28/30/36. Ниже — приведение к одному виду.

   ГРУППА 1 — главные заголовки секций: Manrope 800, 30px/38px.
   ГРУППА 2 — заголовки карточек и подблоков: тот же шрифт и вес,
   но свой размер (делать их 30px нельзя — сломается вёрстка списков).

   НЕ ТРОГАЕМ намеренно: h2 без класса и .wp-block-heading — это заголовки
   внутри текстов статей. У контента своя типографика, и делать 1900 статей
   с весом 800 значит утяжелить чтение. */
@media(max-width:767.98px){
    /* --- группа 1: заголовки секций --- */
    .title,
    .cases_title,
    .calculator_title,
    .competitor-check__title,
    .steps_title,
    .faq_title,
    .faq_page-title,
    .whom_title,
    .reviews_title,
    .catalog_title,
    .price_title,
    .stati-heading,
    .about-hero__title,
    .about-section-title,
    .about-cta__title,
    .reviews-hero__title,
    .reviews-section__title,
    .reviews-cta__title,
    .cx-hero__title,
    .cx-h2,
    .audit-section__title,
    .audit_offer-title,
    .education_main-title,
    .education_plan-title,
    .education_video-title,
    .education_case-title,
    .education_start-title,
    .seo-stati-section-title,
    .quality_title,
    .includes_title,
    .promotion_title,
    .advantage_title,
    .geo-cities .faq_title{
        font-family: Manrope, sans-serif !important;
        font-weight: 800 !important;
        font-size: 30px !important;
        line-height: 38px !important;
    }
    /* --- группа 2: карточки и подзаголовки, размер свой --- */
    .stati-card__title,
    .entry-title,
    .scta-title,
    .help_title,
    .help_advantages-title,
    .education_why-subtitle{
        font-family: Manrope, sans-serif !important;
        font-weight: 800 !important;
    }
    /* принудительные переносы под десктоп на телефоне только мешают */
    .title br,
    .faq_title br,
    .steps_title br,
    .whom_title br,
    .help_title br,
    .catalog_title br,
    .reviews_title br,
    .promotion_title br,
    .education_main-title br{display:none}
}

/* === ЕДИНЫЙ ЦВЕТ ЗАГОЛОВКОВ H1–H3 (14.08.2026) ======================
   ПРИЧИНА: в динамическом CSS темы Astra два конфликтующих правила для
   h1/h2/h3 — одно красит в тёмный (--ast-global-color-3), другое в синий
   #005dac. Побеждает то, что идёт позже, а порядок зависит от версии
   закэшированного файла. Поэтому у одних посетителей заголовки синие,
   у других тёмные — на одной и той же странице.
   РЕШЕНИЕ: задаём цвет сами в дочерней теме, она грузится последней.

   ИСКЛЮЧЕНИЯ ниже — заголовки на тёмно-синих плашках. Их красить нельзя:
   синий на синем не читается. Список собран обходом 14 страниц. */
h1, h2, h3,
body h1, body h2, body h3,
section h1, section h2, section h3,
.container h1, .container h2, .container h3,
.entry-content h1, .entry-content h2, .entry-content h3,
.competitor-check__form-title,
.cx-hero__title,
.cx-h2,
.stati-heading,
.cc-ai-header-text h3{
    color: #005DAC !important;
    /* КЛЮЧЕВОЕ: без этой строки цвет не применяется визуально.
       Тема задаёт -webkit-text-fill-color: #11172D, и это свойство
       перекрывает color при отрисовке текста в Safari и Chrome.
       Проявлялось так: в инспекторе color синий, а заголовок чёрный. */
    -webkit-text-fill-color: #005DAC !important;
}

/* --- белые заголовки на тёмных плашках: возвращаем белый ---
   14.08.2026, вторая правка. Класс в каждом селекторе продублирован
   намеренно — это поднимает вес до 0-2-0, а синие правила выше весят
   максимум 0-1-1 (.container h2, .entry-content h2). Без дублирования
   исключение проигрывало: заголовок «SEO статьи для сайта» на странице
   /kupit-seo-stati/ лежит внутри .container и стал синим на синем фоне.
   Ни на что другое дубль класса не влияет — элементы те же. */
.competitor-check__title.competitor-check__title,
.promotion_title.promotion_title,
.audit_offer-title.audit_offer-title,
.about-cta__title.about-cta__title,
.reviews-cta__title.reviews-cta__title,
.dor-audit-link__text.dor-audit-link__text h1, .dor-audit-link__text.dor-audit-link__text h2, .dor-audit-link__text.dor-audit-link__text h3,
.dor-final-cta__box.dor-final-cta__box h1, .dor-final-cta__box.dor-final-cta__box h2, .dor-final-cta__box.dor-final-cta__box h3,
.audit-calc__info.audit-calc__info h1, .audit-calc__info.audit-calc__info h2, .audit-calc__info.audit-calc__info h3,
.audit-final-cta__box.audit-final-cta__box h1, .audit-final-cta__box.audit-final-cta__box h2, .audit-final-cta__box.audit-final-cta__box h3,
.partner-offer__text.partner-offer__text h1, .partner-offer__text.partner-offer__text h2, .partner-offer__text.partner-offer__text h3,
.audit-cta.audit-cta h1, .audit-cta.audit-cta h2, .audit-cta.audit-cta h3,
.vpx-final.vpx-final h1, .vpx-final.vpx-final h2, .vpx-final.vpx-final h3,
/* Блок автора «Остались вопросы по продвижению?» в конце каждой статьи блога.
   В шаблоне цвет задан inline, но у 75 статей блок вшит в сам текст статьи
   со старым inline (там только color, без -webkit-text-fill-color) — правкой
   шаблона их не достать. Поэтому цвет закрепляем правилом здесь: работает
   и для шаблонного блока, и для вшитых копий. */
.afterc-wrap.afterc-wrap h1, .afterc-wrap.afterc-wrap h2, .afterc-wrap.afterc-wrap h3{
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

/* === Блок «География работы» на страницах услуг (14.08.2026) ========= */
.geo-note{padding:56px 0;background:#f7fafd}
.geo-note h2{text-align:center;margin-bottom:22px;
    /* 14.08.2026: замер показал у соседних заголовков этих страниц
       Manrope 800 / 36px / 46.8px. Свой h2 без класса получал 400 от темы
       и выглядел заметно легче. Приводим к соседям. */
    font-family:Manrope,sans-serif;font-weight:800;font-size:36px;line-height:46.8px}
.geo-note p{font-size:16px;line-height:27px;color:#5D6584;max-width:900px;
    margin:0 auto 16px;text-align:center}
.geo-note p:last-child{margin-bottom:0}
@media(max-width:767.98px){
    .geo-note{padding:38px 0}
    .geo-note p{font-size:15px;line-height:24px;text-align:left}
    /* 14.08.2026: размер под соседние заголовки на мобильных. Замер на 375px:
       доработка — 22–24px, аудит — 22,8px, обучение — 30px. Берём 24px:
       ближе всего к большинству и не выбивается из ряда. */
    .geo-note h2{font-size:24px !important;line-height:31px !important}
}

/* === Форма бесплатного разбора в первом экране главной (15.08.2026) =====
   Раньше блок содержал только ссылку на страницу аудита: человек кликал,
   попадал на внутреннюю страницу и лишь там вводил данные. Теперь адрес
   сайта и запрос вводятся сразу здесь, проверка стартует с главной. */
.hero-audit-form{margin:0}
.hero-audit-form__row{display:flex;gap:12px;margin-bottom:12px}
/* Подпись над полем. Без неё подсказка внутри поля обрезалась на середине
   («Ключевой запрос — например,…») и было непонятно, что вводить. */
.hero-audit-form__field{display:block;flex:1 1 0;min-width:0}
.hero-audit-form__label{display:block;margin:0 0 5px;font-size:12.5px;font-weight:700;
    color:#5D6584;letter-spacing:.01em}
.hero-audit-form__input{flex:1 1 0;min-width:0;width:100%;height:48px;padding:0 16px;
    font-family:Manrope,-apple-system,sans-serif;font-size:15px;color:#11172D;
    background:#F7FAFD;border:1px solid #E1E9F4;border-radius:10px;outline:none;
    transition:border-color .15s,background .15s}
.hero-audit-form__input::placeholder{color:#9AA6BF}
.hero-audit-form__input:focus{border-color:#005DAC;background:#fff}
/* Кнопка по содержимому, а не во всю ширину: широкая красная полоса
   перетягивала на себя весь блок и выглядела тяжело. */
.hero-audit-form__btn{width:auto;display:inline-flex;align-items:center;gap:8px;
    border:0;cursor:pointer;font-family:inherit}
.hero-audit-form__note{margin:10px 0 0;font-size:12.5px;line-height:1.45;color:#8792AB}
.hero-audit-form__note a{color:#5D6584;text-decoration:underline}
/* мобильная версия блока: поля в столбик — в строке они сжимаются до нечитаемых */
.hero-audit-form--mob .hero-audit-form__field{margin-bottom:10px}
@media(max-width:767.98px){
    .hero-audit-form__row{flex-direction:column;gap:10px}
    .hero-audit-form__btn{width:100%;justify-content:center}
    .hero-audit-form__input{height:46px;font-size:16px}   /* 16px — iOS не зумит поле при фокусе */
    .hero-audit-form__note{font-size:12px}
}

/* ============================================================
   ЛОГОТИП НА УЗКИХ ЭКРАНАХ 500–767px (17.08.2026)
   Мобильная шапка с бургером включается при 767px, а подмена
   логотипа на горизонтальный мобильный — только при 499px.
   В разрыве между ними (сюда попадает, например, ширина 540px —
   обычная для Android с высокой плотностью) в мобильной шапке
   оставался вертикальный десктопный логотип и сжимался в комок:
   у посетителя «пропадала точка» в SEO●ПРОДВИЖЕНИЕ.
   Закрываем разрыв, не трогая правила для ≤499px.
   ============================================================ */
@media (min-width: 500px) and (max-width: 767.98px) {
    .header_logo { display: none; }
    .footer_logo { display: none; }
    .header_logom { display: block; line-height: 0; }
}
