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;
}
.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;
}
.btnTwo{
    background: #005DAC;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 28px;
    transition: all 0.3s;
}
.btnTwo:hover{
    background: #005095;
}
.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);
}
.container{
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 15px;
}
.header_top{
    padding: 30px 0 20px;
    border-bottom: 1px solid #F0F0F0;
}
.header_top-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top-left{
    display: flex;
    align-items: center;
}
.header_adres{
    font-size: 12px;
    line-height: 22px;
    color: #11172D;
    font-weight: 600;
    margin-right: 106px;
    position: relative;
    padding-left: 16px;
    cursor: pointer;
}
.header_adres::before{
    position: absolute;
    content: "";
    background-image: url(map.0dce5d42.svg);
    background-size: cover;
    width: 10px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_top-menu{
    display: flex;
}
.header_top-menu a{
    font-size: 13px;
    color: #11172D;
    line-height: 26px;
    display: block;
    margin-right: 30px;
    transition: all 0.3s;
}
.header_top-menu a:hover{
    color: #005DAC;
}
.header_top-right{
    display: flex;
    align-items: center;
}
.header_search{
    display: flex;
    width: 135px;
    align-items: center;
    justify-content: space-between;
    margin-right: 50px;
}
.header_search-btn{
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: none;
    background: none;
    background-image: url(search.945dd64d.svg);
    background-size: cover;
    padding: 0;
}
.header_search-inp{
    width: 105px;
    background: none !important;
    border: none !important;
    font-size: 13px;
}
.header_btn{
    height: 38px;
    width: 185px;
    font-size: 13px!important;
    display: none !important;
}
.header_bot{
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_bot-left{
    display: flex;
    align-items: center;
}
.header_logo{
    display: flex;
    margin-right: 70px;
}
.menu{
    display: flex;
}
.menu a{
    font-weight: 600;
    font-size: 18px;
    color: #11172D;
    margin-right: 48px;
    line-height: 28px;
    transition: all 0.3s;
}
.menu a:hover{
    color: #005DAC;
}
.header_number{
    font-size: 24px;
    color: #11172D;
    line-height: 24px;
    position: relative;
    padding-left: 33px;
}
.header_number::before{
    position: absolute;
    content: "";
    background-image: url(phone.f43de48c.svg);
    background-size: cover;
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_top-menu a.mobile{
    display: none;
}
.menu_burger{
    display: none;
}
.header_top .main_messages{
    display: none;
}

.header_audit-btn {
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    background: #F34441;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    white-space: nowrap;
    transition: background 0.3s;
    margin-right: 12px;
    line-height: 1;
}
.header_audit-btn:hover {
    background: #c62e2c;
    color: #fff !important;
    animation: none;
}
@keyframes auditPulse {
    0%   { box-shadow: 0 0 0 0 rgba(243,68,65,0.7); }
    70%  { box-shadow: 0 0 0 10px rgba(243,68,65,0); }
    100% { box-shadow: 0 0 0 0 rgba(243,68,65,0); }
}
.header_audit-btn {
    animation: auditPulse 1.8s ease-in-out infinite;
}
.header_audit-btn--mobile {
    display: none;
}
.header_audit-btn--desktop {
    display: inline-flex;
    height: 48px;
    padding: 0 28px;
    font-size: 16px;
    border-radius: 6px;
    margin-right: 32px;
}



@media(max-width:1350px){
    .header_top-menu li:last-child a{
        margin-right: 0;
    }
    .header_adres{
        margin-right: 50px;
    }
    .menu li:last-child a{
        margin-right: 0;
    }
    .menu a{
        margin-right: 30px;
    }
}
@media(max-width:1200px){
    .header_search{
        margin-right: 20px;
    }
    .header_adres{
        margin-right: 30px;
    }
    .header_top-menu a{
        margin-right: 30px;
    }
    .header_logo{
        margin-right: 40px;
    }
    .header_number {
        font-size: 20px;
    }
    .menu a {
        margin-right: 18px;
    }
}
@media(max-width:991.98px){
    .header_audit-btn--desktop {
        display: none !important;
    }
    .header_audit-btn--mobile {
        display: flex;
        width: calc(100% - 32px);
        max-width: 320px;
        height: 42px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        margin: 8px auto 6px;
        padding: 0 16px;
        order: -1;
        align-self: center;
    }

    .header_top-menu a.mobile{
        display: block;
    }
    .menu{
        display: none;
    }
    .header_adres{
        display: none;
    }
    .header_top{
        position: fixed;
        width: 100%;
        height: calc(100% - 101px);
        opacity: 0;
        top: 101px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 40px;
        visibility: hidden;
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        background: linear-gradient(180deg, #ffffff 0%, #f0f4f8 100%);
        border: none;
        transform: translateY(-15px);
    }
    .header_top.active{
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .header_top-wrapper{
        flex-direction: column;
        padding-top: 10px;
    }
    .header_top-menu{
        flex-direction: column;
        text-align: left;
        align-items: stretch;
        margin-bottom: 10px;
        padding: 0 5px;
    }
    .header_top-menu li {
        border-bottom: 1px solid rgba(0, 93, 172, 0.08);
    }
    .header_top-menu li:last-child {
        border-bottom: none;
    }
    .header_top-menu a{
        margin-right: 0;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 600;
        color: #1a2540;
        padding: 9px 14px;
        border-radius: 10px;
        transition: all 0.25s ease;
        display: flex;
        align-items: center;
        position: relative;
    }
    .header_top-menu a::before {
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #005DAC;
        margin-right: 10px;
        flex-shrink: 0;
        opacity: 0.4;
        transition: all 0.25s ease;
    }
    .header_top-menu a:hover,
    .header_top-menu a:active {
        background: rgba(0, 93, 172, 0.08);
        color: #005DAC;
        padding-left: 20px;
    }
    .header_top-menu a:hover::before,
    .header_top-menu a:active::before {
        opacity: 1;
        width: 6px;
        height: 6px;
        box-shadow: 0 0 8px rgba(0, 93, 172, 0.4);
    }
    .header_search{
        margin-right: 0;
        margin-bottom: 12px;
        width: 100%;
        max-width: 320px;
        background: #fff;
        border: 2px solid #e8edf3;
        border-radius: 10px;
        padding: 7px 14px;
        transition: border-color 0.3s ease, box-shadow 0.3s ease;
    }
    .header_search:focus-within {
        border-color: #005DAC;
        box-shadow: 0 0 0 3px rgba(0, 93, 172, 0.12);
    }
    .header_search-inp{
        width: calc(100% - 30px);
        font-size: 15px;
    }
    .header_top-right{
        flex-direction: column;
        align-items: center;
    }
    .header_top-right .header_btn {
        display: flex !important;
        width: 100%;
        max-width: 320px;
        height: 42px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        background: #005DAC;
        color: #fff;
        border: none;
        box-shadow: 0 4px 15px rgba(0, 93, 172, 0.3);
        transition: all 0.3s ease;
    }
    .header_top-right .header_btn:hover {
        background: #004a8a;
        box-shadow: 0 6px 20px rgba(0, 93, 172, 0.4);
        transform: translateY(-1px);
    }
    .header{
        position: fixed;
        z-index: 10;
        width: 100%;
        top: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    }
    .header_bot{
        padding: 15px 0;
    }
    .header_logo{
        width: 140px;
    }
    .header_logo img{
        width: 100%;
        height: 100%;
    }
    .header_number{
        margin-right: 60px;
    }
    .header_bot{
        position: relative;
    }
    .menu_burger{
        display: block;
        width: 28px;
        height: 22px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 2.5px;
        background-color: #005DAC;
        border-radius: 3px;
        top: 0;
        right: 0;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 10px;
        background-color: #e74c3c;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 60%;
        height: 2.5px;
        background-color: #005DAC;
        border-radius: 3px;
        bottom: 0;
        right: 0;
        transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .menu_burger.active::after{
        width: 100%;
        transform: rotate(-45deg);
        bottom: 10px;
        background-color: #e74c3c;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 80%;
        height: 2.5px;
        background-color: #005DAC;
        border-radius: 3px;
        top: 10px;
        right: 0;
        transition: all 0.25s ease;
    }
    .menu_burger.active span{
        transform: scale(0);
        opacity: 0;
    }
    .header_top .main_messages{
        display: flex;
        flex-direction: row;
        position: relative;
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        margin-top: 25px;
        gap: 12px;
    }
    .header_top .main_messages .main_message {
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        transition: all 0.25s ease;
    }
    .header_top .main_messages .main_message:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
    
}
@media (max-width: 767.98px){
    .header_logo{
        width: 120px;
        margin-right: 0;
    }
    .header_number{
        font-size: 0;
    }
    .header_top{
        top: 90px;
    }
    .site-content2{
		padding-top: 90px;
    }
    
}

@media(max-width:991.98px){
    .header_adres{
        display: block;
        order: 1;
        margin-right: 0;
        background: linear-gradient(135deg, #005DAC, #0074d9);
        color: #fff;
        padding: 6px 14px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }
    .header_adres::before{
        filter: brightness(0) invert(1);
    }
    .header_top-menu{
        margin-bottom: 6px;
    }
    .header_top-left{
        flex-direction: column;
        align-items: center;
        margin-bottom: 12px;
    }
    /* Воздух между фикс-шапкой и первым блоком на страницах со скрытым entry-header
       (например, плашка-предупреждение на /prodvizhenie-sajtov-...-kejsy/). */
    .fraud-warning{
        margin-top: 40px !important;
    }
}

/* === Компактная липкая CTA-панель (десктоп, появляется при прокрутке) === */
.sticky-cta{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.1);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.35s ease;
}
.sticky-cta.visible{ transform: translateY(0); }
.sticky-cta__inner{
    max-width: 1240px;
    margin: 0 auto;
    padding: 10px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.sticky-cta__brand{
    font-size: 18px;
    font-weight: 700;
    color: #11172D;
    text-decoration: none;
    white-space: nowrap;
}
.sticky-cta__brand-seo{ color: #005DAC; font-weight: 800; }
.sticky-cta__brand b{ color: #005DAC; }
.sticky-cta__right{ display: flex; align-items: center; gap: 22px; }
.sticky-cta__phone{
    font-size: 17px;
    font-weight: 700;
    color: #11172D;
    text-decoration: none;
    white-space: nowrap;
}
.sticky-cta__btn{
    background: #F34441;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 11px 26px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s, box-shadow 0.2s;
}
.sticky-cta__btn:hover{ background: #c62e2c; box-shadow: 0 6px 20px rgba(243,68,65,0.35); }
@media(max-width:991.98px){ .sticky-cta{ display: none !important; } }
