@font-face {
	font-family: "OxygenRegular";
	src: url("../fonts/OxygenRegular.eot");
	src: url("../fonts/OxygenRegular.eot?#iefix") format("embedded-opentype"),
		url("../fonts/OxygenRegular.woff") format("woff"), url("../fonts/OxygenRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

body {
	background-color: #000604;
	font-family: "OxygenRegular";
}

.btn-responsive {
	white-space: normal;
}

.navbar_sticky img {
	display: none;
}

.banner-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.img-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.img-blockquote-flex {
	display: flex;
	gap: 10px;
	margin: 15px 0;
}

@media (max-width: 991px) {
	.img-blockquote-flex {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 768px) {
	.navbar_sticky img {
		display: block;
	}

	.sticky-element-original.sticky-element-sticky .navbar-collapse a img {
		display: none;
	}

}

.sticky-element-original.sticky-element-sticky img {
	display: inline-block;
}

.sticky-element-original.sticky-element-sticky {
	background-color: #000604;
}

.sticky-element-original.sticky-element-sticky ul li a {
	padding: 5px 15px;
}

.breadcrumb {
	max-width: 780px;
	margin: 10px auto;
	background-color: #948c69;
}

.breadcrumb a {
	color: #f5c475;
}

.breadcrumb>.active {
	color: #f5c475;
}

/* Navbar */

.navbar-brand {
	height: auto;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.navbar_contacts {
	text-align: right;
}

.navbar_contacts p {
	margin: 5px 0;
}

.navbar_contacts p a {
	color: #aa9e7c;
	font-size: 2rem;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #aa9e7c;
	background-color: transparent;
}

ul.nav.navbar-nav {
	float: right;
}

.navbar-default .navbar-nav>li>a {
	color: #aa9e7c;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #726a54;
}

ul.nav li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: transparent;
}

@media only screen and (max-width: 768px) {
	.navbar-header {
		float: none;
	}

	.navbar-brand-title {
		float: none;
	}

	.navbar-header img {
		margin: 10px auto 0 auto;
	}

	.navbar_contacts p {
		text-align: center;
		margin: 10px 0;
	}

	ul.nav.navbar-nav {
		float: none;
	}
}

/* Scroll to top */

#back-top {
	position: fixed;
	bottom: 85px;
	right: 10px;
}

#back-top span {
	width: 50px;
	height: 30px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.7em;
	border-radius: 15px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}

#back-top i,
#back-top a {
	text-shadow: -2px 0 #f5c476, 0 2px #f5c476, 2px 0 #f5c476, 0 -2px #f5c476;
}

#back-top a {
	text-decoration: none;
	color: #000;
	text-align: center;
}

/* centered columns styles */

.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

/* Content */

.content_holder {
	max-width: 780px;
	margin: 0 auto;
	text-align: left;
}

.content {
	position: relative;
}

.content a {
	color: #000604;
}

.content h1,
h2,
h3 {
	font-weight: 700;
	text-transform: uppercase;
	max-width: 780px;
	margin: 0 auto 10px auto;
}

.content h1 {
	color: #120f28;
	margin: 30px auto;
	line-height: 40px;
}

.content h2 {
	color: #120f28;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
	padding: 30px 80px 15px 80px;
	text-transform: uppercase;
	line-height: 35px;
}

.content p {
	max-width: 780px;
	margin: 0 auto 10px auto;
	font-size: 18px;
	line-height: 24px;
}

.content blockquote {
	max-width: 780px;
	margin: 0 auto 10px auto;
	font-size: 18px;
	line-height: 24px;
	border-left: 5px solid #000000;
}

.content table {
	max-width: 780px;
	margin: 0 auto 10px auto;
}

.content ul {
	margin: 0 0 30px 0;
	max-width: 780px;
	margin: 0 auto 10px auto;
}

.content ul li {
	font-size: 18px;
	margin-bottom: 10px;
	margin: 0;
}

.content ol {
	margin: 0 0 30px 0;
	max-width: 780px;
	margin: 0 auto 10px auto;
}

.content ol li {
	font-size: 18px;
	margin-bottom: 10px;
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.content h2 {
		padding: 70px 0 15px 0;
	}
}

/* Footer */

.test_banner_tmp {
	margin: 15px 0;
}

footer {
	color: white;
	height: 28px;
	padding: 15px 0;
}

/* Mainpage blocks */

.mainpage_block {
	background: #f5c476;
	padding: 0 0 20px 0;
}

.mainpage_block_odd {
	background: #cca362;
}

.mainpage_block_line {
	max-width: 780px;
	margin: 0 auto 25px auto;
	border-top: 1px solid #120f28;
}

/* Expert */

.expert_row {
	width: 22%;
}

.expert_row .thumbnail {
	margin-bottom: 10px;
}

.expert_row p {
	font-size: 12px;
	line-height: 14px;
	height: 58px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.expert_row {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.expert_row p {
		font-size: 14px;
		height: auto;
	}
}

/* Winner */

.winner_row .thumbnail {
	margin-bottom: 10px;
}

.winner_row p {
	font-size: 12px;
	line-height: 14px;
	height: 46px;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.winner_row {
		width: 80%;
		margin: 0 auto 20px auto;
	}

	.winner_row p {
		font-size: 14px;
		height: auto;
	}
}

/* Ceremony */

#block_6 .row-centered {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
}

#block_6 .ceremony_row {
	display: flex;
	flex-direction: column;
}

.ceremony_row .thumbnail,
.ceremony_row .thumbnail img {
	height: 43vh;
	padding-bottom: 10px; 
}

/* child elements must have same height */

.ceremony_row p {
	font-size: 12px;
	line-height: 14px;
	height: 56px;
	overflow: hidden;
}

.nomination-priznanie>ul {
	column-count: 2;
	/* break list on 2 columns */
}

@media only screen and (max-width: 768px) {
	.ceremony_row {
		width: 80%;
		margin: 0 auto 20px auto;
	}
}

/* Sponsor */

.form_style {
	width: 300px;
	margin: 0 auto;
}

.form_style input {
	border: 1px solid #110f34;
	background-color: #f5c476;
	text-align: center;
	border-radius: 10px;
}

.form_style input::-webkit-input-placeholder {
	color: #110f34;
	opacity: 1;
}

.form_style input::-moz-placeholder {
	color: #110f34;
	opacity: 1;
}

.form_style input:-ms-input-placeholder {
	color: #110f34;
	opacity: 1;
}

.form_style input::-ms-input-placeholder {
	color: #110f34;
	opacity: 1;
}

.form_style input::placeholder {
	color: #110f34;
	opacity: 1;
}


.bx-wrapper img {
	display: inline-block;
}

/* fancybox style */

.fancybox-content {
	background: #818181;
}

/* Online form */

.button_informer {
	position: absolute;
	left: 0;
	height: 316px;
	width: 30px;
}

.online_form {
	height: 320px;
	width: 30px;
	background-color: #110f34;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -200px;
	z-index: 999;
	background-image: url("/assets/template/images/inform_open_icon.png");
	background-repeat: no-repeat;
	background-position: center 22px;
	z-index: 9999;
}

.open_image {
	background-image: url("/assets/template/images/inform_open_icon.png");
}

.close_image {
	background-image: url("/assets/template/images/inform_close_icon.png");
}

.online_form:hover {
	cursor: pointer;
}

.online_form h3 {
	margin: 28px 0 30px 0;
	font-size: 18px;
}

.online_form p {
	color: #fff;
	display: inline-block;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	bottom: 22px;
	right: -7px;
	position: absolute;
}

.form_online_holder {
	display: block;
	width: 400px;
	height: 320px;
	margin: 0 0 0 30px;
	background: #818181;
	text-align: center;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.button_informer {
		width: 15px;
	}

	.online_form {
		width: 15px;
	}

	.online_form p {
		right: -12px;
	}

	.form_online_holder {
		width: 320px;
		margin: 0 0 0 15px;
	}
}

/* Archive sidebar menu */

.cerem_informer {
	width: 0px;
	display: block;
	position: absolute;
	min-height: 150px;
	background: #110f34;
	right: 0px;
	top: 40%;
	padding-left: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 8px 10%;
}

.cerem_button {
	width: 30px;
	height: 100%;
	position: absolute;
	left: 0px;
}

.cerem_button:hover {
	cursor: pointer;
}

.cerem_info {
	background-color: #818181;
	overflow: hidden;
	position: relative;
}

.cerem_info a {
	color: #fff;
	font-size: 18px;
	margin: 10px 18px;
	display: block;
}

.cerem_info a.active {
	color: #110f34;
}

.cerem_close_icon {
	background-image: url("../images/inform_close_icon.png");
}

.cerem_open_icon {
	background-image: url("../images/inform_open_icon.png");
}

.cerem_informer_check_icon {
	width: 20px;
	height: 20px;
	background-image: url("/assets/template/images/icon_archive.png");
	position: absolute;
	bottom: 10%;
	left: 5px;
}

.content p.cur_year {
	color: #fff;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	top: 50%;
	margin-top: -12px;
	position: absolute;
	left: -10px;
}

/* Chronicle */

.chronicle_row {
	margin: 0 0 30px 0;
}

/* Pagination */

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	background: #776931;
	color: #f5c475;
}

.pagination>li>a,
.pagination>li>span {
	background: #776931;
	color: #f5c475;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #000604;
	border-color: #000604;
}

.sponsor-div+.row {
	margin-bottom: 15px;
}

/* Partners */

.partner_logo_row {
	margin: 15px;
	display: inline-block;
}

.partner_logo_row_big img {
	max-height: 60px;
}

.partner_logo_row_small img {
	max-height: 40px;
}

/* Timer */

.timer {
	margin-top: 40px;
	margin-bottom: 90px;
}

.timer p {
	font-size: 13px;
	font-style: normal;
}

.timer-element {
	margin: 0px 20px !important;
}

@media only screen and (max-width: 768px) {
	.timer-element {
		margin: 15px !important;
	}

	.timer-separator {
		padding: 0 !important;
	}
}

.btn.download {
	font-size: 18px;
	width: 300px;
	height: 38px;
	margin-top: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border: transparent;
	background: #110f34;
}

.btn.download.download-icon {
	background: #110f34 url(/assets/template/images/icon_down.png) no-repeat 98% center;
}

/* ***************** */
/* Система конкурсов */
/* ***************** */

.request_holder .tab-content>.active {
	border: 1px solid white;
	padding: 10px;
	background: white;
}

.request_holder .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: black;
	cursor: default;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.request_holder ul.nav li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #948c69;
}

.cabinet_navigation {
	display: flex;
	justify-content: center;
}

.cabinet_navigation .btn {
	font-weight: bold;
	font-size: 3.3vh;
	background: #f5f5f5;
}

.cabinet_block {
	background: #f5c476;
	padding: 20px 0;
}

.cabinet_block form .control-label small {
	color: red;
}

.cabinet_contestant_form ul li a {
	color: black !important;
}

.nav-tabs .tab_error {
	color: red !important;
	background: #ffa8a8;
}

.judge_form {
	height: 600px;
	overflow: auto;
	overflow-x: hidden;
}

.judge_form_block {
	border-bottom: 1px solid #cccccc;
	margin: 10px 0;
}

.judge_form_block h4 {
	font-weight: bold;
}

.judge_form_block_row {
	padding: 10px 0;
}

.judge_form_block .person_of_year {
	margin: 0 0 10px 0;
}

.judge_form_block_row .checkbox {
	margin: 0;
}

.cabinet_block label {
	font-size: 16px;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	.judge_form_block_row .checkbox {
		text-align: center;
	}

	.judge_form_block_row .btn.btn-primary {
		margin: 10px 0 0 0;
		display: block;
	}

	.judge_form_block h4 {
		font-size: 18px;
		text-align: center;
	}
}

/* ***************** */
/* Checbox and radio style */
/* ***************** */

.checkbox label,
.radio label {
	padding: 0;
	margin: 5px;
}

.checkbox label:after,
.radio label:after {
	content: "";
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #a9a9a9;
	border-radius: 0.25em;
	width: 1.3em;
	height: 1.3em;
	float: left; /* vscode помечает тут ошибку как inline-block is ignored due to the float. If 'float' has a value other than 'none', the box is floated and 'display' is treated as 'block' */
	margin-right: 0.5em;
}

.radio .cr {
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size: 0.8em;
	line-height: 0;
	top: 50%;
	left: 20%;
}

.radio .cr .cr-icon {
	margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
	display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
	-webkit-transform: scale(3) rotateZ(-20deg);
	-ms-transform: scale(3) rotate(-20deg);
	transform: scale(3) rotateZ(-20deg);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
	-webkit-transform: scale(1) rotateZ(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotateZ(0deg);
	opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
	opacity: 0.5;
}

/* ***************** */
/* / Checbox and radio style / */
/* ***************** */

.judge_chat_window {
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
	margin: 0 0 15px 0;
}

.judge_chat_admin {
	color: red;
}

.judge_chat_current_user {
	color: blue;
}

.judge_chat_input .form-group {
	width: 78%;
}

.judge_chat_input input {
	width: 98% !important;
	font-size: 18px;
	line-height: 24px;
	padding: 18px 10px;
}

.judge_chat_input .btn {
	font-size: 18px;
}

.admin_table_holder table th {
	text-align: center;
	background: white;
}

.admin_table_holder table td {
	background: white;
}

.table_row_no,
.table_row_yes {
	text-align: center;
}

.table_row_no a,
.table_row_yes a {
	color: black;
	font-weight: bold;
}

.admin_table_holder table .table_row_yes {
	background: #cbf6ae;
}

.admin_table_holder table .table_row_no {
	background: #f4ad9b;
}

.admin_table_nominations th {
	text-align: center;
}

.admin_table_nominations .table_row_number {
	text-align: center;
}

.cabinet_admin h3 {
	margin: 30px 0;
	text-align: center;
	max-width: 100%;
}

.cabinet_admin table th {
	font-size: 16px;
}

.cabinet_admin table td {
	font-size: 16px;
}

.cabinet_tabs_login .tab-content {
	border: 1px solid #000604;
}

.cabinet_tabs_login ul li {
	width: 50%;
	text-align: center;
	margin-bottom: -2px;
}

.cabinet_tabs_login ul li a {
	background: #000604;
	color: white;
	margin-right: 0px;
	border: 1px solid #000604 !important;
	border-bottom: none !important;
}

.cabinet_tabs_login .tab-pane {
	background: white;
}

.cabinet_tabs_login label {
	font-size: 16px;
	text-align: right;
	padding: 0;
	margin: 6px 0 0 0;
}

.office-auth-login-wrapper {
	margin-bottom: 0 !important;
}

@media (max-width: 992px) {
	.cabinet_tabs_login label {
		padding-left: 15px;
	}
}