/*@font-face {
    font-family: 'Gilroy-Bold';
    src: url('../fonts/Gilroy-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('../fonts/Gilroy-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-Regular';
    src: url('../fonts/Gilroy-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy-Semibold';
    src: url('../fonts/Gilroy-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}*/

.body{
    min-width: 320px;
}
.body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1202px;
    padding: 0 16px;
    margin: 0 auto;
}



/*  */
.bonus{
    padding: 60px 0;
}
.bonus__inner{
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.bonus__title{
    color: #D1862B;
    font-family: 'Rubik', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 1.71px;
    text-transform: uppercase;
}
.bonus__content{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.bonus__box{
    width: 100%;
}
.bonus__block{
    margin-top: 40px;
    padding-left: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 454px;
}
.bonus__block::before{
    content: '';
    position: absolute;
    width: 1px;
    background-color: #7F8080;
    left: 0;
    bottom: 5px;
    top: 2px;
    height: auto;
}
.bonus__item{
    position: relative;
}
.bonus__item::before{
    content: '';
    position: absolute;
    left: -26px;
    top: 0;
    width: 3px;
    height: 50px;
    background-color: #D1862B;
}
.bonus__item:nth-of-type(2)::before{
    top: -7px;
}
.bonus__item:nth-of-type(3)::before{
    top: -15px;
}

.bonus__item:first-of-type .bonus__descr{
    max-width: 394px;
}
.bonus__name,
.bonus__descr,
.bonus__banner-name,
.bonus__banner-descr{
    color: #D6D6D6;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
}
.bonus__name{
    margin-bottom: 20px;
}
.bonus__image{
    display: flex;
    align-items: center;
    width: 100%;
    max-height: 332px;
    overflow: hidden;
}
.bonus__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bonus__banner{
    margin-top: 65px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px 30px;
}
.bonus__banner-item{
    width: 100%;
    max-width: 470px;
    border-radius: 16px;
    background: #212121;
    padding: 30px 30px 30px 105px;
    position: relative;
    height: auto;
    min-height: 140px;
}
.bonus__banner-image{
    position: absolute;
    display: flex;
    align-items: center;
    top: -5px;
    left: 15px;
}
.bonus__banner-image img{
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.bonus__banner-name{
    margin-bottom: 20px;
}
.bonus__banner-item:nth-of-type(2) .bonus__banner-descr{
    max-width: 291px;
}
.bonus__banner-item:nth-of-type(2) .bonus__banner-image{
    left: 12px;
}
.color-yellow{
    color: #D1862B;
}
@media (max-width: 700px) {
    .bonus__banner{
        flex-direction: column;
        align-items: center;
    }
    .bonus__banner-item{
        max-width: 100%;
    }
    .bonus__banner-item:nth-of-type(2) .bonus__banner-descr{
        max-width: 100%;
    }
    .bonus {
        padding: 10px 0;
    }
}
@media (max-width: 600px) {
    .bonus__title{
        font-size: 20px;
        line-height: 108%; /* 21.6px */
        letter-spacing: 0.9px;
    }
    .bonus__content{
        flex-direction: column;
        margin-top: 30px;
    }
    .bonus__block{
        margin-top: 30px;
    }
    .bonus__item::before{
        height: 57px;
    }
    .bonus__item:nth-of-type(2)::before {
        top: 9px;
    }
    .bonus__item:nth-of-type(3)::before{
        top: -2px;
    }
    .bonus__image{
        margin: 0 auto;
        width: 83.966%;
    }
    .bonus__descr br{
        display: none;
    }
    .bonus__banner{
        margin-top: 35px;
    }
    .bonus__banner-item {
        padding: 20px 38px 20px 90px;
    }
    .bonus__banner-image{
        left: 0;
        top: -8px;
    }
    .bonus__banner-item:nth-of-type(2) .bonus__banner-image{
        left: 0;
    }
}
/*  */