		        :root {
            --bashkir-red: rgb(255, 63, 71);
            --bashkir-blue: #4465a2;
            --bashkir-accent: #d52b1e;
            --bashkir-white: #ffffff;
        }
		        
		.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:-50px !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}
	
	        /* 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;
        }
        
        /* 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: 500px;
            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;
        }
        .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: -40px;
    margin-bottom: -15px;
}
        
        .blog-product-master-name:hover {
            color: var(--bashkir-red);
        }
        
        .product-master-region {
            font-size: 0.75rem;
            color: #6c757d;
        }
        
        .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;
			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);
        }
        #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}