		        :root {
            --bashkir-red: rgb(255, 63, 71);
            --bashkir-blue: #4465a2;
            --bashkir-accent: #d52b1e;
            --bashkir-white: #ffffff;
			--dark-bg: #3f3e3e;
			    --vk-blue: #0077FF;
        }
		        
		.RM {

}
.RM .fields-container {height:80px;overflow:hidden;}
.img_intro_caption {}
.mastera .article-intro-text {display:none;}
        .master-card {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            overflow: hidden;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .master-img-wrapper {
            height: 100%;
            min-height: 400px;
            background-color: #e9ecef;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .master-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .master-img:hover {
            transform: scale(1.02);
        }
        .master-content {
            padding: 40px;
        }
        .master-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 10px;
            border-bottom: 2px solid #007bff;
            display: inline-block;
            padding-bottom: 5px;
        }
        .master-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
            margin-bottom: 25px;
            font-style: italic;
        }
        .info-section {
            margin-bottom: 30px;
        }
        .info-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 5px;
            display: block;
        }
        .stat-bar {
            background-color: #e9ecef;
            border-radius: 4px;
            height: 10px;
            margin-bottom: 15px;
            overflow: hidden;
        }
        .stat-fill {
            height: 100%;
            background-color: #007bff;
            border-radius: 4px;
        }
        .section-header {
            font-size: 1.1rem;
            font-weight: 600;
            color: #ff3f47;
            margin-bottom: 15px;
            margin-top: 25px;
            letter-spacing: 0.5px;
        }
        .badge-custom {
            background-color: #e3f2fd;
            color: #0d47a1;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 0.9rem;
            margin-right: 5px;
            margin-bottom: 5px;
            display: inline-block;
        }
		
		#books .article-wraper .card-body:not(.has-image) {padding-top:0 !important;}
		.btn-selt {border-radius:30px !important}
		 .top-bar {
            background-color: #2c3e50;
            color: white;
            padding: 8px 0;
            font-size: 0.9rem;
        }
        
        .top-bar a {
            color: white;
            text-decoration: none;
            margin-left: 15px;
        }
        
        .top-bar a:hover {
            color: var(--bashkir-red);
        }
        
        .lang-switcher .btn {
            padding: 2px 8px;
            font-size: 0.8rem;
            margin: 0 2px;
        }
        
        .main-header {
            background: white;
            padding: 15px 0;
            border-bottom: 3px solid var(--bashkir-red);
        }
        
        .logo-section {
            display: flex;
            align-items: center;
        }
        
        .logo-text {
            font-size: 2rem;
            font-weight: 700;
            color: var(--bashkir-red);
            margin-left: 15px;
        }
        
        .logo-subtext {
            font-size: 0.8rem;
            color: #6c757d;
            display: block;
        }
        
        .search-box {
            position: relative;
        }
        
        .search-box input {
            border-radius: 20px;
            padding-right: 40px;
        }
        
        .search-box button {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            border: none;
            background: var(--bashkir-red);
            color: white;
            border-radius: 50%;
            width: 30px;
            height: 30px;
        }
		
		.social-icons {text-align:center}
        
        .social-icons a {
            color: #6c757d;
            font-size: 1.2rem;
            margin-left: 10px;
            transition: color 0.3s;
        }
        
        .social-icons a:hover {
            color: var(--bashkir-red);
        }
		.callb {}
        
        /* Navigation */
        .navbar-custom {
            background-color: var(--bashkir-red);
            padding: 0;
        }
        
        .navbar-custom .nav-link {
            color: white !important;
            padding: 15px 20px;
            font-weight: 500;
            transition: background-color 0.3s;
        }
        
        .navbar-custom .nav-link:hover {
            background-color: rgba(255,255,255,0.1);
        }
        
        .navbar-custom .dropdown-menu {
            border: none;
            border-top: 3px solid var(--bashkir-blue);
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }
        
        .navbar-custom .dropdown-item:hover {
            background-color: var(--bashkir-red);
            color: white;
        }
        
        /* Hero Slider */
        .hero-slider {
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            color: white;
            padding: 60px 0;
            position: relative;
            overflow: hidden;
        }
        
        .hero-slider::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 100%;
            background-image: url('https://image.qwenlm.ai/public_source/0898ff03-4cf7-403b-84d9-f815135922a2/1e17ab3bb-af0b-4d65-b24e-e1ffe9fda1ea.png');
            background-repeat: repeat-x;
            background-position: center;
            opacity: 0.1;
        }
        
        .hero-content {
            position: relative;
            z-index: 1;
        }
        
        /* Main Content */
        .main-content {
            padding: 40px 0;
        }
        
        .mission-section {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            height: 100%;
            border-left: 4px solid var(--bashkir-red);
        }
        
        .mission-title {
            color: var(--bashkir-red);
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .mission-section p {
            color: #495057;
            line-height: 1.8;
            text-align: justify;
        }
        
        .mission-highlight {
            background-color: #ffebee;
            padding: 15px;
            border-radius: 5px;
            margin-top: 20px;
            border-left: 3px solid var(--bashkir-red);
        }
        
        /* News Feed */
        .news-section {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
            height: 100%;
            border-left: 4px solid var(--bashkir-blue);
        }
        
        .news-title {
            color: var(--bashkir-blue);
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .news-item {
            padding: 15px 0;
            border-bottom: 1px solid #e9ecef;
            transition: all 0.3s;
        }
        
        .news-item:hover {
            background-color: #f8f9fa;
            padding-left: 10px;
        }
        
        .news-item:last-child {
            border-bottom: none;
        }
        
        .news-date {
            font-size: 0.85rem;
            color: #6c757d;
            margin-bottom: 5px;
        }
        
        .news-headline {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            transition: color 0.3s;
        }
        
        .news-headline:hover {
            color: var(--bashkir-red);
            text-decoration: none;
        }
        
        .news-excerpt {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 8px;
        }
        
        .news-link {
            color: var(--bashkir-blue);
            font-size: 0.85rem;
            text-decoration: none;
        }
        
        .news-link:hover {
            text-decoration: underline;
        }
        
        .badge-new {
            background-color: var(--bashkir-red);
            font-size: 0.7rem;
            vertical-align: middle;
        }
        
        /* Quick Links */
        .quick-links {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-top: 40px;
        }
        
        .quick-link-item {
            text-align: center;
            padding: 20px;
            border-radius: 8px;
            transition: all 0.3s;
            text-decoration: none;
            color: #2c3e50;
            display: block;
            height: 100%;
        }
        
        .quick-link-item:hover {
            background-color: var(--bashkir-red);
            color: white;
            transform: translateY(-5px);
        }
        
        .quick-link-icon {
            font-size: 2.5rem;
            color: var(--bashkir-red);
            margin-bottom: 15px;
        }
        
        .quick-link-item:hover .quick-link-icon {
            color: white;
        }
        
        .quick-link-title {
            font-weight: 600;
            margin-bottom: 5px;
        }
        
        .quick-link-desc {
            font-size: 0.85rem;
            color: #6c757d;
        }
        
        .quick-link-item:hover .quick-link-desc {
            color: rgba(255,255,255,0.8);
        }
        
        /* Footer */
        .footer {
            background-color: #2c3e50;
            color: white;
            padding: 50px 0 20px;
            margin-top: 60px;
        }
        
        .footer h5 {
            color: var(--bashkir-red);
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .footer a {
            color: #adb5bd;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer a:hover {
            color: var(--bashkir-red);
        }
        
        .footer ul {
            list-style: none;
            padding: 0;
        }
        
        .footer ul li {
            margin-bottom: 10px;
        }
        
        .footer-social a {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-color: rgba(255,255,255,0.1);
            border-radius: 50%;
            text-align: center;
            line-height: 40px;
            margin-right: 10px;
            transition: all 0.3s;
        }
        
        .footer-social a:hover {
            background-color: var(--bashkir-red);
            color: white;
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 20px;
            margin-top: 30px;
            text-align: center;
            font-size: 0.85rem;
            color: #adb5bd;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .logo-text {
                font-size: 1.5rem;
            }
            
            .mission-section, .news-section {
                margin-bottom: 30px;
            }
            
            .quick-link-item {
                margin-bottom: 20px;
            }
        }

		
		.main_slider
		{z-index:11;}
		.main_slider .su-post-slider-image {width:0%;display:none;}
		.su-post-slider-caption {padding: 5px 20px 0;width: 100%;}
		.main_slider .su-post-slider-slides {
    border-radius: 0px;
    border: 0px solid #ddd;
    padding: 60px 30px 60px;
    box-sizing: border-box;
}
		
		.main_slider .su-post-slider.su-post-slider-style-light .su-post-slider-slides .owl-nav, .main_slider .su-post-slider.su-post-slider-style-light .su-post-slider-slides {background:transparent !important}
		.mission-section {
            background: white;
            border-radius: 8px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
            height: 100%;
            border-left: 4px solid var(--bashkir-red);
        }
      .headsearch1  .form-control, #mod-ajaxsearch-searchword {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 30px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.headsearch1  .input-group-prepend {margin-left: -36px;}
.headsearch1 .input-group-prepend .button {
    border-radius: 50% !important;width: 32px;height: 32px;padding: 2px !important;margin-top:3px;}
	.sp-page-builder .page-content #mainbanner {margin-top:0px !important;}
	#mainbanner .su-post-slider .post-slider-view-more {font-size: 20px;font-weight: 700;font-optical-sizing: revert;float: left;margin: 20px 0;}
	#mainbanner .su-post-slider .post-slider-view-more:hover {color:#ffb8bb}
	#mainbanner .owl-carousel .owl-nav {margin-top:130px !important}
	#mainbanner.su-post-slider .owl-nav [class*='owl-']:hover, .su-post-slider a:hover {
    color: #ff3f47;
}
	
	        /* Social & Feedback Block */
        .social-feedback-block {
            background: white;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.1);
            padding: 40px;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .block-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #e9ecef;
            text-align: center;
        }
        
        .block-title span {
            color: var(--bashkir-red);
        }
        
        /* Social Media Section */
        .social-section {
            margin-bottom: 35px;
        }
        
        .social-label {
            font-size: 1rem;
            font-weight: 600;
            color: #495057;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .social-list {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .social-item {
            position: relative;
        }
        
        .social-link {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            color: var(--dark-bg);
            font-size: 1.5rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0,0,0,0.1);
            text-decoration: none;
        }
        
        .social-link:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.15);
        }
        
        .social-link.vk:hover {
            background: linear-gradient(135deg, #0077FF, #0055cc);
            color: white;
        }
        
        .social-link.max:hover {
            background: linear-gradient(135deg, #000000, #333333);
            color: white;
        }
        
        .social-link.share:hover {
            background: linear-gradient(135deg, var(--bashkir-red), rgb(200, 50, 56));
            color: white;
        }
        
        .social-tooltip {
            position: absolute;
            bottom: -30px;
            left: 50%;
            transform: translateX(-50%);
            background: var(--dark-bg);
            color: white;
            padding: 4px 10px;
            border-radius: 4px;
            font-size: 0.75rem;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .social-item:hover .social-tooltip {
            opacity: 1;
            visibility: visible;
            bottom: -35px;
        }
        
        /* Feedback Section */
        .feedback-section {
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            border-radius: 10px;
            padding: 30px;
            border-left: 4px solid var(--bashkir-red);
        }
        
        .feedback-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--dark-bg);
            margin-bottom: 20px;
        }
        
        .feedback-title i {
            color: var(--bashkir-red);
            margin-right: 8px;
        }
        
        .feedback-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            justify-content: center;
        }
        
        .feedback-btn {
            display: inline-flex;
            align-items: center;
            padding: 12px 25px !important;
            border-radius: 12px !important;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }
        
        .feedback-btn i {
            margin-right: 10px;
            font-size: 1.1rem;
        }
        
        .feedback-btn.primary {
            background: var(--bashkir-red);
            color: white;
            box-shadow: 0 4px 15px rgba(255, 63, 71, 0.3);
        }
        
        .feedback-btn.primary:hover {
            background: rgb(200, 50, 56);
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 63, 71, 0.4);
        }
        
        .feedback-btn.secondary {
            background: white;
            color: var(--dark-bg);
            border: 2px solid var(--dark-bg);
        }
        
        .feedback-btn.secondary:hover {
            background: var(--dark-bg);
            color: white;
            transform: translateY(-3px);
        }
        
        .feedback-btn.outline {
            background: transparent;
            color: var(--bashkir-red);
            border: 2px solid var(--bashkir-red);
        }
        
        .feedback-btn.outline:hover {
            background: var(--bashkir-red);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Contact Info */
        .contact-info {
            margin-top: 25px;
            padding-top: 25px;
            border-top: 1px dashed #dee2e6;
        }
        
        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 12px;
            color: #6c757d;
        }
        
        .contact-item i {
            width: 25px;
            color: var(--bashkir-red);
            margin-right: 10px;
        }
        
        .contact-item a {
            color: #6c757d;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .contact-item a:hover {
            color: var(--bashkir-red);
        }
        
        /* Responsive */
        @media (max-width: 576px) {
            .social-feedback-block {
                padding: 25px;
            }
            
            .social-link {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
            }
            
            .feedback-buttons {
                flex-direction: column;
            }
            
            .feedback-btn {
                width: 100%;
                justify-content: center;
            }
        }
		 .master-card {
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            overflow: hidden;
            margin-top: 40px;
            margin-bottom: 40px;
        }
        .master-img-wrapper {
            height: 100%;
            min-height: 400px;
            background-color: #e9ecef;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .master-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }
        .master-img:hover {
            transform: scale(1.02);
        }
        .master-content {
            padding: 40px;
        }
        .master-title {
            color: #2c3e50;
            font-weight: 700;
            margin-bottom: 10px;
            border-bottom: 2px solid #007bff;
            display: inline-block;
            padding-bottom: 5px;
        }
        .master-subtitle {
            color: #6c757d;
            font-size: 1.1rem;
            margin-bottom: 25px;
            font-style: italic;
        }
        .info-section {
            margin-bottom: 30px;
        }
        .info-label {
            font-weight: 600;
            color: #495057;
            margin-bottom: 5px;
            display: block;
        }
		#maingoods {}
		   /* Product Card */
        .product-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #e9ecef;
        }
        
        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
        
        .product-image {
            position: relative;
            overflow: hidden;
            height: 280px;
            background: #f8f9fa;
        }
        
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .product-card:hover .product-image img {
            transform: scale(1.08);
        }
        
        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--bashkir-red);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        .product-favorite {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .product-favorite:hover {
            background: var(--bashkir-red);
            color: white;
        }
        
        .product-favorite i {
            font-size: 1.1rem;
            color: #6c757d;
            transition: color 0.3s;
        }
        
        .product-favorite:hover i {
            color: white;
        }
        
        .product-info {
            padding: 25px;
        }
        
        .product-category {
            font-size: 0.8rem;
            color: var(--bashkir-red);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
        
        .product-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 10px;
            line-height: 1.4;
        }
        
        .product-description {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 15px;
            line-height: 1.6;
        }
        
        .product-master {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e9ecef;
        }
        
        .product-master-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            margin-right: 12px;
        }
        
        .product-master-info {
            flex: 1;
        }
        
        .product-master-name {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--dark-bg);
        }
        
        .product-master-region {
            font-size: 0.75rem;
            color: #6c757d;
        }
        
        .product-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .product-technique {
            font-size: 0.8rem;
            color: #6c757d;
            background: #f8f9fa;
            padding: 5px 10px;
            border-radius: 4px;
        }
        
        .product-technique i {
            margin-right: 5px;
            color: var(--bashkir-red);
        }
        
        .product-action {
            display: flex;
            gap: 10px;
        }
        
        .product-btn {
            flex: 1;
            padding: 12px 15px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        
        .product-btn i {
            margin-right: 8px;
        }
        
        .product-btn-primary {
            background: var(--bashkir-red);
            color: white;
            border: 2px solid var(--bashkir-red);
        }
        
        .product-btn-primary:hover {
            background: rgb(200, 50, 56);
            border-color: rgb(200, 50, 56);
            color: white;
        }
        
        .product-btn-outline {
            background: transparent;
            color: var(--dark-bg);
            border: 2px solid #dee2e6;
        }
        
        .product-btn-outline:hover {
            border-color: var(--dark-bg);
            color: var(--dark-bg);
        }
        
        /* Owl Carousel Customization */
        .owl-carousel .owl-item {
            padding: 10px;
        }
        
        .owl-carousel .owl-dots {
            margin-top: 30px;
        }
        
        .owl-carousel .owl-dot span {
            background: #dee2e6;
            width: 12px;
            height: 12px;
            margin: 0 5px;
        }
        
        .owl-carousel .owl-dot.active span {
            background: var(--bashkir-red);
        }
        
        .owl-carousel .owl-nav {
            margin-top: 20px;
        }
        
        .owl-carousel .owl-nav button {
            background: var(--bashkir-red) !important;
            color: white !important;
            width: 45px;
            height: 45px;
            border-radius: 50% !important;
            font-size: 1.2rem !important;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(255, 63, 71, 0.3);
        }
        
        .owl-carousel .owl-nav button:hover {
            background: rgb(200, 50, 56) !important;
            transform: scale(1.1);
        }
        
        .owl-carousel .owl-nav button.owl-prev {
            margin-right: 15px;
        }
        
         /* Filter Section */
        .filter-section {
            background: white;
            border-radius: 12px;
            padding: 25px;
            margin-bottom: 40px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        }
        
        .filter-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .filter-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--dark-bg);
        }
        
        .filter-title i {
            color: var(--bashkir-red);
            margin-right: 8px;
        }
        
        .filter-results {
            font-size: 0.9rem;
            color: #6c757d;
            background: #f8f9fa;
            padding: 8px 15px;
            border-radius: 20px;
        }
        
        .filter-results span {
            font-weight: 700;
            color: var(--bashkir-red);
        }
        
        .filter-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }
        
        .filter-tag {
            padding: 10px 25px;
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 25px;
            font-size: 0.95rem;
            color: #6c757d;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .filter-tag:hover {
            border-color: var(--bashkir-red);
            color: var(--bashkir-red);
        }
        
        .filter-tag.active {
            background: var(--bashkir-red);
            border-color: var(--bashkir-red);
            color: white;
        }
        
        .filter-tag .count {
            background: rgba(0,0,0,0.1);
            padding: 2px 10px;
            border-radius: 10px;
            font-size: 0.8rem;
            margin-left: 8px;
        }
        
        .filter-tag.active .count {
            background: rgba(255,255,255,0.3);
        }
        
        /* Clear Filters Button */
        .clear-filters {
            background: transparent;
            border: 2px dashed var(--bashkir-red);
            color: var(--bashkir-red);
            padding: 8px 20px;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        
        .clear-filters:hover {
            background: var(--bashkir-red);
            color: white;
        }
        
        /* Product Grid */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }
        
        @media (max-width: 992px) {
            .product-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .product-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* Product Card */
        .product-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #e9ecef;
            animation: fadeIn 0.5s ease;
        }
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .product-card.hidden {
            display: none;
        }
        
        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
        
        .product-image {
            position: relative;
            overflow: hidden;
            height: 280px;
            background: #f8f9fa;
        }
        
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .product-card:hover .product-image img {
            transform: scale(1.08);
        }
        
        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--bashkir-red);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        .product-favorite {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .product-favorite:hover {
            background: var(--bashkir-red);
            color: white;
        }
        
        .product-favorite i {
            font-size: 1.1rem;
            color: #6c757d;
            transition: color 0.3s;
        }
        
        .product-favorite:hover i {
            color: white;
        }
        
        .product-info {
            padding: 25px;
        }
        
        .product-category {
            font-size: 0.8rem;
            color: var(--bashkir-red);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
        
        .product-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 10px;
            line-height: 1.4;
        }
        
        .product-description {
            font-size: 0.9rem;
            color: #6c757d;
            margin-bottom: 15px;
            line-height: 1.6;
        }
        
        .product-master {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e9ecef;
        }
        
        .product-master-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            margin-right: 12px;
        }
        
        .product-master-info {
            flex: 1;
        }
        
        .product-master-name {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--dark-bg);
        }
        
        .product-master-region {
            font-size: 0.75rem;
            color: #6c757d;
        }
        
        .product-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .product-technique {
            font-size: 0.8rem;
            color: #6c757d;
            background: #f8f9fa;
            padding: 5px 10px;
            border-radius: 4px;
        }
        
        .product-technique i {
            margin-right: 5px;
            color: var(--bashkir-red);
        }
        
        .product-action {
            display: flex;
            gap: 10px;
        }
        
        .product-btn {
            flex: 1;
            padding: 12px 15px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        
        .product-btn i {
            margin-right: 8px;
        }
        
        .product-btn-primary {
            background: var(--bashkir-red);
            color: white;
            border: 2px solid var(--bashkir-red);
        }
        
        .product-btn-primary:hover {
            background: rgb(200, 50, 56);
            border-color: rgb(200, 50, 56);
            color: white;
        }
        
        .product-btn-outline {
            background: transparent;
            color: var(--dark-bg);
            border: 2px solid #dee2e6;
        }
        
        .product-btn-outline:hover {
            border-color: var(--dark-bg);
            color: var(--dark-bg);
        }
        
        /* No Results Message */
        .no-results {
            text-align: center;
            padding: 60px 20px;
            display: none;
        }
        
        .no-results i {
            font-size: 4rem;
            color: #dee2e6;
            margin-bottom: 20px;
        }
        
        .no-results h3 {
            color: var(--dark-bg);
            margin-bottom: 10px;
        }
        
        .no-results p {
            color: #6c757d;
            margin-bottom: 20px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .section-title h2 {
                font-size: 1.5rem;
            }
            
            .product-image {
                height: 220px;
            }
            
            .product-action {
                flex-direction: column;
            }
            
            .filter-header {
                flex-direction: column;
                align-items: flex-start;
                text-align: center;
            }
            
            .filter-header > * {
                width: 100%;
                text-align: center;
            }
        }
		
		        /* Product Page */
        .product-page {
            padding: 40px 0;
        }
        :root{--vk:#0077FF;--accent:#ff3f47;--dark:#2c3e50;--gray:#6c757d;--light:#f8f9fa}
body{font-family:'Roboto',sans-serif;background:var(--light);color:#333}
.shop-container{max-width:1400px;margin:0 auto;padding:20px 15px}

/* Header */
.page-header{text-align:center;padding:30px 20px;background:#fff;border-radius:12px;margin-bottom:20px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.page-header h1{color:var(--dark);font-size:2rem;margin:0 0 10px;display:flex;align-items:center;justify-content:center;gap:10px}
.page-header h1 i{color:var(--vk)}
.page-header p{color:var(--gray);margin:0;max-width:700px;margin-left:auto;margin-right:auto}

/* Toolbar */
.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:15px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.btn-filter-toggle{display:flex;align-items:center;gap:8px;padding:12px 20px;background:var(--accent);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}
.btn-filter-toggle:hover{background:#e0353d;transform:translateY(-2px)}
.btn-filter-toggle i{font-size:1.1rem}
.filter-badge{background:rgba(255,255,255,.3);padding:2px 10px;border-radius:12px;font-size:.8rem}
.toolbar-right{display:flex;align-items:center;gap:15px}
.results-count{font-size:.95rem;color:var(--gray)}
.results-count strong{color:var(--accent)}
.sort-dropdown{padding:10px 15px;border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;cursor:pointer;background:#fff}

/* === SLIDE-OUT FILTER PANEL === */
.filter-panel-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:998;display:none;opacity:0;transition:opacity .3s}
.filter-panel-overlay.show{display:block;opacity:1}

.filter-panel{
    position:fixed;
    top:0;
    left:-400px;
    width:360px;
    max-width:90vw;
    height:100vh;
    background:#fff;
    z-index:999;
    box-shadow:4px 0 20px rgba(0,0,0,.15);
    transition:left .3s ease;
    display:flex;
    flex-direction:column;
}

.filter-panel.open{left:0}

.filter-panel-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 25px;
    border-bottom:1px solid #e9ecef;
    background:#fff;
}

.filter-panel-header h3{margin:0;font-size:1.2rem;color:var(--dark);display:flex;align-items:center;gap:10px}
.filter-panel-header h3 i{color:var(--accent)}

.btn-close{
    background:none;
    border:none;
    font-size:1.5rem;
    color:var(--gray);
    cursor:pointer;
    padding:5px;
    transition:color .3s;
}

.btn-close:hover{color:var(--accent)}

.filter-panel-content{
    flex:1;
    overflow-y:auto;
    padding:20px 25px;
}

.filter-block{
    margin-bottom:25px;
    padding-bottom:20px;
    border-bottom:1px solid #e9ecef;
}

.filter-block:last-child{
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.filter-block-title{
    font-size:1rem;
    font-weight:700;
    color:var(--dark);
    margin-bottom:15px;
}

.filter-options{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.filter-option{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    padding:8px;
    border-radius:6px;
    transition:background .2s;
}

.filter-option:hover{background:var(--light)}

.filter-option input[type="checkbox"]{
    width:18px;
    height:18px;
    cursor:pointer;
    accent-color:var(--accent);
}

.filter-option span{
    flex:1;
    font-size:.95rem;
    cursor:pointer;
}

.filter-count{
    color:var(--gray);
    font-size:.85rem;
}

.badge{
    display:inline-block;
    padding:2px 8px;
    border-radius:12px;
    font-size:.7rem;
    font-weight:600;
    text-transform:uppercase;
    margin-right:5px;
}

.badge-exclusive{background:var(--accent);color:#fff}
.badge-new{background:var(--vk);color:#fff}

.filter-panel-footer{
    padding:20px 25px;
    border-top:1px solid #e9ecef;
    background:#fff;
    display:flex;
    gap:10px;
}

.btn{
    flex:1;
    padding:12px;
    border:none;
    border-radius:8px;
    font-weight:600;
    cursor:pointer;
    transition:all .3s;
    font-size:.95rem;
}

.btn-primary{background:var(--accent);color:#fff}
.btn-primary:hover{background:#e0353d}
.btn-secondary{background:var(--light);color:var(--dark);border:2px solid #e9ecef}
.btn-secondary:hover{background:#e9ecef}

/* Products */
.products-section{background:#fff;border-radius:12px;padding:25px;box-shadow:0 4px 15px rgba(0,0,0,.08)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}
@media(max-width:1200px){.products-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.products-grid{grid-template-columns:1fr}}

/* Card */
.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:all .3s;border:1px solid #e9ecef}
.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px rgba(0,0,0,.15)}
.product-image{position:relative;height:280px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);overflow:hidden}
.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.product-card:hover .product-image img{transform:scale(1.08)}
.product-badge{position:absolute;top:15px;left:15px;background:var(--accent);color:#fff;padding:5px 12px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase}
.product-favorite{position:absolute;top:15px;right:15px;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.product-favorite:hover{background:var(--accent);color:#fff}
.product-info{padding:25px}
.product-title{font-size:1.2rem;font-weight:700;color:var(--dark);margin-bottom:10px;line-height:1.4}
.product-title a{color:inherit;text-decoration:none}
.product-title a:hover{color:var(--accent)}
.product-description{font-size:.9rem;color:var(--gray);margin-bottom:15px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-master{display:flex;align-items:center;margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #e9ecef}
.product-master-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--vk));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-right:12px}
.product-master-info{flex:1}
.product-master-name{font-size:.9rem;font-weight:600;color:var(--dark)}
.product-master-region{font-size:.75rem;color:var(--gray)}
.product-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}
.product-meta-item{font-size:.8rem;color:var(--gray);background:#f8f9fa;padding:5px 10px;border-radius:4px}
.product-meta-item i{margin-right:5px;color:var(--accent)}
.product-action{display:flex;gap:10px}
.product-btn{flex:1;padding:12px 15px;border-radius:8px;font-weight:600;font-size:.9rem;text-align:center;transition:all .3s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.product-btn i{margin-right:8px}
.product-btn-primary{background:var(--accent);color:#fff;border:2px solid var(--accent)}
.product-btn-primary:hover{background:#e0353d;border-color:#e0353d;color:#fff}

/* No Results */
#noResults{text-align:center;padding:60px 20px;display:none}
#noResults i{font-size:3rem;color:var(--gray);margin-bottom:15px}
.ajax-loading{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,.95);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    z-index:1000;
}

.spinner{
    width:50px;
    height:50px;
    border:4px solid #e9ecef;
    border-top-color:rgb(255, 63, 71);
    border-radius:50%;
    animation:spin 1s linear infinite;
    margin-bottom:15px;
}

@keyframes spin{
    to{transform:rotate(360deg)}
}

.ajax-loading p{
    color:#2c3e50;
    font-weight:600;
    font-size:1rem;
}

/* Pagination */
.pagination{margin-top:40px;display:flex;justify-content:center;gap:8px}
.page-link{padding:10px 16px;border:2px solid #e9ecef;border-radius:8px;text-decoration:none;color:var(--dark);font-weight:600;transition:all .3s}
.page-link:hover,.page-link.active{background:var(--accent);border-color:var(--accent);color:#fff}
        /* Product Gallery */
        .product-gallery {
            background: white;
            border-radius: 12px;
            padding: 20px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 30px;
        }
        
        .main-image {
            position: relative;
            border-radius: 8px;
            overflow: hidden;
            background: #f8f9fa;
			margin: 5px 20px 10px 20px;
        }
        
        .main-image img {
            width: 100%;
            height: auto;
            object-fit: cover;
            cursor: zoom-in;
            transition: transform 0.3s;
        }
        
        .main-image img:hover {
            transform: scale(1.05);
        }
        
        .image-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--bashkir-red);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        .thumbnail-gallery {
            display: flex;
            gap: 10px;
            overflow-x: auto;
			margin: 10px 15px;
        }
        .astroid-component-section {padding:0 !important}
        .thumbnail {
            width: 100px;
            height: 100px;
            border-radius: 8px;
            overflow: hidden;
            cursor: pointer;
            border: 2px solid transparent;
            transition: all 0.3s;
            flex-shrink: 0;
        }
        
        .thumbnail:hover,
        .thumbnail.active {
            border-color: var(--bashkir-red);
        }
        
        .thumbnail img {
            width: 100%;
            height: 100% !important;
            object-fit: cover;
        }
        
        /* Product Info */
        .product-info-card {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 30px;
        }
        
        .product-category {
            font-size: 0.85rem;
            color: var(--bashkir-red);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
        }
        
        .product-title {
            font-size: 2rem;
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 15px;
            line-height: 1.3;
        }
        
        .blog-product-master-info {
            flex: 1;position:relative;height:80px;
        }
        .blog-product-master-info ul li {list-style-type: none;}
        .master-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 1.2rem;
            margin-right: 15px;
        }
        
        .master-details h4 {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--dark-bg);
            margin: 0;
        }
        
        .master-details p {
            font-size: 0.9rem;
            color: #6c757d;
            margin: 5px 0 0;
        }
        
        .master-details a {
            color: var(--bashkir-red);
            text-decoration: none;
            font-size: 0.85rem;
        }
        
        .master-details a:hover {
            text-decoration: underline;
        }
        
        .product-description {
            margin-bottom: 25px;
        }
        
        .description-section {
            margin-bottom: 20px;
        }
        
        .description-section h5 {
            font-size: 1rem;
            font-weight: 600;
            color: var(--dark-bg);
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .description-section p {
            color: #495057;
            line-height: 1.8;
            text-align: justify;
        }
        
        /* Product Specifications */
        .product-specs {
            background: #fff;
            border-radius: 8px;
            margin-bottom: 25px;
        }
		.product-specs .wrap {padding: 20px;}
        
        .spec-item {
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
            border-bottom: 1px solid #e9ecef;
        }
        
        .spec-item:last-child {
            border-bottom: none;
        }
        
        .spec-label {
            font-weight: 600;
            color: var(--dark-bg);
        }
        
        .spec-value {
            color: #6c757d;
        }
        
        /* Product Tags */
        .product-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 25px;
        }
        
        .product-tag {
            background: #e3f2fd;
            color: #0d47a1;
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
        }
        
        .product-tag i {
            margin-right: 5px;
            color: var(--bashkir-red);
        }
        
        /* Action Buttons */
        .product-actions {
            display: flex;
            flex-direction: column;
            gap: 15px;
            margin-bottom: 25px;
        }
        
        .btn-action {
            padding: 12px 15px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
	line-height: 0.85rem;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
        }
        
        .btn-action i {
            margin-right: 10px;
        }
        
        .btn-primary-action {
            background: var(--bashkir-red);
            color: white;
            box-shadow: 0 4px 15px rgba(255, 63, 71, 0.3);
        }
        
        .btn-primary-action:hover {
            background: rgb(200, 50, 56);
            color: white;
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(255, 63, 71, 0.4);
        }
        
        .btn-secondary-action {
            background: white;
            color: var(--dark-bg);
            border: 2px solid #dee2e6;
        }
        
        .btn-secondary-action:hover {
            border-color: var(--dark-bg);
            color: var(--dark-bg);
            transform: translateY(-3px);
        }
        
        .btn-outline-action {
            background: transparent;
            color: var(--bashkir-red);
            border: 2px solid var(--bashkir-red);
        }
        
        .btn-outline-action:hover {
            background: var(--bashkir-red);
            color: white;
            transform: translateY(-3px);
        }
        
        /* Share Buttons */
        .share-section {
            padding-top: 20px;
            border-top: 1px solid #e9ecef;
        }
        
        .share-label {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--dark-bg);
            margin-bottom: 10px;
        }
        
        .share-buttons {
            display: flex;
            gap: 10px;
        }
        
        .share-btn {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.2rem;
            transition: all 0.3s;
            text-decoration: none;
        }
        
        .share-btn.vk {
            background: #0077FF;
        }
        
        .share-btn.max {
            background: #000000;
        }
        
        .share-btn.telegram {
            background: #0088cc;
        }
        
        .share-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        }
        
        /* Similar Products */
        .similar-products {
            margin-top: 60px;
        }
        
        .section-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #e9ecef;
        }
        
        .section-title span {
            color: var(--bashkir-red);
        }
        
        .product-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s;
            height: 100%;
            border: 1px solid #e9ecef;
        }
        
        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
        
        .product-card-image {
            position: relative;
            overflow: hidden;
            height: 250px;
            background: #f8f9fa;
        }
        
        .product-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .product-card:hover .product-card-image img {
            transform: scale(1.08);
        }
        
        .product-card-info {
            padding: 20px;
        }
        
        .product-card-category {
            font-size: 0.75rem;
            color: var(--bashkir-red);
            font-weight: 600;
            text-transform: uppercase;
            margin-bottom: 5px;
        }
        
        .product-card-title {
            font-size: 1rem;
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 10px;
            line-height: 1.4;
        }
        
        .product-card-master {
            font-size: 0.85rem;
            color: #6c757d;
            margin-bottom: 15px;
        }
        
        .product-card-master i {
            color: var(--bashkir-red);
            margin-right: 5px;
        }
        
        .btn-view {
            width: 100%;
            padding: 10px;
            background: var(--bashkir-red);
            color: white;
            border: none;
            border-radius: 6px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-view:hover {
            background: rgb(200, 50, 56);
            color: white;
        }
        
        /* Footer */
        .footer {
            background-color: var(--dark-bg);
            color: white;
            padding: 50px 0 20px;
            margin-top: 60px;
        }
        
        .footer h5 {
            color: var(--bashkir-red);
            margin-bottom: 20px;
            font-weight: 600;
        }
        
        .footer a {
            color: #adb5bd;
            text-decoration: none;
        }
        
        .footer a:hover {
            color: var(--bashkir-red);
        }
        
        .footer-bottom {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 20px;
            margin-top: 30px;
            text-align: center;
            font-size: 0.85rem;
            color: #adb5bd;
        }
        
        /* Modal */
        .modal-header {
            border-bottom: 2px solid var(--bashkir-red);
        }
        
        .modal-title {
            color: var(--dark-bg);
        }
        
        .modal-title i {
            color: var(--bashkir-red);
            margin-right: 8px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .product-title {
                font-size: 1.5rem;
            }
            
            .main-image img {
                height: 350px;
            }
            
            .product-actions {
                margin-top: 20px;
            }
        }
		/* Page Header */
		#books .page-header, #mastera .page-header  {
            background: transparent;
            color: #000;
            padding:  0;
            margin-bottom: 40px;
        }
        .page-header {
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            color: white;
            padding: 50px 0;
            margin-bottom: 40px;
        }
        
        .page-header h1 {
            font-size: 2.5rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .page-header p {
            font-size: 1.1rem;
            opacity: 0.9;
        }
        
        /* Filter Section */
        .filter-section {
            background: white;
            border-radius: 12px;
            padding: 30px;
            margin-bottom: 40px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
        }
        
        .filter-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            flex-wrap: wrap;
            gap: 15px;
        }
        
        .filter-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--dark-bg);
        }
        
        .filter-title i {
            color: var(--bashkir-red);
            margin-right: 8px;
        }
        
        .filter-results {
            font-size: 0.9rem;
            color: #6c757d;
            background: #f8f9fa;
            padding: 8px 15px;
            border-radius: 20px;
        }
        
        .filter-results span {
            font-weight: 700;
            color: var(--bashkir-red);
        }
        
        .filter-group {
            margin-bottom: 25px;
        }
        
        .filter-group:last-child {
            margin-bottom: 0;
        }
        
        .filter-group-label {
            font-size: 0.9rem;
            font-weight: 600;
            color: var(--dark-bg);
            margin-bottom: 15px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .filter-group-label i {
            color: var(--bashkir-red);
            margin-right: 5px;
        }
        
        .filter-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-tag {
            padding: 10px 20px;
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 25px;
            font-size: 0.9rem;
            color: #6c757d;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .filter-tag:hover {
            border-color: var(--bashkir-red);
            color: var(--bashkir-red);
        }
        
        .filter-tag.active {
            background: var(--bashkir-red);
            border-color: var(--bashkir-red);
            color: white;
        }
        
        .filter-tag .count {
            background: rgba(0,0,0,0.1);
            padding: 2px 10px;
            border-radius: 10px;
            font-size: 0.75rem;
            margin-left: 8px;
        }
        
        .filter-tag.active .count {
            background: rgba(255,255,255,0.3);
        }
        
        .clear-filters {
            background: transparent;
            border: 2px dashed var(--bashkir-red);
            color: var(--bashkir-red);
            padding: 8px 20px;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        
        .clear-filters:hover {
            background: var(--bashkir-red);
            color: white;
        }
        
        /* Product Grid */
        .product-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }
        
        @media (max-width: 992px) {
            .product-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 576px) {
            .product-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* Product Card */
        .product-card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            height: 100%;
            border: 1px solid #e9ecef;
            animation: fadeIn 0.5s ease;
			    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: white;
    background-clip: border-box;
        }
		
.article-wraper-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent !important;
    background-clip: border-box;
    border: 0px !important;
    border-radius: 0 !important
}
        
        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        .product-card.hidden {
            display: none;
        }
        
        .product-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }
        
        .product-image {
            position: relative;
            overflow: hidden;
            height: 280px;
            background: #f8f9fa;
        }
        
        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        
        .product-card:hover .product-image img {
            transform: scale(1.08);
        }
        
        .product-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background: var(--bashkir-red);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        .product-favorite {
            position: absolute;
            top: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }
        
        .product-favorite:hover {
            background: var(--bashkir-red);
            color: white;
        }
        
        .product-favorite i {
            font-size: 1.1rem;
            color: #6c757d;
        }
        
        .product-favorite:hover i {
            color: white;
        }
        
        .product-info {
            padding: 25px;
        }
        
        .product-category {
            font-size: 0.8rem;
            color: var(--bashkir-red);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 8px;
        }
        
        .product-title {
            font-size: 1.15rem;
            font-weight: 700;
            color: var(--dark-bg);
            margin-bottom: 10px;
            line-height: 1.4;
            height: 50px;
            overflow: hidden;
        }
        
        .product-description {
            font-size: 0.85rem;
            color: #6c757d;
            margin-bottom: 15px;
            line-height: 1.6;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        
        .product-master {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid #e9ecef;
        }
        
        .product-master-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            margin-right: 12px;
        }
        
        .product-master-info {
            flex: 1;
        }
		 
		.form-master-name,.master-details {position: relative;top: -28px;left: 20px;}
		.form-master-name ul, ..master-details ul {display:inline-flex;flex: 1;}
		.form-master-name ul li, .master-details ul li {display:inline-flex}
        
        .blog-product-master-name {
    font-size: 0.9rem;
    line-height: 12px;
    height: 50px;
    vertical-align: middle;
    font-weight: 600;
    color: var(--dark-bg);
    text-decoration: none;
    position: relative;
    left: 0px;
    top: 25px;
}
        
        .blog-product-master-name:hover {
            color: var(--bashkir-red);
        }
        
        .product-master-region {
            font-size: 0.75rem;
            color: #6c757d;
			position: relative;
			top: -15px;
        }
        
        .product-meta {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            flex-wrap: wrap;
            gap: 8px;
        }
        
        .product-technique {
            font-size: 0.75rem;
            color: #6c757d;
            background: #f8f9fa;
            padding: 5px 10px;
            border-radius: 4px;
        }
        
        .product-technique i {
            margin-right: 5px;
            color: var(--bashkir-red);
        }
        
        .product-size {
            font-size: 0.75rem;
            color: #6c757d;
            background: #f8f9fa;
            padding: 5px 10px;
            border-radius: 4px;
        }
        
        .product-size i {
            margin-right: 5px;
            color: var(--bashkir-blue);
        }
        
        .product-action {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        
        .product-btn {
            width: 100%;
            padding: 12px 15px;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.9rem;
            text-align: center;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: none;
            cursor: pointer;
        }
        
        .product-btn i {
            margin-right: 8px;
        }
        
        .product-btn-primary {
            background: var(--bashkir-red);
            color: white;
            border: 2px solid var(--bashkir-red);
        }
        
        .product-btn-primary:hover {
            background: rgb(200, 50, 56);
            border-color: rgb(200, 50, 56);
            color: white;
        }
        
        .product-btn-outline {
            background: transparent;
            color: var(--dark-bg);
            border: 2px solid #dee2e6;
        }
        
        .product-btn-outline:hover {
            border-color: var(--dark-bg);
            color: var(--dark-bg);
        }
        
        /* No Results Message */
        .no-results {
            text-align: center;
            padding: 60px 20px;
            display: none;
        }
        
        .no-results i {
            font-size: 4rem;
            color: #dee2e6;
            margin-bottom: 20px;
        }
        
        .no-results h3 {
            color: var(--dark-bg);
            margin-bottom: 10px;
        }
        
        .no-results p {
            color: #6c757d;
            margin-bottom: 20px;
        }
		.shop .astroid-component-section {padding:0 !important}
		
		 /* ===========================================
           FAVORITES BLOCK - 4 кнопки как в задании
           =========================================== */
        .favorites-block {
            background: linear-gradient(135deg, #f8f9fa, #ffffff);
            border: 2px solid #e9ecef;
            border-radius: 10px;
            padding: 20px;
            margin-top: 20px;
        }
        
        .favorites-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #dee2e6;
        }
        
        .favorites-title {
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--dark-bg);
            margin: 0;
        }
        
        .favorites-title i {
            color: var(--bashkir-red);
            margin-right: 8px;
        }
        
        .favorites-count {
            background: var(--bashkir-red);
            color: white;
            padding: 3px 10px;
            border-radius: 12px;
            font-size: 0.75rem;
            font-weight: 700;
        }
        
        /* Favorites Buttons Grid */
        .favorites-buttons {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
        }
        
        @media (max-width: 576px) {
            .favorites-buttons {
                grid-template-columns: 1fr;
            }
        }
        
        .fav-btn {
            padding: 12px 15px !important;
			line-height: 0.85rem;
            border-radius: 8px;
            font-weight: 600;
            font-size: 0.85rem;
            text-align: center;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }
		.myshortlist .clearbutton
        {width:100%}
		.myshortlist_button_wrapper {margin-bottom:60px;}
		.myshortlist.sendbutton {
    padding: 0 !important;
    position: relative;
    top: -25px;
	float:none;
}
.product-favorite .myshortlist.sendbutton {
    padding: 0 !important;
    position: relative;
    top: 0px;
    float: none;
    display: none;
}
#myshortlist_item .myshortlist_clr {
	margin-bottom:30px
}
        .fav-btn i {
            margin-right: 8px;
            font-size: 1rem;
        }
        
        /* Button 1: Add/Remove Favorite */
        .btn-add-favorite {
            background: white;
            color: var(--bashkir-red);
            border: 2px solid var(--bashkir-red);
        }
        
        .btn-add-favorite:hover {
            background: var(--bashkir-red);
            color: white;
        }
        
        .btn-add-favorite.active {
            background: var(--bashkir-red);
            color: white;
            border-color: var(--bashkir-red);
        }
        
        .btn-add-favorite.active i::before {
            content: '\f004'; /* fas fa-heart */
        }
        
        /* Button 2: View List */
        .btn-view-list {
            background: var(--bashkir-blue);
            color: white;
        }
        
        .btn-view-list:hover {
            background: #0052a3;
            color: white;
        }
        
        .btn-view-list:disabled {
            background: #6c757d;
            cursor: not-allowed;
            opacity: 0.6;
        }
        
        /* Button 3: Clear List */
        .btn-clear-list {
            background: white;
            color: var(--warning-yellow);
            border: 2px solid var(--warning-yellow);
        }
        
        .btn-clear-list:hover {
            background: var(--warning-yellow);
            color: white;
        }
        
        .btn-clear-list:disabled {
            border-color: #dee2e6;
            color: #6c757d;
            cursor: not-allowed;
            opacity: 0.5;
        }
        
        /* Button 4: Send Request */
        .btn-send-request {
            background: var(--bashkir-red);
            color: white;
            grid-column: 1 / -1;
            padding: 14px 20px;
            font-size: 0.95rem;
        }
        
        .btn-send-request:hover {
            background: rgb(200, 50, 56);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 15px rgba(255, 63, 71, 0.4);
        }
		.myshortlist .pagebutton {position: relative;margin-top: -60px;left: 220px;top:-42px}
		@media (max-width: 767px) {
  /* стили для xs-устройств */
          .btn-view-list {
            background: var(--bashkir-blue);
            color: white;
        }
		        .btn-add-favorite {
            background: white;
            color: var(--bashkir-red);
            border: 2px solid var(--bashkir-red);
        }
		.myshortlist_button_wrapper {
    margin-bottom: 90px;
}
    .myshortlist .pagebutton {
        position: relative;
        left: 0px;
        top: 0px;
    }
	.myshortlist.sendbutton {
    margin-bottom: 30px;
    padding: 0 !important;
    position: relative;
    top: 25px;
    float: none;
}
.fav-btn {width:100%}
        
}
@media (min-width: 768px) and (max-width: 991px) {
  /* стили для sm-устройств */
          .btn-view-list {
            background: var(--bashkir-blue);
            color: white;
        }
		        .btn-add-favorite {
            background: white;
            color: var(--bashkir-red);
            border: 2px solid var(--bashkir-red);
        }
		.myshortlist_button_wrapper {
    margin-bottom: 90px;
}
    .myshortlist .pagebutton {
        position: relative;
        left: 0px;
        top: 0px;
    }
	.myshortlist.sendbutton {
    margin-bottom: 30px;
    padding: 0 !important;
    position: relative;
    top: 25px;
    float: none;
}
.fav-btn {width:100%}
        
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* стили для md-устройств */
          .btn-view-list {
            background: var(--bashkir-blue);
            color: white;
        }
		        .btn-add-favorite {
            background: white;
            color: var(--bashkir-red);
            border: 2px solid var(--bashkir-red);
        }
        
}
        #lightSlider {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#lightSlider  li.thumbnail {
    display: block;
    float: left;
    cursor:pointer;
}
#lightSlider li.thumbnail img {
display: block;
    height: auto;
}

.lSSlideOuter .lSPager.lSGallery li {
    opacity: 0.5;
}

.lSSlideOuter .lSPager.lSGallery li.active {
    opacity: 1;
}

lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}

lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: 64px;
    max-width: 100%;
}
.myshortlist_item_title h4 {font-size:18px;}
.izb_mode .fa-heart {color:#fff}
.izb_mode .myshortlist_item_title h4 {font-size:12px;}
.myshortlist_item_title .article_category {font-size:14px;font-weight:300}
#myshortlist_item{margin:0 -15px 30px -15px;}
.izb .myshortlist .clearbutton {width:45% !important; margin-top:62px !important}
.izb .myshortlist .sendbutton {width: 45% !important;margin-top: -40px !important;left: 55%;position: relative;}
.izb .btn-send-request {font-size:0.85rem !important}
.myshortlist_add_popup h1, .myshortlist_add_popup h2, .myshortlist_add_popup h3, .myshortlist_add_popup h4 {
    margin-top: 0;
    text-align: center;
    font-size: 1.25rem !important;
}
.myshortlist_list_as_cart {min-width:300px !important;}
.send_list_field label {color:#000}
.myshortlist_box h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #000 !important;
}
.izb_mode .btn-add-favorite {display:none;}
.izb_mode .myshortlist .sendbutton {
    width: 100% !important;
    position: relative;
    left: 0;
    top: -45px;
    margin-bottom: -35px;
}
.izb_mode .btn, .izb_mode div.jd-register-login-wrapper .jd-register-login-box .jd-button-control .jd-form-button {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    font-size: 0.75rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.izb_mode .myshortlist_item_right {
    float: right;
    position: relative;
    top: -5px;
}
.izb_mode .myshortlist_text_wrapper {
    display: flex;
    justify-content: space-between;
    line-height: 12px;
}
.izb_mode #myshortlist_item {margin:0 !important}
.izb_mode .myshortlist_item_image {display:none}
.sup-img-wrap {height: 300px;
    max-height: 300px !important;
}

.catalog .sppb-image-holder {border-radius:12px !important;}
.product-master-info {
    display: flex;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid rgb(255, 63, 71);
    gap: 15px;
}

.product-master-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    border: 2px solid white;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.product-master-avatar:hover {
    transform: scale(1.05);
}

.master-details {
    flex: 1;
}

.master-details h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.master-details h4 a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.master-details h4 a:hover {
    color: rgb(255, 63, 71);
}

.master-details p {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
}

.master-details i {
    color: rgb(255, 63, 71);
    margin-right: 5px;
}

#tovar .master-details {
    flex: 1;
    position: relative;
    top: 0px;
}

p.counter {height:2.3rem;line-height:2.3rem;margin-right:20px}
.useful_info .page-header {
    background: none !important;
    color: white;
    padding: 0 !important;
    margin-bottom: 40px;
}

.useful_info .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0 !important;
}

/* Blog Post Card - Полезная информация */
.blog-post {
    background: white;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid rgb(255, 63, 71);
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.blog-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.blog-post-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.3;
}

.blog-post-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.blog-post-title a:hover {
    color: rgb(255, 63, 71);
}

.blog-post-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.blog-post-meta i {
    margin-right: 5px;
    color: rgb(255, 63, 71);
}

.blog-post-meta span {
    display: flex;
    align-items: center;
}

.blog-post-intro {
    font-size: 1rem;
    line-height: 1.7;
    color: #495057;
    margin-bottom: 20px;
    text-align: justify;
}

.blog-post-readmore {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    background: rgb(255, 63, 71);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.blog-post-readmore:hover {
    background: rgb(200, 50, 56);
    color: white;
    transform: translateX(5px);
}

.blog-post-readmore i {
    margin-left: 8px;
    transition: transform 0.3s;
}

.blog-post-readmore:hover i {
    transform: translateX(5px);
}

/* Адаптивность */
@media (max-width: 768px) {
    .blog-post {
        padding: 20px;
    }
    
    .blog-post-title {
        font-size: 1.3rem;
    }
    
    .blog-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}
.useful_info .item-title {margin-bottom:30px}
/* ===========================================
   FOOTER MENU - Селтәр style
   =========================================== */

/* Заголовок модуля (выводится ДО меню) */
.footer-module-title,
.module-title,
.mod-menu__title {
    color: rgb(255, 63, 71);
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(255, 63, 71);
    display: block;
}

/* Список меню */
.footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Элементы меню */
.footer-menu-list > li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}

/* Декоративный маркер › */
.footer-menu-list > li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;
    color: rgb(255, 63, 71);
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
}

/* Ссылки */
.footer-menu-list a {
    color: #adb5bd;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 0.95rem;
    line-height: 1.4;
}

/* Hover-эффект */
.footer-menu-list a:hover {
    color: rgb(255, 63, 71);
    transform: translateX(5px);
}

/* Активный пункт */
.footer-menu-list li.active > a,
.footer-menu-list li.current > a {
    color: rgb(255, 63, 71);
    font-weight: 600;
}

/* Вложенные меню */
.footer-menu-child {
    list-style: none;
    padding-left: 25px;
    margin-top: 8px;
}

.footer-menu-child li {
    margin-bottom: 8px;
    padding-left: 8px;
}

.footer-menu-child li::before {
    content: '•';
    color: #adb5bd;
    font-size: 1.3rem;
    position: absolute;
    left: -15px;
}

.footer-menu-child a:hover {
    color: rgb(255, 63, 71);
    transform: translateX(3px);
}

/* Разделители */
.footer-menu-separator {
    display: block;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin: 15px 0;
    padding-left: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.footer-menu-separator::before {
    content: none;
}

/* Заголовки внутри меню */
.footer-menu-heading {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    display: block;
    margin: 10px 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .footer-menu-list > li {
        margin-bottom: 10px;
    }
    
    .footer-menu-list a:hover {
        transform: translateX(3px);
    }
}
/* Literature Card */
.literature-card {
    background: white;
    border-radius: 12px;
    padding: 25px 30px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    display: flex;
    gap: 25px;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-left: 4px solid rgb(255, 63, 71);
}

.literature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.literature-cover {
    flex-shrink: 0;
    width: 140px;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: relative;
    background: #f8f9fa;
}

.literature-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.literature-cover-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(255, 63, 71), #0066cc);
    color: white;
    font-size: 3rem;
}

.literature-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgb(255, 63, 71);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.literature-content {
    flex: 1;
    min-width: 0;
}

.literature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.literature-title a {
    color: inherit;
    text-decoration: none;
}

.literature-title a:hover {
    color: rgb(255, 63, 71);
}

.literature-author {
    font-size: 0.95rem;
    color: #6c757d;
    margin: 0 0 12px 0;
    font-style: italic;
}

.literature-author i {
    color: rgb(255, 63, 71);
    margin-right: 5px;
}

.literature-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e9ecef;
}

.literature-meta-item {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 5px;
}

.literature-meta-item i {
    color: #0066cc;
}

.literature-description {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #495057;
    margin: 0 0 20px 0;
}

.literature-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.literature-tag {
    background: #e3f2fd;
    color: #0d47a1;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
}

.literature-tag i {
    margin-right: 4px;
    color: rgb(255, 63, 71);
}

.literature-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.literature-btn {
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    border: none;
}

.literature-btn-primary {
    background: rgb(255, 63, 71);
    color: white;
}

.literature-btn-primary:hover {
    background: rgb(200, 50, 56);
    color: white;
}

.literature-btn-outline {
    background: transparent;
    color: #2c3e50;
    border: 2px solid #dee2e6;
}

.literature-btn-outline:hover {
    border-color: rgb(255, 63, 71);
    color: rgb(255, 63, 71);
}

/* Адаптивность */
@media (max-width: 768px) {
    .literature-card {
        flex-direction: column;
        padding: 20px;
    }
    
    .literature-cover {
        width: 100%;
        width: 100%;
        max-width: 200px;
        height: 280px;
        margin: 0 auto;
    }
    
    .literature-title {
        text-align: center;
    }
    
    .literature-author {
        text-align: center;
    }
    
    .literature-meta {
        justify-content: center;
    }
    
    .literature-actions {
        justify-content: center;
    }
}
.book-detail-wrapper {margin:30px 0}
.callback-head #wrap-contact-form224 .sscf-popup {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
	color:#ff3f47;
    border: 1px solid #ff3f47;
    border-radius: 5px !important;margin: 0 auto;
}
.callback-head #wrap-contact-form228 .sscf-popup {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
	color:#ff3f47;
    border: 1px solid #ff3f47;
    border-radius: 5px !important;
}
.callback-head #wrap-contact-form224 .sscf-popup:hover, .callback-head #wrap-contact-form224 .sscf-popup:focus, .callback-head #wrap-contact-form228 .sscf-popup:hover, .callback-head #wrap-contact-form228 .sscf-popup:focus  {
	color:#fff;
	border: 1px solid #ff3f47;
    border-radius: 5px !important;
}
#wrap-contact-form224 i, #wrap-contact-form228 i {
    margin-top: -7px !important;
}
#wrap-contact-form229 .sscf-popup {
   background: transparent;
   color: var(--bashkir-red);
   border: 2px solid var(--bashkir-red);
    display: inline-flex;
    align-items: center;
    padding: 12px 25px !important;
    border-radius: 12px !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
        
#wrap-contact-form229 .sscf-popup:hover, #wrap-contact-form229 .sscf-popup:focus {
            background: var(--bashkir-red);
            color: white;
            transform: translateY(-3px);
        }
		
        /* ===========================================
           LONGREAD ARTICLE STYLES
           =========================================== */
        .longread-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Hero Section */
        .article-hero {
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            color: white;
            padding: 80px 0 100px;
            margin-bottom: 60px;
            position: relative;
            overflow: hidden;
        }
        
        .article-hero::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: rgba(255,255,255,0.1);
            border-radius: 50%;
        }
        
        .article-hero h1 {
            font-size: 3rem;
            line-height: 1.2;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
        }
        
        .article-hero .subtitle {
            font-size: 1.3rem;
            font-weight: 300;
            opacity: 0.95;
            max-width: 700px;
            position: relative;
            z-index: 1;
        }
        
        .article-hero .meta {
            margin-top: 30px;
            font-size: 0.95rem;
            opacity: 0.9;
        }
        
        .article-hero .meta i {
            margin-right: 8px;
        }
        
        /* Featured Image */
        .article-featured-image {
            margin: -60px auto 60px;
            position: relative;
            z-index: 10;
        }
        
        .article-featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* Article Content */
        .article-content {
            background: white;
            padding: 60px 40px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            margin-bottom: 60px;
            font-size: 1.1rem;
            line-height: 1.9;
        }
        
        .article-content h2 {
            font-size: 2.2rem;
            color: var(--dark-bg);
            margin: 50px 0 25px;
            padding-bottom: 15px;
            border-bottom: 3px solid var(--bashkir-red);
        }
        
        .article-content h2:first-child {
            margin-top: 0;
        }
        
        .article-content h3 {
            font-size: 1.6rem;
            color: var(--bashkir-red);
            margin: 40px 0 20px;
        }
        
        .article-content p {
            margin-bottom: 25px;
            text-align: justify;
        }
        
        .article-content ul {
            margin-bottom: 25px;
            padding-left: 25px;
        }
        
        .article-content li {
            margin-bottom: 12px;
            padding-left: 10px;
        }
        
        /* Pull Quote */
        .pull-quote {
            background: linear-gradient(135deg, #fff5f5, #ffffff);
            border-left: 5px solid var(--bashkir-red);
            padding: 30px 40px;
            margin: 40px 0;
            border-radius: 0 8px 8px 0;
            font-size: 1.3rem;
            font-style: italic;
            color: var(--dark-bg);
            position: relative;
        }
        
        .pull-quote::before {
            content: '"';
            font-size: 4rem;
            color: var(--bashkir-red);
            opacity: 0.3;
            position: absolute;
            top: -10px;
            left: 20px;
            font-family: 'Playfair Display', serif;
        }
        
        /* Highlight Box */
        .highlight-box {
            background: linear-gradient(135deg, #e3f2fd, #f8f9fa);
            border: 2px solid var(--bashkir-blue);
            border-radius: 12px;
            padding: 30px;
            margin: 40px 0;
        }
        
        .highlight-box h4 {
            color: var(--bashkir-blue);
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        
        .highlight-box ul {
            margin: 0;
            padding-left: 20px;
        }
        
        .highlight-box li {
            margin-bottom: 10px;
        }
        
        /* Image Gallery */
        .image-gallery {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            margin: 40px 0;
        }
        
        .image-gallery img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        
        .image-gallery img:hover {
            transform: translateY(-5px);
        }
        
        .image-gallery.full-width {
            grid-template-columns: 1fr;
        }
        
        .image-gallery.full-width img {
            height: 400px;
        }
        
        /* Section Divider */
        .section-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 50px 0;
            color: var(--bashkir-red);
        }
        
        .section-divider::before,
        .section-divider::after {
            content: '';
            flex: 1;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--bashkir-red), transparent);
            margin: 0 20px;
        }
        
        .section-divider i {
            font-size: 1.5rem;
        }
        
        /* Author Bio */
        .author-bio {
            background: linear-gradient(135deg, #f8f9fa, #ffffff);
            border: 2px solid #e9ecef;
            border-radius: 12px;
            padding: 30px;
            margin-top: 60px;
            display: flex;
            align-items: center;
            gap: 25px;
        }
        
        .author-avatar {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2.5rem;
            font-weight: 700;
            flex-shrink: 0;
        }
        
        .author-info h4 {
            color: var(--dark-bg);
            margin-bottom: 5px;
            font-size: 1.3rem;
        }
        
        .author-info p {
            color: var(--text-gray);
            margin: 0;
            font-size: 0.95rem;
        }
        
        /* Share Buttons */
        .share-section {
            margin-top: 40px;
            padding-top: 30px;
            border-top: 2px solid #e9ecef;
            text-align: center;
        }
        
        .share-section p {
            font-size: 1.1rem;
            color: var(--text-gray);
            margin-bottom: 15px;
        }
        
        .share-buttons {
            display: flex;
            justify-content: center;
            gap: 15px;
        }
        
        .share-btn {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.3rem;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .share-btn.vk { background: #0077FF; }
        .share-btn.telegram { background: #0088cc; }
        .share-btn.max { background: #000000; }
        .share-btn.copy { background: var(--bashkir-red); }
        
        .share-btn:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
        }
        
        /* Reading Progress */
        .reading-progress {
            position: fixed;
            top: 0;
            left: 0;
            height: 4px;
            background: var(--bashkir-red);
            z-index: 9999;
            transition: width 0.1s;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .article-hero h1 {
                font-size: 2rem;
            }
            
            .article-hero .subtitle {
                font-size: 1.1rem;
            }
            
            .article-content {
                padding: 40px 25px;
            }
            
            .article-content h2 {
                font-size: 1.8rem;
            }
            
            .pull-quote {
                font-size: 1.1rem;
                padding: 25px 20px;
            }
            
            .image-gallery {
                grid-template-columns: 1fr;
            }
            
            .author-bio {
                flex-direction: column;
                text-align: center;
            }
        }
		        .faq-container {
            max-width: 1000px;
            margin: 0 auto 60px;
            padding: 0 15px;
        }
        
        /* FAQ Tabs */
        .faq-tabs {
            display: flex;
            justify-content: center;
            gap: 10px;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .faq-tab {
            padding: 12px 25px;
            background: white;
            border: 2px solid #e9ecef;
            border-radius: 25px;
            cursor: pointer;
            font-weight: 500;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .faq-tab i {
            color: var(--bashkir-red);
        }
        
        .faq-tab:hover {
            border-color: var(--bashkir-red);
            color: var(--bashkir-red);
        }
        
        .faq-tab.active {
            background: var(--bashkir-red);
            border-color: var(--bashkir-red);
            color: white;
        }
        
        .faq-tab.active i {
            color: white;
        }
        
        /* Search Box */
        .faq-search {
            max-width: 600px;
            margin: 0 auto 40px;
            position: relative;
        }
        
        .faq-search input {
            width: 100%;
            padding: 15px 50px 15px 20px;
            border: 2px solid #e9ecef;
            border-radius: 30px;
            font-size: 1rem;
            transition: all 0.3s ease;
        }
        
        .faq-search input:focus {
            border-color: var(--bashkir-red);
            outline: none;
            box-shadow: 0 0 0 3px rgba(255, 63, 71, 0.1);
        }
        
        .faq-search i {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-gray);
            font-size: 1.2rem;
        }
        
        /* FAQ Accordion - ИСПРАВЛЕННЫЙ */
        .faq-accordion {
            background: white;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            overflow: hidden;
        }
        
        .accordion-item {
            border-bottom: 1px solid #e9ecef;
            transition: all 0.3s ease;
        }
        
        .accordion-item:last-child {
            border-bottom: none;
        }
        
        .accordion-item.active {
            background: linear-gradient(135deg, #fff5f5, #ffffff);
            border-left: 4px solid var(--bashkir-red);
        }
        
        .accordion-header {
            padding: 20px 25px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
            background: white;
        }
        
        .accordion-header:hover {
            background: #f8f9fa;
        }
        
        .accordion-title {
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--dark-bg);
            margin: 0;
            display: flex;
            align-items: center;
            gap: 12px;
            flex: 1;
        }
        
        .accordion-title i {
            color: var(--bashkir-red);
            font-size: 1.2rem;
        }
        
        .accordion-icon {
            width: 32px;
            height: 32px;
            background: var(--bashkir-red);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
            flex-shrink: 0;
            font-size: 1.2rem;
        }
        
        .accordion-item.active .accordion-icon {
            transform: rotate(45deg);
            background: var(--bashkir-blue);
        }
        
        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease-out;
            background: white;
        }
        
        .accordion-item.active .accordion-content {
            max-height: 1000px;
            transition: max-height 0.5s ease-in;
        }
        
        .accordion-body {
            padding: 0 25px 25px 25px;
            color: var(--text-gray);
            line-height: 1.8;
        }
        
        .accordion-body p {
            margin-bottom: 15px;
        }
        
        .accordion-body ul {
            margin: 10px 0;
            padding-left: 20px;
        }
        
        .accordion-body li {
            margin-bottom: 8px;
        }
        
        .accordion-body a {
            color: var(--bashkir-red);
            text-decoration: none;
            font-weight: 500;
        }
        
        .accordion-body a:hover {
            text-decoration: underline;
        }
        
        .accordion-body strong {
            color: var(--dark-bg);
        }
        
        /* Contact CTA */
        .contact-cta {
            background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
            color: white;
            padding: 50px;
            border-radius: 12px;
            text-align: center;
            margin-top: 60px;
        }
        
        .contact-cta h3 {
            color: white;
            margin-bottom: 15px;
        }
        
        .contact-cta p {
            opacity: 0.95;
            margin-bottom: 25px;
        }
        
        .contact-cta .btn {
            background: white;
            color: var(--bashkir-red);
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            transition: all 0.3s ease;
        }
        
        .contact-cta .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(0,0,0,0.2);
        }
		
		/* ===========================================
   GLOSSARY ACCORDION - Селтәр Style
   =========================================== */

.glossary-accordion-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 15px;
}

/* Header */
.glossary-header {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 3px solid var(--bashkir-red);
}

.glossary-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: var(--dark-bg);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.glossary-title i {
    color: var(--bashkir-red);
}

.glossary-description {
    font-size: 1.1rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Filters */
.glossary-form {
    margin-bottom: 30px;
}

.glossary-filters {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    background: white;
    padding: 20px 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.filter-group,
.limit-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-select,
.limit-group select {
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    background: white;
    min-width: 200px;
    transition: border-color 0.3s;
}

.filter-select:focus,
.limit-group select:focus {
    border-color: var(--bashkir-red);
    outline: none;
}

.search-box {
    position: relative;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-gray);
}

.filter-input {
    padding: 10px 15px 10px 40px;
    border: 2px solid #e9ecef;
    border-radius: 25px;
    font-size: 0.95rem;
    width: 250px;
    transition: all 0.3s;
}

.filter-input:focus {
    border-color: var(--bashkir-red);
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 63, 71, 0.1);
}

.limit-label {
    font-size: 0.9rem;
    color: var(--text-gray);
}

/* Empty State */
.glossary-empty {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.glossary-empty i {
    font-size: 3rem;
    color: var(--bashkir-red);
    margin-bottom: 20px;
    opacity: 0.5;
}

/* Accordion Container */
.glossary-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Accordion Item */
.accordion-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.accordion-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}

/* Accordion Header */
.accordion-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    position: relative;
}

.accordion-header:hover {
    background: linear-gradient(135deg, #fff5f5, #ffffff);
}

.accordion-header.active {
    background: linear-gradient(135deg, #fff5f5, #ffffff);
    border-bottom: 2px solid var(--bashkir-red);
}

/* Letter Badge */
.accordion-letter {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--bashkir-red), var(--bashkir-blue));
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

/* Title */
.accordion-title {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--dark-bg);
    margin: 0;
    line-height: 1.3;
}

/* Meta Info */
.accordion-meta {
    display: flex;
    gap: 15px;
    font-size: 0.85rem;
    color: var(--text-gray);
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-item i {
    color: var(--bashkir-blue);
}

/* Icon */
.accordion-icon {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    background: var(--light-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bashkir-red);
    transition: all 0.3s ease;
}

.accordion-header.active .accordion-icon {
    background: var(--bashkir-red);
    color: white;
    transform: rotate(180deg);
}

/* Accordion Content */
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: white;
}

.accordion-body {
    padding: 25px 30px;
    border-top: 2px solid #f8f9fa;
}

/* Term Content */
.term-content {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.term-content p {
    margin-bottom: 15px;
}

.term-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

/* Actions */
.accordion-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.btn-read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--bashkir-red);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-read-more:hover {
    background: rgb(200, 50, 56);
    color: white;
    transform: translateX(5px);
}

.edit-link a {
    color: var(--bashkir-blue);
    text-decoration: none;
    font-size: 0.9rem;
}

.edit-link a:hover {
    color: var(--bashkir-red);
}

/* Pagination */
.glossary-pagination {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.pagination-results {
    font-size: 0.9rem;
    color: var(--text-gray);
    margin: 0;
}

.pagination-nav {
    display: flex;
    gap: 5px;
}

.pagination-nav .pagination {
    margin: 0;
    display: flex;
    gap: 5px;
}

.pagination-nav .page-item .page-link {
    padding: 10px 15px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    color: var(--dark-bg);
    font-weight: 500;
    transition: all 0.3s;
}

.pagination-nav .page-item.active .page-link {
    background: var(--bashkir-red);
    border-color: var(--bashkir-red);
    color: white;
}

.pagination-nav .page-item .page-link:hover {
    border-color: var(--bashkir-red);
    color: var(--bashkir-red);
}

/* Create Button */
.glossary-create {
    margin-top: 40px;
    text-align: center;
}

.glossary-create a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: var(--bashkir-red);
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s;
}

.glossary-create a:hover {
    background: rgb(200, 50, 56);
    color: white;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
    .glossary-title {
        font-size: 1.8rem;
    }
    
    .glossary-filters {
        flex-direction: column;
        align-items: stretch;
    }
    
    .filter-select,
    .filter-input,
    .limit-group select {
        width: 100%;
        min-width: auto;
    }
    
    .accordion-header {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .accordion-title {
        order: 1;
        width: 100%;
        font-size: 1.1rem;
    }
    
    .accordion-letter {
        order: 2;
    }
    
    .accordion-meta {
        order: 3;
        width: 100%;
    }
    
    .accordion-icon {
        order: 4;
    }
    
    .accordion-body {
        padding: 20px;
    }
    
    .accordion-actions {
        flex-direction: column;
        gap: 15px;
    }
    
    .btn-read-more {
        width: 100%;
        justify-content: center;
    }
    
    .glossary-pagination {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .accordion-letter {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
    
    .accordion-title {
        font-size: 1rem;
    }
}
/* ===========================================
   GLOSSARY ACCORDION - Copy Button & Link
   =========================================== */

/* Term Content */
.term-content {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 20px;
}

.term-content p {
    margin-bottom: 15px;
}

.term-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}

/* Article Link */
.article-link {
    margin: 20px 0;
    padding: 15px;
    background: linear-gradient(135deg, #e3f2fd, #f8f9fa);
    border-left: 4px solid var(--bashkir-blue);
    border-radius: 0 8px 8px 0;
}

.full-article-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--bashkir-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.full-article-link:hover {
    color: var(--bashkir-red);
    transform: translateX(5px);
}

.full-article-link i {
    font-size: 0.85rem;
}

/* Actions */
.accordion-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
    gap: 15px;
}

/* Copy Button */
.btn-copy {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--bashkir-blue);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-copy:hover {
    background: #0052a3;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 102, 204, 0.3);
}

.btn-copy.copied {
    background: var(--bashkir-green);
}

.btn-copy i {
    font-size: 1rem;
}

.copy-text {
    font-weight: 600;
}

/* Toast Notification */
.copy-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--bashkir-green);
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 6px 20px rgba(0, 135, 81, 0.4);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.copy-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
}

.copy-toast i {
    font-size: 1.3rem;
}

/* Edit Link */
.edit-link a {
    color: var(--bashkir-blue);
    text-decoration: none;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.edit-link a:hover {
    color: var(--bashkir-red);
}

/* Responsive */
@media (max-width: 768px) {
    .accordion-actions {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-copy,
    .full-article-link,
    .edit-link a {
        width: 100%;
        justify-content: center;
    }
    
    .article-link {
        margin: 15px 0;
        padding: 12px;
    }
}

@media (max-width: 480px) {
    .btn-copy {
        padding: 12px 15px;
    }
    
    .copy-toast {
        left: 15px;
        right: 15px;
        transform: translateY(100px);
        border-radius: 12px;
    }
    
    .copy-toast.show {
        transform: translateY(0);
    }
}
/* ===========================================
   LETTER FILTER - Селтәр Style
   =========================================== */

.letter-filter {
    background: white;
    padding: 25px 30px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 30px;
}

.letter-filter-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    color: var(--dark-bg);
    font-weight: 600;
}

.letter-filter-title i {
    color: var(--bashkir-red);
    font-size: 1.2rem;
}

.letter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.letter-btn {
    padding: 10px 18px;
    background: var(--light-bg);
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-gray);
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 45px;
}

.letter-btn:hover {
    border-color: var(--bashkir-red);
    color: var(--bashkir-red);
    background: #fff5f5;
    transform: translateY(-2px);
}

.letter-btn.active {
    background: var(--bashkir-red);
    border-color: var(--bashkir-red);
    color: white;
}

.letter-btn.active:hover {
    background: rgb(200, 50, 56);
    border-color: rgb(200, 50, 56);
}

/* No Results Message */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-top: 20px;
}

.no-results i {
    font-size: 3rem;
    color: var(--bashkir-red);
    margin-bottom: 20px;
    opacity: 0.5;
}

.no-results p {
    font-size: 1.1rem;
    color: var(--text-gray);
    margin: 0;
}

.no-results span {
    color: var(--bashkir-red);
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .letter-filter {
        padding: 20px;
    }
    
    .letter-buttons {
        gap: 6px;
    }
    
    .letter-btn {
        padding: 8px 14px;
        font-size: 0.9rem;
        min-width: 40px;
    }
}

@media (max-width: 480px) {
    .letter-filter-title {
        font-size: 0.95rem;
    }
    
    .letter-btn {
        padding: 8px 12px;
        font-size: 0.85rem;
        min-width: 38px;
    }
}
:root{--vk:#0077FF;--accent:#ff3f47;--dark:#2c3e50;--gray:#6c757d;--light:#f8f9fa}
body{font-family:'Roboto',sans-serif;background:var(--light);color:#333}
.vk-container{max-width:1100px;margin:0 auto;padding:20px 0px}
.vk-header{text-align:center;padding:30px 20px;background:#fff;border-radius:12px;margin-bottom:25px}
.vk-header h1{color:var(--dark);font-size:1.8rem;margin:0 0 10px;display:flex;align-items:center;justify-content:center;gap:8px;font-family:'Playfair Display',serif}
.vk-header h1 i{color:var(--vk)}
.vk-header p{color:var(--gray);margin:0;max-width:700px;margin-left:auto;margin-right:auto}

/* Grid */
.vk-grid{display:grid;gap:20px}.vk-grid-2cols{grid-template-columns:repeat(2,1fr)}

/* Card */
.vk-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08);transition:transform .3s;display:flex;flex-direction:column}
.vk-card:hover{transform:translateY(-4px)}

/* Preview area */
.vk-preview{position:relative;padding-top:56.25%;background:#000;cursor:pointer}

/* Placeholder */
.vk-ph{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;text-align:center}
.vk-ph i{font-size:3rem;margin-bottom:15px;opacity:.9}
.vk-ph-title{font-size:1.1rem;font-weight:600;margin-bottom:20px;opacity:.95;line-height:1.4}
.vk-play-inline{display:inline-flex;align-items:center;gap:8px;padding:12px 25px;background:rgba(255,255,255,.95);color:var(--vk);border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:.3s}
.vk-play-inline:hover{transform:scale(1.05);background:#fff}

/* Thumbnail image */
.vk-thumb{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}

/* Play overlay for image */
.vk-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;background:rgba(255,255,255,.95);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;z-index:2;box-shadow:0 4px 20px rgba(0,0,0,.3)}
.vk-play-overlay i{font-size:1.5rem;color:var(--vk);margin-left:3px}
.vk-play-overlay:hover{transform:translate(-50%,-50%) scale(1.1);background:#fff}

/* Embed */
.vk-embed{position:absolute;top:0;left:0;width:100%;height:100%;display:none;background:#000;z-index:3}
.vk-embed iframe{width:100%;height:100%;border:none}

/* Badge */
.vk-badge{position:absolute;top:12px;right:12px;width:36px;height:36px;background:var(--vk);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;z-index:2}

/* External link */
.vk-external{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);padding:8px 16px;background:var(--vk);color:#fff;border-radius:6px;text-decoration:none;font-weight:600;font-size:.9rem;transition:.3s}
.vk-external:hover{background:#0066d9}

/* Info */
.vk-info{padding:18px;flex:1;display:flex;flex-direction:column}
.vk-info h3{font-size:1.1rem;font-weight:700;margin:0 0 10px;line-height:1.4;font-family:'Playfair Display',serif}
.vk-info h3 a{color:var(--dark);text-decoration:none;transition:color .3s}
.vk-info h3 a:hover{color:var(--accent)}
.vk-info p{font-size:.95rem;color:var(--gray);margin:0 0 12px;flex:1}
.vk-meta{display:flex;gap:12px;font-size:.85rem;color:var(--gray);margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee}
.vk-meta span{display:flex;align-items:center;gap:4px}
.vk-meta i{color:var(--vk)}
.vk-btn{width:100%;padding:10px;background:var(--vk);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:.3s}
.vk-btn:hover{background:#0066d9}

/* Pagination */
.vk-pagination{margin-top:35px;text-align:center}
.vk-pagination .pagination{justify-content:center;gap:5px}
.vk-pagination .page-link{padding:8px 14px;border:2px solid #e9ecef;border-radius:8px;color:var(--dark);text-decoration:none}
.vk-pagination .page-item.active .page-link{background:var(--accent);border-color:var(--accent);color:#fff}

/* Responsive */
@media(max-width:992px){.vk-grid-2cols{grid-template-columns:1fr}}
@media(max-width:768px){.vk-header h1{font-size:1.5rem}.vk-play-overlay{width:60px;height:60px}.vk-play-overlay i{font-size:1.3rem}}

