body { 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #6c11ff 0%, #e7e69f 100%);
}

.page-container { 
    max-width: 1200px;  
    margin: 0 auto;
    background: rgb(172, 187, 236);
    min-height: 100vh; 
    box-shadow: 0 0 30px rgba(0,0,0,0.1); 
} 

.header { 
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: rgb(172, 187, 236);
    text-align: center;
    padding: 30px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
} 

.nav { 
    background: #2c3e50;
    padding: 20px 0;
} 

.nav-list { 
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
} 

.nav-item { 
    margin: 0;
} 

.nav-link { 
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.nav-link:hover { 
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px); 
} 

.content { 
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
} 

.profile-header { 
    text-align: center;
    margin-bottom: 40px;
} 

.profile-title { 
    font-size: 32px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 300;
} 
.profile-photo { 
    width: 320px;
    height: 350px;
    border-radius: 15px;
    object-fit: cover;
    margin: 20px auto;
    border: 2px solid #8ed6ee;
    box-shadow: 0 8px 25px rgba(136, 150, 214, 0.3);
} 

.profile-name { 
    font-size: 24px;
    color: #2c3e50;
    margin: 10px 0;
    font-weight: 500;
} 

.profile-group { 
    font-size: 18px;
    color: #393b3b;
    margin: 5px 0;
} 

.about-me { 
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 25px;
    border-radius: 15px;
    margin: 30px 0;
    border-left: 5px solid #6c6eeb;
    font-size: 16px;
    line-height: 1.8;
} 

.skills-container { 
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px 0;
} 

.skill-tag { 
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 25px; 
    font-weight: 600; 
    font-size: 14px;
    box-shadow: 0 4px 15px rgba(12, 2, 88, 0.3);
    transition: all 0.3s ease;
} 

.skill-tag:hover { 
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(79, 172, 254, 0.4);
} 

.experience-section { 
    margin-top: 50px;
} 

.section-title { 
    font-size: 28px; 
    color: #2c3e50;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300;
}

.experience-card { 
    background: white;
    padding: 25px; 
    margin: 20px 0;
    border-radius: 12px; 
    box-shadow: 0 5px 20px rgba(0,0,0,0.08); 
    border-left: 4px solid #f767d3;
    transition: transform 0.3s ease;
}

.experience-card:hover { 
    transform: translateX(5px);
} 

.experience-title { 
    font-size: 20px;
    color: #2c3e50;
    margin: 0 0 10px 0;
    font-weight: 600;
} 

.experience-desc { 
    color: #7f8c8d;
    line-height: 1.6;
    margin: 0;
} 

.footer { 
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); 
    color: white;
    text-align: center;
    padding: 30px;
    margin-top: 50px;
}

.content {
    background: linear-gradient(135deg, #589ce6 30%, #8c4ec5 70%);
    color: white;
    text-align: center;
    padding: 30px;
}

.contacts {
    background: linear-gradient(to bottom left, blue, pink);
    color: white;
    text-align: justify;
    padding: 17px;
}

.break_n {
    font-size: 28px;
    color: rgb(50, 51, 52);
    text-align: center;
    line-height: 2;
}

.smp_txt {
    color: rgb(43, 44, 44);
    text-align: center;
    line-height: 1.7;
    margin: 0;
}

.goods {
    background: linear-gradient(70deg, #d5f03e, #1b2bd9);
    color: white;
    text-align: center;
    padding: 17px;
}

.news_cnt {
    background: linear-gradient(120deg, #3d9f38, #eddb12);
    color: white;
    text-align: center;
    padding: 17px;
}

.practics {
    background: linear-gradient(25deg, #354ebe, #d54724);
    color: white;
    text-align: center;
    padding: 17px;
}