body{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0; 
}

header{
    background-image: url('https://kartinki.pics/pics/uploads/posts/2022-08/1660025660_1-kartinkin-net-p-fon-dlya-shapki-saita-krasivo-2.png'); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px 0;
    position: relative;
}

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

.info_title{
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}

.info_subtitle{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 60px;
}

.info_name{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
    position: relative;
}

.info_group{
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.orange-text{
    color: #ff6a00;
}

.info_name a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

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

.pic {
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    max-width: 200px;
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin: 0;
    z-index: 100;
}

.pract_works{
    margin: 40px 0px 30px;
}

.pract_works_list{
    display: flex; 
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    list-style: none;
    padding-left: 0;
}

.pract_works_item{
    background-color: #d6f1ff; 
    max-width: 180px;
    border-radius: 5px; 
    text-align: center;
    border: 2px solid #626262; 
    box-shadow: 6px 6px 0px #6d5c91;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
}


.pract_works_item:hover{
    background-color: #50a5ff;
    border-color: #010bd0;
    box-shadow: 4px 4px 2px #3c354a;

}

.pract_works_item:hover .pract_works_link{
    color: #fff; 
}

.pract_works_link{
    color: #333; 
    font-weight: 400;
    font-size: 15px;
    display: block;
    height: 100%;
    padding: 12px 15px;
    text-decoration: none; 
}