* {
    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;
}
.MAIN
{
    background: radial-gradient(circle, rgba(73, 128, 110, 0.28), rgba(115, 115, 115, 0));
}
.MAIN_sec{
    padding: 94px 96px;
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 48px;
}
.MAIN_cont
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.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;
}
.MAIN_text-arrow {
    width: 100%;
    max-width: 1500px;
    height: auto;
    aspect-ratio: 3 / 1;

    background: linear-gradient(45deg, #AAD2DB, #FFFFFF);
    -webkit-mask: url("../ico/Arrow.svg") no-repeat center;
    mask: url("../ico/Arrow.svg") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.MAIN_btn
{
    width: 100%;
    max-width: 400px;
    height: auto;
    padding: 10px;

    font-size: clamp(370px, 4vw, 20px);
}
.MAIN_btn-number
{
    background: linear-gradient(45deg, #23B5DE, #2052F5);
    border-radius: 50px;
    text-align: center;
    color: white;
    font-size: 48px;
    padding: 5px 25px;
    width: 100%;
    max-width: 426px;
    height: 104px;
}
.MAIN_info
{
    display: flex;
    gap: 20px;
    text-align: center;
    justify-content: center;
    font-family: "Alegreya Sans", sans-serif;
    font-style: bold;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
}
.MAIN_info1:hover
{
    background: linear-gradient(to top, rgba(34, 182, 170, 0.75), rgba(80, 174, 255, 0.001));
}
.MAIN_info1 h3
{
    padding: 10px;
}
.Info
{
    align-items: center;
    display: flex;
    max-width: 1069px;
    margin: auto;


}
.Can_Bord
{
    background-color: #B0DBE4;
    border-radius: 50px;
    padding: 41px 98px;
    position: relative;
    
}
.Can_Bord h3
{
    padding: 33px 12px;
    font-size: 32px;
}
.Can_Bord1
{
    display: flex;
    padding: 41px 0px;
    gap: 23px;
}
.Can_Bord-Info
{
    background-color: #CDF6FF;
    padding: 5px 15px;
    
    border-radius: 50px;
    height: 637px;
    width: 262px;
}
.Can_Bord-Info1
{
    background-color: #CDF6FF;
    border-radius: 50px;
    padding: 5px 31px;
    height: 105px;
    padding: 4px 31px;
    align-items: center;
    text-align: left;
    display: flex;
    margin-bottom: 10px;
    font-size: 36px;
}
.Can_Bord-Informashion
{
    background-color: #CDF6FF;
    border-radius: 50px;
    width: 100%;
    height: 637px;
    padding: 15px 0px 10px 0px;
    
}
.Can_Bord-Informashion-h
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.Can_Bord-Informashion a
{
    box-sizing: border-box;
    border: 5px solid transparent;
    transition: border 0.3s;
}
.Can_Bord-Informashion a:hover
{
    border: 5px solid #2052F5;
}
.Can_Bord-Informashion a:empty {
    display: none;
}
.Can_Bord-Informashion-v
{
    gap: 18px;
    
}
.Can_Bord-Informashion-v a
{
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #CDF6FF;
    border-radius: 50px;
    
    width: 252px;
    height: 191px;

    color: #1E1E1E;
    font-size: 32px;
    text-align: center;
}
.InfoVector
{
    position: absolute;
    background-color: #CDF6FF;
    top: 771px;
    border-radius: 50px;
    width: 753px;

    text-align: left;
    justify-content: center;
    font-family: "Alegreya Sans", sans-serif;
    
    padding: 39px 35px;
    font-size: 32px;

    box-shadow: 10px 10px 20px rgba(0,0,0,0.1), 0 6px 6px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;

}
.InfoVector_p
{
    text-indent: 40px;
}
.InfoVector h3
{
    font-style: bold;
}
.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;
}
a {
    text-decoration: none;
}
button
{
    all: unset;
}