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 .summary{
    position: relative;
}

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

main .summary .summary__title{
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 0;
}

main .summary .summary__text{
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}



main .more .button_more{
    position: relative;
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    padding-top: 20px;
    margin-bottom: 20px;
    user-select: none;
}

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

main .more .button_more._active svg{
    transform: rotate(-90deg);
}

main .more .more__text{
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 20px;
}
main .more .more__text.none {
   display: none;
}



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

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;
}
