@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
a{
	color: #255BA2;
	text-decoration: none;
}
a:hover{
	color: #3773c2;
	text-decoration: none;
	transition: .2s;
}
p{
	margin: 8px 0 16px 0;
}
h1{
	font-size: 36px;
	margin: 48px 0 24px 0;
	font-weight: 700;
	color: #FED14F;
}
h2{
	font-size: 24px;
	margin: 0 0 8px 0;
	font-weight: 700;
	text-align: center;
	color: #FED14F;
}
.content{
	width: 100%;
	background-color: #479FD1;
	font-family: 'Rubik', sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.organ{
	font-size: 14px;
	padding: 16px 0;
	text-align: center;
}
.header{
	margin-top: 40px;
	max-width: 1900px;
	border-radius: 40px;
	overflow: hidden;
}
.content .header{
	margin-bottom: 0px;
}
.header img{
	position: relative;
	width: 100%;
}
.header img.hor{
	display: block;
}
.header img.ver{
	display: none;
}
.description{
	padding: 40px 40px 0 40px;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}
.sponsors , .sponsors2{
    width: 100%;
    max-width: 1900px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 0 0 40px 40px;
}
.sponsors2{
    border-radius: 0;
}
.sponsors a{
	width: 100%;
	display: block;
	display: flex;
}
.sponsors2 a{
	width: 45%;
	display: block;
	display: flex;
	margin: 15px;
}
.sponsors2 a img{
	border-radius: 20px;
}
.sponsors img, .sponsors2 img{
	width: 100%;
}
@media screen and (max-width: 1920px) {
    .sponsors,.sponsors2 {
        border-radius: 0;
    }
}
.partners{
	width: 100%;
	max-width: 1900px;
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 1%;
}
.partners a{
	width: 25%;
	border-radius: 40px;
	overflow: hidden;
	display: flex;
	flex: fill;
	flex-grow: 1;
	position: relative;
	justify-content: center;
    flex-direction: column;
    align-items: center;
	color: black;
	font-size: 16px;
        text-align: center;
        color: white;
        text-shadow: 1px 1px 5px black;
}
.partners a span{
	margin-botto: 10px;
	font-weight: bold;
}
.partners img{
	width: 60%;
}
.groups{
	display: flex;
	gap: 32px;
	justify-content: center;
}
.groups a{
	display: inline-block;
	padding: 24px 40px;
	font-size: 24px;
	font-weight: 600;
	background-color: #3089BB;
	border-radius: 16px;
	color: #FFFFFF;
	text-align: center;
}
.groups a:hover{
	background-color: #25739F;
}
.groups a.active{
	background-color: #FED14F;
	color: #3089BB;
}
.container{
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	padding: 40px 24px;
	max-width: 1852px;
	width: calc(100% - 50px);
}
.item_k{
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 16px;
	width: calc(20% - 58px);
	border-radius: 24px;
}
.item_k > div{
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
}
.item_k a.work img{
	width: 100%;
	border-radius: 16px;
}
.item_k > a{
	width: 100%;
	margin: 0;
}
.item_k:hover{
	background-color: #6ABCEB;
	transition: .5ms;
}
.name{
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
	color: #FED14F;
	height: 48px;
}
.author{
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	height: 36px;
	max-width: 100%;
    padding-left: 0px;
}
.votes{
	font-size: 20px;
}


.button{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background-color: #3089BB;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0 5px;
	border-radius: 24px;
	text-align: center;
	width: 95%;
}
.button:hover{
	background-color: #25739F;
	color: #FFFFFF;
	transition: 100ms;
}
.reg{
	width: 60%;
	max-width: 1900px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.reg > div{
	font-size: 18px;
	margin-bottom: 24px;
}
.reg .button{
	width: 240px;
}
.yardgames{
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 24px;
}
.cont{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.cont span{
	margin-top: 16px;
	text-align: center;
	color: #ffc5c5;
}
.raw{
	display: flex;
	gap: 24px;
}
.raw .cont{
	width: calc((100% - 24px)/2);
}
label{
	color: #FFFFFF;
}
.error{
	border: 1px solid #FED14F;
}

input[type=text]{
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #3082b1;
	background-color: #FFFFFF;
	border-radius: 8px;
}
input[type=text]::placeholder{
	color: #999999;
}
input[type=text]:focus{
	border: 1px solid #FFFFFF;
}
input[type=submit]{
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
}
textarea{
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #3082b1;
	background-color: #FFFFFF;
	border-radius: 8px;
}
textarea[name="newscontent"]{
	height: 160px;
}
select{
	font-family: 'Rubik', sans-serif;
	display: inline-block;
	padding: 8px 12px;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #3082b1;
	background-color: #FFFFFF;
	border-radius: 8px;
	cursor: pointer;
}
select:focus{
	border: 1px solid #00A0E3;
}
select:required:invalid{
	color: #162006;
}
option[value=""][disabled] {
	display: none;
}
option {
	color: #162006;
}
.gel-wrap .desc, .gel-wrap form, .organ{
	font-size: 1.1rem;
/*	margin: 0 40px 40px;*/
}
.gel-wrap .desc{
	font-size: 1.4rem;
}
.organ{
	margin: 0 40px 0px;
}