/*
Theme Name: Key Child
Template: key
Author: D.I.M. Studio
Description: Дочерняя тема для Key
Version: 1.0.9
*/
.scrolltop {
    bottom: 70px !important;
}
.dim-b-info {
	margin-top: 20px;
    display: flex;
    gap: 10px;
}
.entry-title, .page-title {
   text-align: left !important;
}
body:not(.is-mobile) .shop-item__icons-quick {
   display: none !important;
}
.current-indicator {
   color: #0cb113;
}
.product-info .price {
   display: none;
}
/**/
.entry-tag {
    text-decoration: none;
    font-size: .9em;
    white-space: nowrap;
    margin-right: .5em;
    color: #91a6ba;
    border: 1px solid #ebebeb;
    padding: 6px 10px;
}
/*статьи категории*/
.one-click-buy__container {
	margin: 110px auto 30px !important;
}
/*кол-во*/
.product-type-simple .quantity {
	top:58px;
}
.quantity {
    position: relative;
    top: 48px;
    left: 10px;
    z-index: 9;
}
/**/
.product-info .woocommerce-product-details__short-description {
	width: 100%;
}
/**/
.woocommerce-tabs .wc-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.woocommerce-tabs .wc-tabs li {
    flex: 1;
    text-align: center;
    margin: 0 !important;
}

.woocommerce-tabs .wc-tabs li a {
    display: block;
    width: 100%;
    padding: 10px 5px;
}
@media (max-width: 768px) {
	.dim-blog {
    margin-top: -20px !important;
    margin-bottom: -14px !important;
}
	.quantity {
		top:56px;
	}
    .woocommerce-tabs .wc-tabs {
        flex-direction: column;
    }
    
    .woocommerce-tabs .wc-tabs li {
        margin-bottom: 5px !important;
    }
}
/**/
.product-container {
	margin-bottom: 25px !important;
}
.product-info h1 {
	margin-top:-10px !important;
}

.single_add_to_cart_button::before {
    content: "🛒";
    font-size: 1.2em;
    margin-right: 8px;
    vertical-align: middle;
    font-family: wpshop-core !important;
}
.single_add_to_cart_button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* расстояние между иконкой и текстом */
    width: 100%;
}
button.button.js-buy-one-click.bono_buy_one_click {
    margin-top: 8px;
    color: rgb(39, 43, 39);
    height: 60px;
    background: rgb(239, 246, 255);
    border-radius: 8px;
}
button.button.js-buy-one-click.bono_buy_one_click:hover {
	border:1px solid #383333;
}
.woocommerce-tabs .wc-tabs li.active a {
    box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset !important;
    color: rgb(39, 43, 39) !important;
    background: #eff6ff;
    padding: 14px 26px;
    border-radius: 25px;
}
.bono_buy_one_click {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
}
.bono_buy_one_click::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/wp-content/uploads/2025/10/ur.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 8px;
    margin-top: -10px;
}
.woocommerce-tabs {
	max-width: 100% !important;
}
.woocommerce-tabs .wc-tabs {
	text-align: left !important;
	border: 1px solid;
    border-radius: 25px;
	padding: 7px !important;
}

#recent-posts-2 ul li {
    margin-bottom: 10px; 
	border: 1px solid #ced4da;
    padding: 10px;
}
.additional-price {
    display: block; 
    margin: 3px 0;  
    font-size: 1em;
    line-height: 1.4;
}

.price-label {
    font-weight: 600;
    color: #333;
    display: inline-block;
    min-width: 50px; 
}

.base-price .woocommerce-Price-amount {
    font-weight: normal;
}

.wholesale-price .price-label {
    color: #0066cc; 
}

.vip-price .price-label {
    color: #d30c5c; 
}

blockquote {
    margin: 1rem 0px 2rem !important;
    border-left: 5px solid #2563eb !important;
}

.woocommerce-cart-form .shop_table td.actions .coupon {
    display: block !important;
}

button[name="update_cart"] {
    display: none !important; /*удалить кнопку обновить корзину*/
}

.cart-subtotal {
	display:none;
}

.breadcrumb, .woocommerce-breadcrumb {
    display: block;
}

/*доп. магазин*/
p.stock.in-stock {
	display:none !important;
}
.product-category a {
    transition: all 0.3s ease;
	border-radius: 8px;
}
.product-category a:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
/*доп. стили*/
.top-menu ul li.menu-item-has-children>a:after, .top-menu ul li.menu-item-has-children>span:after {
    margin-left: 0 !important;
    opacity: .5 !important;
    position: relative;
    background: transparent;
}
.site-footer {
padding-top: 30px !important;
}
.shop-item--type-standard .shop-item-inner {
        
}
.shop-item__buttons-cart, .shop-item__buttons-one-click-buy, .shop-item__buttons-view {
	border-radius:5px !important;
	padding: 12px !important;
	text-transform: lowercase;
    display: flex !important;
	background:#3980f5 !important;
}
.menu-footer-menu-container {
	display: flex;
    justify-content: center;
}
.dim-button {
	margin-top: 40px;
	display: flex;
    justify-content: center;
    padding: 20px;
    border: 2px solid;
    font-size: 22px;
    font-weight: 500;
}
.dim-heading-sh {
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
    text-align: center;
    font-size: 4em;
	font-weight: 400;
}
.dim-3 {
	text-align: center;
    font-weight: 400;
	margin-bottom: 0px;
	color: #3960ff;
}
.dim-c {
	text-align: center;
	text-transform: lowercase;
}
.dim-cat {
	font-size: 2em;
}
.dim-b-w {
	border: 1px solid;
    padding: 12px 20px;
    border-radius: 8px;
}
.dim-b-w-all {
	display: flex;
    justify-content: center;
    gap: 10px;
    padding-bottom: 20px;
	font-size: 12px;
}
.site-header {
        padding-bottom: 0px !important;
}
.header-customer-account--vis {
        padding: 7px;
}
.header-cart__link {
        padding: 7px !important;
}
.header-customer-account__text {
        display: none !important;
}
.top-menu {
    font-size: 1em !important;
}
.dim-header-top {
	display: flex;
    gap: 20px;
	justify-content: flex-end;
}
.dim-footer {
    margin-top: -30px;
    margin-bottom: -20px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
a {
    text-decoration: none !important;
    position: relative;
    /* Чтобы псевдоэлемент не вылезал за границы ссылки (опционально) */
    /* overflow: hidden; */
}
.site-branding {
	flex-grow: 0 !important;
}
.dim-h-s {
	color:#111 !important;
}
.site-header-inner {
    padding-top: 5px;
    padding-bottom: 5px;
    }
.top-menu ul li .sub-menu li>a, .top-menu ul li .sub-menu li>span {
    padding: 14px 0px 0px !important;
}
.top-menu ul li .sub-menu {
	top:40px !important;
	padding-bottom: 14px;
	border-radius: 5px;
	box-shadow: 0 2px 2px rgba(178, 165, 105, .25) !important;
}
.top-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Расстояние от текста */
    width: 0;
    height: 1px; /* Толщина линии */
    background-color: currentColor; /* Цвет как у текста */
    transition: width 0.3s ease-in-out;
}
.top-menu a:hover::after {
    width: 100%;
}
footer a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Расстояние от текста */
    width: 0;
    height: 1px; /* Толщина линии */
    background-color: currentColor; /* Цвет как у текста */
    transition: width 0.3s ease-in-out;
}

footer a:hover::after {
    width: 100%;
}

@media (max-width: 1115px) {
	.site-description {
    display: none;	
}
}
@media (max-width: 1200px) {
	.dim-col2 {
		display:none;
	}
    .dim-footer {
		margin-top: 0;
		margin-bottom: 0;
        justify-content: flex-start;
		gap: 10px;
    }
    
.dim-heading-sh {
	font-size: 3em;
}
.header-mobile-items-container {
display: none !important;
}
.site-logotype img {
    max-height: 60px !important;
    padding: 5px;
}
.site-header {
    padding-top: 10px !important;
    padding-bottom: 1px !important;
    
}
.humburger {
    top: 30px !important;
}
.header-cart__link {
    padding: 8px !important;
}
}
/*новый вид 25-09-2025*/
.preset-bgi-1, .sidebar-left .section-preset--bgi-1, .sidebar-none .section-preset--bgi-1:before, .sidebar-right .section-preset--bgi-1 {
  background: #f3f5f9 url(https://key-hub.ru/wp-content/uploads/2025/10/fon1-scaled.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;    
}

.dim-col {
	display: flex;
    justify-content: space-between;
    align-items: center;	
}
.dim-col2 img {
	
}
.section-block__header {
	display:none !important;
}
.dim-b1 {
	display: flex;
    gap: 18px;
}
.dim-primary {
	background: white !important;
    color: #2563eb !important;
	border: 1px solid
}
.dim-two {
	background: transparent !important;
    color: white;
    border: 1px solid !important;
}
.dim-three {
	background: transparent !important;
    color: #3a80f5 !important;
    border: 1px solid #2665ec !important;
}
.dim-center-m {
	text-align: center;
}
.preset-bgc-3, .sidebar-left .section-preset--bgc-3, .sidebar-none .section-preset--bgc-3:before, .sidebar-right .section-preset--bgc-3 {
    background: #f9fafb !important;
}
.dim-t1 {
	font-size: 4rem;
    line-height: 4.4rem;
    width: 84%;
	margin: 18px 0px 14px !important;
}
.dim-t2 {
	font-size: 1.25rem;
    line-height: 1.75rem;
	width: 80%;
	padding-bottom: 10px;
}
.dim-t3 {
	margin-top: 0px !important;
    text-align: center;
}
.preset-bgc-15, .sidebar-left .section-preset--bgc-15, .sidebar-none .section-preset--bgc-15:before, .sidebar-right .section-preset--bgc-15 {
    background: #2563eb !important; 
    background-image: linear-gradient(to right, #3b82f6, #2563eb) !important;
}
.header-search {
    flex: 20 !important;
    padding-right: 55px;
}
@media (max-width: 990px) {
    .container, .fixed.block-after-site, .fixed.main-navigation-inner, .fixed.related-posts, .fixed.section-block, .fixed.section-html, .fixed.site-content, .fixed.site-footer-inner, .fixed.site-header-inner, .footer-navigation.fixed, .main-navigation.fixed, .site-footer.fixed, .site-header.fixed, .super-header-inner.fixed, .super-header.fixed {
        max-width: 900px !important;
    }
	.footer-widget h3 {
		font-size:1.1rem;
	}
}
.footer-widgets {
	border-bottom: 1px solid #374151;
}
.footer-widget a, .footer-widget p {
	font-size:1rem !important;
	color:#d1d5db !important;
}
.footer-widget .widget-header {
	font-size: 1.125rem !important;
	color:white;
	
}
.footer-widget ul {
    list-style: none;
	padding-left: 0;
		
}
.footer-widget ul li {
   padding-bottom: 10px;
}
.footer-widget h3 {
   padding-top: 10px;
}
.footer-widgets .dim-icon {
	margin: 18px -7px;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}
footer .dim-icon a:hover::after {
    width: 0%;
}
.entry-content blockquote p, .home-text blockquote p, .taxonomy-description blockquote p {
    margin: .4em 1em !important;
    font-size: 1.1rem;
}
.comment-reply-title, .comments-title, .h1, .h2, .h3, .h4, .h5, .h6, .related-posts__header, .related-products__header, .section-block__title, h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 1em !important;
}
/*контактная форма*/
.contact-form-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.form-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-right {
    height: 100%;
}

.form-right textarea {
    height: 220px;
    min-height: 180px;
    resize: vertical;
}

.form-submit {
    text-align: left;
}
.form-left label {
	margin-bottom: 1.4rem;
}
.dim-top-left {
	display: flex;
    gap: 20px;
}
/*категории товаров на главной*/
/* Обновленные стили для категорий с уникальными классами */
        .dimm-product-categories {
            display: grid;
            grid-template-columns: 1fr;
            gap: 24px;
        }
        
        @media (min-width: 768px) {
            .dimm-product-categories {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (min-width: 1024px) {
            .dimm-product-categories {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        .dimm-category-item {
            background-color: #f9fafb;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.3s;
        }
        
        .dimm-category-item:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
        }
        
        .dimm-category-details {
            padding: 24px;
        }
        
        .dimm-category-info {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 16px;
        }
        
        .dimm-category-name {
            font-size: 20px;
            font-weight: 700;
            color: #1f2937;
            margin: 0;
        }
        
        .dimm-category-summary {
            color: #4b5563;
            margin: 0;
        }
        
        .dimm-category-visual {
            height: 150px;
            margin-bottom: -50px;
        }
        
        .dimm-category-action {
            color: #3b82f6;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            text-decoration: none;
        }
        
        .dimm-category-action svg {
            margin-left: 8px;
            width: 16px;
            height: 16px;
}
/*карточка товара*/
.woocommerce-tabs .woocommerce-Tabs-panel {
	max-width: 100% !important;
}
/*товар в каталоге, рейтинг в правом верхнем углу */
.shop-item__rating-top {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px 8px;
    border-radius: 3px;
}

/* Кнопка "В корзину" по всей ширине */
.shop-item__add-to-cart-fullwidth {
    margin-top: 10px;
    text-align: center;
}

.shop-item__add-to-cart-fullwidth .button {
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
}
/* Основная кликабельная область карточки */
.shop-item {
    position: relative;
}

.shop-item__link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-decoration: none;
}
.shop-item__badges {
	top: 40px !important;
	right: 0px !important;
}
.product .star-rating span:before, .comment-form-rating .stars a:before, .wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
 color: #ff7029 !important;
}
/* Исключаем из кликабельной области */
.shop-item__rating-top,
.shop-item__icons,
.shop-item__badges,
.shop-item__add-to-cart-fullwidth,
.js-add-to-cart-button,
.shop-item__icons-favorite,
.shop-item__icons-quick,
.shop-item__icons-compare {
    position: relative;
    z-index: 2;
}

/* Рейтинг в правом верхнем углу */
.shop-item__rating-top {
    position: absolute;
    top: 0px;
    right: -2px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 0px;
    border-radius: 0px;
}
.product .star-rating, .widget_rating_filter .star-rating, .widget_recent_reviews .star-rating {
	font-size: 12px !important;
    height: 11px !important;
}
/* Кнопка "В корзину" по всей ширине */
.shop-item__add-to-cart-fullwidth {
    margin-top: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.shop-item__add-to-cart-fullwidth .button {
    width: 100%;
    display: block;
    text-align: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

/* Заголовок товара */
.shop-item__title-link {
    position: relative;
    z-index: 2;
}

/* Иконки избранного, сравнения и быстрого просмотра */
.shop-item__icons > * {
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.shop-item-inner {
	z-index:9;
}
/*поддержка + telegram на главной*/
        .support-section {
    background-image: url('/wp-content/uploads/2025/10/sb1.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}
.support-section-p {
	background-color: #eff6ff;
    border-radius: 40px;
}
.support-content-w {	
	background: #eff6ff;
    border-radius: 45px;
}
.support-image-w img {
	margin-top: -30px;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.support-section {
  padding: 32px;
}

.support-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.support-text {
  flex: 3;
  padding: 20px;
}

.support-image {
  flex: 2;
  text-align: center;
}

.support-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.support-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.btn-chat, .btn-telegram {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-chat {
  background: #007bff;
  color: white;
}

.btn-telegram {
  background: #0088cc;
  color: white;
}

.telegram-icon {
  width: 20px;
  height: 20px;
}
/*архив посты сетка*/
.archive-posts-grid.post-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin: 30px 0;
}

.archive-posts-grid .post-card {
	margin-top: -20px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.archive-posts-grid .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    border-color: #0073aa;
}

.archive-posts-grid .post-card__thumbnail {
    height: 150px;
    flex-shrink: 0;
    background: #f5f5f5;
	flex-basis: auto;
}

.archive-posts-grid .post-card__thumbnail-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.archive-posts-grid .post-card:hover .post-card__thumbnail-image {
    transform: scale(1.05);
}

.archive-posts-grid .post-card__body {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.archive-posts-grid .post-card__title {
    margin: 0 0 12px 0;
    font-size: 1.1em;
    line-height: 1.4;
    font-weight: 600;
}

.archive-posts-grid .post-card__title a {
    text-decoration: none;
    color: #2c3e50;
    display: block;
}

.archive-posts-grid .post-card__title a:hover {
    color: #0073aa;
}

.archive-posts-grid .post-card__description {
    font-size: 1.1em;
    line-height: 1.5;
    color: #555;
    margin-bottom: 15px;
    flex-grow: 1;
}

.archive-posts-grid {
    display: flex;
    gap: 15px;
    font-size: 0.8em;
    color: #888;
    padding-top: 12px;
    margin-top: auto;
}

.archive-posts-grid .post-card__comments,
.archive-posts-grid .post-card__views {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .archive-posts-grid.post-cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .archive-posts-grid.post-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .archive-posts-grid.post-cards {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .archive-posts-grid .post-card__thumbnail {
        height: 160px;
    }
    
    .archive-posts-grid .post-card__body {
        padding: 15px;
    }
}
.support-description-w {
	font-size:13px;
}
/*поиск скрыть описание*/
.search .post-card__description {
    display: none !important;
}
/*пагинация отступ*/
.search .site-main {
    padding-bottom: 50px;
}
/*похожие записи*/
.post-card--related .post-card__thumbnail {
    border-radius: 12px;
}
/*посты*/
.post-card--vertical {
        -ms-flex: 0 0 calc(25% - 40px) !important;
        flex: 0 0 calc(25% - 20px) !important;
        max-width: calc(25% - 20px) !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
		margin-bottom:0px !important;
}
.post-card--vertical .post-card__thumbnail-image {
    display: none;
}
/*о нас*/

.about-keyhub {
  font-family: "Inter", sans-serif;
  color: #111827;
  padding: 60px 20px 100px;
  max-width: 1100px;
  margin: 0 auto;
}

/* Вступление */
.about-hero {  
  margin-bottom: 20px;
  margin-top: -80px;
}
.dim-no-ul .entry-content ul:not([class]) > li:not(.sitemap-list__block)::before {
    display: none;
}
.about-hero h1 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.about-hero p {
  color: #6b7280;
  font-size: 26px;
  line-height: 1.6;
  margin: 0 auto;
}

/* Основной блок */
.about-info {
  display: flex;
  gap: 5px;
  
}

.about-text {
  flex: 1;
}

.about-text h2 {
  color: #0096ff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.about-text p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-text ul {
  list-style: none;
  padding-left: 0;
}

.about-text li {
  background: url('https://key-hub.ru/wp-content/uploads/2025/10/190411.webp') no-repeat left center / 18px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #333;
}

.about-image img {
  width: 260px;
  max-width: 100%;
  background: #f3f4f6;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

/* Преимущества */
.about-benefits {
  text-align: center;
  margin-bottom: 10px;
}

.about-benefits h2 {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.benefit-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 25px 20px;
  text-align: left;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.benefit-card h3 {
  color: #0096ff;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.benefit-card p {
  color: #444;
  line-height: 1.6;
  font-size: 0.95rem;
}

/* CTA */
.about-cta {
  text-align: center;
  background: #f9fafb;
  padding: 50px 20px;
  border-radius: 16px;
}

.about-cta h2 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.about-cta p {
  color: #555;
  margin-bottom: 25px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #0096ff;
  color: white;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #007ce6;
}

.btn-outline {
  border: 2px solid #0096ff;
  color: #0096ff;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-outline:hover {
  background: #0096ff;
  color: white;
}

/* Адаптив */
@media (max-width: 900px) {
  .about-benefits {
	margin-bottom: -70px;
  }	
  .about-info {
    flex-direction: column;
    text-align: center;
  }

  .about-text li {
    text-align: left;
    background-position: left 5px;
  }

  .about-image img {
    width: 200px;
    margin-top: 20px;
  }
}
/* Мобильная версия */
@media (max-width: 1110px) {
  .support-section {
    padding: 40px 0;
  }
  
  .support-image {
    order: 2;
  }
  
  .support-text {
    order: 1;
  }
  
  .support-image img {
    max-width: 280px;
    max-height: 200px;
  }
  
  .support-buttons {
    justify-content: center;
	margin-top: 46px;
  }
  
  .btn-chat, .btn-telegram {
    padding: 10px 20px;
    font-size: 14px;
  }
  .support-description {
	padding: 0 40px;
    margin-bottom: -30px;
  }
}
@media (max-width: 1399px) {
	.support-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .woocommerce-tabs .wc-tabs li a {
  font-size: 15px;
  }
}
@media (max-width: 1199px) {
	.dim-top-left {
	  width:500px !important;
}
}
@media (max-width: 968px) {
	.product-info .quantity {
	width: 5em !important; 
	}
}
@media (min-width: 768px) {
     .dim-comp-no {
		display:none; 
	 }
}
@media (max-width: 768px) {
	.post-card--vertical {
        -ms-flex: 0 0 calc(100% - 0px) !important;
        flex: 0 0 calc(100% - 0px) !important;
        max-width: calc(100% - 0px) !important;
        margin-bottom: 10px !important;
}
.post-card--vertical .post-card__thumbnail {
    width: 60%;
    margin: 0 !important;
}
	.variation-card {
	min-width: 160px !important;
	padding: 10px !important;
	border: 1px solid #e0e0e0 !important;
}
.variations-container {
	gap:4px !important;
	margin-bottom: 10px !important;
}
.variation-title {
    font-size: 13px !important;
    margin-bottom: 0 !important;
}
.feature-text {
	font-size: 12px !important;
}
.feature-item {
	padding: 0px !important;
	margin: -4px 3px !important;
}
section.up-sells.upsells.products {
	margin-top: -50px !important;
}
	.dim-mob-no {
		display:none;
	}
	.support-image img {
	max-height: 120px;	
	}
	.product-info .quantity {
	width: 4.8em !important; 
	}
	.product-type-simple .quantity {
	top: 67px;
    left: -130px;
	}
	.dim-w {
	max-width: 100% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    text-align: left !important;
	}
	.shop-item__badge {
	font-size: .8em !important;
    padding: 0px 3px !important;
	}
	.product-container .woocommerce-breadcrumb {
        display: none;
    }
	.product-info h1 {
	margin-top:0px !important;
	text-align:center;
}
    .contact-form-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .dim-col {
		flex-direction: column;
	}
    .form-right textarea {
        min-height: 150px;
    }
	.dim-t1, .dim-t2 {
	width:100%;
	margin-bottom: -10px;
    padding: 4px 10px !important;
	}
	.dim-t1 {
	font-size: 1.7rem;
    line-height: 2rem;
    margin: 0px 0px 0px !important;
	}
	.dim-t2 {
	font-size: .9rem;
    line-height: 1.4rem;
	}
	.dim-col2 {
	text-align: center;
	padding-bottom: 40px;
	}
	.dim-b1 {
	justify-content: center;
	}
.dim-center-m {
    margin-top: -10px;
}
.shop-item--type-standard .shop-item-inner {
        padding: 6px !important;
    }
.site-header-inner {
    padding-top: 0px;
    padding-bottom: 0px;
}	
.humburger {
    top: 18px !important;
}
.dim-all {
   padding: 0px !important;
   margin-bottom: -20px !important;
}
}
@media (max-width: 360px) {
	.product-type-simple .quantity {
	top: 10px !important;
    left: 0px !important;
	}
	.product-info .quantity {
	width: 100% !important; 
	}
}
/*статьи*/
.articles-section {
	margin-top: -30px;
}
.articles-container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.articles-title {
  font-size: 1.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .articles-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.article-card {
  background-color: white;
  /*border-radius: 0.5rem; */
  overflow: hidden;
  /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
}
.article-meta .breadcrumb {
	align-items: center;
    margin-top: 10px;
}
.article-image {
  width: 100%;
  height: 12rem;
  object-fit: cover;
}

.article-content {
  padding: 1.5rem;
}

.article-meta {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 0.5rem;
}

.article-dot {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.article-heading {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
}

.article-link {
  color: #3b82f6;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.article-icon {
  margin-left: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.articles-footer {
  text-align: center;
  margin-top: 2rem;
}

.all-articles-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 1px solid #3b82f6;
  color: #3b82f6;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background-color 150ms;
}

.all-articles-btn:hover {
  background-color: #eff6ff;
}
.dim-t-p {
	color:#4b5563;
	font-size: 1.125rem;
    line-height: 1.75rem;
	margin-bottom: 1rem;
}
.dim-h-c {
	text-align:center;
}
.dim-w {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.dim-center-m1 {
	padding-top: 20px;
    text-align: center;
    margin-bottom: -90px;
}
.dim-all {
   padding: 14px;
   margin-bottom: -60px;
}
/*карточка товара избранное и сравнить*/
.product-compare-btn, .product-favorite-btn {
	display:none !important;
}
.woocommerce-product-details__short-description {
    margin: 1em 0 !important;
    font-size: 14px;
    color: #4b5563;
}
.quantity input.qty, .quantity input[type=number] {
	border-radius: 5px;
}
.product-info .cart .woocommerce-variation-add-to-cart {
	display: block !important;
}
/* Стили для карточек вариаций */
.variations-container {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.variation-card {
    flex: 1;
    min-width: 250px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.variation-card:hover {
    border-color: #2271b1;
    transform: translateY(-2px);
}

.variation-card.active {
    border-color: #2271b1;
    background: #f0f8ff;
    box-shadow: 0 4px 12px rgba(34, 113, 177, 0.15);
}

.variation-badge {
    position: absolute;
    top: -10px;
    right: -14px;
    background: #ff4444;
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.variation-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.variation-price {
    font-size: 24px;
    font-weight: 700;
    color: #2c5aa0;
    margin-bottom: 5px;
}

.variation-old-price {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.variation-features {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.variation-features li {
    padding: 5px 0;
    color: #666;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.variation-features li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #4CAF50;
    font-weight: bold;
}

/* Скрываем стандартный селект вариаций */
.variations {
    display: none !important;
}

/* Стили для кнопки корзины */
.single_add_to_cart_button {
    color: white;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
	
	height: 60px;
    background: #383333 !important;
    border-radius: 8px !important;
    
}

.single_add_to_cart_button:hover {
    background: #1e3d6f;
    transform: translateY(-2px);
}



.features-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            margin-bottom: 0;
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            background-color: white;
			padding: 0px 7px;
           /* border-radius: 8px;            
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border: 1px solid #f3f4f6; */
        }
        
        .feature-icon {
            width: 20px;
            height: 20px;
            color: #2563eb;
            margin-right: 12px;
        }
        
        .feature-text {
            font-size: 14px;
            font-weight: 500;
            color: #1f2937;
        }
        
        /* Стили для Feather иконок */
        .feather {
            fill: none;
            stroke: currentColor;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
/*техподдержка*/
.consultation-block {
    background-color: #eff6ff;
    border-radius: 8px;
    padding: 2px 8px 20px;
	margin-bottom: 12px;
}
        
        .consultation-content {
            display: flex;
            align-items: flex-start;
        }
        
.consultation-icon {
    width: 40px;
    height: 40px;
    margin-right: 2px;
    margin-top: 4px;
}
        
.consultation-title {
    padding-left: 3px;
    font-weight: 600;
    font-size: 16px;
    color: #1f2937;
}
        
        .consultation-text {
            font-size: 14px;
            margin-bottom: 12px;
            color: #4b5563;
        }
        
.consultation-button {
    display: block;
    width: 97%;
    background-color: transparent;
    color: #3960ff;
    border: 1px solid;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s;
}
        
.consultation-button:hover {
            background-color: #1d4ed8;
			color:white;
}
    
/* Стили для Feather иконок */
.feather {
            fill: none;
            stroke: #0cb113;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
}

/*краткое описание характеристики*/
.product-card {
            background-color: #eff6ff;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            width: 100%;
            overflow: hidden;
			margin-bottom:-20px;
        }
        
.card-header {
    padding: 10px 10px 0;
    font-size: 18px;
    font-weight: 500;
}
        
        .characteristics {
            padding: 10px;
        }
        
        .characteristic-row {
            display: flex;
            padding: 5px 0;
            border-bottom: 1px solid #e7e7e7;
        }
        
        .characteristic-row:last-child {
            border-bottom: none;
        }
        
        .characteristic-name {
            width: 40%;
            color: #666;
            font-weight: 400;
        }
        
        .characteristic-value {
            width: 60%;
            color: #333;
            font-weight: 600;
        }
        
.download-button {
    font-weight: 500;
    transition: background-color 0.2s;
}
        
        .download-button:hover {
            border-bottom: 1px solid;
        }
        
        @media (max-width: 480px) {
            .characteristic-row {
                flex-direction: column;
            }
            
            .characteristic-name, 
            .characteristic-value {
                width: 100%;
            }
            
            .characteristic-name {
                margin-bottom: 4px;
            }
}
/*плитки в карточке товара*/
.variation-card {
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.variation-card.loading {
    opacity: 0.7;
    pointer-events: none;
}

.variation-card.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.current-indicator {
    font-weight: bold;
    margin-top: 5px;
    font-size: 0.9em;
    transition: color 0.3s ease;
}

.current-indicator.active {
    color: #4CAF50;
}

.variation-card.current-product {
    border-color: #4CAF50;
    background-color: #f8fff8;
}

.single_add_to_cart_button.loading {
    opacity: 0.7;
    pointer-events: none;
}
.dim-opa {
	opacity: 0.4;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Стили для выбора версии */
.version-selection {
    margin: 20px 0;
    padding: 0;
}

.version-selection__title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.version-selection__years {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
}

.version-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    min-width: 80px;
}

.version-year:hover {
    border-color: #4caf50;
	background: #f8fff8;
    color: #444;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 124, 186, 0.15);
}

.version-year.active {
    background: #007cba;
    border-color: #007cba;
    color: #fff;
}

.version-year__number {
    font-size: 1rem;
    font-weight: 600;
}

/* Стили для блока с описанием новых функций */
.version-features {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    border-left: 4px solid #007cba;
}

.version-features__title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.version-features__content {
    color: #666;
    line-height: 1.5;
}

.version-features__content p {
    margin: 0;
    font-size: 0.9rem;
}
/*дата пост просмотр*/

.article-meta .entry-author, .article-meta .entry-category, .article-meta .entry-date, .article-meta .entry-time, .article-meta .entry-views {
    display: none;
}
.post-card__meta {
 display: none;
}
/*страница бот активации*/
.dim-col-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.dim-col-text {
    flex: 1 1 400px;
    min-width: 300px;
}

.dim-col-img {
    flex: 0 0 auto;
    text-align: center;
}

.dim-col-img img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.dim-status {
	position: relative;
    border-radius: 20px;
    border: 1px solid #e9e9e9;
    padding: 5px 16px 5px 26px;
    width: max-content;
    font-size: 14px;
    font-weight: 500;
}
.dim-green {
	color: #4CAF50;
}
.dim-col-text h2 {
    color: #333;
    margin-bottom: 15px;
    font-size: 42px;
}

.dim-col-text p:last-of-type {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}
.dim-get {
	text-align: center;
}
.dim-get h2{	
    font-size: 80px;
}
.dim-get p{
	margin-top:-50px;
}
/* Адаптивность для планшетов */
@media (max-width: 768px) {
    .dim-col-all {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 15px;
    }
    
    .dim-col-text {
        flex: 1 1 auto;
        min-width: auto;
    }
    
    .dim-col-text h2 {
        font-size: 20px;
    }
    
    .dim-col-img img {
        max-width: 200px;
    }
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
    .dim-col-all {
        padding: 10px;
        gap: 15px;
    }
    
    .dim-col-text h2 {
        font-size: 18px;
    }
    
    .dim-col-text p:last-of-type {
        font-size: 14px;
    }
    
    .dim-col-img img {
        max-width: 150px;
    }
}
.dim-status::before {
    content: '';
    position: absolute;
    left: 8px;
    top: 48%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #4CAF50;
    border-radius: 50%;
    animation: pulse 1s infinite;
}

/* Анимация пульсации для точки */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(76, 175, 80, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
    }
}
/**/
/* Скрываем на странице отзывов */
.page-id-6754 .articles-footer {
    display: none !important;
}
/**/
.page-id-4390 .quantity {
    top: auto;
    left: auto;
}
/**/
.woocommerce-mini-cart__total {
border-top: 0px solid #ced4da !important;
}
/**/
.dim-promo {
	background: linear-gradient(45deg, #baff9d, #c3f7c4);
    color: #333;
    padding: 2px 14px;
    border-radius: 8px;
    border: 2px dashed #ff6b00;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 0px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
/* Проверено на подлинность */
.keyhub-sidebar {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(230, 233, 240, 0.7);
  border-radius: 16px;
  padding: 1.6rem;
  font-family: "Inter", sans-serif;
  color: #1e293b;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  max-width: 340px;
  margin: 0 auto;
}

.sidebar-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0ea5e9;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0 0 30px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 1.2rem;
}

.sidebar-downloads {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
}

.sidebar-downloads h3 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
  text-align: center;
  letter-spacing: 0.3px;
}

.download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(145deg, #f9fafb, #ffffff);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px 14px;
  transition: all 0.25s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.download-item:hover {
  transform: translateY(-3px);
  border-color: #3b82f6;
  background: #f0f5ff;
  box-shadow: 0 4px 10px rgba(59,130,246,0.15);
}

.download-item .info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #1e293b;
}

.download-item img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.download-item a {
  background: #4caf50;
  color: #fff !important;
    padding: 6px 14px;
    border-radius: 8px;
    font-size: 0.85rem;
    letter-spacing: 0.4px;
    transition: background 0.25s ease;
}

.download-item a:hover {
  background: #059669;
}

.buy-box {
  text-align: center;
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
}

.buy-btn {
  display: inline-block;
  background: linear-gradient(135deg, #3b82f6, #3960ff);
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(59,130,246,0.25);
}

.buy-btn:hover {
  background: linear-gradient(135deg, #059669, #3b82f6);
  transform: translateY(-2px);
}

.delivery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #ef4444;
  margin-top: 8px;
}

.sidebar-footer {
  border-top: 1px solid #f1f5f9;
  padding-top: 0.8rem;
  text-align: center;
  font-size: 0.85rem;
  color: #64748b;
}
/**/
.dim-icon-wid {
	font-size:20px;
}
/*меню каталог*/
.catalog-modal {
    display: flex;
    background: white;
    border-radius: 10px;
    padding: 20px;
}
.catalog-container {
    display: flex;
}
.col-1 {
    border-radius: 12px;
}
.col-2 {
    width: 70%;
    padding-left: 20px;
}
.catalog-category {
    padding: 10px 26px;
    cursor: pointer;
}
.catalog-category.active {
    background: #f0f0f0;
    font-weight: bold;
}
.category-details .products {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
	list-style-type: none;
}
.product-item {
    width: 24%;
    text-align: center;
}
.dim-content-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
    align-items: flex-end;
}

.right-image {
    flex-shrink: 0;
    max-width: 180px;
    height: auto;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .dim-content-wrapper {
        flex-direction: column-reverse;
    }
    
    .right-image {
        max-width: 100%;
    }
}
/* FAQ Modern Styles */
.faq-modern {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  background: #fff;
}

.faq-hero {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.faq-main-title {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #0d8bcd 0%, #0a6da8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.faq-subtitle {
  font-size: 1.2rem;
  color: #64748b;
  font-weight: 400;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}

.faq-container {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

/* Навигация */
.faq-nav {
  position: sticky;
  top: 100px;
  background: #f8fafc;
  border-radius: 20px;
  padding: 24px;
  border: 1px solid #f1f5f9;
  backdrop-filter: blur(10px);
}

.nav-header {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.nav-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0d8bcd;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-link {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  color: #475569;
  font-weight: 500;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #0d8bcd;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.nav-link:hover {
  background: #fff;
  color: #0d8bcd;
  box-shadow: 0 4px 12px rgba(13, 139, 205, 0.1);
}

.nav-link:hover::before,
.nav-link.active::before {
  transform: scaleY(1);
}

.nav-link.active {
  background: #fff;
  color: #0d8bcd;
  box-shadow: 0 4px 12px rgba(13, 139, 205, 0.15);
}

/* Категории */
.faq-category {
  margin-bottom: 60px;
}

.category-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f1f5f9;
}

.category-icon {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d8bcd 0%, #0a6da8 100%);
  border-radius: 12px;
}

.category-header h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

/* FAQ */
.faq-item {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.faq-item:hover {
  border-color: #0d8bcd;
  box-shadow: 0 8px 25px rgba(13, 139, 205, 0.1);
  transform: translateY(-2px);
}

.faq-question {
  background: #f2f5f9 !important;
  font-size: 20px;	
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  padding: 24px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background-color 0.3s ease;
}

.faq-question:hover {
  background: #f8fafc;
}

.faq-question span {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  text-align: left;
}

.icon-plus {
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-plus::before,
.icon-plus::after {
  content: '';
  position: absolute;
  background: #0d8bcd;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.icon-plus::before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.icon-plus::after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.faq-item.active .icon-plus {
  transform: rotate(45deg);
}

.faq-item.active .icon-plus::after {
  background: #dc2626;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  padding-left: 20px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  margin: 0;
  padding: 0 24px 24px;
  color: #475569;
  line-height: 1.6;
  font-size: 1rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.faq-item {
  animation: fadeInUp 0.5s ease forwards;
}

.faq-item:nth-child(odd) {
  animation-delay: 0.1s;
}

.faq-item:nth-child(even) {
  animation-delay: 0.2s;
}

@media (max-width: 968px) {
  .faq-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .faq-nav {
    position: static;
    order: 2;
  }
  
  .nav-list {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  
  .nav-link {
    white-space: nowrap;
  }
  
  .faq-main-title {
    font-size: 2.5rem;
  }
}

@media (max-width: 640px) {
  .faq-modern {
    padding: 20px 16px;
  }
  
  .faq-main-title {
    font-size: 2rem;
  }
  
  .faq-hero {
    margin-bottom: 40px;
  }
  
  .category-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .faq-question {
    padding: 20px;
  }
  
  .faq-question span {
    font-size: 1rem;
  }
}
/**/
button:focus {
    outline: 0px dotted !important;
}
/*стили для поиска*/
.search-filters {
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.search-filter-label {
    font-weight: 500;
    margin-right: 0.5rem;
}

.search-posts-grid {
    display: grid;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .search-posts-grid {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
}

/* Post Cards */
.post-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.post-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.post-card__image {
    position: relative;
    overflow: hidden;
}

.post-card__thumb {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.post-card:hover .post-card__thumb {
    transform: scale(1.05);
}

.post-card__content {
    padding: 1.5rem;
}

.post-card__type {
    display: inline-block;
    padding: 0.3rem 0.8rem;
    background: #007cba;
    color: white;
    border-radius: 4px;
    font-size: 0.8rem;
    text-transform: uppercase;
    margin-bottom: 0.8rem;
}

.post-card__title {
    margin: 0 0 0.8rem 0;
    font-size: 1.2rem;
    line-height: 1.4;
}

.post-card__title a {
    color: #333;
    text-decoration: none;
}

.post-card__title a:hover {
    color: #007cba;
}

.post-card__meta {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 1rem;
}

.post-card__excerpt {
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.post-card__excerpt mark {
    background: #fff9c4;
    padding: 0.1rem 0.2rem;
    border-radius: 2px;
}

.post-card__read-more {
    display: inline-block;
    padding: 0.6rem 1.2rem;
    background: #007cba;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.post-card__read-more:hover {
    background: #005a87;
    color: white;
}

/* Pagination */
.search-pagination {
    margin-top: 3rem;
    text-align: center;
}

/* No Results */
.no-results {
    text-align: center;
    padding: 3rem 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.search-form-no-results {
    max-width: 400px;
    margin: 2rem auto;
}

.suggestions {
    margin-top: 2rem;
    text-align: left;
    display: inline-block;
}

.suggestions ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.suggestions li {
    padding: 0.3rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.suggestions li:before {
    content: "•";
    position: absolute;
    left: 0.5rem;
    color: #007cba;
    font-weight: bold;
}
.search-post-item .post-card__excerpt {
	display:none;
}
.search-post-item .post-card__footer {
	display:none;
}
.search-post-item .post-card__image {
	display: flex;
    padding: 70px;
    margin-top: -60px;
    margin-bottom: -140px;
    justify-content: center;
}
.type-post .post-card__image {
	display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}


