body{
    background: #FFF;
}

main{
    padding: 0 20px;
    min-height: 1100px;
}

main .title{
    position: relative;
    color: #0D42FF;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 75.2px;
    text-transform: uppercase;
    padding-top: 160px;
    margin-bottom: 20px;
}

main .title::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6EAF0; 
}



main .head_department{
    display: flex;
    position: relative;
    gap: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}

main .head_department::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6EAF0; 
}

main .head_department .head_department__right{
    width: 100%;
}

main .head_department .head_department__right .full_name{
    color: #35383A;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
    margin-bottom: 10px;
}


main .head_department .head_department__right .post{
    position: relative;
    color: #0D42FF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; 
    margin-bottom: 20px;
}

main .head_department .head_department__right .post::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #E6EAF0; 
}


main .head_department .head_department__right .contact{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
}

main .head_department .head_department__right .contact p{
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; 
}

main .head_department .head_department__right .contact p span{
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
}



.switchers_description{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 20px;
    padding: 20px 0;
}

.switchers_description .switcher_description a{
    color: #35383A; 
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 20px;
    background: #EEE; 
}

.switchers_description .switcher_description a._active{
    color: #FFF;
    background: #0D42FF;
}

.switchers_description .switcher_description .description{
    width: 50%;
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    position: absolute;
    top: 70px;
    left: 0;
}