body{
	font-size: 16px;
	margin: 0;
}
ju {
	margin: 0;
    padding: 0;
    text-align: left;
    height: 100%;
}
.header-bg{
	width: 100%;
	height: 400px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.header-bg .bg{
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.footer-bg{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	max-width: 100%;
}
.footer-bg .bg,.footer-overlay{
	width: 100%;
	object-fit: cover;
	height: 100%;
	position: absolute;
}
.footer-overlay{background: linear-gradient(
0deg, #014373, transparent);}
.bg-logo{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/* padding: 15px; */
	background: linear-gradient(
180deg, #014373, transparent);
}
footer .bg-logo{
    background: linear-gradient(360deg, #002b4b, transparent);
    height: 100%;
    width: 100%;
    padding: 0;
}
.bg-logo div{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-bg .bg-logo img{
	max-width: 600px;
	padding: 10px;
	width: 60%;
}
.footer-bg .bg-logo img{
	max-width: 150px;
	padding: 10px;
}

/******************/
.products-grid {
    display: flex;
    /* margin: 10px 0; */
    flex-wrap: wrap;
    justify-content: start;
}

.product-card {
    background-color: white;
    /* border-radius: 10px; */
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 300px;
    margin: 0 10px;
    margin-bottom: 15px;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    height: 200px !important;
    background-color: #e6f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative !important;
    overflow: hidden;
    width: 100% !important;
    background-position: center !important;
}

.product-image img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #2a93d5;
    color: white;
    padding: 5px 10px;
    /* border-radius: 20px; */
    font-size: 12px;
    font-weight: 600;
}

.product-info {
    /* padding: 0 20px; */
}

.product-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1a6ea1;
}

.product-description {
    font-size: 12px;
    color: #7f8c8d;
    margin-bottom: 10px;
    line-height: 1.5;
}

.product-price {
    font-size: 22px;
    font-weight: 700;
    color: #2a93d5;
    margin-bottom: 15px;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #7f8c8d;
    margin-bottom: 10px;
}

.product-actions {
    display: flex;
    justify-content: space-between;
}

.btn {
    padding: 10px 20px;
    border: none;
    /* border-radius: 5px; */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #2a93d5;
    color: white;
    flex-grow: 1;
    margin-right: 10px;
}

.btn-primary:hover {
    background-color: #1a6ea1;
}

.btn-secondary {
    background-color: #e6f7ff;
    color: #2a93d5;
    border: 1px solid #c5e3f7;
}

.btn-secondary:hover {
    background-color: #d1edff;
}

footer {
    /* background: linear-gradient(to right, #1a6ea1, #2a93d5); */
    /* color: white; */
    /* padding: 40px 0; */
    /* margin-top: 50px; */
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.footer-section p, .footer-section a {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}

.footer-section a:hover {
    color: white;
}

.copyright {color: white;line-height: 1.5;}
.copyright a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        text-align: center;
    }

    nav ul {
        margin-top: 20px;
        justify-content: center;
    }

    nav ul li {
        margin: 0 10px;
    }

    .filters {
        flex-direction: column;
    }

    .filter-group {
        width: 100%;
    }

    .filter-group select, .filter-group input {
        width: 100%;
    }
}



/**/
        .container {
            max-width: 1710px;
            padding: 0px 15px;
            margin: 0 auto;
            /* padding-bottom: 50px; */
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            position: relative;
            zoom: 1;
            z-index: 0;
            width: 100%;
        }
		.login{
    margin: 80px auto;
    width: 100%;
    max-width: 600px;
}
		.login p{
    font-size: 18px;
    margin-top: 50px;
}
		.login p a{text-transform: uppercase;padding: 10px;background: #2c7db9;color: white;text-decoration: none;}
		.login p a:hover{background: #439cde;}
		.container .row.mb-5{
			width: 100%;
			max-width: 600px;
			margin: 0 auto;
			font-size: 18px;
			line-height: 1.5;
		}
		.container .row.mb-5 .col{
			
		}
		.container .alert.alert-danger{
			width: 100%;
			max-width: 600px;
			margin: 0 auto;
			margin-top: 30px;
		}
        .product-card-into {
            background-color: white;
            /* border-radius: 15px; */
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .product-main {
            display: flex;
            padding: 10px;
            gap: 30px;
            align-items: flex-start;
        }

        @media (max-width: 768px) {
            .product-main {
                flex-direction: column;
                padding: 0;
            }
			.container-fluid{
			padding: 0;
			}
			.product-item-detail-tab-content.active{
				padding: 20px 15px;
			}
        }

        .product-gallery {
            flex: 1;
            /* padding: 30px; */
            /* border-radius: 10px; */
            /* display: flex; */
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-top: 15px;
            width: 100%;
            height: 100%;
        }

        .main-image {
            width: 100%;
            height: 450px;
            border-radius: 10px;
            /* margin-bottom: 20px; */
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 18px;
            font-weight: 600;
            position: relative;
            overflow: hidden;
            text-align: center;
        }

        .main-image::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.3) 100%);
        }

        .thumbnail-container {
            display: flex;
            gap: 10px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .thumbnail {
            width: 70px;
            height: 70px;
            border-radius: 5px;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 2px solid transparent;
        }

        .thumbnail:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        }

        .thumbnail.active {
            border-color: #2a93d5;
        }

        .thumbnail-1 {
            background: linear-gradient(135deg, #4fc3f7 0%, #29b6f6 100%);
        }

        .thumbnail-2 {
            background: linear-gradient(135deg, #80deea 0%, #26c6da 100%);
        }

        .thumbnail-3 {
            background: linear-gradient(135deg, #b3e5fc 0%, #4fc3f7 100%);
        }

        .thumbnail-4 {
            background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%);
        }

        .product-info {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

        .product-badge2 {
            display: inline-block;
            background-color: #2a93d5;
            color: white;
            padding: 5px 15px;
            font-size: 14px;
            font-weight: 600;
            align-self: flex-start;
            margin-top:15px;
        }

        .product-title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 5px;
            color: #1a6ea1;
            margin-top: 10px;
        }

        .product-subtitle {
            font-size: 16px;
            color: #7f8c8d;
            margin-bottom: 20px;
        }

        .product-price {
            font-size: 28px;
            font-weight: 700;
            color: #2a93d5;
            margin-bottom: 5px;
        }

        /* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÐ° Ñ…Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸ÑÑ‚Ð¸Ðº */
        .tech-specs {
            background-color: #f8fdff;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 15px;
            border: 1px solid #c5e3f7;
        }

        .heading-4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 15px;
            color: #1a6ea1;
            padding-bottom: 10px;
            border-bottom: 2px solid #e6f7ff;
        }
		.heading-4+div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
        .spec-item {
            margin-bottom: 2px;
            display: flex;
            width: 100%;
            max-width: 370px;
        }

        .spec-item:last-child {
            margin-bottom: 0;
        }

        .spec-item dl {
            display: flex;
            width: 100%;
            margin: 0;
            font-size: 9pt;
        }

        /* Ð˜ÑÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ‹Ð¹ Ð¿Ð¾Ñ€ÑÐ´Ð¾Ðº: ÑÐ»ÐµÐ²Ð° Ñ…Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸ÑÑ‚Ð¸ÐºÐ°, ÑÐ¿Ñ€Ð°Ð²Ð° Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ðµ */
        .spec-item dt {
            font-weight: 600;
            width: 50%;
            color: #2c3e50;
        }

        .spec-item dd {
            width: 50%;
            color: #7f8c8d;
            font-weight: 500;
        }

        .spec-item a {
            color: #2a93d5;
            text-decoration: none;
        }

        .spec-item a:hover {
            text-decoration: underline;
        }

        .quantity-selector {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
        }

        .quantity-selector label {
            margin-right: 15px;
            font-weight: 600;
            color: #1a6ea1;
        }

        .quantity-input {
            display: flex;
            border: 1px solid #c5e3f7;
            border-radius: 5px;
            overflow: hidden;
        }

        .quantity-btn {
            background-color: #f0f9ff;
            border: none;
            width: 40px;
            height: 40px;
            font-size: 18px;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .quantity-btn:hover {
            background-color: #e1f5fe;
        }

        .quantity-value {
            width: 60px;
            text-align: center;
            border: none;
            border-left: 1px solid #c5e3f7;
            border-right: 1px solid #c5e3f7;
            font-size: 16px;
            font-weight: 600;
        }

        .product-actions {
            display: flex;
            gap: 10px;
            margin-bottom: 25px;
        }

        .btn {
            padding: 10px 15px;
            border: none;
            /* border-radius: 8px; */
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-size: 10px;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: uppercase;
        }

        .btn-primary {
            background-color: #2a93d5;
            color: white !important;
        }

        .btn-primary:hover {
            background-color: #1a6ea1;
        }

        .btn-secondary {
            background-color: #e6f7ff;
            color: #2a93d5;
            border: 1px solid #c5e3f7;
        }

        .btn-secondary:hover {
            background-color: #d1edff;
        }

        .btn-icon {
            margin-right: 8px;
            font-size: 18px;
        }

        .product-meta {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding-top: 10px;
            border-top: 1px solid #e6f7ff;
        }

        .meta-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            width: 100%;
            max-width: 230px;
        }

        .meta-icon {
            margin-right: 8px;
            color: #2a93d5;
            font-size: 18px;
        }

        /* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð±Ð»Ð¾ÐºÐ° Ð¿Ð¾Ð´Ñ€Ð¾Ð±Ð½Ð¾Ð³Ð¾ Ð¾Ð¿Ð¸ÑÐ°Ð½Ð¸Ñ */
        .product-full-description {
            /* padding: 30px; */
            border-top: 1px solid #e6f7ff;
        }

        .product-full-description h3 {
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 20px;
            color: #1a6ea1;
        }

        .product-full-description p {
            margin-bottom: 15px;
            line-height: 1.7;
        }

        .description-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }

        .description-feature {
            display: flex;
            align-items: flex-start;
            background: #f8fdff;
            padding: 15px;
            border-radius: 8px;
            border-left: 4px solid #2a93d5;
        }

        .description-feature-icon {
            color: #2a93d5;
            margin-right: 10px;
            font-size: 18px;
            margin-top: 2px;
        }

        .back-link {
            margin-top: 20px;
            text-align: center;
            padding-bottom: 30px;
        }

        .back-link a {
            color: #2a93d5;
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
        }

        .back-link a:hover {
            text-decoration: underline;
        }

        @media (max-width: 768px) {
            .spec-item dl {
                /* flex-direction: column; */
                justify-content: space-between;
            }
            
            .spec-item dt, .spec-item dd {
                width: 40%;
            }
            
            .spec-item dt {
                margin-bottom: 5px;
            }
            
            .product-actions {
                flex-direction: column;
            }
            
            .description-features {
                grid-template-columns: 1fr;
            }
            
            .product-meta {
                flex-direction: column;
            }
        }
		
		
.catalog-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 15px;
    align-items: start;
}

.filters-sidebar {
    background: #f8f9fa;
    padding: 15px;
    /* border-radius: 8px; */
    border: 1px solid #e9ecef;
    /* margin-top: 20px; */
    max-width: 280px;
}

.filters-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.filters-header h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.btn-clear {
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}

.btn-clear:hover {
    color: #495057;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-group h4 {
    margin: 0 0 6px 0;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
}

.price-range {
    margin-bottom: 10px;
}

.price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.price-input:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.filter-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #adb5bd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #2a93d5;
    border-color: #2a93d5;
}

.filter-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "âœ“";
    color: white;
    font-size: 12px;
}

.btn-apply {
    width: 100%;
    padding: 12px;
    background: #2a93d5;
    color: white;
    border: none;
    /* border-radius: 6px; */
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    text-transform: uppercase;
}

.btn-apply:hover {
    background: #0056b3;
}

.products-grid {
    width: calc(100% - 320px);
    max-width: 1340px;
    justify-content: space-evenly;
}
.products-grid .bx-section-desc.bx-blue{display:none;}
.product-item-small-card.products-grid{
	width:98%;
	max-width:2000px;
}
@media (max-width: 768px) {
    .catalog-layout {
        grid-template-columns: 1fr;
    }
    
    .filters-sidebar {
        order: 1;
        margin-bottom: 10px;
        width: 100%;
        max-width: 300px;
        margin-left: -25px;
    }
	.header-bg{
		height: 200px;
	}
    .products-grid {
        order: 1;
        justify-content: center;
        width: 100%;
    }
	.col-xs-6{width:100%;}
}
.catalog{
	display: flex;
	flex-wrap: wrap;
	/* margin-bottom: 50px; */
	justify-content: center;
}

/*NEW BLOCKS*/

.product-card {
    position: relative;
    background: #ffffff;
    /* border-radius: 12px; */
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.product-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.product-item-image-wrapper {
    display: block;
    position: relative;
    text-decoration: none;
    /* background: #f8f9fa; */
    aspect-ratio: 1/1;
    overflow: hidden;
    padding-top: 0;
    height: 230px;
}

.product-item-image-slider-slide-container,
.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
}

.product-item-image-slider-slide-container .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.product-item-image-slider-slide-container .slide.active {
    opacity: 1;
}

.product-item-image-slider-control-container {
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 10;
}

.product-item-image-slider-control {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-item-image-slider-control.active {
    background: #ffffff;
    transform: scale(1.2);
}

.product-item-image-slider-progress-bar-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
}

.product-item-image-slider-progress-bar {
    height: 100%;
    background: #007bff;
    transition: width 0.3s ease;
}

.product-item-label-ring {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #dc3545;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    z-index: 5;
}

.product-item-label-text {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 5;
}

.product-item-label-text div {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 4px 8px;
    background: #28a745;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.product-item-title {
    padding: 16px 16px 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    text-overflow: inherit;
    white-space: normal;
    margin: 0;
}

.product-item-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 13px;
    font-size: 12px;
}

.product-item-title a:hover {
    color: #007bff;
}

.product-item-info-container {
    padding: 0;
    margin: 0;
}

.product-item-price-container {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin: 0;
}

.product-item-price-old {
    font-size: 14px;
    color: #6c757d;
    text-decoration: line-through;
}

.product-item-price-current {
    font-size: 18px;
    color: #1485ce;
}

.product-item-amount {
    margin: 8px 0;
    margin-right: 10px;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 200px;
}

.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
    width: 32px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f8f9fa;
    transition: all 0.3s ease;
    user-select: none;
}

.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover {
    background: #e9ecef;
    border-color: #007bff;
}

.product-item-amount-field {
    width: 60px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
}

.product-item-amount-description-container {
    font-size: 12px;
    color: #6c757d;
    margin-left: 8px;
    display: flex;
    flex-wrap: wrap;
}

.product-item-button-container {
    margin: 12px 0;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    /* border-radius: 6px; */
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-default {
    background: #1485ce;
    color: white !important;
}

.btn-default:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

.btn-link {
    background: transparent;
    color: #6c757d;
    border: 1px solid #ddd;
}

.btn-link:hover {
    background: #f8f9fa;
    color: #495057;
}

.product-item-properties {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.product-item-properties dt {
    font-weight: 600;
    color: #333;
    margin-top: 8px;
}

.product-item-properties dd {
    margin: 4px 0 0 0;
    color: #666;
}

.product-item-scu-container {
    margin: 12px 0;
}

.product-item-scu-block {
    margin-top: 8px;
}

.product-item-scu-list {
    overflow-x: auto;
}

.product-item-scu-item-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.product-item-scu-item-color-container:hover,
.product-item-scu-item-text-container:hover {
    border-color: #007bff;
}

.product-item-scu-item-color-block,
.product-item-scu-item-text-block {
    padding: 4px;
}

.product-item-scu-item-color {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
}

.product-item-scu-item-text {
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    background: #f8f9fa;
}

.product-item-compare-container {
    padding: 12px 16px;
    border-top: 0;
    display: block;
    background: no-repeat;
    box-shadow: none;
}

.product-item-compare {
    display: flex;
    align-items: center;
}

.checkbox label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    padding: 0;
}

.checkbox input[type="checkbox"] {
    margin: 0;
    position: relative;
}

.product-item-hidden {
    display: none;
}

.hidden-xs {
    display: none;
}

@media (min-width: 768px) {
    .hidden-xs {
        display: block;
    }
    
    .product-item-title {
        font-size: 17px;
    }
    
    .product-item-price-current {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .product-card {
        border-radius: 8px;
        margin-bottom: 16px;
    }
    
    .product-item-title {
        font-size: 15px;
        padding: 12px 12px 6px;
    }
    
    .product-item-info-container {
        padding: 6px 12px;
    }
    
    .btn {
        padding: 8px 16px;
        font-size: 13px;
        max-width: 170px !important;
    }
}
.button-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}
.price-count{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.bx-filter.bx-blue .bx-filter-section{
    padding: 0;
    background: no-repeat;
}
.bx-filter{
    margin: 0;
}
.bx-filter-input-checkbox{
    display: flex;
    margin-bottom: 10px;
}
.bx-filter-input-checkbox input{
    margin-right: 5px !important;
}
.bx-filter-parameters-box-container{
    padding: 0;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{
    height: auto !important;
}
.bx-filter .bx-filter-parameters-box-title{
	text-transform:uppercase;
}

/*ÐšÐÐ Ð¢ÐžÐ§ÐšÐ Ð¢ÐžÐ’ÐÐ Ð*/
.mini-text{
    color: #6f6f6f;
    font-size: 12px;
}
.code-tovara{
    color: #6f6f6f;
    margin-bottom: 10px;
    font-size: 14px;
}
.code-tovara span{color: #1a6ea1;font-weight: 600;}
/*ÐšÐÐ Ð¢ÐžÐ§ÐšÐ Ð¢ÐžÐ’ÐÐ Ð*/
.slash::after{
	content:" /";
}
.slash:last-child::after{
	content:"";
}
.bx-filter-parameters-box-container .col-xs-12{display: flex;1d:;1d:f;align-items: center;justify-content: center;flex-wrap: wrap;}
.bx-filter-parameters-box-container .col-xs-12 .checkbox{display: flex;1d:;1d:f;align-items: center;justify-content: center;margin: 5px;}
.product-item-detail-pay-block{border:none !important;}
.product-item-detail-info-container{margin-bottom:10px !important;display: flex;flex-wrap: wrap;}
.flex-button{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bx-blue .btn.btn-default{
    margin: 0 !important;
}
.btn.btn-default.btn-buy.btn-sm+.btn.btn-default.btn-buy.btn-sm{
    display: none;
}
.flex-button .product-item-detail-info-container{
    width: 100%;
    max-width: 200px;
    margin: 0 !important;
}
.flex-button .product-item-detail-compare-container{
    background: no-repeat;
    border: none;
    box-shadow: none;
}
.product-item-detail-tabs-container{display:none;}
.bx-breadcrumb{
    margin: 0;
    padding: 10px 10px;
    color: #1a6ea1;
    font-weight: 600;
    border-bottom: 2px solid #1485ce;
    margin-bottom: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item{
    margin-bottom: 0;
}
.btn-link.product-item-detail-buy-button{
    height: auto;
}
.main-button-container{
    width: 100%;
    max-width: 320px;
}
.mini-price{
    font-size: 18px;
    margin-right: 5px;
}
.bx_compare .bx_filtren_container{}
.catalog-top-slide{
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1670px;
}

/*________________________________________________*/
.col-lg-8.col-md-7.bx-soa, #bx-soa-total{
    max-width: 800px;
    margin: 0 auto;
}

        /* Главное меню */
        .main-menu {
            /* background: #fff; */
            /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
            position: absolute;
            bottom: 0;
            /* z-index: 1000; */
            text-transform: uppercase;
            font-weight: 600;
            color: white;
        }

        .menu-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Верхняя строка - видна только на десктопе */
        .menu-top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 50px;
            border-bottom: 1px solid #e9ecef;
        }

        .desktop-contacts {
            display: flex;
            gap: 25px;
            font-size: 14px;
        }

        .desktop-contacts a {
            color: #6c757d;
            text-decoration: none;
        }

        .desktop-contacts a:hover {
            color: #007bff;
        }

        .desktop-user-actions {
            display: flex;
            gap: 20px;
        }

        .desktop-user-actions a {
            color: #6c757d;
            text-decoration: none;
            font-size: 14px;
        }

        .desktop-user-actions a:hover {
            color: #007bff;
        }

        /* Основная навигация */
        .menu-main {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 60px;
        }

        .logo {
            font-size: 24px;
            font-weight: bold;
            color: #007bff;
            text-decoration: none;
        }

        /* Навигационное меню */
        .nav-menu {
            display: flex;
            list-style: none;
            gap: 10px;
            margin: 0;
            padding: 0;
        }

        .nav-menu > li {
            position: relative;
        }

        .nav-menu > li > a {
            color: #ffffff;
            text-decoration: none;
            padding: 20px 15px;
            display: block;
            font-weight: 500;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            white-space: nowrap;
            font-weight: 600;
            cursor: pointer;
        }

        .nav-menu > li > a:hover,
        .nav-menu > li.active > a {
            color: #007bff;
            border-bottom-color: #007bff;
            background: #f8f9fa;
        }

        /* Выпадающее меню для десктопа */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            min-width: 290px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            opacity: 0;
            visibility: hidden;
            transform: translateY(10px);
            transition: all 0.3s ease;
            border-radius: 0 0 8px 8px;
            z-index: 1001;
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            display: block;
            float: none;
        }

        .dropdown:hover .dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-menu li {
            border-bottom: 1px solid #f8f9fa;
        }

        .dropdown-menu li:last-child {
            border-bottom: none;
        }

        .dropdown-menu a {
            padding: 12px 20px !important;
            color: #555 !important;
            text-decoration: none;
            display: block;
            transition: all 0.3s ease;
        }

        .dropdown-menu a:hover {
            background: #f8f9fa;
            color: #007bff;
            padding-left: 25px;
        }

        /* Иконки действий */
        .menu-actions {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .action-item {
            position: relative;
            display: flex;
            align-items: center;
            gap: 8px;
            color: #333;
            text-decoration: none;
            padding: 10px 15px;
            border-radius: 6px;
            transition: all 0.3s ease;
            white-space: nowrap;
        }

        .action-item:hover {
            background: #f8f9fa;
            color: #007bff;
        }

        .cart-count {
            background: #dc3545;
            color: white;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: -5px;
            right: -5px;
        }

        /* Бургер кнопка */
        .burger-toggle {
            display: none;
            flex-direction: column;
            cursor: pointer;
            gap: 4px;
            padding: 10px;
            background: none;
            border: none;
        }

        .burger-line {
            width: 25px;
            height: 3px;
            background: #333;
            transition: all 0.3s ease;
        }

        /* Мобильная версия - трансформируем существующее меню */
        .nav-menu.mobile-active {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            /* height: 100vh; */
            background: #fff;
            flex-direction: column;
            justify-content: flex-start;
            align-items: stretch;
            padding-top: 10px;
            overflow-y: auto;
            z-index: 999;
        }

        .nav-menu.mobile-active > li > a {
            padding: 15px 20px;
            border-bottom: 1px solid #e9ecef;
            border-left: none;
            color: #002979;
        }

        .nav-menu.mobile-active .dropdown-menu {
            position: static;
            opacity: 1;
            visibility: visible;
            transform: none;
            box-shadow: none;
            background: #f8f9fa;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
        }

        .nav-menu.mobile-active .dropdown-menu.active {
            max-height: 700px;
            display: block;
            border: none;
        }

        .nav-menu.mobile-active .dropdown-menu a {
            padding: 10px 20px 10px 20px;
            border-bottom: 1px solid #e9ecef;
        }

        /* Оверлей для мобильной версии */
        .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 998;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }

        .menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        /* Контакты для мобильной версии */
        .mobile-contacts {
            display: none;
            padding: 20px;
            background: #f8f9fa;
            border-top: 1px solid #e9ecef;
        }

        .mobile-contacts a {
            display: block;
            color: #6c757d;
            text-decoration: none;
            margin-bottom: 10px;
        }

        .mobile-contacts a:last-child {
            margin-bottom: 0;
        }

        /* Адаптивность */
        @media (max-width: 1200px) {
            .nav-menu > li > a {
                padding: 25px 15px;
            }
        }

        @media (max-width: 992px) {
            .menu-top {
                display: none;
            }

            .nav-menu {
                display: none;
            }

            .nav-menu.mobile-active {
                display: flex;
                gap: 0;
            }

            .menu-actions .action-text {
                display: none;
            }

            .burger-toggle {
                display: flex;
                background: white;
            }

            .mobile-contacts {
                display: block;
            }
        }

        @media (max-width: 768px) {
            .menu-main {
                height: 60px;
            }

            .logo {
                font-size: 20px;
            }

            .action-item {
                padding: 8px 10px;
            }
        }
.search-page{
    margin-top: 30px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.search-page form{
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    flex-wrap:wrap;
    margin-bottom: 30px;
    justify-content: center;
}
.search-page form input[type=text]{
    padding: 10px;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid #2779bb;
    width: 100%;
    margin-bottom: 10px;
    max-width: 450px;
}
.search-page form input[type=submit]{
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 30px;
	background: #2779bb;
	border: none;
	box-shadow: none;
	color: white;
	cursor: pointer;
}
.search-page form input[type=submit]:hover{
	background: #3fa8d4;
}
.personal{}
.personal .row{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 60px;
    justify-content: center;
}
.personal .col-md-8.offset-md-2.col-lg-6.offset-lg-3{
	width:100%;
}
.personal .row .col-lg-3.col-md-4.col-6{
    width: 100%;
    max-width: 300px;
}
.poisk-page{width: 100%;max-width: 1710px;margin: 0 auto;padding: 10px;}
.poisk-page h1{
    text-transform: uppercase;
    font-weight: 600;
    color: #2779bb;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 20px;
}
.poisk-page .desc{
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto;
}
.result{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.res-item{
    width: 100%;
    max-width: 600px;
}


.slider {
    position: relative;
    max-width: 800px;
    margin: 20px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    display: block;
}

.slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 20px;
}

.slide-text h3 {
    margin-bottom: 5px;
    font-size: 24px;
}

.slide-text p {
    font-size: 16px;
    opacity: 0.9;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.8);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: white;
    transform: translateY(-50%) scale(1.1);
}

.prev-btn {
    left: 20px;
}

.next-btn {
    right: 20px;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: white;
    transform: scale(1.2);
}

/* Адаптивность */
@media (max-width: 768px) {
    .slider {
        margin: 10px;
    }
    
    .slide img {
        height: 300px;
    }
    
    .slider-btn {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .slide-text h3 {
        font-size: 20px;
    }
    
    .slide-text p {
        font-size: 14px;
    }
}
.slide a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.contact-form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 60px;
    align-items: flex-start;
    justify-content: flex-start;
}
.quest{
    width: 100%;
    max-width: 500px;
}
.quest h2{
    font-weight: 600;
    text-transform: uppercase;
}
.contacts{
    width: 100%;
    max-width: 1140px;
}
.company{
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
}
.company span{
	font-size: 14px;
	margin-left: 10px;
}
.company br{}
.adres{
    font-size: 18px;
}
.phone{
    font-size: 16px;
}
.phone a,.mail a{
    text-decoration: none;
    font-size: 18px;
}
.phone a:hover,.mail a:hover{
	color:#1d70b7;
}
.mail{
    font-size: 16px;
}
.map{margin-top: 0;width: 100%;max-width: 850px;}
.form-group label{
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 600;
}
.form-group input{
    margin-bottom: 15px;
}
.quest form input[type="submit"]{
    margin-top: 15px;
    background: #1d70b7;
    font-weight: 600;
}
.quest form input[type="submit"]:hover{
	color:white;
	background: #6ec8ed;
}
.bx-soa-coupon{
	display:none;
}
.bx-soa-pp-company-image{
    max-width: 140px;
}
.bx-soa-pp-company-graf-container{
    padding: 0;
    height: 100px;
    width: 160px;
}
.form-group.bx-soa-customer-field{
    max-width: 600px;
    width: 100%;
}
.form-group.bx-soa-customer-field input, .form-group.bx-soa-customer-field textarea{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.form-group.bx-soa-customer-field label{
    padding-bottom: 5px;
}
.bx-soa-cart-total-button-container>.btn{
	width: auto;
}
.basket-coupon-section,.basket-items-search-field{display:none;}
#basket-root{
    max-width: 1150px;
    margin: 0 auto;
}
.bx-authform{
	margin: 0 auto;
}
.bx-authform .bx-authform-social{
	display: none;
}
.foot-big{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    margin: 30px 0;
}
.foot-block{
    width: calc(100% - 30px);
    max-width: 600px;
    display: flex;
    align-items: center;
}

.foot-block ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: end;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.foot-block ul li{}
.foot-block ul li a{
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 15px;
    background: #ff000000;
	transition: 0.3s;
}
.foot-block ul li a:hover{
	color: #2c7db9;
	background: #ffffff;
	transition: 0.3s;
}
footer .container{
	padding: 20px 0;
}
@media (max-width: 768px) {
	.footer-logo+.foot-block{
		display: none;
	}
	.foot-block .copyright{
		text-align: center;
		bottom: 0;
	}
	.foot-block {
	position: relative;
	justify-content: center;
	}
	.foot-big{
    justify-content: center;
    margin: 0;
    flex-direction: column-reverse;
    gap: 20px;
}
}
.footer-logo{
    background: url(/images/logo.svg);
    width: 120px;
    height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.contact-block{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #8080808a;
	padding-bottom: 10px;
}
.contact-block:last-child{
	border:none;
}
.adres-block{
	max-width: 270px;
	width: 100%;
}