* {
    margin: 0;
    padding: 0;
}
.BODY
{
    background-color: #060B18;
}
.HEAD
{
    padding: 22px 82px;
}
.HEAD_MENU
{
    margin: auto;

}
.HEAD_NEW {
    display: flex;
    justify-content: center;
    padding: 22px 82px;
}
.HEAD_LIST
{
    display: flex;
    list-style: none;
    padding: 9px 20px;
    gap: 20px;
    background-color: #165357;
    border-radius: 50px;
    text-align: center;
}
.HEAD_LIST-ITEM {
    align-items: center;
    width: 200px;
    background-color: #AAD2DB;
    border-radius: 50px;
    padding: 10px 30px;
}
.HEAD_LIST-LINK
{
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 32px;
    color: #181818;
}
a {
    text-decoration: none;
}
button
{
    all: unset;
}
.MAIN_sec{
    padding: 94px 96px;
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    background: radial-gradient(circle, rgba(73, 128, 110, 0.28), rgba(115, 115, 115, 0));
    font-weight: 700;
    font-size: 48px;
}
.MAIN_cont
{
    display: flex;
}
.MAIN_text{
    display: flex;
    flex-direction: column;
    color: white;
}
.MAIN_text-item {
    background: linear-gradient(45deg, #23B5DE, #2052F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.INFO
{
    position: relative;
    background-color: #B0DBE4;
    border-radius: 50px;
    padding: 45px 110px 453px 110px;
}
.INFO-btn
{
    gap: 69px;
    display: flex;
}
.INFO-btn button
{
    background-color: #CDF6FF;
    text-align: center;
    border-radius: 50px;
    padding: 24px 34px;
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 48px;
    width: 100%;
    color: #181818;
}

.tab-button{
    background:#CDF6FF;
    color:#181818;
}

.tab-button.active{
    background:#435ef8;
    color:#CDF6FF;
}

.INFO-header
{
    gap: 69px;
    padding: 36px 0px;
    display: flex;
}
.INFO-header p
{
    color: #4a4a4a;
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    width: 100%;
}
.INFO-rec
{
    background-color: #435ef8;
    width: 100%;
    height: 3px;
    margin-top: -17px;
}
.INFO-list-choice
{
    height: 146px;
    margin-top: 17px;
    align-items: center;
    background-color: #CDF6FF;
    border-radius: 50px;
    padding: 16px 90px;
    display: flex;
    color: #181818;
}
.INFO-list-choice p
{
    text-align: left;
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 32px;
}
.INFO-list-choice p:nth-child(1){
    flex: 1;
}

.INFO-list-choice p:nth-child(2){
    flex: 2;
    margin-left: 41px;
}

.INFO-list-choice p:nth-child(3){
    flex: 1;
    margin-left: -30px;
    text-align: right;
}
.INFO-number
{
    position: absolute;
    padding: 0px 78px;
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    top: 1184px;
}
.INFO-number p
{
    color: #435ef8;
    text-align: left;
    font-size: 70px;
}
.INFO-number-arrow
{
    margin-top: -150px;
    padding: 0px 106px;
    width: 453px;
    height: 453px;
    -webkit-mask: url("../ico/Arrow2.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("../ico/Arrow2.svg") no-repeat center;
    mask-size: contain;
    background-color: #23B5DE;
}
.INFO-number-number
{
    padding: 10px 0px;
    margin-top: -295px;
    margin-left: 589px;
}
.INFO-number-number button
{
    background: linear-gradient(45deg, #23B5DE, #2052F5);
    border-radius: 50px;
    text-align: center;
    color: white;
    font-size: 48px;
    width: 360px;
    height: 84px;
}
.INFO-about
{
    margin-top: 235px;
    position: absolute;
    background-color: #435ef8;
    border-radius: 50px;
    width: 1103px;
    padding: 50px 78px 62px 75px;
}
.INFO-about p
{
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    color: #CDF6FF;
    font-weight: 700;
}
.INFO-About-txt1
{
    font-size: 48px;
}
.INFO-About-txt2
{
    font-size: 32px;
}
.FOOTER
{
    margin-top: 1026px;
    padding: 0px;
    border-radius: 50px 50px 0px 0px;
    background-color: #165357;
}
.FOOTER-CONTACT
{
    display: grid; 
    font-family: "Alegreya Sans", sans-serif;
    color: #CDF6FF;
    padding: 46px 54px;
    gap: 33px;
    font-size: 36px;
    font-weight: 700;
}
.FOOTER-contact-rec
{
    background-color: #AAD2DB;
    width: 100%;
    height: 5px;
    margin-top: -17px;
}
.FOOTER-txt
{
    margin-top: -57px;
    font-family: "Alegreya Sans", sans-serif;
    color: #CDF6FF;
    padding: 20px 0px;
    gap: 33px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}