.bonus-main{
    margin-top: 80px;
}
.bonus-main h1{
    color: #ffffff;
    font-size: 36px;
}
.bonus-main-cnt{
    margin-top: 25px;
}
.promo-list-label{
    color: #d2eeed;
    margin-bottom: 20px;
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
}
.bonus-main-flex{
    margin-top: 25px;
    gap: 20px;
    justify-content: center;
}
.bonus-main-box{
    width: 100%;
    background: #031717;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
    padding-top: 0;
    position: relative;
    flex-grow: 1;
    max-width: 412px;
    min-height: 408px;
}
.bonus-main-photo{
    height: 160px;
    width: 100%;
    margin-top: -.75rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.promo-card-text{
    padding: 0 1rem;

}
.promo-card-title{
    color: #d2eeed;
    margin-bottom: .5rem;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
}
.promo-card-text p{
    color: #3b6f6d;
    text-align: center;
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 400;
}


.ui-promo-card-buttons{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 8px;
    padding: 0 15px;
}

.button-only-icon{
    padding: .5rem;
    border-radius: 4px;
    border: 1px solid #3b6f6d;
    width: 40px;
    height: 40px;
}

.button-only-icon svg{
    width: 24px;
}
.button-only-icon svg circle{
    stroke: #3b6f6d;
}
.button-only-icon svg path{
    fill: #3b6f6d;

}

.ui-promo-card-buttons .btn {
    font-size: 15px;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.promotion-data{
    margin-top: 20px;
    margin-bottom: 15px;
}
.promo-timer p{
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
    display: block;
    text-align: center;
    color: #3b6f6d;
    margin-bottom: 5px;
}

.promo-timer {
    color: #c9f8f7;
    text-align: center;
}

.promo-timer__countdown {
    font-size: 24px;
    display: flex;
    justify-content: center;
    gap: 2px;
}

.promo-timer__countdown span {
    display: inline-block;
    text-align: center;
    min-width: 40px;
}

.promo-timer small {
    font-size: 12px;
    color: #85a2a2;
}
.promo-timer__countdown small{
    margin-top: -1px;
    display: block;
}





.down-app{
    padding: 20px 0;
}
.down-app-fon{
    gap: 15px;
}
.down-app-fon h2{
    color: #ffffff;
    line-height: 1.3;
    font-size: 28px;
    text-align: center;
}
.down-app-fon p{
    color: #80858f;
    line-height: 1.2;
    font-size: 15px;
    text-align: center;
}
.buttons-gap{
    gap: 15px;
}

.features-fon{
    background: #000D14;
    padding: 40px;
    margin-top: 20px;
}
.features-fon h3{
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
    font-size: 28px;
}
.screenshots h3{
    text-align: center;
    line-height: 1.3;
    font-size: 22px;
    color: #ffffff;

}
.features{
    margin-top: 30px;
}
.feature{
    gap: 10px;
}
.feature p{
    text-align: center;
    line-height: 1.3;
    font-size: 15px;
    color: #80858f;
}
.screenshots{
    padding: 40px;
    background: #030C10;
}
.screenshots-slider{
    margin-top: 30px;
}
@media (min-width: 650px){
    .bonus-main-box {
        max-width: 358px;
    }
}
@media (min-width: 1020px){
    .bonus-main-box {
        max-width: 318px;
    }
    .features{
        display: flex;
        gap: 30px;
        justify-content: space-between;
    }
    .buttons-gap{
        flex-direction: row;
    }
}
@media (min-width: 1440px){
    .bonus-main-box {
        max-width: 310px;
    }

}


