* {
	box-sizing: border-box;
}

:root {
	--design-width: 1280px;
	--content-width: 853.333px;
	--content-side: calc(var(--content-width) / 2);
	--header-height: 252px;
	--header-bg-width: 980.667px;
	--header-bg-height: 252px;
}

html,
body {
	min-height: 100%;
}

body {
	margin: 0;
	background-color: #287900;
	background-image: linear-gradient(180deg, #000000 0%, #000000 23%, rgba(17, 51, 7, 0) 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #17220f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.35;
}

a {
	color: inherit;
}

img {
	max-width: 100%;
}

.wrap {
	min-height: calc(100vh - 154px);
	min-width: 0;
	background: transparent;
}

.header {
	position: relative;
	z-index: 2;
	width: auto;
	min-width: 0;
	height: var(--header-height);
	overflow: visible;
	background: #020700 url("/assets/leto/header.png") center top / var(--header-bg-width) var(--header-bg-height) no-repeat;
}

.header_bg {
	position: absolute;
	top: 0;
	left: 50%;
	width: var(--content-width);
	max-width: 100%;
	height: var(--header-height);
	margin: 0;
	transform: translateX(-50%);
}

.header_bg img {
	position: absolute;
	display: block;
}

.header_station_logo {
	top: 28px;
	left: 0;
	width: 79px;
}

.header_title {
	top: 34px;
	left: 246px;
	width: 340px;
}

.header_radio {
	top: 145px;
	left: 10px;
	width: 150px;
}

.header_prize {
	top: 143px;
	left: 574px;
	width: 197px;
}

.header_age {
	top: 27px;
	right: -23px;
	width: 46px;
}

.menu {
	position: relative;
	z-index: 5;
	display: block;
	width: auto;
	min-width: 0;
	height: auto;
	margin: -31px 0 0;
}

.header_menu {
	display: flex;
	justify-content: center;
	gap: 13px;
	width: 799px;
	height: 49px;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	list-style: none;
}

.header_menu li {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	line-height: normal;
	text-align: left;
}

.header_menu a {
	display: block;
	width: 149px;
	height: 49px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 149px 97px;
	text-indent: -9999px;
	transition: transform .15s ease, filter .15s ease;
}

.header_menu a:hover,
.header_menu a:focus,
.header_menu a.active {
	background-position: center bottom;
	filter: saturate(1.04);
	transform: translateY(1px);
}

.header_menu .menu-members {
	background-image: url("/assets/leto/button-members-menu.png");
}

.header_menu .menu-prizes {
	background-image: url("/assets/leto/button-prizes-menu.png");
}

.header_menu .menu-winners {
	background-image: url("/assets/leto/button-winners-menu.png");
}

.header_menu .menu-rules {
	background-image: url("/assets/leto/button-rules-menu.png");
}

.header_menu .menu-contacts {
	background-image: url("/assets/leto/button-contacts-menu.png");
}

.content {
	position: relative;
	z-index: 1;
	width: auto;
	min-width: 0;
	margin: -18px 0 0;
	background: linear-gradient(
		90deg,
		transparent 0,
		transparent calc(50% - var(--content-side)),
		#ffffff calc(50% - var(--content-side)),
		#ffffff calc(50% + var(--content-side)),
		transparent calc(50% + var(--content-side)),
		transparent 100%
	);
}

.content_shell {
	width: var(--content-width);
	min-height: 0;
	margin: 0 auto;
	padding: 27px 30px 86px;
	background: #ffffff;
}

.content_shell_empty_vote {
	padding-bottom: 80px;
}

.content_shell_empty_vote .csc {
	margin-bottom: 0;
}

.content_shell_empty_vote .content_columns {
	display: none;
}

.date_banner {
	width: 793px;
	max-width: 100%;
	height: 81px;
	margin: 0 auto 80px;
	background: url("/assets/leto/date-banner.png") center center / contain no-repeat;
}

.csc {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0 0 94px;
}

.participate_btn {
	display: block;
	width: 393px;
	height: 74px;
	max-width: 100%;
	overflow: hidden;
	background: url("/assets/leto/button-participate.png") center center / contain no-repeat;
	text-indent: -9999px;
	transition: transform .15s ease, filter .15s ease;
}

.participate_btn:hover,
.participate_btn:focus {
	filter: brightness(1.04);
	transform: translateY(1px);
}

.content_columns {
	display: grid;
	grid-template-columns: 593px 193px;
	gap: 7px;
	width: 793px;
	max-width: 100%;
	margin: 0 auto;
	align-items: start;
}

.left_sidebar,
.right_sidebar {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
}

.left_sidebar > div {
	float: none !important;
	width: auto !important;
}

.right_sidebar {
	width: 193px;
	min-height: 0;
	background: transparent;
}

.vote_block {
	width: 100%;
	float: none;
	overflow: visible;
}

.winners_intro {
	margin: 0 0 24px;
	color: #17220f;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.vote_block_list {
	display: grid;
	grid-template-columns: repeat(3, 193px);
	gap: 12px 7px;
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

.vote_block_list li {
	width: auto;
	height: auto;
	float: none;
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: inherit;
}

.contest_card {
	position: relative;
	display: block;
	width: 193px;
	height: 193px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #dbe5c7;
	background-position: center center;
	background-size: cover;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	color: #ffffff;
	text-decoration: none;
}

.contest_card:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 70px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, 0));
	content: "";
}

.contest_card_badge {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	min-width: 82px;
	max-width: 150px;
	padding: 4px 8px 5px;
	border-radius: 0 0 8px 0;
	background: rgba(25, 35, 72, .9);
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.contest_card_name {
	position: absolute;
	bottom: 11px;
	left: 10px;
	z-index: 2;
	max-width: 126px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.05;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.contest_card_votes {
	position: absolute;
	right: 9px;
	bottom: 10px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #ffffff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.contest_card_heart {
	margin-bottom: 3px;
	font-size: 27px;
	font-weight: 400;
	line-height: .8;
}

.paging {
	display: flex;
	justify-content: center;
	gap: 26px;
	margin: 17px 0 0;
	padding: 0;
	list-style: none;
	color: #597080;
	font-size: 15px;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0;
}

.paging li {
	display: block;
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: normal;
	letter-spacing: 0;
}

.paging a,
.paging font {
	display: inline;
	padding: 0;
	color: inherit;
	text-decoration: none;
}

.paging .active,
.paging li.active font {
	color: #287900;
}

.contest_search {
	position: relative;
	margin: 18px 0 0;
}

.contest_search input {
	width: 100%;
	height: 35px;
	padding: 0 20px 0 46px;
	border: 0;
	border-radius: 20px;
	outline: 0;
	background: #287900;
	color: #ffffff;
	font: 15px Arial, Helvetica, sans-serif;
}

.contest_search input::placeholder {
	color: #ffffff;
	opacity: 1;
}

.contest_search button {
	position: absolute;
	top: 7px;
	left: 16px;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 2px solid #ffffff;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
	text-indent: -9999px;
}

.contest_search button:after {
	position: absolute;
	right: -7px;
	bottom: -5px;
	width: 9px;
	height: 2px;
	background: #ffffff;
	content: "";
	transform: rotate(45deg);
	transform-origin: left center;
}

.vote_detail {
	display: grid;
	grid-template-columns: 270px minmax(0, 1fr);
	gap: 22px;
	color: #17220f;
}

.vote_detail_image {
	min-height: 270px;
	border-radius: 8px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.vote_detail_votes {
	display: flex;
	align-items: end;
	height: 100%;
	padding: 16px;
	border-radius: 8px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
}

.vote_detail_text {
	max-height: 270px;
	overflow-y: auto;
	font-size: 16px;
}

.bottom_menu,
.footer {
	width: auto;
	min-width: 0;
	background: #0f1308;
	color: #ffffff;
}

.footer {
	height: auto;
}

#footer1 {
	min-height: 154px;
	background: #0f1308;
}

.bottom_menu_bg {
	display: flex;
	align-items: center;
	width: 856px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 23px 30px 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.bottom_menu_bg div {
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-weight: inherit;
}

.bottom_menu_age {
	margin-right: 92px;
	font-size: 24px;
	font-weight: 700;
}

.bottom_menu_bg a {
	color: #ffffff;
	text-decoration: none;
}

.bottom_menu_bg a:hover,
.bottom_menu_bg a:focus {
	text-decoration: underline;
}

.bottom_menu_sep {
	padding: 0 16px;
	color: #ffffff;
}

.footer_bg {
	position: relative;
	width: 856px;
	max-width: 100%;
	margin: 0 auto;
	padding: 40px 30px 22px;
	color: #ffffff;
	font-size: 13px;
}

.footer_bg a {
	color: #ffffff;
	text-decoration: none;
}

.footer_copy {
	width: calc(100% - 118px);
	margin-left: 118px;
	text-align: center;
}

.footer_social {
	position: absolute;
	right: 30px;
	bottom: 18px;
	display: flex;
	gap: 8px;
}

.footer_social a {
	display: block;
	height: 25px;
	text-decoration: none;
	transition: opacity .15s ease;
}

.footer_social a:hover,
.footer_social a:focus {
	opacity: .82;
}

.footer_social img {
	display: block;
	width: auto;
	height: 25px;
}

.module-registration .content_columns {
	grid-template-columns: 1fr;
}

.module-registration .right_sidebar {
	display: none;
}

@media (max-width: 900px) {
	body {
		background-size: 100% 280px;
	}

	.wrap {
		min-height: auto;
	}

	.header {
		height: 272px;
		background-position: center top;
		background-size: auto 272px;
	}

	.header_bg {
		width: min(100%, 760px);
		height: 272px;
	}

	.header_station_logo {
		top: 24px;
		left: 24px;
		width: 72px;
	}

	.header_title {
		top: 28px;
		left: 50%;
		width: 310px;
		transform: translateX(-50%);
	}

	.header_radio {
		top: 151px;
		left: 26px;
		width: 138px;
	}

	.header_prize {
		top: 148px;
		right: 28px;
		left: auto;
		width: 178px;
	}

	.header_age {
		top: 25px;
		right: 24px;
		width: 42px;
	}

	.menu {
		margin: -26px 0 0;
	}

	.header_menu {
		flex-wrap: wrap;
		gap: 8px 10px;
		width: 100%;
		height: auto;
		padding: 0 16px;
	}

	.content {
		margin: -10px 0 0;
		background: #ffffff;
	}

	.content_shell,
	.bottom_menu_bg,
	.footer_bg {
		width: 100%;
	}

	.content_shell {
		min-height: 0;
		padding: 30px 16px 76px;
	}

	.date_banner {
		width: 100%;
		height: auto;
		aspect-ratio: 1190 / 121;
		margin-bottom: 50px;
	}

	.csc {
		margin-bottom: 58px;
	}

	.participate_btn {
		width: min(86vw, 393px);
		height: auto;
		aspect-ratio: 590 / 111;
	}

	.content_columns {
		grid-template-columns: minmax(0, 1fr);
		gap: 24px;
		width: 100%;
	}

	.vote_block_list {
		grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
		gap: 12px;
	}

	.contest_card {
		width: 100%;
		height: auto;
		aspect-ratio: 1;
	}

	.right_sidebar {
		width: auto;
		min-height: 0;
	}

	.vote_detail {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.vote_detail_image {
		min-height: 0;
		aspect-ratio: 1;
	}

	.vote_detail_text {
		max-height: none;
		overflow: visible;
	}

	.module-registration form[name="fileinfo"] table,
	.module-registration form[name="fileinfo"] tbody,
	.module-registration form[name="fileinfo"] tr,
	.module-registration form[name="fileinfo"] td {
		display: block;
		width: 100% !important;
		height: auto !important;
		padding-left: 0 !important;
	}

	.module-registration form[name="fileinfo"] td:first-child {
		margin-bottom: 22px;
		text-align: center;
	}

	.module-registration form[name="fileinfo"] p {
		width: 100% !important;
		margin: 0 0 16px;
	}

	.module-registration form[name="fileinfo"] input[type="text"],
	.module-registration form[name="fileinfo"] input[type="file"],
	.module-registration form[name="fileinfo"] textarea {
		width: 100% !important;
		max-width: 100%;
	}

	.module-registration form[name="fileinfo"] input[type="checkbox"] {
		width: auto !important;
		margin-right: 8px;
	}

	.module-registration #iframe1 {
		width: min(240px, 100%) !important;
		max-width: 100%;
	}

	#zatemnenie {
		position: fixed !important;
		z-index: 20;
		overflow-y: auto;
		padding: 16px;
	}

	#okno {
		position: relative !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		width: min(600px, 100%) !important;
		height: auto !important;
		min-height: 320px;
		margin: 24px auto !important;
	}

	.bottom_menu_bg {
		justify-content: center;
		flex-wrap: wrap;
		gap: 11px 0;
		padding: 22px 16px 0;
		text-align: center;
	}

	.bottom_menu_age {
		width: 100%;
		margin-right: 0;
	}

	.bottom_menu_sep {
		padding: 0 10px;
	}

	.footer_bg {
		padding: 32px 16px 58px;
		text-align: center;
	}

	.footer_copy {
		width: 100%;
		margin-left: 0;
	}

	.footer_social {
		right: 50%;
		bottom: 18px;
		transform: translateX(50%);
	}
}

@media (max-width: 720px) {
	body {
		background-size: 100% 225px;
	}

	.header {
		height: 218px;
		background-size: auto 218px;
	}

	.header_bg {
		width: 100%;
		height: 218px;
	}

	.header_station_logo {
		top: 15px;
		left: 16px;
		width: 55px;
	}

	.header_title {
		top: 13px;
		width: 190px;
	}

	.header_radio {
		top: 112px;
		left: 16px;
		width: 100px;
	}

	.header_prize {
		top: 111px;
		right: 17px;
		width: 128px;
	}

	.header_age {
		top: 16px;
		right: 17px;
		width: 34px;
	}

	.menu {
		margin: -12px 0 0;
	}

	.header_menu {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 149px));
		justify-content: center;
		gap: 8px 10px;
		padding: 0 14px;
	}

	.header_menu li:nth-child(5) {
		grid-column: 1 / -1;
		justify-self: center;
	}

	.header_menu a {
		width: 100%;
		height: auto;
		aspect-ratio: 149 / 49;
		background-size: 100% 200%;
	}

	.content {
		margin-top: -4px;
	}

	.content_shell {
		padding: 24px 14px 64px;
	}

	.date_banner {
		margin-bottom: 42px;
	}

	.csc {
		margin-bottom: 46px;
	}

	.vote_block_list {
		grid-template-columns: repeat(2, minmax(132px, 1fr));
		gap: 10px;
	}

	.contest_card_badge {
		max-width: calc(100% - 18px);
		font-size: 9px;
	}

	.contest_card_name {
		left: 9px;
		bottom: 10px;
		max-width: calc(100% - 58px);
		font-size: 14px;
	}

	.contest_card_votes {
		right: 8px;
		bottom: 9px;
		font-size: 9px;
	}

	.contest_card_heart {
		font-size: 24px;
	}

	.paging {
		gap: 20px;
		flex-wrap: wrap;
		margin-top: 16px;
	}

	.contest_search input {
		height: 38px;
		padding-left: 44px;
	}

	.contest_search button {
		top: 8px;
	}
}

@media (max-width: 420px) {
	.header {
		height: 198px;
		background-size: auto 198px;
	}

	.header_bg {
		height: 198px;
	}

	.header_station_logo {
		width: 48px;
	}

	.header_title {
		top: 16px;
		width: 158px;
	}

	.header_radio {
		top: 105px;
		width: 84px;
	}

	.header_prize {
		top: 105px;
		width: 110px;
	}

	.header_age {
		width: 30px;
	}

	.header_menu {
		grid-template-columns: repeat(2, minmax(0, 140px));
		gap: 7px 8px;
		padding: 0 10px;
	}

	.content_shell {
		padding-right: 12px;
		padding-left: 12px;
	}

	.date_banner {
		margin-bottom: 36px;
	}

	.csc {
		margin-bottom: 40px;
	}

	.vote_block_list {
		grid-template-columns: repeat(2, minmax(120px, 1fr));
		gap: 8px;
	}

	.bottom_menu_bg {
		font-size: 12px;
	}

	.footer_bg {
		font-size: 12px;
	}
}
