

/* Start:/zapchasti/style.css?17740043063388*/
.parts-hub-subtitle {
    max-width: 1200px;
    margin: 10px auto 0;
    padding: 0 20px;
    font-size: 20px;
    color: #555;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}

.parts-hub-cards {
    max-width: 1200px;
    margin: 35px auto 60px;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.parts-hub-card {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 50px 40px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.parts-hub-card:hover {
    border-color: #FFB81C;
    box-shadow: 0 8px 30px rgba(255, 184, 28, 0.2);
    transform: translateY(-4px);
    text-decoration: none;
    color: inherit;
}

.parts-hub-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FFB81C, #ffd25e);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.parts-hub-card:hover::before {
    transform: scaleX(1);
}

.parts-hub-icon {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff8e6 0%, #ffefbf 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 184, 28, 0.15);
}

.parts-hub-card:hover .parts-hub-icon {
    background: linear-gradient(135deg, #ffefbf 0%, #ffe28a 100%);
    box-shadow: 0 6px 20px rgba(255, 184, 28, 0.25);
    transform: scale(1.05);
}

.parts-hub-icon svg {
    width: 42px;
    height: 42px;
    color: #FFB81C;
    transition: transform 0.3s ease;
}

.parts-hub-card:hover .parts-hub-icon svg {
    transform: scale(1.1);
}

.parts-hub-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 14px;
    line-height: 1.3;
}

.parts-hub-title small {
    font-size: 16px;
    font-weight: 400;
    color: #999;
}

.parts-hub-desc {
    font-size: 15px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 320px;
}

.parts-hub-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #FFB81C;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    transition: background 0.3s ease;
    margin-top: auto;
}

.parts-hub-card:hover .parts-hub-btn {
    background: #e5a518;
}

.parts-hub-btn svg {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.parts-hub-card:hover .parts-hub-btn svg {
    transform: translateX(3px);
}

@media (max-width: 768px) {
    .parts-hub-subtitle { font-size: 19px; }
    .parts-hub-cards { grid-template-columns: 1fr; gap: 20px; margin: 20px auto 40px; }
    .parts-hub-card { padding: 36px 28px; }
    .parts-hub-icon { width: 76px; height: 76px; }
    .parts-hub-icon svg { width: 34px; height: 34px; }
    .parts-hub-title { font-size: 20px; }
}

@media (max-width: 480px) {
    .parts-hub-subtitle { font-size: 17px; }
    .parts-hub-card { padding: 28px 20px; }
    .parts-hub-title { font-size: 18px; }
    .parts-hub-desc { font-size: 14px; }
}
/* End */
/* /zapchasti/style.css?17740043063388 */
