body{
    background: #FFF;
    overflow-x: hidden;
}

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 .slider{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
}

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

main .slider .slider_block{
    width: 100%;
}

main .slider .slider_block .slider__img .swiper-slide{
    display: flex;
    justify-content: center;
}

main .slider .slider__button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #0D42FF;
    background: #0D42FF; 
    margin: 0 40px;
}

main .slider .button_prev{
    left: 106px;
}

main .slider .button_next{
    right: 106px;
}



main .presidential_decree{
    position: relative;
    width: 100%; 
}

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

main .presidential_decree p{
    width: 754px; 
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    padding-top: 20px;
    margin-bottom: 20px;
}



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

main .info_list .line{
    position: absolute;
    top: calc(100% + 20px);
    width: 100%;
    height: 1px;
    background: #E6EAF0;
}


main .info_list .info_list__title{
    width: 100%;
    color: #35383A;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 40.246px;
    letter-spacing: -2.8px;
    text-transform: uppercase; 
}

main .info_list .list{
    width: 100%;
}

main .info_list .list ul{
    position: relative;
    margin-bottom: 20px;
}

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

main .info_list .list ul li{
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
}

main .info_list .list .button_more{
    display: flex;
    align-items: center;
    width: fit-content;
    color: #35383A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
    gap: 7px;
    padding-top: 20px;
    user-select: none;
}

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