.battlepass {
    display: block;
    width: 100%;
}

.season-info {
    margin-bottom: 25px;
}

.season-date, .season-server {
    color: #9E9E9E;
}

.player-info {
    padding: 15px 30px 15px 30px;
    margin-bottom: 50px;
    border-radius: 4px;
    border: 1px solid #ededed;
    display: flex;
}

.info-level {
    display: flex;
    flex: 1;
    align-items: center;
}

.info-level b {    
    font-size: 24px;
    margin-left: 10px;
}

.info-desc {
    display: flex;
    flex: 1;
    align-items: center;
}

.levels {
    display: flex;
    width: 100%;
    margin-bottom: 50px;
    user-select: none;
}

.level-info {
    
    border-radius: 2px;
    margin-right: 15px;
}

.level-info div {
    height: 250px;
    display: flex;
    align-items: center;
    width: 70px;
    justify-content: center;
    background: #8BC34A;
    color: #fff;
}

.level-info div span {
    transform: rotate(-90deg);
    font-size: 20px;
    text-transform: uppercase;
}

.level-info div:first-child {
    margin-bottom: 45px;
    margin-top: 30px;
}

.level-info div:last-child {
    background: #3b55e6;
}

.bp-items {
    overflow-x: scroll;
    flex: 1;
    white-space: nowrap;
}

.bp-item {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    text-align: center;
    margin-bottom: 15px;
    opacity: 0.6;
}

.bp-item .bp-paid.locked {
    opacity: 0.45;
}

.bp-item.completed, .bp-item.completed .bp-paid {
    opacity: 1;
} 

.bp-item.completed .bp-paid.locked {
    opacity: 0.45;
} 

.bp-free, .bp-paid {
    padding: 15px;
    border: 1px solid #ededed;
    border-radius: 2px;
    margin: 0 5px;
    height: 250px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    position: relative;
}

.bp-paid {
    background: #fcf4fd;
}

.bp-header {
    color: #9E9E9E;
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
}

.bp-level {
    font-size: 20px;
    font-weight: bold;
    padding: 10px;
}

.item-img {
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-img img {
    max-width: 64px;
    max-height: 64px;
}

.big-img img {
    max-width: 100px;
    max-height: 75px;
}

.large-img img {
    max-width: 160px;
    max-height: 90px;
} 
 
.item-name {
    font-size: 12px;
    white-space: normal;
    line-height: 14px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-lock {
    background: url(../img/icons/locked_small.svg) no-repeat center;
    height: 30px;
    margin-top: 10px;
}

.item-completed {
    background: url(../img/icons/check-green.svg) no-repeat center;
    height: 30px;
    margin-top: 10px;
}

.progress {
    background: #ededed;
    margin: 0 5px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.progress-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #8bc34b;
}

.progress-label {
    width: 100%;
    z-index: 1;
    position: relative;
    color: #000000;
}

.advanced-buy {
    margin-bottom: 50px;
    text-align: center;
}

.advanced-text {
    margin-bottom: 10px;
}

.give-reward {
    border: 1px solid #ededed;
    padding: 0px 4px;
    display: block;
    margin-top: 8px;
    border-radius: 4px;
    color: #5d5d5d;
}

.give-reward:hover {
    opacity: 0.8;
}

.ribbon_flag {
    transform: scale(0.8);
    right: 0px;
    top: 45px;
}

.ribbon_flag:before {
    margin: -12px 0 0px -34px;
}

@media screen and (max-width: 1680px) and (min-width: 1367px) {
    .container, #container {
        width: 1150px;
    }
}

@media screen and (max-width: 1919px) and (min-width: 1681px) {
    .container, #container {
        width: 1400px;
    }
}

@media screen and (max-width: 2047px) and (min-width: 1920px) {
    .container, #container {
        width: 1600px;
    }
}

@media screen and (max-width: 2559px) and (min-width: 2048px) {
    .container, #container {
        width: 1800px;
    }
}

@media screen and (max-width: 3840px) and (min-width: 2560px) {
    .container, #container {
        width: 1900px;
    }
}
