
.flex-sbs, .flex-cs, .flex-ss, .flex-es {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flex-sc, .flex-ss, .flex-se {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-sbc, .flex-sbs, .flex-sbe, .flex-cc, .flex-cs, .flex-ce, .flex-sc, .flex-ss, .flex-se, .flex-ec, .flex-es, .flex-ee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-sbc, .flex-cc, .flex-sc, .flex-ec {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-cc, .flex-cs, .flex-ce {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lootbox {
    width: 100%;
    position: relative;
    padding: 140px 0px;
    background: url("../images/bg/lootboxes.png") top center no-repeat;
    background-size: cover;
}
@media (max-width: 1240px) {
    .lootbox {
        padding: 70px 0px;
    }
}
.lootbox__title {
    width: 100%;
}
.lootbox__title h2 {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope-SemiBold', sans-serif;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
@media (max-width: 1680px) {
    .lootbox__title h2 {
        font-size: 44px;
        line-height: 44px;
    }
}
@media (max-width: 1240px) {
    .lootbox__title h2 {
        font-size: 34px;
        line-height: 34px;
    }
}
@media (max-width: 1024px) {
    .lootbox__title h2 {
        font-size: 32px;
        line-height: 32px;
    }
}
.lootbox__title-sub {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope-SemiBold', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    margin-top: 8px;
}
@media (max-width: 1680px) {
    .lootbox__title-sub {
        font-size: 14px;
        line-height: 14px;
    }
}
.lootbox__content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 84px;
}
@media (max-width: 1240px) {
    .lootbox__content {
        margin-top: 40px;
    }
}
@media (max-width: 1024px) {
    .lootbox__content {
        padding: 0 54px;
    }
}
.lootbox__content .swiper {
    width: 100%;
    overflow: hidden;
}
.lootbox__content .swiper-button-prev,
.lootbox__content .swiper-button-next {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-top: 0px;
    top: calc((100% - 54px) / 2);
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1024px) {
    .lootbox__content .swiper-button-prev,
    .lootbox__content .swiper-button-next {
        width: 34px;
        height: 34px;
        top: calc((100% - 34px) / 2);
    }
}
.lootbox__content .swiper-button-prev:hover,
.lootbox__content .swiper-button-next:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.lootbox__content .swiper-button-prev:after,
.lootbox__content .swiper-button-next:after {
    display: none;
}
.lootbox__content .swiper-button-prev:before,
.lootbox__content .swiper-button-next:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.lootbox__content .swiper-button-prev {
    left: 0;
}
.lootbox__content .swiper-button-prev:before {
    background: url("/high-five-x50-2023/assets/images/icons/left_arrow_icon.png") center center no-repeat;
}
@media (max-width: 1024px) {
    .lootbox__content .swiper-button-prev:before {
        background-size: 20px 20px;
    }
}
.lootbox__content .swiper-button-next {
    right: 0;
}
.lootbox__content .swiper-button-next:before {
    background: url("/high-five-x50-2023/assets/images/icons/right_arrow_icon.png") center center no-repeat;
}
@media (max-width: 1024px) {
    .lootbox__content .swiper-button-next:before {
        background-size: 20px 20px;
    }
}
.lootbox__card {
    border-radius: 10px;
    background: url("/high-five-x50-2023/assets/images/packs/card_bg.png") #25211f top center no-repeat;
    background-size: 100% auto;
    padding: 20px 30px 30px;
    align-self: stretch;
    height: unset;
}
.lootbox__card-icon {
    width: 100%;
}
.lootbox__card-icon img {
    width: 100%;
    max-width: 133px;
}
.lootbox__card-name {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope-SemiBold', sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 5px;
}
@media (max-width: 1680px) {
    .lootbox__card-name {
        font-size: 16px;
        line-height: 20px;
    }
}
.lootbox__card-text {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
}
.lootbox__card-products {
    width: 100%;
    list-style-type: none;
    margin-top: 25px;
}
@media (max-width: 1024px) {
    .lootbox__card-products {
        margin-top: 15px;
    }
}
.lootbox__card-product {
    width: 100%;
    padding: 5px;
    background: #1e1b19;
    border-radius: 5px;
}
.lootbox__card-product:not(:last-child) {
    margin-bottom: 3px;
}
.lootbox__card-product-icon {
    width: 28px;
    height: 28px;
    border: 1px solid #ffad00;
    border-radius: 6px;
}
@media (max-width: 1240px) {
    .lootbox__card-product-icon {
        width: 24px;
        height: 24px;
    }
}
.lootbox__card-product-icon img {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 4px;
}
.lootbox__card-product-name {
    width: calc(100% - 28px);
    padding-left: 10px;
    font-family: 'Manrope-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fbfbfb;
    padding-top: 4px;
}
@media (max-width: 1240px) {
    .lootbox__card-product-name {
        padding-top: 3px;
    }
}
.lootbox__card-product-name span {
    color: #ffad00;
}
.lootbox__bottom {
    width: 100%;
    margin-top: 70px;
}
@media (max-width: 1240px) {
    .lootbox__bottom {
        margin-top: 40px;
    }
}
.lootbox__bottom-buttons {
    width: 100%;
    gap: 10px;
}
.lootbox__bottom-olprice {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Manrope-SemiBold', sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.lootbox__bottom .button {
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
}