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

.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;
}

.olimpiada-banner-olszewski {
	background: url('../img/olimpiada2-baner-bg.jpg') center center / cover;
}

.olimpiada-banner-olszewski .head {
	text-align: center;
	background-color: rgba(221, 150, 84, .7);
	padding: 2rem;
	color: white;
	font-weight: 500;
}

.olimpiada-banner-olszewski .head .ht1 {
	text-shadow: 2px 2px 2px #000000;
}

.olimpiada-banner-olszewski .head .ht2 {
	text-shadow: 2px 2px 2px #000000;
}

.olimpiada-banner-olszewski .timer-cnt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;

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

.olimpiada-banner-olszewski .timer-box-cnt {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.olimpiada-banner-olszewski .timer-box {
	background-color: rgba(255, 255, 255, .8);

	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

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

.olimpiada-banner-olszewski .timer-box > .label {
	text-align: center;
}

.olimpiada-banner-olszewski .timer-box .dhms {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.olimpiada-banner-olszewski .timer-box .dhms .num {
	font-weight: 300;
}

.olimpiada-banner-olszewski .timer-box .dhms .label {
	text-align: center;
}

.olimpiada-banner-olszewski .timer-end-cnt {
	color: white;
	padding: 10px 0;
	text-align: center;
}

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

.olimpiada-wrapper .content h1 {
	font-size: 1.5rem;
	font-weight: 300;
	color: #3557a5;
}

.olimpiada-wrapper .content .main-stage-img {
	font-size: 12px;
}

.olimpiada-wrapper .content .captcha-cnt {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

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

	.olimpiada-banner-olszewski .head .ht1 {
		font-size: 50px;
	}

	.olimpiada-banner-olszewski .head .ht2 {
		font-size: 40px;
	}

	.olimpiada-banner-olszewski .timer-cnt {
		padding-top: 40px;
	}

	.olimpiada-banner-olszewski .timer-box {
		padding: 10px 20px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms > div {
		padding: 0 20px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms .num {
		font-size: 60px;
	}

}

@media only screen and (max-width: 1000px) and (min-width: 768px) {


	.olimpiada-banner-olszewski .head .ht1 {
		font-size: 50px;
	}

	.olimpiada-banner-olszewski .head .ht2 {
		font-size: 40px;
	}

	.olimpiada-banner-olszewski .timer-cnt {
		padding-top: 40px;
	}

	.olimpiada-banner-olszewski .timer-box {
		padding: 10px 20px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms > div {
		padding: 0 20px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms .num {
		font-size: 60px;
	}

}

@media only screen and (max-width: 767px) and (min-width: 576px) {

	.olimpiada-wrapper .content .main-stage {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.olimpiada-wrapper .content .main-stage-img {
		text-align: center;
		padding-top: 10px;
	}

	.olimpiada-banner-olszewski .head .ht1 {
		font-size: 40px;
	}

	.olimpiada-banner-olszewski .head .ht2 {
		font-size: 30px;
	}

	.olimpiada-banner-olszewski .timer-cnt {
		padding-top: 40px;
	}

	.olimpiada-banner-olszewski .timer-box {
		padding: 10px 20px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms > div {
		padding: 0 20px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms .num {
		font-size: 60px;
	}

}

@media only screen and (max-width: 575px) and (min-width: 500px) {

	.olimpiada-wrapper .content .main-stage {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.olimpiada-wrapper .content .main-stage-img {
		text-align: center;
		padding-top: 10px;
	}

	.olimpiada-banner-olszewski .head .ht1 {
		font-size: 30px;
	}

	.olimpiada-banner-olszewski .head .ht2 {
		font-size: 20px;
	}

	.olimpiada-banner-olszewski .timer-cnt {
		padding-top: 30px;
	}

	.olimpiada-banner-olszewski .timer-box {
		padding: 8px 16px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms > div {
		padding: 0 20px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms .num {
		font-size: 50px;
	}

}

@media only screen and (max-width: 499px) and (min-width: 1px) {

	.olimpiada-wrapper .content .main-stage {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.olimpiada-wrapper .content .main-stage-img {
		text-align: center;
		padding-top: 10px;
	}

	.olimpiada-banner-olszewski .head .ht1 {
		font-size: 30px;
	}

	.olimpiada-banner-olszewski .head .ht2 {
		font-size: 20px;
	}

	.olimpiada-banner-olszewski .timer-cnt {
		padding-top: 20px;
	}

	.olimpiada-banner-olszewski .timer-box {
		padding: 8px 12px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms > div {
		padding: 0 10px;
	}

	.olimpiada-banner-olszewski .timer-box .dhms .num {
		font-size: 50px;
	}

}