.menu-link{
    font-family: "Poppings", Arial, sans-serif;
    font-size: 22px;
    line-height: 33px;
    color: #252641;
}
.button_whitе{
    background-color: #FFFFFF;

    padding: 13px, 49px, 14px, 50px;
    border: 0;
    border-radius: 80px;

    font-size: 22px;
    font-weight: 500;
    color: #6C6C6C;
    cursor: pointer;
}
.button_orange{
    background-color: #F48C06;

    padding: 13px 36px 14px 37px;
    border: 0;
    border-radius: 80px;

    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
.button_orangeJoin{
    background-color: #F48C06;

    padding: 22px 38px;
    border: 0;
    border-radius: 80px;

    font-size: 24px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}
.main-text_o{
    color: #F48C06;
}
.main-text_b{
    color: #2F327D;
}
.main-text{
    font-family: "Poppings", Arial, sans-serif;
    font-size: 54px;
    line-height: 81px;
}
.main-text_small{
    font-family: "Poppings", Arial, sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #464646;
}
.button_play{
    background: none;
    cursor: pointer;

    border: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;

    font-size: 24px;
    font-weight: 400;
    color: #252641;
    gap: 8px;
}
.button_play img{
    width: 80px;
    height: 80px;
    display: block;
}

.nav_list{
    list-style: none;
    
}
.nav_list a{
    text-decoration: none;
    color: #252641;
}
.nav_list a:hover{
    text-decoration: underline;
    color: #2F327D;
}
