@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('fontawesome/webfonts/fa-solid-900.woff2?v=6.4.2') format('woff2'),
         url('fontawesome/webfonts/fa-solid-900.ttf?v=6.4.2') format('truetype');
    font-style: normal;
    font-weight: normal;
}

*:focus {
	outline: none;
}

.flex-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.flex-direction-column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
}

.flex-align-center {
	-webkit-align-items: center;
	align-items: center;
}

.flex-justify-center {
	-webkit-justify-content: center; 
	-moz-justify-content: center;
	justify-content: center;
}

.flex-justify-right {
    -webkit-justify-content: flex-end; 
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

body.tab-wrapper *:focus {
	outline: 2px solid #7aacfe !important;
	outline: 5px auto -webkit-focus-ring-color !important;
}

body.olimpiada {
	min-width: 320px;
}

body.fontsize-1 {
	font-size: 1rem !important;
}

body.fontsize-2 {
	font-size: 1.125rem !important;
}

body.fontsize-3 {
	font-size: 1.25rem !important;
}

body.contrast-default {
	
}

/*
 * Yellow contrast start
 */
body.contrast-yellow {
	background-color: #000000;
	color: yellow;
}

body.contrast-yellow button {
	color: yellow !important;
}

body.contrast-yellow a {
	color: yellow !important;
	text-decoration: underline;
}

body.contrast-yellow .message-wrapper .message-cnt .message {
	background-color: yellow;
}

body.contrast-yellow .message-wrapper .message-cnt .message .action button {
	background-color: #000000;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .tabs a.active span {
	border-bottom: 2px solid yellow;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .menu .menu-toggler span {
	color: yellow !important;
	border: 1px solid yellow !important;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .materials .stage {
	color: yellow !important;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-title, 
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-title {
	color: yellow !important;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-search-row .field-cnt,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-teacher-row .field-cnt,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row .field-cnt,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row .select-cnt {
	background-color: yellow;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-search-row input,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-teacher-row input,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-teacher-row select,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row input,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row select {
	background-color: yellow;
	color: #000000;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row .textarea-cnt {
	background-color: yellow;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row textarea {
	background-color: yellow;
	color: #000000;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-teacher-row .submit-cnt .submit,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row .submit-cnt .submit {
	color: #000000 !important;
	border: 1px solid yellow;
	background-color: yellow;
}

body.contrast-yellow .olimpiada-wrapper.olch-2 .content .register-teacher-row .submit-cnt .submit:hover,
body.contrast-yellow .olimpiada-wrapper.olch-2 .content .contact-form-row .submit-cnt .submit:hover {
	background-color: #ffca16;
}

body.contrast-yellow .olimpiada-footer {
	color: yellow;
}
/*
 * Yellow contrast end
 */

.skip-links-cnt {
	position: absolute;
	top: -1000px;
	width: 100%;
	z-index: 1000;
}

.skip-links-cnt ul {
	margin: 0 auto;
}

.skip-links-cnt li {
	position: absolute;
	width: 100%;
}

.skip-links-cnt li:focus-within {
	top: 1000px;
}

.skip-links-cnt a {
	display: block;
	margin: 0 auto;
	padding: 0.5em 3em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #1e3548;
	outline: none;
	border: 1px solid #fff;
}

.skip-links-cnt a:focus {
	position: absolute;
	top: 1000px;
	width: 100%;
}

.skip-links-cnt a:focus,
.skip-links-cnt a:focus-within {
	position: static;
	top: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.cookie-box-cnt .cookie-ico {
	padding: 0 10px;
}

.cookie-box-cnt .cookie-close button {
	background-color: transparent;
	cursor: pointer;
	border: none;
	color: white;
}

.message-wrapper .message-cnt .message .text {
	padding: 20px 0;
}

.message-wrapper .message-cnt .message .action button {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .5);
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.menu-wrapper {
	
}

.olimpiada-header .body .middle {
	-webkit-justify-content: flex-end; 
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.olimpiada-header .middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.olimpiada-header .middle button {
	background-color: transparent;
	cursor: pointer;
	border: none;
	padding: 0 5px;
}

.olimpiada-header .middle button.fontsize:hover {
	text-decoration: underline
}

.olimpiada-header .middle button.contrast {
	font-family: 'FontAwesomeSolid';
	width: 26px;
}

.olimpiada-header .middle button.contrast span:before {
	content:"\f042"
}

.olimpiada-wrapper.olch-2 .menu button {
	background-color: transparent;
	border: none;
}

.olimpiada-wrapper.olch-2 .content .contact-form {
	padding: 0;
}


/* @media only screen and (max-width: 2920px) and (min-width: 1001px) { */

	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .contact-form, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .contact-form-row,
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .register-search-row input, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .register-teacher-row input, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .register-teacher-row select, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .contact-form-row input, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .contact-form-row select, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content .contact-form-row textarea,
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .share .sharing .body .info, 
	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .share .sharing .body .desc
	{
		font-size: 1rem !important;
	}

	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .tabs a 
	{
		font-size: 1.25rem;
/*
		-o-transition: .3s;
		transition: .3s
*/
	}

	.olimpiada.fontsize-1 .olimpiada-wrapper.olch-2 .content h1 
	{
		font-size: 1.5rem;
	}


	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content, 
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .contact-form, 
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .contact-form-row,
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .register-search-row input, 
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .register-teacher-row input, 
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .register-teacher-row select, 
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .contact-form-row input, 
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .contact-form-row select,
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content .contact-form-row textarea,
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .share .sharing .body .info, 
	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .share .sharing .body .desc
	{
		font-size: 1.125rem !important;
	}

	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .tabs a 
	{
		font-size: 1.375rem;
/*
		-o-transition: .3s;
		transition: .3s
*/
	}

	.olimpiada.fontsize-2 .olimpiada-wrapper.olch-2 .content h1 
	{
		font-size: 1.7rem;
	}


	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content, 
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .contact-form, 
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .contact-form-row,
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .register-search-row input, 
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .register-teacher-row input, 
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .register-teacher-row select, 
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .contact-form-row input, 
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .contact-form-row select,
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content .contact-form-row textarea,
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .share .sharing .body .info, 
	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .share .sharing .body .desc
	{
		font-size: 1.25rem !important;
	}

	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .tabs a 
	{
		font-size: 1.5rem;
/*
		-o-transition: .3s;
		transition: .3s
*/
	}

	.olimpiada.fontsize-3 .olimpiada-wrapper.olch-2 .content h1 
	{
		font-size: 1.9rem;
	}
	
/* } */