/*===================================== 
YOU CAN WRITE CUSTOME CSS HERE
======================================*/

/*
 * Sticky footer: when content is shorter than the viewport, keep the layout
 * filling the screen so the body background does not show as a white band
 * below the dark footer (e.g. short EN privacy page vs. taller SK footer).
 */
body {
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}
body > .page-wraper {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
}
body > .page-wraper > .site-header,
body > .page-wraper > header {
	flex-shrink: 0;
}
body > .page-wraper > .page-content {
	flex: 1 0 auto;
}
body > .page-wraper > .site-footer {
	flex-shrink: 0;
}

/* Fix: missing class selector */
.why-choose-l {
	margin-bottom: 50px;
}

/* Footer widget titles were h4; now h3 for heading order — keep visual weight */
.site-footer .widget.widget_about .widget-title,
.site-footer .widget.widget_services .widget-title {
	margin-top: 0;
	font-size: 1.1rem;
	line-height: 1.3;
}

/* Language switcher (compact dropdown, doesn't change header height) */
.main-bar .container{
	position: relative;
}

details.lang-switch{
	position: relative;
	float: right;
	z-index: 1000;
	margin-top: 0;
	margin-right: 12px;
}

/*
 * Lang + burger live in .intracol-header-mobile-tools (markup).
 * Desktop/tablet/mobile: do not flex the whole .container — that broke the float-based bar and leaked visually.
 */
.header-botton .intracol-header-mobile-tools{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 8px;
}

/* Desktop: explicit baseline + !important so mobile/tablet rules cannot leak */
@media (min-width: 992px) {
	.header-botton .main-bar .container{
		display: block !important;
		flex-direction: unset !important;
		flex-wrap: unset !important;
		align-items: unset !important;
		justify-content: unset !important;
		gap: unset !important;
		column-gap: unset !important;
	}

	.header-botton .logo-header{
		float: left;
		width: 220px;
		max-width: none;
		flex: none;
		display: table;
		height: 70px;
	}

	.header-botton .logo-header img{
		max-height: none;
		max-width: 100%;
	}

	.header-botton .intracol-header-mobile-tools{
		float: right;
		margin-top: 23px;
		margin-right: 0;
	}

	.header-botton .intracol-header-mobile-tools details.lang-switch{
		position: relative !important;
		float: none !important;
		top: auto !important;
		right: auto !important;
		bottom: auto !important;
		left: auto !important;
		margin: 0 12px 0 0 !important;
	}

	.header-botton .navbar-toggler{
		position: relative;
		float: right;
		margin-top: 9px;
		margin-bottom: 9px;
	}
}

details.lang-switch summary{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	border: 1px solid rgba(0,0,0,0.18);
	border-radius: 999px;
	background: #fff;
	color: #111;
	font-weight: 800;
	font-size: 12px;
	line-height: 1;
	cursor: pointer;
	user-select: none;
}

details.lang-switch summary::-webkit-details-marker{
	display: none;
}

details.lang-switch summary:focus{
	outline: none;
}

details.lang-switch[open] summary{
	border-color: rgba(0,0,0,0.35);
}

.lang-current{
	opacity: 0.95;
	letter-spacing: 0.02em;
}

.lang-menu{
	position: absolute;
	right: 0;
	margin-top: 10px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.18);
	min-width: 180px;
	overflow: hidden;
}

.lang-menu a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	color: #111;
	text-decoration: none;
	font-weight: 700;
}

.lang-menu a:hover,
.lang-menu a:focus{
	background: rgba(0,0,0,0.04);
	text-decoration: none;
}

.lang-menu a.active{
	background: #ff5e14;
	color: #fff;
}

.lang-menu a .code{
	font-weight: 800;
	opacity: 0.85;
}

/* Error page bilingual blocks */
.lang-block{display: block;}
.lang-block.is-hidden{display: none;}

/*
 * Tablet (768–991px): pin lang+burger group (absolute). Desktop (992+) uses floats above.
 */
@media (min-width: 768px) and (max-width: 991px){
	.header-botton .intracol-header-mobile-tools{
		position: absolute;
		float: none;
		right: 64px;
		top: 22px;
		margin: 0;
		z-index: 1000;
	}

	.header-botton .intracol-header-mobile-tools details.lang-switch{
		position: relative;
		float: none;
		margin: 0;
	}

	.header-botton .navbar-toggler{
		position: relative;
		z-index: 1001;
		float: none;
	}
}

/*
 * Phone: logo float left, SK+burger float right (same row). Flex on .container caused wrapping/regressions;
 * small margin-top on the tools group nudges controls down to meet the logo without splitting the row.
 */
@media (max-width: 767px){
	.header-botton .main-bar .container{
		display: block !important;
		flex-direction: unset !important;
		flex-wrap: unset !important;
		align-items: unset !important;
		justify-content: unset !important;
		gap: unset !important;
		column-gap: unset !important;
		position: relative;
	}

	.header-botton .logo-header{
		float: left;
		display: table;
		max-width: min(200px, 52vw);
		width: auto;
		height: auto;
		min-width: 0;
		position: relative;
		z-index: 2;
	}

	.header-botton .logo-header > a{
		display: table-cell;
		vertical-align: middle;
	}

	.header-botton .logo-header img{
		max-height: 32px;
		width: auto;
		max-width: 100%;
	}

	.header-botton .intracol-header-mobile-tools{
		float: right;
		clear: none;
		position: relative;
		z-index: 1000;
		margin-top: 10px;
	}

	.header-botton .intracol-header-mobile-tools details.lang-switch{
		position: static;
		float: none;
		margin: 0;
	}

	.header-botton .intracol-header-mobile-tools .navbar-toggler{
		float: none !important;
		margin: 0 !important;
		position: relative;
	}

	/* Hero: extra top padding so titles clear the sticky bar on small screens */
	.page-content > .main-slider.style-two.default-banner > div:last-child{
		padding-top: max(100px, calc(72px + env(safe-area-inset-top, 0px))) !important;
	}

	body.page-contact .page-content > .section-full.p-t80:first-child{
		padding-top: 120px !important;
	}
}

/* Contact: theme .icon-content { overflow: hidden } clips copy-pill borders */
body.page-contact .mt-icon-box-wraper .icon-content{
	overflow: visible !important;
}

/* Phone row (col-6) aligns with Email row (col-6); flex cols need min-width 0 */
body.page-contact .intracol-contact-phone-row > [class*="col-"],
body.page-contact .intracol-contact-details-row > [class*="col-"]{
	min-width: 0;
}
body.page-contact .intracol-contact-phone-row .mt-icon-box-wraper,
body.page-contact .intracol-contact-details-row .mt-icon-box-wraper{
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

/* Contact phone: two equal columns that shrink (auto auto inflated width vs email card) */
body.page-contact .intracol-contact-phone-block{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(1.25rem, 3vw, 2rem);
	row-gap: 1rem;
	align-items: start;
	width: 100%;
	min-width: 0;
	max-width: 100%;
}
body.page-contact .intracol-contact-phone-entry{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.5rem;
	min-width: 0;
}
body.page-contact .intracol-contact-phone-identity{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 3px;
}
body.page-contact .intracol-contact-phone-entry .js-phone-value-row{
	width: auto;
	max-width: 100%;
	min-width: 0;
	justify-self: start;
	gap: 10px;
	margin: 0;
}

/* Contact: mobile only — avoid m-l20 + full-width overflow (clips right border); stack phone rows */
@media (max-width: 767.98px){
	body.page-contact .intracol-contact-phone-row .mt-icon-box-wraper,
	body.page-contact .intracol-contact-details-row .mt-icon-box-wraper{
		margin-left: 0 !important;
	}
	body.page-contact .intracol-contact-phone-row,
	body.page-contact .intracol-contact-details-row{
		overflow-x: visible;
	}
	body.page-contact .intracol-contact-phone-row > [class*="col-"],
	body.page-contact .intracol-contact-details-row > [class*="col-"]{
		overflow-x: visible;
	}
	body.page-contact .intracol-contact-phone-block{
		grid-template-columns: 1fr;
		column-gap: 0;
		row-gap: 1rem;
	}
}

.intracol-contact-person{
	font-weight: 600;
	font-size: 0.9375rem;
	line-height: 1.25;
	color: #2a2d30;
}
.intracol-contact-role{
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.3;
	color: #6a6a6a;
	letter-spacing: 0.01em;
}

/* Contact page: icon-only copy buttons */
.intracol-contact-value{
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
	margin: 0;
}

.js-phone-value-row,
.js-email-value-row{
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 1px;
	flex-wrap: nowrap;
	padding: 5px 10px;
	border: 1px solid rgba(255, 94, 20, 0.55);
	border-radius: 10px;
	background: rgba(255, 94, 20, 0.03);
}

.js-phone-value-row:focus,
.js-email-value-row:focus{
	outline: none;
}

.js-phone-value-row:hover,
.js-email-value-row:hover{
	background: rgba(255, 94, 20, 0.12);
	border-color: rgba(255, 94, 20, 0.75);
}

.js-phone-value-row:hover .js-phone-number,
.js-email-value-row:hover .js-email-address{
	color: #ff5e14;
}

.js-phone-value-row:hover .intracol-copy-btn,
.js-email-value-row:hover .intracol-copy-btn{
	color: #ff5e14;
}

.intracol-contact-value .js-phone-number,
.intracol-contact-value .js-email-address{
	display: inline-block;
}

.intracol-copy-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 36px;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	border-radius: 6px;
	color: #ff5e14;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.intracol-copy-btn:hover,
.intracol-copy-btn:focus{
	background-color: transparent;
	color: #fd590d;
	outline: none;
}

.intracol-copy-btn:disabled{
	opacity: 0.6;
	cursor: not-allowed;
}

.intracol-copy-btn i{
	pointer-events: none;
	font-size: 16px;
	line-height: 1;
}

/* Mobile: make scroll-to-top button more touch-friendly */
@media (max-width: 767px){
	button.scroltop{
		height: 60px;
		width: 60px;
		right: 12px;
		bottom: 12px;
		font-size: 12px;
	}

	button.scroltop span{
		font-size: 26px;
		line-height: 26px;
	}
}

/* Cookie consent: darker overlay + soft card surface, no scroll lock (pointer-events pass-through) */
.intracol-cookie-banner{
	position: fixed;
	inset: 0;
	z-index: 100050;
	display: flex;
	/* Lower third: anchor to bottom instead of vertical center */
	align-items: flex-end;
	justify-content: center;
	padding: max(12px, env(safe-area-inset-top, 0px)) 16px max(clamp(28px, 8vh, 80px), env(safe-area-inset-bottom, 0px)) 16px;
	background: rgba(0, 0, 0, 0.58);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: none;
	font-size: 14px;
	line-height: 1.5;
	color: #222;
}

.intracol-cookie-banner__card{
	position: relative;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	/* Sit higher in viewport than bottom-anchored flex (clear hero CTA + focal area) */
	transform: translateY(-18vh);
	max-height: min(78vh, 640px);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background: #f4f5f7;
	color: #222;
	padding: 22px 22px 18px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	box-shadow:
		0 0 0 1px rgba(0, 0, 0, 0.06),
		0 16px 48px rgba(0, 0, 0, 0.28);
	box-sizing: border-box;
	pointer-events: auto;
}

.intracol-cookie-banner__close{
	position: absolute;
	top: 8px;
	right: 10px;
	width: 36px;
	height: 36px;
	border: none;
	background: transparent;
	color: #555;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	border-radius: 4px;
	padding: 0;
}

.intracol-cookie-banner__close:hover,
.intracol-cookie-banner__close:focus{
	color: #111;
	background: rgba(0, 0, 0, 0.06);
	outline: none;
}

.intracol-cookie-banner__title{
	margin: 0 28px 12px 0;
	font-size: 1.25rem;
	font-weight: 700;
	color: #111;
}

.intracol-cookie-banner__subtitle{
	margin: 0 0 12px;
	font-size: 1.05rem;
	font-weight: 700;
	color: #111;
}

.intracol-cookie-banner__text{
	margin: 0 0 16px;
	color: #333;
}

.intracol-cookie-banner__actions{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}

.intracol-cookie-banner__actions--custom{
	margin-top: 8px;
}
.intracol-cookie-banner__actions--custom .intracol-cookie-banner__btn{
	flex: 1 1 auto;
}

.intracol-cookie-banner__customize-row{
	margin: 12px 0 0;
	text-align: center;
}

.intracol-cookie-banner__linkbtn{
	background: none;
	border: none;
	color: #ff5e14;
	font-weight: 700;
	font-size: 13px;
	text-decoration: underline;
	cursor: pointer;
	padding: 4px 0;
}

.intracol-cookie-banner__linkbtn:hover,
.intracol-cookie-banner__linkbtn:focus{
	color: #e55512;
	outline: none;
}

.intracol-cookie-banner__reassurance{
	margin: 14px 0 0;
	font-size: 12px;
	color: #666;
}

.intracol-cookie-banner__privacy{
	margin: 8px 0 0;
	font-size: 13px;
}

.intracol-cookie-banner__privacy-link{
	color: #ff5e14;
	font-weight: 600;
	text-decoration: underline;
}

.intracol-cookie-banner__privacy-link:hover{
	color: #e55512;
}

.intracol-cookie-banner__options{
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.intracol-cookie-banner__option{
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.intracol-cookie-banner__option label{
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 600;
	cursor: pointer;
	color: #111;
}

.intracol-cookie-banner__option--disabled label{
	color: #666;
	cursor: default;
}

/*
 * theme/style.css sets all checkboxes to opacity:0 and draws custom boxes for input+label siblings.
 * Our banner uses <label><input>…</label>, so we restore native checkboxes here.
 */
.intracol-cookie-banner input[type="checkbox"]{
	opacity: 1 !important;
	position: static !important;
	width: 1.125rem;
	height: 1.125rem;
	min-width: 1.125rem;
	min-height: 1.125rem;
	margin: 0.2rem 0 0 !important;
	flex-shrink: 0;
	vertical-align: top;
	accent-color: #e55512;
	cursor: pointer;
	-webkit-appearance: auto;
	appearance: auto;
}

.intracol-cookie-banner__option--disabled input[type="checkbox"]{
	cursor: not-allowed;
}

.intracol-cookie-banner__hint{
	display: block;
	margin: 8px 0 0 0;
	padding-left: calc(1.125rem + 10px);
	font-size: 12px;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
}

/* Accept = filled orange; Reject = outlined (equal prominence) */
.intracol-cookie-banner .intracol-cookie-banner__btn{
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 11px 14px;
	min-height: 44px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 11px;
	line-height: 1.2;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
	flex: 1 1 0;
	min-width: 0;
	white-space: normal;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.intracol-cookie-banner .intracol-cookie-banner__btn--accept{
	border: 2px solid #ff5e14;
	background: #ff5e14;
	color: #fff !important;
}

.intracol-cookie-banner .intracol-cookie-banner__btn--accept:hover,
.intracol-cookie-banner .intracol-cookie-banner__btn--accept:focus{
	background: #e55512;
	border-color: #e55512;
	outline: none;
}

/* Reject: neutral light gray — secondary to brand-orange Accept */
.intracol-cookie-banner .intracol-cookie-banner__btn--reject{
	border: 2px solid #c8c8c8;
	background: #ebebeb;
	color: #2a2a2a !important;
}

.intracol-cookie-banner .intracol-cookie-banner__btn--reject:hover,
.intracol-cookie-banner .intracol-cookie-banner__btn--reject:focus{
	background: #e0e0e0;
	border-color: #a8a8a8;
	color: #111 !important;
	outline: none;
}

.intracol-cookie-banner .intracol-cookie-banner__btn--secondary{
	border: 2px solid #ccc;
	background: #fff;
	color: #333 !important;
}

.intracol-cookie-banner .intracol-cookie-banner__btn--secondary:hover,
.intracol-cookie-banner .intracol-cookie-banner__btn--secondary:focus{
	border-color: #999;
	background: #f9f9f9;
	outline: none;
}

.intracol-cookie-banner .intracol-cookie-banner__btn-save{
	border: 2px solid #ff5e14;
	background: #ff5e14;
	color: #fff !important;
}

.intracol-cookie-banner .intracol-cookie-banner__btn-save:hover,
.intracol-cookie-banner .intracol-cookie-banner__btn-save:focus{
	background: #e55512;
	border-color: #e55512;
	outline: none;
}

@media (max-width: 767px){
	.intracol-cookie-banner{
		padding-left: 12px;
		padding-right: 12px;
		padding-bottom: max(clamp(16px, 6vh, 48px), env(safe-area-inset-bottom, 0px));
		font-size: 13px;
	}
	.intracol-cookie-banner__card{
		transform: translateY(calc(-1 * min(18vh, 104px)));
		max-height: min(82vh, 560px);
		padding: 18px 14px 14px;
	}
	.intracol-cookie-banner__title{
		font-size: 1.1rem;
		margin-right: 32px;
	}
	.intracol-cookie-banner .intracol-cookie-banner__btn{
		padding: 9px 10px;
		min-height: 42px;
		font-size: 10px;
	}
}