* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    background-color: #f8f9fa;
    line-height: 1.6;
}

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

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

ul {
    list-style: none;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.btn-primary {
    background-color: #1a6db3; 
    color: white;
}

.btn-primary:hover {
    background-color: #0d5a9e;
    transform: translateY(-2px);
}



.btn-secondary:hover {
    background-color: #1a6db3;
    color: white;
}

.header {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #2c3e50;
}

.logo i {
    color: #b3431a;
    margin-right: 10px;
    font-size: 2rem;
}

.logo-accent {
    color: #1a6db3;
}

.main-nav 



.nav-link:hover,
.nav-link.active {
    color: #1a6db3;
    border-bottom-color: #1a6db3;
}



.auth-link:hover,








.hero-image img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(26, 109, 179, 0.15);
}




.feature-card:hover {
    transform: translateY(-10px);
}



.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}


.product-card:hover {
    transform: translateY(-5px);
}



.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}













.btn-cart:hover {
    background-color: #27ae60;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}



.cta 

.cta .btn-secondary:hover {
    background-color: white;
    color: #1a6db3;
}

.footer {
    background-color: #1a3e72;
    color: #d0e2ff;
    padding: 60px 0 30px;
}



.footer-logo .logo-text {
    color: white;
}



.footer-col h4 {
    color: white;
    margin-bottom: 25px;
    font-size: 1.2rem;
}

.footer-links li,
.footer-contacts li {
    margin-bottom: 15px;
}

.footer-links a:hover,
.footer-contacts a:hover {
    color: white;
}

.footer-contacts i {
    width: 20px;
    margin-right: 10px;
    color: #4dabf7;
}





.footer-social a {
    color: #d0e2ff;
}

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

@media (max-width: 992px) {
    

    
}

@media (max-width: 768px) {
    

    .main-nav .nav-list,
    

    .nav-list.show,
    .user-actions.show {
        display: flex;
    }
    
}

.breadcrumbs a {
    color: #1a6db3;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}



.free-delivery i {
    color: #2ecc71;
    font-size: 2.5rem;
}



.fast-delivery i {
    color: #e74c3c;
    font-size: 2.5rem;
}

.delivery-card h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #2c3e50;
}

.delivery-card p {
    color: #555;
    line-height: 1.5;
}


.filter-section h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 10px;
}





.filter-btn:hover,
.filter-btn.active {
    background-color: #1a6db3;
    color: white;
}



.sort-section label {
    font-weight: 500;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}



.sort-select:focus {
    outline: none;
    border-color: #1a6db3;
}


.catalog-card 



.product-badge:not(.new):not(.best-price) {
    background-color: #e74c3c;
}

.product-badge.new {
    background-color: #9b59b6;
}

.product-badge



.spec {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    color: #666;
}

.spec i {
    color: #1a6db3;
}



.info-card i {
    font-size: 2.5rem;
    color: #1a6db3;
    margin-top: 5px;
}

.info-card h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1a3e72;
}

.info-card ul {
    list-style: disc;
    padding-left: 20px;
}

.info-card li {
    margin-bottom: 10px;
    color: #555;
    line-height: 1.6;
}


@media (max-width: 768px) {
    
    

    .filter-section,
       
}

.notification {
    animation: slideIn 0.3s ease-out;
}

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


input[type="checkbox"] {
    accent-color: #1a6db3;
}

.form-label:after {
    content: " *";
    color: #e74c3c;
}

@media (max-width: 768px) {
    .auth-card {
        margin: 20px;
        padding: 25px;
    }
    
    
}

.breadcrumbs a {
    color: #1a6db3;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    color: #333;
}






@media (max-width: 992px) {
    
}




@media (max-width: 768px) {
    
}



@media (max-width: 768px) {
    
    
    
}





.cart-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-product-info h3 {
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.cart-product-info p {
    color: #666;
    font-size: 0.9rem;
}



.quantity-btn:hover {
    background-color: #f0f7ff;
    border-color: #1a6db3;
}



.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.remove-btn:hover {
    opacity: 1;
}




.summary-card h3 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}



.summary-row





.summary-note i {
    margin-right: 8px;
}





@media (max-width: 992px) {
    
}



@media (max-width: 768px) {
    
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1a6db3;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 109, 179, 0.1);
}



.payment-method input {
    display: none;
}



.payment-method input:checked + 

.payment-content i {
    font-size: 1.8rem;
    color: #1a6db3;
}

.payment-content h4 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.payment-content p {
    color: #666;
    font-size: 0.9rem;
}



.checkbox-label input {
    margin-top: 3px;
    flex-shrink: 0;
}

.checkbox-label a {
    color: #1a6db3;
    text-decoration: underline;
}



.secure-notice i {
    color: #2ecc71;
    margin-right: 5px;
}




.support-info h4 {
    color: #1a6db3;
    margin-bottom: 10px;
}

.support-info p {
    color: #666;
    margin-bottom: 15px;
    font-size: 0.95rem;
}



.support-phone:hover {
    color: #1a6db3;
}



.feature-highlight:hover {
    transform: translateY(-5px);
}

.feature-highlight 

.feature-content h3 {
    font-size: 1.3rem;
    margin-bottom: 8px;
    color: #1a3e72;
}

.feature-content p {
    color: #666;
    line-height: 1.5;
}




@media (max-width: 992px) {
    
}



.column-title i {
    color: #1a6db3;
}



.info-block h3 {
    color: #1a3e72;
    margin-bottom: 15px;
    font-size: 1.3rem;
}

.info-block p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #555;
}




.zone-item:last-child {
    border-bottom: none;
}



.styled-list li {
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1.5;
    color: #555;
}

.styled-list

.styled-list li strong {
    color: #1a3e72;
}





.payment-details h4 {
    margin-bottom: 5px;
    color: #1a3e72;
}

.payment-details p {
    color: #666;
    font-size: 0.95rem;
    margin-bottom: 10px;
}





.payment-logo

.payment-logo

.payment-logo






.warning-content h4 {
    color: #ff9800;
    margin-bottom: 10px;
}



.faq-item h3 {
    color: #1a3e72;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.faq-item p {
    color: #666;
    line-height: 1.5;
}






.search-box i {
    margin: 0 20px;
    color: #666;
}

.search-box input {
    flex: 1;
    border: none;
    padding: 15px 0;
    font-size: 1rem;
    outline: none;
}

.search-box button {
    padding: 12px 30px;
}






.faq-category:hover {
    border-color: #1a6db3;
    color: #1a6db3;
}

.faq-category.active {
    background-color: #1a6db3;
    border-color: #1a6db3;
    color: white;
}




.faq-category-title h2 {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #1a3e72;
    font-size: 1.8rem;
}

.faq-category-title i {
    color: #1a6db3;
}





.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-question h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
    flex: 1;
}





.faq-answer p {
    padding: 20px 0;
    margin: 0;
}

.faq-answer ul, .faq-answer ol {
    padding-left: 20px;
    margin: 15px 0;
}

.faq-answer li {
    margin-bottom: 8px;
}

.faq-answer a {
    color: #1a6db3;
    text-decoration: underline;
}


@media (max-width: 992px) {
    
}

.ask-question h2 {
    color: #1a3e72;
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.ask-question p {
    color: #666;
    margin-bottom: 25px;
    line-height: 1.5;
}

.question-form .form-group {
    margin-bottom: 20px;
}

.question-form textarea,
.question-form input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    resize: vertical;
}

.question-form textarea:focus,
.question-form input:focus {
    border-color: #1a6db3;
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 109, 179, 0.1);
}



.ask-question-contact h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #1a3e72;
    margin-bottom: 10px;
}

.ask-question-contact i {
    color: #1a6db3;
}



.contact-phone:hover {
    color: #1a6db3;
}





.no-results h3 {
    color: #1a3e72;
    margin-bottom: 15px;
}

.no-results p {
    color: #666;
    font-size: 1.1rem;
}

.form-control

.error-message {
    color: #d63031;
    font-size: 0.85rem;
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}


@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.notification {
    animation: slideIn 0.3s ease-out;
}



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.user-greeting:hover {
    background-color: #f0f7ff;
    color: #1a6db3;
}

.user-greeting i {
    font-size: 1.2rem;
    color: #1a6db3;
}





.btn-logout:hover {
    color: #d63031;
    background-color: #ffeaea;
}


@media (max-width: 768px) {
    
  
    
}


.btn-admin:hover {
    background-color: #8e44ad;
    transform: translateY(-2px);
}






.user-greeting:hover {
    background-color: #f0f7ff;
    color: #1a6db3;
}

.user-greeting i {
    font-size: 1.5rem;
    color: #1a6db3;
}

.user-greeting.admin i {
    color: #9b59b6;
}





.recovery-logo i {
    font-size: 2.5rem;
    color: #1a6db3;
}






.progress-steps:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #e0e0e0;
    z-index: 1;
}







.step.active 

.step.completed 



.step.active 


.form-group {
    margin-bottom: 25px;
    text-align: left;
}

.form-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2c3e50;
}

.form-control {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    transition: all 0.3s ease;
}

.form-control:focus {
    outline: none;
    border-color: #1a6db3;
    box-shadow: 0 0 0 3px rgba(26, 109, 179, 0.1);
}

.form-control:disabled {
    background: #f8f9fa;
    cursor: not-allowed;
}





.input-with-icon .form-control {
    padding-left: 50px;
}







.method-btn:hover {
    border-color: #1a6db3;
    transform: translateY(-2px);
}

.method-btn.active {
    border-color: #1a6db3;
    background: #f0f7ff;
}

.method-btn i {
    font-size: 1.5rem;
    color: #666;
}

.method-btn.active i {
    color: #1a6db3;
}

.method-btn span {
    font-weight: 600;
    color: #555;
}

.method-btn.active span {
    color: #1a6db3;
}


.code-input:focus {
    outline: none;
    border-color: #1a6db3;
    box-shadow: 0 0 0 3px rgba(26, 109, 179, 0.1);
}

.code-input



.timer


.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toggle-password:hover {
    background-color: #f0f0f0;
}


.btn-link:hover {
    text-decoration: underline;
    color: #0d5a9e;
}

.btn-link:disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: none;
}


.notification {
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    display: none;
    align-items: center;
    gap: 12px;
    animation: slideIn 0.3s ease-out;
}

.notification.error {
    background: #ffeaea;
    color: #d63031;
    border-left: 4px solid #d63031;
}

.notification

.notification

.notification i {
    font-size: 1.2rem;
}

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



.recovery-links p {
    margin: 10px 0;
}

.recovery-links a {
    color: #1a6db3;
    font-weight: 600;
    text-decoration: none;
}

.recovery-links a:hover {
    text-decoration: underline;
}


.form-step.active {
    display: block;
}

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



.btn-loading:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    
    
    
    
    
    
    
    
    .progress-steps:before {
        left: 15%;
        right: 15%;
    }
    
    
}

@media (max-width: 380px) {
    
    
    
}


.sidebar .nav button {
  position: relative;
  background: transparent; 
  border: none;
  padding: 8px 16px;
  border-radius: 999px; 
  transition: color 0.2s ease;
}


.sidebar .nav button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #1e90ff;
  transition: 0.25s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}


.sidebar .nav button:hover::after {
  width: 60%;
}


.sidebar .nav button.active::after {
  width: 70%;
}


.sidebar .nav button:hover {
  color: #1e90ff;
}