

/* Start:/local/templates/202304167Pokrov/components/pokrov/catalog/pokrov_new/style.css?1775046167730*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
.pagination{
    display:none;
}
/* End */


/* Start:/local/templates/202304167Pokrov/components/pokrov/catalog/pokrov_new/bitrix/catalog.section.list/categories_hub/style.css?178978092217298*/
/* ==========================================================================
   Catalog Categories Hub Stylesheet (pk-cat-hub)
   Clean, modern and responsive styles matching Pokrov.ru design system
   ========================================================================== */

.pk-cat-hub {
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px 60px 20px;
    box-sizing: border-box;
    font-family: inherit;
    color: #1a202c;
}

.typical .crumbs,
.typical .bx_breadcrumbs {
    padding-left: 20px;
}

.pk-cat-hub *,
.pk-cat-hub *::before,
.pk-cat-hub *::after {
    box-sizing: border-box;
}

/* 1. Header & SEO Title */
.pk-cat-hub__header {
    margin-bottom: 28px;
}

.pk-cat-hub__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #111827;
    margin: 0 0 10px 0;
}

.pk-cat-hub__subtitle {
    font-size: 15px;
    line-height: 1.55;
    color: #4b5563;
    margin: 0 0 20px 0;
    max-width: 900px;
}

/* Quick Navigation Tags / Chips */
.pk-cat-tags {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
    width: 100%;
}

.pk-cat-tags__head {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
}

.pk-cat-tags__label {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    margin: 0;
}

.pk-cat-tags__label-icon {
    width: 16px;
    height: 16px;
    color: #075a2c;
    flex-shrink: 0;
}

.pk-cat-tags__line {
    display: block;
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #cbd5e1 0%, rgba(203, 213, 225, 0.15) 100%);
}

.pk-cat-tags__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.pk-cat-tags__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #1e293b;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.pk-cat-tags__icon {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    color: #075a2c;
    transition: color 0.2s ease, transform 0.2s ease;
}

.pk-cat-tags__text {
    line-height: 1.2;
}

.pk-cat-tags__item:hover {
    background: #075a2c;
    color: #ffffff !important;
    border-color: #075a2c;
    box-shadow: 0 4px 12px rgba(7, 90, 44, 0.18);
    transform: translateY(-1px);
}

.pk-cat-tags__item:hover .pk-cat-tags__icon {
    color: #ffffff;
    transform: scale(1.1);
}

.pk-cat-tags__item--hot {
    background: #fff7ed;
    color: #c2410c !important;
    border-color: #fed7aa;
    font-weight: 600;
}

.pk-cat-tags__item--hot .pk-cat-tags__icon {
    color: #ea580c;
}

.pk-cat-tags__item--hot:hover {
    background: #ea580c;
    color: #ffffff !important;
    border-color: #ea580c;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.25);
}

.pk-cat-tags__item--hot:hover .pk-cat-tags__icon {
    color: #ffffff;
}

/* 2. Promo Grid (Sale, Weekly Deals, New) */
.pk-promo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 36px;
}

.pk-promo-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px 22px 20px 22px;
    border-radius: 12px;
    text-decoration: none !important;
    min-height: 230px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    background-color: #1e293b;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.pk-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.pk-promo-card__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 0;
}

.pk-promo-card:hover .pk-promo-card__bg-img {
    transform: scale(1.08);
}

.pk-promo-card__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.45) 0%, rgba(15, 23, 42, 0.70) 50%, rgba(15, 23, 42, 0.90) 100%);
    transition: background 0.3s ease;
    z-index: 1;
}

.pk-promo-card:hover .pk-promo-card__overlay {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 0.65) 50%, rgba(15, 23, 42, 0.88) 100%);
}

.pk-promo-card__inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    flex: 1;
}

.pk-promo-card__top {
    margin-bottom: 14px;
}

.pk-promo-card__badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
}

.pk-badge--danger {
    background: #dc2626;
    color: #ffffff;
}

.pk-badge--success {
    background: #075a2c;
    color: #ffffff;
}

.pk-badge--info {
    background: #0284c7;
    color: #ffffff;
}

.pk-badge--gift {
    background: #7c3aed;
    color: #ffffff;
}

.pk-promo-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    line-height: 1.25;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.pk-promo-card__desc {
    font-size: 13px;
    line-height: 1.45;
    color: #f1f5f9;
    margin: 0 0 16px 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.pk-promo-card__cta {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s ease, color 0.2s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.pk-promo-card:hover .pk-promo-card__cta {
    gap: 10px;
    color: #fde047;
}

.pk-promo-card--sale .pk-promo-card__overlay {
    background: linear-gradient(180deg, rgba(69, 10, 10, 0.40) 0%, rgba(15, 23, 42, 0.75) 55%, rgba(15, 23, 42, 0.92) 100%);
}

.pk-promo-card--weekly .pk-promo-card__overlay {
    background: linear-gradient(180deg, rgba(6, 78, 59, 0.40) 0%, rgba(15, 23, 42, 0.75) 55%, rgba(15, 23, 42, 0.92) 100%);
}

.pk-promo-card--new .pk-promo-card__overlay {
    background: linear-gradient(180deg, rgba(12, 74, 110, 0.40) 0%, rgba(15, 23, 42, 0.75) 55%, rgba(15, 23, 42, 0.92) 100%);
}

.pk-promo-card--gift .pk-promo-card__overlay {
    background: linear-gradient(180deg, rgba(6, 78, 59, 0.30) 0%, rgba(15, 23, 42, 0.70) 50%, rgba(15, 23, 42, 0.90) 100%);
}

/* 3. Section Headers */
.pk-section-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
    width: 100%;
}

.pk-section-head__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.pk-section-head__title {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin: 0;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.pk-section-head__title::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #075a2c;
    border-radius: 2px;
    flex-shrink: 0;
}

.pk-section-head__line {
    display: block;
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, #cbd5e1 0%, rgba(203, 213, 225, 0.15) 100%);
}

.pk-section-head__desc {
    font-size: 13px;
    color: #6b7280;
    margin: 0;
}

.pk-section-head__link {
    font-size: 14px;
    font-weight: 600;
    color: #075a2c;
    text-decoration: none !important;
    white-space: nowrap;
    margin-left: auto;
}

.pk-section-head__link:hover {
    text-decoration: underline !important;
}

/* 4. Main Product Categories Grid */
.pk-categories {
    margin-bottom: 44px;
}

.pk-categories__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.pk-cat-card {
    display: flex;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pk-cat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
    border-color: #cbd5e1;
}

.pk-cat-card__media {
    width: 170px;
    min-width: 170px;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pk-cat-card__img-link {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pk-cat-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.pk-cat-card:hover .pk-cat-card__img {
    transform: scale(1.05);
}

.pk-cat-card__img-placeholder {
    width: 100%;
    height: 100%;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    color: #cbd5e1;
    background: #f1f5f9;
}

.pk-cat-card__content {
    flex: 1;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}

.pk-cat-card__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 10px;
    gap: 8px;
}

.pk-cat-card__title {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.pk-cat-card__title a {
    color: #111827;
    text-decoration: none !important;
    transition: color 0.15s ease;
}

.pk-cat-card__title a:hover {
    color: #075a2c;
}

.pk-cat-card__count {
    font-size: 12px;
    font-weight: 500;
    color: #94a3b8;
    white-space: nowrap;
}

.pk-cat-card__sublist {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 12px;
}

.pk-cat-card__subitem {
    margin: 0;
    padding: 0;
}

.pk-cat-card__sublink {
    font-size: 13px;
    color: #4b5563;
    text-decoration: none !important;
    display: inline-block;
    line-height: 1.35;
    transition: color 0.15s ease, transform 0.15s ease;
}

.pk-cat-card__sublink:hover {
    color: #075a2c;
    text-decoration: underline !important;
    transform: translateX(2px);
}

.pk-cat-card__footer {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed #f1f5f9;
}

.pk-cat-card__all-link {
    font-size: 13px;
    font-weight: 700;
    color: #075a2c;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    transition: color 0.15s ease;
}

.pk-cat-card__all-link:hover {
    text-decoration: underline !important;
    color: #043e1e;
}

/* 5. Popular Brands Section */
.pk-brands {
    margin-bottom: 44px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
}

.pk-brands__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.pk-brand-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.pk-brand-card:hover {
    background: #ffffff;
    border-color: #075a2c;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(7, 90, 44, 0.08);
}

.pk-brand-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    margin-bottom: 4px;
}

.pk-brand-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.pk-brand-card__badge {
    font-size: 10px;
    font-weight: 700;
    color: #075a2c;
    background: #e8f5ec;
    padding: 2px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

.pk-brand-card__desc,
.pk-brand-card__category {
    font-size: 12px;
    color: #64748b;
    line-height: 1.35;
}

/* 6. Advantages / Trust Factors */
.pk-advantages {
    margin-bottom: 44px;
}

.pk-advantages__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.pk-adv-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    transition: box-shadow 0.2s ease;
}

.pk-adv-card:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.pk-adv-card__icon-wrap {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 10px;
    background: #e8f5ec;
    color: #075a2c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pk-adv-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 4px 0;
}

.pk-adv-card__title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pk-adv-card__title-link:hover {
    color: #075a2c;
    text-decoration: underline;
}

.pk-adv-card__desc {
    font-size: 13px;
    line-height: 1.45;
    color: #6b7280;
    margin: 0;
}

.pk-adv-card__more-link {
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #075a2c;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pk-adv-card__more-link:hover {
    color: #05411f;
    text-decoration: underline;
}

/* 7. Expert SEO Content & FAQ Section */
.pk-seo-hub {
    margin-bottom: 36px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 28px 32px;
}

.pk-seo-hub__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

.pk-seo-hub__title {
    font-size: 19px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 16px 0;
    line-height: 1.35;
}

.pk-seo-hub__text {
    font-size: 13px;
    line-height: 1.65;
    color: #4b5563;
}

.pk-seo-hub__text p {
    margin: 0 0 12px 0;
}

.pk-seo-hub__list {
    margin: 0 0 12px 0;
    padding-left: 18px;
}

.pk-seo-hub__list li {
    margin-bottom: 6px;
    font-size: 13px;
    color: #4b5563;
}

.pk-faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pk-faq-item {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.pk-faq-item[open] {
    border-color: #075a2c;
}

.pk-faq-item__summary {
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    list-style: none;
}

.pk-faq-item__summary::-webkit-details-marker {
    display: none;
}

.pk-faq-item__chevron {
    width: 8px;
    height: 8px;
    border-right: 2px solid #6b7280;
    border-bottom: 2px solid #6b7280;
    transform: rotate(45deg);
    transition: transform 0.2s ease, border-color 0.2s ease;
    margin-left: 10px;
    flex-shrink: 0;
}

.pk-faq-item[open] .pk-faq-item__chevron {
    transform: rotate(-135deg);
    border-color: #075a2c;
}

.pk-faq-item__answer {
    padding: 0 18px 16px 18px;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}

.pk-faq-item__answer p {
    margin: 0;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */

@media (max-width: 1200px) {
    .pk-promo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pk-brands__grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 991px) {
    .pk-categories__grid {
        grid-template-columns: 1fr;
    }
    .pk-advantages__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pk-seo-hub__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .pk-brands__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 680px) {
    .pk-cat-hub {
        padding: 10px 12px 40px 12px;
    }
    .typical .crumbs,
    .typical .bx_breadcrumbs {
        padding-left: 12px;
    }
    .pk-cat-hub__title {
        font-size: 24px;
    }
    .pk-section-head {
        flex-wrap: wrap;
        gap: 8px;
    }
    .pk-section-head__title {
        font-size: 20px;
        white-space: normal;
    }
    .pk-section-head__line {
        display: none;
    }
    .pk-promo-grid {
        grid-template-columns: 1fr;
    }
    .pk-cat-card {
        flex-direction: column;
    }
    .pk-cat-card__media {
        width: 100%;
        min-width: 100%;
        height: 180px;
    }
    .pk-cat-card__sublist {
        grid-template-columns: 1fr;
    }
    .pk-brands__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .pk-advantages__grid {
        grid-template-columns: 1fr;
    }
    .pk-cat-tags {
        margin-bottom: 20px;
    }
    .pk-seo-hub {
        padding: 20px;
    }
}

/* End */
/* /local/templates/202304167Pokrov/components/pokrov/catalog/pokrov_new/style.css?1775046167730 */
/* /local/templates/202304167Pokrov/components/pokrov/catalog/pokrov_new/bitrix/catalog.section.list/categories_hub/style.css?178978092217298 */
