/*! 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(arrow_link.c43b19d5.svg);
    background-size: cover;
    width: 16px;
    height: 14px;
    margin-left: 20px;
    display: block;
    transition: all 0.3s;
}
.btn.arrow:hover::after{
    background-image: url(arrow_link2.edff678a.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;
}
/* Выразительные 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);
}
.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(quote.0833abf6.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(btnTwoArrow.0df24430.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);
    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(arrow_link.c43b19d5.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(cases_item.8cb18d27.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(file.00625592.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(best_inner.8d4bbb04.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(best_img-bef.9dcfa3c6.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(cases_item.8cb18d27.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(price_item-value.54fe44db.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(cases_item2.584853a9.svg);
}
.price_item:nth-child(2) .price_item-value::before{
    background-image: url(price_item-value2.3dcca47f.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(step_bef.00caa11a.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(faq_arrow.6cb6cb76.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(cases_item.8cb18d27.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(catalog.37446bce.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(price_item-value.54fe44db.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(quote.0833abf6.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(close.4c9a1f1d.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(faq_arrow2.b7fc5908.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);
}
.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(arrow_link2.edff678a.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(arrow_link2.edff678a.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(education_offer.1907fec7.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(price_item-value.54fe44db.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(quote.0833abf6.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(cases_item.8cb18d27.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(education_why-inner.2d96e396.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_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(faq_arrow2.b7fc5908.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(price_item-value.54fe44db.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);
        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(cases_item.8cb18d27.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(cases_item.8cb18d27.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(promotion_development.c0ae34b5.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(services_wrapper.d6741389.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(faq_arrow2.b7fc5908.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(services_wrapper.d6741389.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(audit_offer-wrapper.802b4643.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(phone_icon.3fa6f3cc.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(cases_item.0a5b1d35.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(aside_price.63aa5cb5.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(aside_learn.81eae764.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(aside_consult.7afdb063.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(options.265df834.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;
    }
}

@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;
  right: -16px;
  top: -10px;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #F34441;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
  cursor: pointer;
}

.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(cases_item.8cb18d27.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;
        font-weight: 700;
        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(cases_item.8cb18d27.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;
    }
}