.strategy{
}


.strategy .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}
.strategy_title{
    position: relative;
}
.strategy_switch_box{
    border-radius:10px;
    display: flex;
    padding: 50px 0;
    width: 100%;
    justify-content: center;
}
.strategy_switch{
     
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    
    color: #000000;

    background: #FFFFFF;
    border-radius: 0px;
    padding: 21px;
    width: 278px;
    display: flex;
    height: 90px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 300ms;

}
.active_switch{
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #FFE796 0%, #F1BA03 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    border-bottom: 6.845333px solid rgb(213 164 0 / 90%);
}
.strategy_switch:first-child{
    border-radius: 10px  0px  0px 10px;
}
.strategy_switch:last-child{
    border-radius: 0px 10px 10px 0px;

}
.strategy_box_bottom{
    height: 100%;
}
.strategy_box_promotion{
    display: flex;
    gap: 60px;
    position: fixed;
    opacity: 0;
    transition: 300ms;
    left: -9999px;
    z-index: -1;
    

}
.strategy_box_active{
    opacity: 1;
    position: static;

    
}
.strategy_box_transitory{
    transition: 300ms;

    transform: rotateY(90deg);
}
.strategy__promotion{
    background: #FFFFFF;
    border: 5px solid #4850F7;
    box-shadow: 0px 0px 60px rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    transition: 300ms;

}
.strategy_name{
     
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100%;
    color: #1A1818;
    height: 120px;
    border-bottom:1px solid rgba(84, 79, 79, 0.2);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.strategy_list{
    padding: 20px 0px 5px 0px;
}
.strategy_list li {
     
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 141.17%;
    color: #000000;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 13px;
}
.strategy_price{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;

    color: #000000;
    width: 235px;
}
.strategy_price_number{
    color: #1D14C0;
    font-size: 44px;
}
.strategy_price_box{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    padding-top: 38px;
}
.strategy_price_button{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;

    color: #191818;
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #FFE796 0%, #F1BA03 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    border: 0.845333px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;

    width: 235px;
    height: 52px;
    margin-bottom: 20px;
    transition: 300ms;
    cursor: pointer;

}
.strategy_price_button:hover{
    background: linear-gradient(5.65deg, rgba(255, 255, 255, 0) -8.26%, rgba(255, 255, 255, 0) 63.99%), linear-gradient(180deg, #ffe796 0%, #d5c696d9 100%), radial-gradient(100% 105.86% at 50% 0%, rgba(255, 255, 255, 0.637) 0%, rgba(255, 255, 255, 0) 55.73%);
    transition: 300ms;

}
.strategy__promotion {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 400px;
    justify-content: space-evenly;
}
.strategy_list div{
    width: 260px;
}
.ps{
    font-size: 14px;
}
.normal{
    font-size: 18px;
}
.strategy_text_center{
    font-family: 'GT Eesti Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.05em;
    width: 308px;
    color: #000000;
    padding-top: 25px;
}