.elementor-5111 .elementor-element.elementor-element-70c2448{--display:flex;--margin-top:-47px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:140px;--padding-bottom:120px;--padding-left:40px;--padding-right:40px;}.elementor-5111 .elementor-element.elementor-element-70c2448:not(.elementor-motion-effects-element-type-background), .elementor-5111 .elementor-element.elementor-element-70c2448 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-5111 .elementor-element.elementor-element-8c26c88{width:100%;max-width:100%;}.elementor-5111 .elementor-element.elementor-element-8c26c88 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1200px){.elementor-5111 .elementor-element.elementor-element-70c2448{--padding-top:100px;--padding-bottom:100px;--padding-left:24px;--padding-right:24px;}}@media(max-width:767px){.elementor-5111 .elementor-element.elementor-element-70c2448{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-5111 .elementor-element.elementor-element-8c26c88 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for container, class: .elementor-element-70c2448 *//* ============ КАРТА САЙТА ============ */

.wsp-container {
    max-width: 1240px;
    margin: 0 auto;
    color: #fff;
}

/* Заголовки разделов */
.wsp-container .wsp-pages-title,
.wsp-container .wsp-posts-title,
.wsp-container .wsp-category-title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.02em;
    margin: 0 0 30px;
    padding: 0 0 16px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

/* Сетка верхнего уровня: колонки подстраиваются сами */
.wsp-container > ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
    list-style: none;
    margin: 0 0 56px;
    padding: 0;
    align-items: start;
}

.wsp-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ---- Карточка ссылки ---- */
.wsp-container > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 18px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 10px;
    color: #EDEDED;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none;
    transition: background .22s ease, border-color .22s ease, color .22s ease;
}

/* Стрелка SVG: линия с наконечником, 45 градусов вверх */
.wsp-container > ul > li > a::after {
    content: "";
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    background-color: #FF5C00;
    opacity: .8;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18L18 6'/%3E%3Cpath d='M8.5 6H18V15.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18L18 6'/%3E%3Cpath d='M8.5 6H18V15.5'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: transform .25s cubic-bezier(.4,0,.2,1), opacity .25s ease;
}

.wsp-container > ul > li > a:hover {
    background: rgba(255,92,0,.09);
    border-color: rgba(255,92,0,.45);
    color: #fff;
}

.wsp-container > ul > li > a:hover::after {
    transform: translate(4px, -4px);
    opacity: 1;
}

/* ---- Группа с подстраницами ---- */
.wsp-container > ul > li:has(ul) {
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    padding: 6px;
    transition: border-color .22s ease;
}

.wsp-container > ul > li:has(ul):hover {
    border-color: rgba(255,255,255,.14);
}

.wsp-container > ul > li:has(ul) > a {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.08);
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.wsp-container > ul > li:has(ul) > a:hover {
    background: transparent;
    color: #FF5C00;
}

/* ---- Вложенные ссылки ---- */
.wsp-container ul ul {
    display: block;
    margin: 0;
    padding: 0 0 6px;
}

.wsp-container ul ul li a {
    display: block;
    padding: 8px 14px 8px 24px;
    border-radius: 7px;
    color: #A8A8A8;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    position: relative;
    transition: color .18s ease, background .18s ease;
}

.wsp-container ul ul li a::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2.5px;
    background: rgba(255,255,255,.28);
    border-radius: 50%;
    transition: background .18s ease;
}

.wsp-container ul ul li a:hover {
    background: rgba(255,255,255,.05);
    color: #fff;
}

.wsp-container ul ul li a:hover::before {
    background: #FF5C00;
}

/* ---- Мобильные ---- */
@media (max-width: 767px) {
    .wsp-container > ul {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-bottom: 40px;
    }
    .wsp-container .wsp-pages-title,
    .wsp-container .wsp-posts-title,
    .wsp-container .wsp-category-title {
        font-size: 23px;
        margin-bottom: 22px;
        padding-bottom: 13px;
    }
    .wsp-container > ul > li > a {
        padding: 14px 16px;
    }
}/* End custom CSS */