/**
 * Obecne styly
 */

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

* {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue',
		Helvetica, Arial, 'Lucida Grande', sans-serif;
	color: #6e6e6e;
	font-size: 14px;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('../img/bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	overscroll-behavior: none;
}

strong {
	font-weight: bold;
}

.flex-container {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

@media (min-width: 576px) {
	.flex-container {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}

.flex-first {
	order: -1;
}

@media (min-width: 990px) {
	.flex-first-desktop {
		order: -1;
	}
}

.space-between {
	display: flex;
	justify-content: space-between;
}

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

.cky-consent-container,
.cky-preference-wrapper,
.cky-preference-header,
.cky-preference-body-wrapper,
.cky-preference-content-wrapper,
.cky-footer-wrapper,
.cky-footer-shadow,
.cky-prefrence-btn-wrapper {
	max-width: calc(100vw) !important;
}

.main-menu-mobile {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

@media (min-width: 990px) {
	.main-menu-mobile {
		display: none;
	}
}

.main-menu-desktop {
	display: none;
}

@media (min-width: 990px) {
	.main-menu-mobile {
		display: none;
	}

	.main-menu-desktop {
		display: block;
	}
}

@media (max-width: 990px) {
	.mobile-hidden {
		display: none;
	}
}

#hamburger-menu {
	all: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	padding: 4px 8px;
	/* background-color: #f5f5f5; */
	color: rgb(88, 89, 91);
	border: 1px solid rgb(209, 213, 219);
	border-radius: 4px;
}

@media (min-width: 990px) {
	#hamburger-menu {
		display: none;
	}
}

.cb {
	clear: both;
	float: none !important;
}

.dn {
	display: none;
}

.bold {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.big {
	font-size: 17px;
	line-height: 17px;
}

.blue {
	color: #31306e !important;
}

.blue-bg {
	background-color: #31306e !important;
}

.red {
	color: #d81247 !important;
}

.red-bg {
	background-color: #d81247 !important;
}

.gray {
	color: #8f9091 !important;
}

.gray-bg {
	background-color: #8f9091 !important;
}

.blue-border {
	border: 4px solid #31306e;
}

.red-border {
	border: 4px solid #d81247;
}

.gray-border {
	border: 4px solid #8f9091;
}

.ui-tooltip {
	background-color: #31306e;
	padding: 20px;
	width: 200px;
	opacity: 0.85;
	filter: alpha(opacity=85);
	font-size: 13px;
	line-height: 20px;
}

.ui-tooltip * {
	color: #ffffff;
}

.description.article-detail {
	margin: 20px 0;
	font-size: 12px;
}

.description.article-detail * {
	font-size: 12px;
}

#wrapper {
	width: 951px;
	margin: 0 auto;
}

#title {
	height: 126px;
}

#title-inner {
	padding-top: 43px;
}

#title span.phone {
	display: block;
	float: right;
	width: 208px;
	height: 37px;
	line-height: 40px;
	background-image: url('../img/title/phone.png');
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 7px;
}

#title span.phone-inner {
	display: block;
	color: #ffffff;
	font-family: 'BebasNeue';
	padding-left: 28px;
	font-size: 17px;
}

#title a.logo {
	float: left;
	width: 334px;
	height: 54px;
	background-image: url('../img/title/logo.png?1');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

#title div.search {
	float: right;
	margin: 7px 21px 0 0;
}

#title div.search input {
	float: left;
	width: 200px;
	height: 37px;
	line-height: 37px;
	font-size: 11px;
	background-color: #f6f6f6;
	color: #818181;
	border-width: 0;
	padding: 0 0 0 18px;
}

#title div.search button {
	width: 63px;
	height: 37px;
	line-height: 40px;
	font-family: 'BebasNeue';
	font-size: 17px;
	background-color: #bfc1c1;
	color: #fefcfc;
	border-width: 0;
	padding: 0;
	cursor: pointer;
}

#menu {
	border-top: 1px solid #bfc1c1;
	border-bottom: 1px solid #bfc1c1;
	margin: 0;
	padding: 0;
}

#menu li {
	list-style-type: none;
	float: left;
	width: 190px;
	text-align: center;
}

#menu a {
	color: #31306e;
	text-decoration: none;
	font-family: 'BebasNeue';
	font-size: 26px;
	line-height: 71px;
}

#menu a:hover,
#menu li.selected a {
	color: #d61b46;
}

#footer {
	background-color: #f0f0f0;
}

#footer-inner {
	width: 951px;
	margin: 0 auto;
	padding: 30px 0;
}

#footer div.column {
	width: 317px;
}

#footer div.column * {
	font-size: 12px;
	line-height: 20px;
}

#footer div.column h3 {
	margin: 0;
	font-family: 'BebasNeue';
	font-size: 35px;
	line-height: normal;
	font-weight: normal;
}

#footer div.column span.description {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

#footer div.column div.left-column {
	float: left;
	width: 158px;
	margin: 10px 0;
}

#footer div.column div.left-column a:hover {
	color: #31306e;
}

#footer div.column div.right-column {
	float: right;
	width: 158px;
	margin: 10px 0;
}

#footer div.column div.right-column a:hover {
	color: #31306e;
}

#footer div.column a.email {
	text-decoration: none;
}

#footer div.column div.phone {
	padding-left: 18px;
	background-image: url('../img/footer/phone.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#footer div.column div.phone span.number {
	font-weight: bold;
}

#footer div.column div.skype {
	padding-left: 18px;
	background-image: url('../img/footer/skype.png');
	background-position: left center;
	background-repeat: no-repeat;
}

#footer div.column p {
	margin: 0 0 23px 0;
}

#footer div.column p.quote {
	padding-left: 27px;
	background-image: url('../img/footer/quote.png');
	background-position: left top;
	background-repeat: no-repeat;
}

#footer div.column a.more {
	text-decoration: none;
}

#footer div.blue span.description {
	border-color: #31306e;
}

#footer div.red span.description {
	border-color: #d81247;
}

#footer div.gray span.description {
	border-color: #8f9091;
}

#footer div.last-line {
	border-top: 1px solid #bfc1c1;
	padding-top: 13px;
}

#footer div.last-line div.copyright {
	font-size: 10px;
	line-height: 18px;
}

#footer div.last-line div.copyright a {
	font-size: 10px;
	line-height: 18px;
	color: #6e6e6e;
	text-decoration: none;
}

#footer div.last-line a.social {
	display: block;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	float: right;
}

.main-heading {
	display: none;
}

@media (max-width: 990px) {
	.main-heading {
		display: block;
		font-family: 'BebasNeue';
		font-size: 32px;
		font-weight: semibold;
		color: #d81247;
		margin: 24px 0;
		padding: 0 24px;
		text-align: center;
	}

	.hide-mobile {
		display: none;
	}

	.flex-mobile {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.items-baseline {
		align-items: baseline;
	}

	.mt-6 {
		margin-top: 6px !important;
	}

	#menu li {
		width: auto;
		height: auto;
	}

	#menu li a {
		font-size: 32px;
		line-height: 36px;
	}

	#title {
		height: 84px;
		margin: 0;
		padding-bottom: 16px;
	}

	#title a.logo {
		display: flex;
		flex-grow: 1;
		/* width: 273px; */
		width: 220px;
		max-width: 100%;
		/* height: 46px; */
		height: 37px;
		max-height: auto;
		margin: 0;
	}

	#title span.phone {
		display: none;
		padding: 0;
		margin: 0;
	}

	#wrapper {
		width: auto;
		max-width: 100%;
	}

	#left-column {
		width: auto;
		max-width: 100%;
		padding: 16px 36px;
	}

	#left-column p {
		text-align: justify;
	}

	#right-column {
		width: auto;
		max-width: 100%;
		padding: 16px 36px;
	}

	#right-column p {
		text-align: justify;
	}

	#menu {
		padding: 48px 0;
		margin-top: 0;
	}

	#menu a {
		font-size: 64px;
		line-height: 96px;
	}

	#footer {
		width: auto;
		max-width: 100%;
	}

	#footer-inner {
		display: block;
		width: auto;
		max-width: 100%;
		background-color: #f0f0f0;
		padding: 0 24px;
		font-size: 24px;
		line-height: 32px;
	}

	#footer div.column {
		width: 100%;
		max-width: 100%;
		/* float: left; */
	}

	#footer div.column h3 {
		font-size: 24px;
		line-height: 32px;
		margin-top: 16px;
	}

	#footer div.column span.description {
		margin: 0 0 8px 0;
		padding: 0 0 8px 0;
		border-bottom-width: 1px;
	}

	#footer div.column div {
		font-size: 14px;
		line-height: 18px;
	}

	#footer div.column div > * {
		font-size: 14px;
		line-height: 18px;
	}

	#footer div.last-line {
		padding-top: 0;
	}

	#footer div.last-line div.copyright {
		font-size: 14px;
		line-height: 18px;
		padding: 16px 0;
	}

	#footer div.last-line div.copyright a {
		font-size: 14px;
		line-height: 18px;
	}

	#footer div.last-line a.social {
		display: block;
		float: left;
		margin: 0 8px 8px 0;
		width: 30px;
		height: 30px;
	}

	#footer div.last-line {
		border: none;
	}

	#footer div.column div.phone {
		display: block;
		padding: 8px 0 0 0;
		background: none;
	}

	.flex-wrap {
		flex-wrap: wrap !important;
	}

	.flex-column {
		flex-direction: column !important;
	}

	.justify-center {
		justify-content: center;
	}

	.flex {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

	.flex-col {
		display: flex;
		flex-direction: column;
	}

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

	.grid {
		display: grid;
	}

	.grid-cols-2 {
		grid-template-columns: 1fr 1fr;
	}

	.grid-cols-2-1 {
		grid-template-columns: 2fr 1fr;
	}

	.relative {
		position: relative;
	}

	.pb-16 {
		padding-bottom: 16px;
	}

	.gap-4 {
		gap: 4px;
	}

	.gap-32 {
		gap: 32px;
	}

	.gap-42 {
		gap: 42px;
	}

	.px-24 {
		padding-left: 24px;
		padding-right: 24px;
	}

	.items-start {
		align-items: start;
	}

	.items-baseline {
		align-items: baseline;
	}

	.h-full {
		height: 100%;
	}

	.description.article-detail {
		margin: 20px 24px;
	}
}
