html *,
html *::before,
html *::after {
box-sizing: inherit ;
scrollbar-width: 10px ;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #edefee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(1,122,139,0.5);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(1,122,139,1);
}



body {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', sans-serif;
}



.whole_rank {
	
	width: 100%;
	height: 100vh;
	max-height: 100vh;
	
}

.header {
    width: 100%;
    height: 35px;
    background: rgb(83,36,177);
    background: linear-gradient(129deg, rgba(83,36,177,1) 0%, rgba(82,33,162,1) 51%, rgba(69,28,141,1) 100%);
    padding: 5px 0px;
    max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	line-height: 1.2;
}


img {
	max-height: 30px;
}

.header-left {
margin-left: 20px;
    margin-right: 20px;
}



.tourname {
	font-size: 1.3rem;
	font-weight: 400;
}


.tourgroup {
    font-size: 1.5rem;
    font-weight: 500;
}


.tourid {
	font-size: 0.9rem;
	font-weight: 200;
}



.ranks {
	width: 100%;
	height: calc(100% - 45px);
	display: flex;
	flex-wrap: wrap;
}




.siderank {
	width: 50%;
	height: 100%;
	position: relative;
	overflow:hidden;
}


iframe {
	width: 100%;
	height: 5000px;
	position: absolute;
	top: 0;
	left: 0;
	overflow:hidden;

	
	
	

		
		
}














.links_container {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 100px;
}



.test_links {
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
	justify-content: space-between;
}


.test_links a {
	
	width: 48%;
}



button {
    width: 90%;
    min-height: 60px;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    border: 0px;
    border-radius: 5px;
	cursor: pointer;
}

.test {
	background: #4d1f9a;
}

.c1 {
	background: #dab304;
}

.c2 {
	background: #0287b4;
}


.c3 {
	background: #e23487;
}


.c4 {
	background: #069a22;
}



.target_links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}



.chlopcy {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.chlopcy a {
	width: 49%;
}


.dziewczeta {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


.dziewczeta a {
	width: 49%;
}