* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
a{
	color: #2c8fce;
	text-decoration: none;
}
a:hover{
	color: #87bfe2;
	text-decoration: none;
	transition: .2s;
}
h1{
	font-size: 36px;
	margin: 48px 0 24px 0;
}
.content_k{
	width: 100%;
	padding: 40px 0 0 0;
	background-color: #F0E8DF;
	font-family: 'PT Sans', sans-serif;
	color: #493428;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.header_k{
	max-width: 1900px;
}
.header_k img{
	position: relative;
	width: 100%;
	border-radius: 40px 40px 0 0;
}
.partner img{
	position: relative;
	width: 100%;
	border-radius: 0 0 40px 40px;
}
.header_k img.hor{
	display: block;
}
.header_k img.ver{
	display: none;
}
.partner img.hor{
	display: block;
}
.partner img.ver{
	display: none;
}
.description{
	width: 100%;
	max-width: 1200px;
}
.description ul{
	padding-left: 10px;
}
.description ul li{
	list-style: disc;
}
.description p, .description .text{
	margin: 24px;
	font-size: 24px;
	text-align: center;
}
.description .block800{
    display: block;
    margin: 0 auto;
	max-width: 800px;
}
.description .left{
	text-align: left;
}
.sponsors img{
	width: 100%;
}
.partners{
	width: 100%;
	max-width: 1900px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 32px;
}
.partners a{
	width: calc((100% - 64px)/3);
	display: block;
	border-radius: 40px;
	overflow: hidden;
	display: flex;
}
.partners img{
	width: 100%;
}
.form{
	width: 100%;
	max-width: 1900px;
}
.form iframe{
	width: 100%;
	height: 3500px;
}

.vote{
	width: 100%;
	max-width: 1900px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.vo_vote_item{
	position: relative;
	overflow: hidden;
	width: 18%;
	margin: 1%;
	text-align: center;
	display: flex;
	flex-direction: column;
	border-radius: 40px;
	color: #FFFFFF;
}
.vo_vote_item .photo{
	display: block;
}
.vo_vote_item .hidden{
	display: none;
}
.vo_vote_item img{
	width: 100%;
}
.vo_vote_item .info{
	position: absolute;
	width: 100%;
	bottom: 56px;
	left: 0;
	height: 120px;
	background-image: -webkit-gradient(
  linear, left bottom, left top, from(rgba(135, 191, 226, 1.0)),
  to(rgba(143, 26, 81, 0))
  );
  background-image: -moz-linear-gradient(
  bottom,
  rgba(135, 191, 226, 1.0) 20%, rgba(143, 26, 81, 0) 95%
);
}
.vo_vote_item .name{
	margin-top: 40px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.vo_vote_item .voters{
	margin-top: 10px;
	font-size: 18px;
}
.vo_vote_item .button{
	margin-top: 0px;
	display: block;
	height: 56px;
	line-height: 56px;
	background-color: #87bfe2;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
}
.vo_vote_item .button:hover{
	background-color: #2c8fce;
	color: #FFFFFF;
	transition: 100ms;
}
.vo_vote_item .text{
	height: 56px;
	line-height: 56px;
	background-color: #2c8fce;
	color: #FFFFFF;
	font-weight: bold;
	display: none;
}
.links{
	width: 90%;
	padding: 40px 5%;
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	background-color: #F7F0E8;
	margin-top: 40px;
}
.links div{
	margin-bottom: 24px;
	text-align: center;
	width: 25%;
}