.btnBlock {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.btnBlock__btn {
    /* width: 23%; */
    background: #1a1a1a;
    padding: 20px 20px;
    cursor: pointer;
    flex: 0 0 23%;
    margin: 20px auto;
}

.btnBlock__btn:hover {
    -webkit-box-shadow: #000000 1px 1px 5px, #000000 1px 1px 10px;
    box-shadow: #000000 1px 1px 5px, #000000 1px 1px 10px;
}

.btnBlock__btn--active {
    -webkit-box-shadow: #000000 1px 1px 5px, #000000 1px 1px 10px;
    box-shadow: #000000 1px 1px 5px, #000000 1px 1px 10px;
}

.btnBlock__btn .btnFigure {
    width: 100%;
    margin: 0 auto;
    filter: drop-shadow(0 0 1px #fff);
    min-width: 200px;
}

.btnBlock__btn .btnText {
    margin-top: 10px;
    text-align: center;
}

.shop__wtb {
    margin-top: 30px;
}

/* .wtbw_selectorsbar label {
    color: #fff;
} */

@media (max-width: 960px) {
    .btnBlock__btn {
        /* width: 23%; */
        background: #1a1a1a;
        padding: 20px 20px;
        cursor: pointer;
        flex: 0 0 48%;
        margin: 20px auto;
    }
}

@media (max-width: 570px) {
    .btnBlock__btn {
        background: #1a1a1a;
        padding: 20px 20px;
        cursor: pointer;
        margin: 10px auto;
    }
}

.infoBlock {
    background: #1a1a1a;
    width: 98%;
    padding: 8% 20px 3%;
    margin: 0 auto;
    position: relative;
    display: none;
}

.infoBlock::before {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-right: #cc00ff 5px solid;
    border-top: #cc00ff 5px solid;
    top: 0;
    right: 0;
}

.infoBlock::after {
    content: "";
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    border-left: #01d4d8 5px solid;
    border-bottom: #01d4d8 5px solid;
    bottom: 0;
    left: 0;
}

.infoBlock__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
}

.infoBlock__flex-figure {
    width: 25%;
    margin: 0 auto;
    transform: translate(30%, 5%);
}

.infoBlock__flex-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bgImg {
    width: 100%;
    /* max-width: 1100px; */
    margin: 0 auto;
}

.bgImg>img {
    width: 100%;
    height: 100%;
}

.textBox__title {
    margin-bottom: 20px;
}

.textBox {
    width: 40%;
    margin: 0 auto;
}

.textBox__ul li {
    list-style-type: disc;
}

.inFoLinkBox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.inFoLink {
    background: linear-gradient(to right, #01d4d8, #013041, #cc00ff);
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    padding: 10px 80px;
    display: inline-block;
    margin: 50px auto 0;
    text-align: center;
}

.inFoLink:hover {
    background: linear-gradient(to right, #cc00ff, #013041, #01d4d8);
}

.active {
    display: block;
}

@media (max-width: 960px) {
    .infoBlock {
        margin: 30px auto;
    }

    .infoBlock__flex-figure {
        width: 100%;
        margin: 0 auto;
        transform: translateX(0);
    }

    .textBox {
        width: 90%;
        margin: 0 auto;
    }

    .inFoLink {
        background: linear-gradient(to right, #01d4d8, #013041, #cc00ff);
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        padding: 10px 80px;
        display: inline-block;
        margin: 30px auto 0;
        text-align: center;
        width: 100%;
    }

    .infoBlock {
        padding: 40px 20px;
    }
}

.redeem {
    /* background: #000000; */
    padding-top: 10vh;
    padding-bottom: 12vh;
    /* background: url("https://storage-asset.msi.com/event/2021/nb/1111/images/redeem-bg.jpg") top center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    background-attachment: fixed; */
}

@media (max-width: 1300px) {
    .redeem {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 1050px) {
    .redeem {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 800px) {
    .redeem {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.redeem__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.redeem__title h3 {
    padding: 15px 35px;
    font-size: 32px;
    margin-bottom: 1em;
    line-height: 1.5em;
    display: inline-block;
    /* border: #ff0066 5px solid;
    border-bottom: #cc0099 6px solid; */
    /* -moz-border-radius: 50px;
         border-radius: 50px; */
    /* -webkit-box-shadow: #ff0066 0 0 30px inset;
       -moz-box-shadow: #ff0066 0 0 30px inset;
            box-shadow: #ff0066 0 0 30px inset; */
    background: linear-gradient(to right, #cc00ff, #013041, #01d4d8);
    color: #ffffff;
}

@media (max-width: 1600px) {
    .redeem__title h3 {
        font-size: 30px;
    }
}

@media (max-width: 1300px) {
    .redeem__title h3 {
        font-size: 28px;
    }
}

@media (max-width: 1050px) {
    .redeem__title h3 {
        font-size: 26px;
    }
}

.redeem__block {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 1px 2px 2px #c1c1c1;
    padding: 5% 0;
}

@media screen and (max-width: 991px) {
    .redeem__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.redeem__block-item {
    width: -moz-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #ffffff;
    border-right: 1px solid #ebebeb;
    padding: 0 1%;
}

.redeem__block-item:nth-last-of-type(1) {
    border: 0;
}

.redeem__block-item h4 {
    color: #6f6f71;
}

@media screen and (max-width: 991px) {
    .redeem__block-item {
        width: -moz-calc(80% - 20px);
        width: calc(80% - 20px);
        border-bottom: 1px solid #ebebeb;
        padding: 1% 0;
        border-right: 0;
    }

    .redeem__block-item img {
        width: 17vw;
    }
}

.redeem__block-item h4 {
    font-size: 20px;
    margin-bottom: 1em;
    line-height: 1.5em;
}

@media (max-width: 1600px) {
    .redeem__block-item h4 {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .redeem__block-item h4 {
        font-size: 16px;
    }
}

@media (max-width: 1050px) {
    .redeem__block-item h4 {
        font-size: 14px;
    }
}

.redeem__block-item p {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.5em;
    color: #6f6f71;
}

@media (max-width: 1600px) {
    .redeem__block-item p {
        font-size: 14px;
    }
}

@media (max-width: 1300px) {
    .redeem__block-item p {
        font-size: 12px;
    }
}

@media (max-width: 1050px) {
    .redeem__block-item p {
        font-size: 10px;
    }
}

.redeem__btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
}

@media screen and (max-width: 991px) {
    .redeem__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.redeem__btns a:hover {
    cursor: pointer;
    background: #fff;
    color: #e78685;
    border: 1px solid #e78685;
    text-decoration: none;
}

.redeem__btns a {
    width: calc(40% - 20px);
    text-align: center;
    margin: 10px;
    padding: 15px 45px;
    background: #e78685;
    font-size: 17px;
    font-weight: 700;
    padding: 15px 25px;
    margin: 10px;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #e78685;
    box-shadow: 5px 5px 0px #a5604b;
}

@media (max-width: 1600px) {
    .redeem__btns a {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .redeem__btns a {
        font-size: 16px;
    }
}

@media (max-width: 1050px) {
    .redeem__btns a {
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .redeem__btns a {
        width: 70%;
    }
}