.screen-container p.logo-text{
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
}
.screen-container .achievement-elem {
    z-index: 1;
}
.screen-container .logo img {
    max-width: 232px !important;
}
.screen-container .achievement-container h3 {
    z-index: 1;
}
.screen-container .achievement-container {
    margin: 0 -50px;
    border: solid 5px #dfd49a;
}
@media (min-width: 1200px){
    .screen-container .achievement-elem span {
        right: 10px;
    }
}
@media (max-width: 991px){
   .screen-container .achievement-container {
        margin: 0 -40px;
    } 
}
@media (max-width: 767px){
    .screen-container .player-info-main {
        left: 45px;
    }
    .screen-container .player-image {
        margin-left: 0;
    }
}
.progress-bar-custom-container{
    margin-left: 10px;
    margin-bottom: 60px;
}
.progress-bar-custom-container h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: Akrobat;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}
.progress-bar-custom-container .title-plat {
    color: #B9919D;
}
.progress-bar-custom-container .title-gold {
    color: #CCBA6C;
}
.progress-bar-custom-container .title-silver {
    color: #A2AEB2;
}
.progress-bar-custom-container .title-copper {
    color: #A49595;
}
.progress-bar-custom {
        position: relative;
    border-radius: 30px;
       display: flex;
       border: 1px solid #DFD49A;
     width: 100%;
    height: 24px;
}
.progress-bar-custom > div{
    position: relative;
    width: 33.3333333333333%;
}
.progress-bar-custom div{
    height: 22px;
}
.progress-bar-custom div > div{
    height: 20px;
}
.progress-bar-custom > div:after{
    position: absolute;
    top: -20px;
    right: -8px;
    font-weight: 600;
font-size: 12px;
line-height: 14px;

}
.progress-bar-copper:after{
    content: "85";
}
.progress-bar-silver:after{
    content: "185";
}
.progress-bar-gold:after{
    content: "300";
}
.progress-bar-copper{
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-left: solid 1px #fff;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    background-color: #D3CCCC;
        border-right: solid 1px #fff;
}
.progress-bar-copper div{
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    background-color: #907d7d;
}
.progress-bar-silver {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
        background-color: #DBE0E1;

        border-right: solid 1px #fff;
}
.progress-bar-silver div{
    background-color: #adb8bb;
}
.progress-bar-gold {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
        background-color: #F8EDA7;
        border-right: solid 1px #fff;
}
.progress-bar-plat {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: #DCC9CE;
}
.progress-bar-plat div {
    background-color: #b9919d;
}
.progress-bar-gold div{
         border-top-right-radius: 30px; 
         border-bottom-right-radius: 30px; 
    background-color: #d9c772;
}
.progress-message {
    display: none;
    position: absolute;
    right: 0;
        bottom: 26px;
}
.progress-bar-custom.copper .progress-bar-copper .progress-message,
.progress-bar-custom.silver .progress-bar-silver .progress-message,
.progress-bar-custom.plat .progress-bar-plat .progress-message,
.progress-bar-custom.gold .progress-bar-gold .progress-message{
    display: block;   
}
.progress-bar-custom.copper .progress-bar-copper div,
.progress-bar-custom.silver .progress-bar-silver div,
.progress-bar-custom.plat .progress-bar-plat div,
.progress-bar-custom.gold .progress-bar-gold div{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}











.player-info-main p {
    font-family: "Bebas Neue", sans-serif;

}

.player-info {
    text-align: center;
    margin-bottom: 140px;
    position: relative;
}

.player-image.silver {
    background-image: url(/img/player-block_silver.png);
}
.player-image.copper {
    background-image: url(/img/player-block_coper.png);
}
.player-image.gold {
    background-image: url(/img/player-block.png);
}
.player-image {
    background-repeat: no-repeat;
    position: absolute;
    width: 400px;
    margin-top: -30px;
    height: 560px;
}

.player-info-main  p {
    color: #423609;
}

.player-info-main {
    width: 305px;
    position: relative;
    top: 24px;
    left: 48px;
    text-align: center;
    flex-direction: column;
    display: flex;
}

.player-main-info {
    top: 20px;
    left: 10px;
    font-family: "Bebas Neue", sans-serif;
    position: absolute;
}

.player-number {
    /*font-weight: 700;*/
    margin: 0;
    font-size: 90px;
    line-height: 60px;
}

.player-avatar {
    float: left;
    margin-left: 65px;
}
button.add-img-btn {
    cursor: pointer;
    background-color: transparent;
    border: dashed 2px;
    font-size: 60px;
}
.player-avatar img, button.add-img-btn {
    max-width: 210px;
    max-height: 200px;
    width: 210px;
    height: 200px;
}

.player-position {
    font-size: 53px;
}
.player-name p{
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
}
.silver .player-name {
    border-bottom: solid 1px #adb8bb;
}
.copper .player-name {
    border-bottom: solid 1px #907d7d;
}
.gold .player-name {
    border-bottom: solid 1px #b8a657;
}

.silver .player-characteristic .row div:first-child {
    border-right: solid 1px #adb8bb;
}
.copper .player-characteristic .row div:first-child {
    border-right: solid 1px #907d7d;
}
.gold .player-characteristic .row div:first-child {
    border-right: solid 1px #b8a657;
}



.player-name {
    overflow: hidden;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
}

.player-characteristic {
    max-width: 312px;
    padding: 10px 0 0;
}


.player-characteristic p {
    text-align: left;
    margin-bottom: 10px;
    padding-left: 35px;
    line-height: 25px;
    font-size: 30px;
}
@media (max-width: 1199px) {
    .player-avatar img , button.add-img-btn{
        max-width: 156px;
        max-height: 149px;
    }

    .player-avatar {
        float: left;
        margin-left: 40px;
    }

    .player-name p {
        margin: 0;
        font-size: 34px;
    }

    .player-name {
        margin-bottom: 0;
        margin-left: 0;
    }

    .player-characteristic {
        max-width: 230px;
        padding: 10px 0 0;
    }

    .player-characteristic p {
        margin-bottom: 5px;
        padding-left: 20px;
        line-height: 25px;
        font-size: 26px;
    }
    .player-position {
        font-size: 40px;
        margin-left: 5px;
    }
    .player-info {
        margin-bottom: 150px;
    }
    .player-number {
        font-size: 60px;
        line-height: 40px;
    }

    .player-info-main {
        left: 35px;
        width: 230px;
    }
    .player-image.silver {
        background-image: url(/img/player-block_300_silver.png);
    }
    .player-image.copper {
        background-image: url(/img/player-block_300_coper.png);
    }
    .player-image.gold {
        background-image: url(/img/player-block_300.png);
    }
    .player-image{
        width: 300px;
        margin-top: -20px;
        height: 420px;
    }
}
@media (max-width: 991px) {
    .screen-container p.logo-text{
        padding-left: 10px;
        font-size: 14px;
        line-height: 18px;
    }
    .screen-container .achievement-container {
        margin-top: 80px;
    }
    .screen-container .logo {
        margin-bottom: 20px;
    }
    .screen-container .logo img {
        max-width: 70px;
    }
    .player-name p {
        margin: 4px 0 2px;
        line-height: 25px;
        font-size: 25px;
    }

    .player-avatar img , button.add-img-btn{
        max-width: 107px;
        max-height: 102px;
    }

    .player-avatar {
        margin-left: 25px;
    }

    .player-name {
        font-size: 18px;
        padding: 0 5px;
    }

    .player-characteristic {
        max-width: 150px;
    }

    .player-characteristic p {
        margin-bottom: 5px;
        padding-left: 8px;
        line-height: 18px;
        font-size: 16px;
    }

    .player-info {
        margin-bottom: 100px;
        position: relative;
    }

    .player-characteristic .col-6:first-child {
        padding-left: 30px;
    }

    .player-characteristic .col-6:nth-child(2) {
        padding-left: 12px;
    }
    .player-position {
        font-size: 25px;
    }
    .player-number {
        font-size: 40px;
        line-height: 30px;
    }

    .player-info-main {
        width: 150px;
        left: 25px;
        top: 17px;
    }
    .player-image.silver {
        background-image: url(/img/player-block_200_silver.png);
    }
    .player-image.copper {
        background-image: url(/img/player-block_200_coper.png);
    }
    .player-image.gold {
        background-image: url(/img/player-block_200.png);
    }
    .player-image {
        width: 200px;
        height: 280px;
        margin-top: -10px;
    }
}
@media (max-width: 767px) {
    .player-avatar img , button.add-img-btn{
        max-width: 210px;
        max-height: 200px;
    }


    .player-name p {
        margin: 5px 0;
        line-height: 50px;
        font-size: 50px;
    }
    .player-position {
        font-size: 53px;
    }


    .player-avatar {
        margin-left: 55px;
    }

    .player-name {
        font-size: 40px;
    }

    .player-characteristic .col-6:nth-child(2) {
        padding-left: 15px;
    }

    .player-characteristic .col-6:first-child {
        padding-right: 15px;
    }

    .player-characteristic {
        max-width: 312px;
        padding: 15px 0 0;
    }

    .player-characteristic p {
        text-align: left;
        margin-bottom: 15px;
        padding-left: 20px;
        line-height: 25px;
        font-size: 35px;
    }

    .player-info {
        margin-bottom: 190px;
    }
    .player-number {
        font-size: 90px;
        line-height: 60px;
    }
    .player-info-main {
        width: 320px;
        left: 95px;
        top: 28px;
    }
    .player-image.silver {
        background-image: url(/img/player-block_silver.png);
    }
    .player-image.copper {
        background-image: url(/img/player-block_coper.png);
    }
    .player-image.gold {
        background-image: url(/img/player-block.png);
    }
    .player-image {
        position: absolute;
        width: 400px;
        margin-top: -30px;
        height: 560px;
        margin-left: 55px;
    }
}

@media (max-width: 480px) {
    .player-name p {
        margin: 5px 0;
        line-height: 40px;
        font-size: 40px;
    }
    .player-info {
        display: flex;
        justify-content: center;
        margin-bottom: 160px;
    }



    .player-avatar img , button.add-img-btn{
        max-width: 156px;
        max-height: 149px;
    }


    .player-position {
        font-size: 30px;
    }


    .player-avatar {
        margin-left: 40px;
    }

    .player-name {
        font-size: 26px;
        margin-bottom: 0;
        margin-left: 0;
    }

    .player-characteristic p {
        margin-bottom: 5px;
        padding-left: 10px;
        line-height: 25px;
        font-size: 25px;
    }
    .player-number {
        font-size: 50px;
        line-height: 40px;
    }
    .player-info-main {
        width: 240px;
    }
    .player-info-main {
        left: 25px;
        top: 17px;
    }

    .player-info-main {
        left: 5px;
        top: 24px;
    }
    .player-image.silver {
        background-image: url(/img/player-block_300_silver.png);
    }
    .player-image.copper {
        background-image: url(/img/player-block_300_coper.png);
    }
    .player-image.gold {
        background-image: url(/img/player-block_300.png);
    }
    .player-image {
        width: 300px;
        margin-top: -20px;
        height: 420px;
        margin-left: 0;
    }
}

