
body{
    text-align: center;
    background-color: rgb(20, 20, 20);
    color: rgb(211, 211, 211);
    font-family: 'Montserrat', sans-serif;
}
.c1{clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 85%);
    background-image: url("/images/background.png");
    padding-top: 250px;
    padding-bottom: 250px;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    text-align: center;
    color: white;
}
#c1o{
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
    background-image: url("/images/background.png");
    padding-top: 150px;
    padding-bottom: 200px;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    text-align: center;
    color: white;
}
.c1 h1{
    font-size: 100px;
    color: rgb(255, 52, 52);
    text-shadow: 0px 0px 10px rgb(255, 52, 52);
    margin-bottom: -10px;
}
.c1 h3{
    font-size: 32px;
}
.navbar-toggler-icon{
    color: white;
}
.navbar{
    background-color: rgb(20, 20, 20);
    color: white;
}
.nav-link{
    color: rgb(211, 211, 211);
    margin: 10px;
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
}
.nav-link:hover{
    color: rgb(187, 187, 187);
    margin: 10px;
    margin-top: 10px;
}
body::-webkit-scrollbar {
    width: 10px;
    background-color: rgb(29, 29, 29);
}
::-webkit-scrollbar-thumb {
    background: #414141;
    border-radius: 0px;
}
.footer{
    background-color: rgb(14, 14, 14);
    color: gray;
    padding-top: 45px;
    padding-bottom: 45px;
}
.footer b{
    color: white;
}
.footer p{
    color: rgb(119, 119, 119);
}
.footer h6{
    transition: 0.3s;
    cursor: pointer;
    color: rgb(119, 119, 119);
}
.footer h6:hover{
    color: rgb(255, 52, 52);
    text-shadow: 0px 0px 5px rgb(255, 52, 52);
}
a{
    text-decoration: none;
    color: white;
}
a:hover{
    text-decoration: none;
    color: rgb(207, 207, 207);
}
.icon{
    transition: 0.3s;
    margin-bottom: 30px;
    font-size: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
.icon:hover{
    color: rgb(255, 52, 52);
    text-shadow: 0px 0px 5px rgb(255, 52, 52);
}
.top3{
    padding-top: 150px;
    padding-bottom: 200px;
    clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 85%);
}
.chl{
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url("/images/background.png");
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
}
hr{
    height: 1px;
    background-color: rgba(128, 128, 128, 0.103);
}
.rangt3{
    padding-top: 100px;
    cursor: pointer;
    transition: 0.3s;
}
.rangt3:hover{
    transform: scale(1.1);
}

.rangt3 h3{
    margin-top: 20px;
    margin-bottom: 0px;
    color: rgb(255, 52, 52);
    text-shadow: 0px 0px 5px rgb(255, 52, 52);
}
.rangt3 small{
    margin-top: -50px;
    padding-top: -50px;
    font-size: 18px;
}
.sinput{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0px;
    background-color: rgb(34, 34, 34);
    border: 0px;
    box-shadow: 0px;
}
.sinput:hover{
    border-radius: 0px;
    background-color: rgb(34, 34, 34);
    border: 0px;
    box-shadow: 0px;
}
.sinput:focus{
    border-radius: 0px;
    background-color: rgb(34, 34, 34);
    border: 0px;
    box-shadow: 0px;
}
.sinput:focus{
    border-radius: 0px;
    background-color: rgb(34, 34, 34);
    border: 0px;
    box-shadow: 0px;
}
.inputst{
    font-size: 15px;
    color: gray;
    margin-bottom: 5px;
}
.btn{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0px;
}
.smierci-last{
    margin-bottom: 30px;
}
.mele{
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    background-color: rgb(179, 44, 44);
    color: rgb(250, 250, 250);
    box-shadow: 0px 0px 5px rgb(255, 52, 52);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
    transform: translateY(-45px);
}
.mele h5{
    font-size: 25px;
    margin: 0px;
}
.mele small{
    font-size: 12px;
}
.table{
    text-align: center;
    color: white;
    border: 0px;
}
.table td{
    vertical-align: middle;
    border: 0px solid red;
}
.mtb{
    padding-top: 10px;
    padding-bottom: 100px;
    box-shadow: 0px 0px 5px rgb(53, 52, 52);
    border: 10px solid rgb(36, 36, 36);
    background-color: rgb(17, 17, 17);
}
.mtb .titletb{
    transition: 0.3s;
    color: rgb(236, 69, 69);
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(255, 52, 52);
}
.mtb .titletb2{
    color: goldenrod;
    font-weight: 700;
    text-shadow: 0px 0px 5px goldenrod;
}
.mtb .titletbb{
    transition: 0.3s;
}
.mtb .titletbb:hover{
    cursor: pointer;
    background-color: rgb(24, 24, 24);
}
.item{
    border: 5px solid rgb(14, 14, 14);
    background-color: rgb(27, 27, 27);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.item:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.item .np{
    padding: 0px;
    margin: 0px;
}
.item h3{
    color: gray;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0px;
}
.item small{
    padding-bottom: 50px;
}
.item p, .cena{
    font-size: 30px;
    color: rgb(236, 69, 69);
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(255, 52, 52);
}
.logo
{
    border-radius: 40px;
    border: 2px solid #FF7315;
}
.logo
{
    border-radius: 40px;
    border: 2px solid #FF7315;
}
.item p, .regulaminekdesignperfekszynnaswiecie{
    font-size: 15px;
    color: rgb(236, 69, 69);
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(255, 52, 52);
}

.logowanieinfo{
    font-size: 20px;
    color: rgb(236, 69, 69);
    font-weight: 700;
    text-shadow: 0px 0px 5px rgb(255, 52, 52);
}
.itemo{
    background-color: rgb(17, 17, 17);
    margin-top: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 15px;
    text-align: center;
}
.ranking-players-heads__first{
    width:150px;
    position:relative;
    margin-top:20px;
    text-align:center;
    transition:.5s
}
.ranking-players-heads__first:after{
    position:absolute;
    top:-60px;
    left:-40px;
    background-image:url("/images/1.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    content:''
}
.ranking-players-heads__first:hover{
    margin-top:0
}
.ranking-players-heads__first:hover p{
    transform:translateY(65px);
    opacity:1
}
.ranking-players-heads__first p{
    position:absolute;
    opacity:0;
    width:150px;
    left:calc(50% - 75px);
    text-align:center;
    transform:translateY(0);
    transition:.5s;
    top:120px;
    color:#eee;
    filter:drop-shadow(0 0 20px rgba(255,255,255,0.3))
}
.ranking-players-heads__second{
    width:250px;
    position:relative;
    margin-top:90px;
    text-align:center;
    transition:.5s
}
.ranking-players-heads__second:after{
    position:absolute;
    top:-60px;
    left:10px;
    background-image:url("/images/2.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    content:''
}
.ranking-players-heads__third:after{
    position:absolute;
    top:-60px;
    left:10px;
    background-image:url("/images/3.png");
    background-repeat:no-repeat;
    background-size:contain;
    width:100px;
    height:100px;
    content:''
}
.ranking-players-heads__second:hover{
    margin-top:70px
}
.ranking-players-heads__second:hover p{
    transform:translateY(65px);
    opacity:1
}.ranking-players-heads__second p{
     position:absolute;
     opacity:0;
     width:150px;
     left:calc(50% - 75px);
     text-align:center;
     transform:translateY(0);
     transition:.5s;
     top:120px;
     color:#eee;
     filter:drop-shadow(0 0 20px rgba(255,255,255,0.3))
 }
.ranking-players-heads{
    width:100%;
    display:flex;
    flex-wrap:nowrap;
    flex-direction:row;justify-content:space-around;
    height:200px;
    margin-bottom:20px
}
.ranking-players-heads__third{
    width:250px;
    position:relative;
    margin-top:90px;
    text-align:center;
    transition:.5s
}
.ranking-players-heads__third:hover{
    margin-top:70px
}
.ranking-players-heads h1{
    color:#dbdbdb;
    font-size:18px;
    margin-top:10px
}
.ranking-players-heads__third:hover p{
    transform:translateY(65px);
    opacity:1
}
.ranking-players-heads__third p {
    position: absolute;
    opacity: 0;
    width: 150px;
    left: calc(50% - 75px);
    text-align: center;
    transform: translateY(0);
    transition: .5s;
    top: 120px;
    color: #eee;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3))
}
.panelekwybor{
    padding-bottom: 50px;
    padding-top: 50px;
}
.panelek{
    margin: 10px;
    padding-top: 10px;
    border: 1px solid rgb(255, 52, 52);
    padding-bottom: 20px;
    transition: 0.3s;
}
.panelek:hover{
    margin: 10px;
    padding-top: 10px;
    border: 1px solid rgb(236, 69, 69);
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.171);
}
.panelek h5{
    color: rgb(236, 69, 69);
    margin: 0px;
    padding: 0px;
    text-shadow: 0px 0px 5px rgb(236, 69, 69);
}
.panelek small{
    margin: 0px;
    padding: 0px;
    color: rgb(165, 165, 165);
}
.head{
    border-radius: 20px;
    margin-bottom: 10px;
}
.modal-header{
    border-bottom: 0px;
}
.modal-content{
    background-color: rgb(34, 34, 34);
    color: gray;
    padding-bottom: 50px;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 0px 1000px 10px black;
}
.render img{
    width:200px;
    height:auto;
    position:absolute;
    z-index:-1;
    left:-168px;
    top:-47px
}
.pb{
    padding: 0px;
    transition: 0.3s;
    background-color: rgb(124, 124, 124);
}
.pb:hover{
    padding: 0px;
    opacity: 0.3;
}
.drop-info{
    margin-top:25px
}
.drop-info-item{
    width:265px;
    padding:10px 0;
    border-radius:10px;
    transition:.2s;
    margin-bottom:10px;
    margin-right:20px;
    cursor:default
}
@media screen and (max-width:600px) {
    .drop-info-item{
        width:100%;
        margin-right:0
    }
}
.drop-info-item:nth-child(3n){
    margin-right:0
}
@media screen and (max-width:950px){
    .drop-info-item:nth-child(3n){
        margin-right:20px
    }
}@media screen and (max-width:600px){
    .drop-info-item:nth-child(3n){
        margin-right:0
    }
}@media screen and (max-width:940px){
    .drop-info-item:nth-child(2n){
        margin-right:0
    }
}
@media screen and (max-width:940px) and (max-width:600px){
    .drop-info-item:nth-child(2n){
        margin-right:0
    }
}
.drop-info-item:hover{
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.15)
}
.drop-info-item .wrapper{
    justify-content:center
}
.drop-info-item img{
    height:45px;
    width:auto;
    margin-right:15px
}
.game{
    width:100%
}
.game .wrapper{
    justify-content:space-between
}
.mdh{
    outline: 8px solid #262626;
    border-radius: 2px;
    transition: 0.3s;

}
.mdh:hover{
    outline: 10px solid #404040;
    border-radius: 2px;

}

.table-bans {
    border-collapse:separate;
    border-spacing: 0 1em;
}

.table th, .table td {
    border-top: none;
}

.table-striped tbody tr {
    background-color: #ffc861;
    color: black;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #ffd17a;
    color: black;
}

.main-raised {
    margin: 0;
}