/* ===== ВНУТРЕННИЕ СТРАНИЦЫ ===== */

.inner-page-v3{
    padding: 60px 0 100px;
}

/* ХЛЕБНЫЕ КРОШКИ */

.breadcrumbs-new{

    max-width:1000px;
    margin:0 auto 35px;

    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:12px;

    font-size:14px;
}

.breadcrumbs-new a{

    color:#7e9c86;
    text-decoration:none;
    font-weight:600;
}

.breadcrumbs-new a:hover{
    color:#65836f;
}

.breadcrumbs-new span{
    color:#999;
}

/* Шапка страницы */

.page-header-v3{
    margin-bottom:50px;
}

.page-label-v3{
    display:inline-block;
    font-size:12px;
    font-weight:700;
    color:#7e9c86;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.page-header-v3 h1{
    font-size:58px;
    line-height:1.1;
    margin:0;
    color:#1f1f1f;
    font-weight:800;
}

/* Контент */

.page-content-v3{
    background:#fff;
    border-radius:32px;

    padding:70px 90px;

    max-width:1000px;
    margin:0 auto;

    box-shadow:
        0 10px 40px rgba(0,0,0,.05);

    line-height:1.9;
    font-size:18px;
}

.page-content-v3 img{
    display:block;

    max-width:100%;
    width:100%;

    border-radius:28px;

    margin:35px auto;
}
.page-content-v3 > *:first-child{
    margin-top:0;
}

.page-header-v3{
    max-width:1000px;
    margin:0 auto 50px;
}

.breadcrumbs{
    max-width:1000px;
    margin:0 auto 30px;
}

/* Абзацы */

.page-content-v3 p{
    margin-bottom:24px;
    color:#555;
}

/* Списки */

.page-content-v3 ul{
    padding-left:25px;
    margin-bottom:30px;
}

.page-content-v3 li{
    margin-bottom:12px;
    color:#555;
}

/* Картинки */

.page-content-v3 img{
    max-width:100%;
    border-radius:24px;
    margin:30px 0;
}

/* Заголовки */

.page-content-v3 h2{
    font-size:38px;
    margin-top:50px;
    margin-bottom:25px;
    color:#1f1f1f;
}

.page-content-v3 h3{
    font-size:30px;
    margin-top:40px;
    margin-bottom:20px;
    color:#1f1f1f;
}

/* Ссылки */

.page-content-v3 a{
    color:#7e9c86;
    text-decoration:none;
    font-weight:600;
}

.page-content-v3 a:hover{
    color:#65836f;
}

/* Таблицы */

.page-content-v3 table{
    width:100%;
    border-collapse:collapse;
    overflow:hidden;
    border-radius:20px;
}

.page-content-v3 th{
    background:#eef4ef;
}

.page-content-v3 th,
.page-content-v3 td{
    border:1px solid #e7e7e7;
    padding:16px;
}



/* HERO внутренних страниц */

.inner-hero{

    background:#fff;

    border-radius:36px;

    padding:70px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:60px;

    margin-bottom:50px;

    box-shadow:
        0 10px 40px rgba(0,0,0,.05);
}

.inner-hero-content{
    max-width:650px;
}

.inner-label{

    display:inline-block;

    font-size:12px;
    font-weight:700;

    color:#7e9c86;

    letter-spacing:2px;
    text-transform:uppercase;

    margin-bottom:20px;
}

.inner-hero h1{

    font-size:64px;
    line-height:1.05;

    margin-bottom:25px;
}

.inner-hero p{

    color:#666;
    font-size:18px;
    line-height:1.8;
}

.inner-hero-image img{

    width:340px;

    display:block;
}

/* сам контент */

.page-content{

    background:#fff;

    padding:70px;

    border-radius:36px;

    box-shadow:
        0 10px 40px rgba(0,0,0,.05);
}

@media(max-width:768px){

    .inner-hero{

        flex-direction:column;

        padding:35px 25px;

        text-align:center;
    }

    .inner-hero h1{
        font-size:40px;
    }

    .inner-hero-image img{
        width:220px;
    }

    .page-content{
        padding:35px 25px;
    }

}
.page-content-wrap{
    position:relative;
}

.page-content{
    position:relative;
    z-index:2;
}

.inner-cat{

    position:absolute;

    top:90px;

    /* видно по умолчанию */
    right:-45px;

    width:220px;

    z-index:1;

    transform:rotate(25deg);

    transition:all .45s ease;
}

/* прячется при наведении */

.page-content-wrap:hover .inner-cat{

    right:-105px;

    transform:rotate(25deg);
}

/* ===== ЛЕВАЯ КОЛОНКА ===== */

.inner-layout{
    display:grid;
    grid-template-columns:320px 1fr;
    gap:40px;

    max-width:1400px;
    margin:0 auto;
}

@media(max-width:1100px){

    .inner-layout{
        grid-template-columns:1fr;
    }

}

/* ===== БОКОВОЕ МЕНЮ ===== */

.sidebar-card{

    background:#fff;

    border-radius:32px;

    padding:30px;

    box-shadow:
        0 10px 40px rgba(0,0,0,.05);
}

/* ===== ЛЕВОЕ МЕНЮ ===== */

#sidebar ul{
    list-style:none;
    margin:0;
    padding:0;
}

.sidebar-item{
    margin-bottom:14px;
}

.sidebar-link{

    display:block;

    padding:18px 22px;

    background:#fff;

    border-radius:22px;

    text-decoration:none;

    color:#1f1f1f;

    font-weight:700;

    font-size:17px;

    transition:.25s;
}

.sidebar-link:hover{

    background:#eef4ef;

    color:#7e9c86;
}

.sidebar-submenu{

    margin-top:12px;

    padding-left:18px !important;
}

.sidebar-submenu li{

    margin-bottom:8px;
}

.sidebar-sublink{

    color:#666;

    text-decoration:none;

    font-size:15px;

    line-height:1.5;

    transition:.2s;
}

.sidebar-sublink:hover{

    color:#7e9c86;
}

.sidebar-sublink.active{

    color:#7e9c86;

    font-weight:700;
}

/* подменю */

.sidebar-subitem{
    margin-bottom:6px;
}

.sidebar-sublink{

    display:block;

    padding:8px 0 8px 18px;

    color:#7b7b7b;

    font-size:14px;

    font-weight:500;

    text-decoration:none;

    border-left:2px solid #e8ece7;

    transition:.25s ease;
}

.sidebar-sublink:hover{

    color:#7e9c86;

    border-left-color:#7e9c86;
}

.sidebar-link.active{
    background:#7e9c86;
    color:#fff;
}