/* open-sans-regular - latin_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/open-sans-v34-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}
/* open-sans-500 - latin_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: local(''),
    url('../fonts/open-sans-v34-latin_cyrillic-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin_cyrillic-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}
/* open-sans-800 - latin_cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local(''),
    url('../fonts/open-sans-v34-latin_cyrillic-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/open-sans-v34-latin_cyrillic-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

body {
    /* font-family: 'Open Sans'; */
    font-size: 17px;
    background-color: #F8F8FC;
    color: rgba(5, 12, 38, 1);
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
    text-decoration: none;
    color: #2d72b3;
    transition: 0.3s;
}
a:hover {
    color: #404851;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.8em;
    margin-bottom: 0.75em;
    font-weight: 700;
    line-height: 1.3;
    color: rgb(64 72 81);
}
strong {
    color: rgba(5, 12, 38, 1);
}

.bor {
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#header {
    background-color: #fbfbfb;
    border-bottom: 1px #f5f5f5 solid;
}
.fx-con-item > a {
    font-weight: 700;
    font-size: 22px;
    color: #404851;
}

.home-header-bg {
    background: #ffffff;
}
.home-header-wrapper {
    max-width: 1600px;
    margin: 0em auto 8em auto;
    padding: 0 2rem;
}
.home-header {
    padding: 9rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}
.home-header-title > h1{
    font-size: 58px;
    font-weight: 800;
    margin: 0 0 25px 0;
}
.home-header-title > p {
    line-height: 1.7;
    margin: 0 0 3.2rem 0;
    font-size: 20px;
}

.home-header-description > img{
    max-width: 800px;
}

.header-site {
    max-width: 1600px;
    margin: 0 auto;
    padding: 15px 2rem;
}


.site-wrapper {
    max-width: 1600px;
    margin: 3em auto;
    padding: 0 2rem;
}

.site-wrapper-title-header {
    font-size: 2.1rem;
    margin: 0 0 2rem 0;
}

.site-main-wrapper {
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.cat-wrapper {
    max-width: 1600px;
    margin: 3em auto;
    padding: 0 2rem;
}
.cat-header-wrapper {
    background: #f9f9f7;
    padding: 4rem 0 3rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.cat-header {
    max-width: 1600px;
    padding: 25px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

.cat-main-wrapper {
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.cat-title-header {
    font-size: 3.1rem;
    margin: 0 0 2rem 0;
    /*max-width: 700px;*/
    color: rgba(5, 12, 38, 1);
}
.category-section-title {
    font-size: 1.6rem;
}
.category-about {
    line-height: 1.7;
    margin: 0 0 3.2rem 0;
    font-size: 20px;
}

.cart-wrapper {
    padding: 35px 50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.cart-item {

}
.cart-item:hover {

}

.cart-thumb img {

}

.cart-content {

}

.cart-title {
    margin: 1rem 0 2rem 0;
    font-size: 1.3rem;
}
.cart-dop-title {
    background: #ffaa5f;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 25px;
    margin: 10px 0 20px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
}
.cart-title a {
    color: rgba(5, 12, 38, 1);
    font-size: 26px;
}
.cart-title a:hover {
    text-decoration: none;
    color: #2d72b3;
}

.cart-excerpt {
    line-height: 1.5;
    font-size: 1rem;
    margin: 0 0 2rem 0;
}

.cart-meta {

}

.cart-price strong {

}
.cart-price del {

}

.cart-date {
    color: #888;
}

.cart-empty {

}



/* Хлебные крошки */
.breadcrumbs {
    margin: 0 0 1.5rem;
    font-size: 0.9rem;
    line-height: 1.4;
    color: #666;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem; /* вместо <li class="sep"> можно было бы использовать ::after, но оставим как есть */
    padding: 0!important;
    margin: 0;
    list-style: none;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs .sep {
    color: #999;
    padding: 0 0.3rem;
    user-select: none;
}

/* Ссылки */
.breadcrumbs a {
    color: #205b77 !important;
    text-decoration: none!important;
    transition: color 0.2s ease!important;
    border-bottom: 0!important;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #98a0a4!important;
    text-decoration: underline;
}

/* Текущая страница */
.breadcrumbs [aria-current="page"] {
    color: #222;
    font-weight: 500;
    text-decoration: none;
    pointer-events: none; /* клик запрещён — это текущая страница */
}

/* Адаптив: на узких экранах — уменьшаем отступы и размер */
@media (max-width: 768px) {
    .breadcrumbs {
        font-size: 0.85rem;
        margin-bottom: 1rem;
    }

    .breadcrumbs .sep {
        padding: 0 0.2rem;
    }
}



.fx-con {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
}

/*navigation-site*/
#navigation-site ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation-site > ul > li {
    display: inline-block;
    position: relative;
    margin-right: 15px;
}
#navigation-site > ul > li > a {
    color: #404851;
    font-weight: 400;
    font-size: 16px;
}
#navigation-site > ul > li > a:hover {
    font-weight: 400;
    color: #2d72b3;
}
/*navigation-site*/

#navigation-mob-site {
    display: none;
}

#navigation-mob-site ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* border-radius: 8px; */
    overflow: hidden;
}

#navigation-mob-site li {
    position: relative;
}

#navigation-mob-site a {
    display: block;
    padding: 16px 20px;
    color: #2d3748;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s, color 0.2s;
}

#navigation-mob-site a:hover,
#navigation-mob-site a:focus {
    background-color: #f8f9fa;
    color: #1a73e8;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Подменю: изначально скрыты */
#navigation-mob-site ul ul {
    display: none;
    background: #f8f9fa;
    margin: 0;
    padding: 0;
    border: 1px solid #ffffff;
}

#navigation-mob-site ul ul a {
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #4a5568;
    /* border-bottom: 1px #efefef solid; */
    /* margin: 0 15px; */
}

#navigation-mob-site ul ul a:hover,
#navigation-mob-site ul ul a:focus {
    background-color: #edf2f7;
    color: #1a73e8;
}

/* Стрелка для пунктов с подменю */
#navigation-mob-site li.has-submenu > a::after {
    content: "▶";
    margin-left: 8px;
    font-size: 12px;
    color: #a0aec0;
    transition: transform 0.3s;
}

/* Поворот стрелки при раскрытии */
#navigation-mob-site li.has-submenu.open > a::after {
    transform: rotate(90deg);
    color: #1a73e8;
}



#navigation-site ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#navigation-site > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

#navigation-site li {
    position: relative;
}

#navigation-site li a {
    display: block;
    padding: 8px 12px;
    font-weight: 500;
    color: #404851;
    text-decoration: none;
    transition: color 0.2s;
}

#navigation-site li a:hover {
    color: #2d72b3;
}

#navigation-site li ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    gap: 0;
}

#navigation-site li ul li {
    margin: 0;
}
#navigation-site li ul a {
    padding: 10px 16px;
    white-space: nowrap;
    color: #343A40;
    font-size: 15px;
    font-weight: 400;
}
#navigation-site li ul a:hover {
    background-color: #f8f9fa;
    color: #2d72b3;
}

#navigation-site li:hover > ul {
    display: flex;
}

#navigation-site li:hover > ul::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 16px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    z-index: 101;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown button.dropbtn {
    background-color: #ffaa5f;
    color: white;
    padding: 10px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 25px;
}

.dropdown button.dropbtn:hover {
    background-color: #474f57;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 4px;
    top: 100%;
    left: 0;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 12px;
    border: 8px solid transparent;
    border-bottom-color: #f9f9f9;
}

.btn {
    border: 2px #EC8932 solid;
    border-radius: 22px;
    padding: 7px 17px;
    display: inline-block;
    margin: 0 0 3px 0;
    color: #343A40;
    font-weight: 600;
    font-size: 14px;
}
.btn:hover {
    background-color: #ffaa5f;
    border: 2px #ffaa5f solid;
    color: #fff;
    transition: 0.3s;
}
.product-item-more {

}


.post-header-wrp {
    background: #ffffff;
    padding: 4rem 0 3rem 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.post-header {
    max-width: 1200px;
    padding: 25px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
.post-wrapper {
    max-width: 1200px;
    margin: 3em auto;
    padding: 25px;
    /* background: #fff; */
}
.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */ /* затемнение: 0.3–0.6 — оптимально */
}

.post-content-items {
    /* display: flex; */
    gap: 15px;
    justify-content: space-between;
}
.post-content {
    width: 100%;
    margin: 0 0 2rem 0;
}
.post-sidebar {
    /* max-width: 350px; */
}

.content-text {
    background: #ffffff;
    border-radius: 10px;
    padding: 1rem 2.9em;
}
.post-attachments {
    background: #fff;
    border-radius: 10px;
    padding: 1rem 2.1rem;
    margin: 1.1rem 0 0 0;
}
.post-attachments > h3, .side-wrapper-attachments > h3 {
    margin-top: 0.7rem!important;
}

.side-title-attachments {
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px #e5e5e5 solid;
    padding: 0 0 15px 0;
}
.side-wrapper-attachments {
    background-color: #ffffff;
    padding: 25px 25px;
    border-radius: 10px;
    margin: 0 0 1.1rem 0;
}
.sidebat-items {
    background: #fff;
    padding: 25px 25px;
    margin: 0 0 1.1rem 0;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.sidebat-items ul {
    padding: 0;
    margin: 15px 0 0 0;
}
.sidebat-items ul li {
    list-style: none;
    padding: 7px 0;
}

.attachment-list {
    padding: 0!important;
}
.attachment-list > li {
    padding: 0!important;
    list-style: none;
}
.attachment-list li::before {
    content: ""!important;
}
.attachment-list li a {
    border:0!important;
    font-size: 15px!important;
}
.attachment-list li a:hover {
    color: #8d8d8d !important;
}

/* ===== Заголовки ===== */
.post-title {
    font-size: 3rem;
    padding-bottom: 0.3em;
    margin-top: 0.3rem;
    color: #404851;
    max-width: 1000px;
    font-weight: 800;
    line-height: 1.2;
}
.post-dop-description {
    margin: 0 0 2.4rem 0;
    font-size: 1.2rem;
    color: #404851;
    max-width: 1000px;
    font-weight: 400;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-top: 1.8em;
    margin-bottom: 0.75em;
    font-weight: 700;
    line-height: 1.3;
}
.post-content h2 {
    font-size: 1.7rem!important;
    font-weight: 800;
}

.post-content h3 {
    font-size: 1.4rem;
    margin-top: 1.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #edf2f7;
}

.post-content h4 {
    font-size: 1.25rem;
    color: #2d3748;
}

/* ===== Параграфы ===== */
.post-content p {
    margin: 1em 0;
    color: #4a5568;
    line-height: 1.6;
}

/* ===== Ссылки ===== */
.post-content a {
    color: #2d72b3;
    text-decoration: none;
    border-bottom: 1px solid rgba(45, 114, 179, 0.2);
    transition: all 0.2s ease;
}
.post-content a:hover {
    border-bottom-color: #2d72b3;
    color: #1a569d;
}

/* ===== Горизонтальная линия ===== */
.post-content hr {
    margin: 1.5rem 0;
    border: 0;
    border-top: 1px solid #edf2f7;
}

/* ===== Списки ===== */
.post-content ul,
.post-content ol {
    margin: 1.25em 0;
    padding-left: 1.75em;
}
.post-content ul li,
.post-content ol li {
    margin-bottom: 0.6em;
    color: #4a5568;
}
.post-content ul {
    list-style-type: none;
}
.post-content ul li::before {
    content: "•";
    color: #2d72b3;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 1.1rem;
    line-height: 1.4;
}
.post-content ul li strong {
    color: #2d3748;
}

/* ===== Вложенность списков ===== */
.post-content ul ul {
    margin-top: 0.5em;
    padding-left: 1.5em;
}
.post-content ul ul li::before {
    content: "—";
    color: #718096;
    font-weight: normal;
}


.group-widget-plugins {
    margin: 7rem 0 0 0;
}
.group-widget-title {
    font-size: 3.1rem;
    margin: 0 0 2rem 0;
    max-width: 700px;
    font-weight: 700;
    color: rgba(5, 12, 38, 1);
}
.group-widget-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
}
.group-widget-item {
    background: #fff;
    padding: 1.7rem 1.7rem;
    border-radius: 10px;
}
.group-widget-items-title {
    font-weight: 600;
    font-size: 20px;
    color: rgba(5, 12, 38, 1);
}
.group-widget-items-content {

}
.group-widget-items-content > p {
    line-height: 1.6;
    padding: 0;
    margin: 25px 0 0 0;
}

.br-post {
    margin: 0 0 37px 0;
    padding: 25px 38px;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.br-post h2, h3{
    margin-top: 0!important;
}
