@charset 'utf-8';
@viewport {
	zoom: 1.0;
	width: device-width;
}

:root {
	--background: #171717; /*hsl(0,0%,41.18%);*/

	--link-n-color: hsl(43.5,99.2%,48.2%);
	--link-h-color: hsl(43.5,99.2%,48.2%);
	--link-v-color: hsl(43.5,99.2%,48.2%);
	--link-vh-color: hsl(43.5,99.2%,48.2%);
	--link-a-color: hsl(43.5,99.2%,48.2%);

	--button-n-bg: #111;
	--button-h-bg: #000;
	--button-h-color: hsl(0,0%,90%);

	--select-color: #fff;
	--select-bg: #5294e2;

	color: hsl(0,0%,100%);
}

::selection {
	color: var(--select-color);
	background-color: var(--select-bg);
}
/* :focus-visible {
	outline: .25em solid var(--select-bg);
	outline-offset: .125em;
} */

body.lacks-js .needs-js {
	display: none;
}
body,
div, span,
p, a, img,
hgroup, h1, h2, h3, h4, h5, h6,
abbr, address, blockquote, cite, q, time, dfn,
em, strong, s,
del, ins, mark,
sub, sup,
ol, ul, li, dl, dt, dd,
fieldset, form, label, output,
details, menu, summary,
table, tbody, tfoot, thead, tr, th, td, caption,
article, section, aside, header, main, footer, nav,
canvas, object, embed, audio, video, iframe,
pre, code, kbd, samp, var,
figure, figcaption, legend,
input, button, textarea, select, option, optgroup {
	margin: 0;
	padding: 0;
	border: medium none currentColor;
	font: inherit;
	vertical-align: baseline;
}
hgroup,
details,
article, section, aside, header, main, footer, nav,
figure, figcaption {
	display: block;
}
pre, code, samp {
	font-family: monospace;
	/* line-height: 0.84;
	letter-spacing: -.122ch; */
}
sup {
	vertical-align: super;
	font-size: smaller;
}
sub {
	vertical-align: sub;
	font-size: smaller;
}
q:lang(lt) {
	quotes: '\201e' '\201c';
}
q:lang(en) {
	quotes: '\201c' '\201d';
}
html {
	margin: 0;
	padding: 0;
	border: medium none currentColor;
	font: normal normal 400 12pt/1.2 'Inter', sans-serif;
	background: var(--background);
	/*-moz-hyphens: auto;
	hyphens: auto;*/

	-webkit-text-size-adjust: 100%;
}
main {
	--background: hsl(0,0%,99.61%);
}
#site-header {
	--background: hsl(0,0%,99.22%);
}
#site-header .content-column {
	display: flex;
	padding: 0;
}
main, #site-header {
	--link-n-color: hsl(80.07,55.78%,22.49%);
	--link-h-color: #5e746b; /* hsl(43.5,84.2%,33.4%); */
	--link-v-color: #6b4900; /* hsl(43.5,21.0%,56.4%); */
	--link-vh-color: #8b651d; /* hsl(43.5,84.2%,33.4%); */
	--link-a-color: #ab8236; /* hsl(43.5,84.2%,64.6%); */

	--button-n-bg: hsl(80.07,55.78%,22.49%);
	--button-n-color: hsl(0,0%,95%);
	--button-h-bg: hsl(43.5,84.2%,33.4%);

	color: hsl(0,0%,30%);
	background: var(--background);
}
ul, ol, p, h1, h2, h3, h4, h5, h6, dl, pre, table {
	margin: 1em 0 0;
}
a:link {
	color: var(--link-n-color);
	text-decoration-style: dotted;
}
a:visited {
	color: var(--link-v-color);
}
a:link:hover {
	color: var(--link-h-color);
}
a:visited:hover {
	color: var(--link-vh-color);
}
a:active {
	color: var(--link-a-color);
}
.blwr {
	display: block;
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
ol, ul {
	list-style: none;
}
h1 {
	font-size: 200%;
	font-weight: 300;
}
h2 {
	font-size: 150%;
	margin: .66666666em 0 0 0;
	padding-bottom: .33333333em;
	border-bottom: 2px solid hsl(78.89,28.48%,46.55%);
}
h3 {
	font-weight: bold;
	padding-bottom: .25em;
	border-bottom: 1px solid hsl(0,0%,0%,.125);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
thead {
	border-bottom: 2px solid hsla(0,0%,0%,.5);
	font-weight: 500;
}
tbody > tr {
	border-bottom: 1px solid hsla(0,0%,0%,.25);
}
td, th {
	padding: .375em .25em;
}
li {
	margin: .5em 0 0;
}
h1 + ul, h1 + ol,
h2 + ul, h2 + ol,
h3 + ul, h3 + ol,
h4 + ul, h4 + ol,
h5 + ul, h5 + ol,
h6 + ul, h6 + ol,
li > ol,
li > ul {
	margin: .5em 0 0;
}
dt {
	font-style: italic;
}
dd {
	margin: 0 0 0 2em;
}
@media(min-width: 416px) {
	dl {
		display: grid;
		grid-template-columns: 10em minmax(0,1fr);
		grid-gap: 0 1em;
	}
	dt {
		grid-column: 1;
	}
	dd {
		grid-column: 2;
		align-self: end;
		margin: 0;
	}
}
ol, ul {
	padding: 0 0 .5em 1em;
}
input, textarea, button, select, option, optgroup {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	box-sizing: content-box;
}
@-moz-document url-prefix() {
	::-moz-focus-inner {
		border: 0;
		margin: 0;
		padding: 0;
	}
	input[type=number] {
		-moz-appearance: textfield;
	}
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input, textarea, select {
	padding: .25em .5em;
	line-height: 1.25;
	background-color: hsla(0,0%,98.4%,.5);
	border: 1px solid #c7bebf;
	margin: calc(-1px + -.25em) 0;
	color: hsl(0,0%,20%);
	border-radius: .0625em;
}
:disabled, .visibly-disabled {
	opacity: .5;
	filter: grayscale(.5);
}
input:read-only,textarea:read-only {
	border-color: hsla(353.3, 7.4%, 76.3%,.1);
}
input[type=checkbox],
input[type=radio] {
	position: absolute;
	clip-path: circle(0%);
	clip: rect(0,0,0,0);
}
input[type=checkbox]:not(:checked) + .fa-check-square-o,
input[type=checkbox]:checked + .fa-check-square-o + .fa-square-o,
input[type=checkbox]:not(:checked) + .fa-check-square,
input[type=checkbox]:checked + .fa-check-square + .fa-square,
input[type=radio]:not(:checked) + .fa-dot-circle-o,
input[type=radio]:checked + .fa-dot-circle-o + .fa-circle-o {
	display: none;
}
input[type=checkbox]:focus-visible + .fa-check-square-o,
input[type=checkbox]:focus-visible + .fa-check-square-o + .fa-square-o,
input[type=checkbox]:focus-visible + .fa-check-square,
input[type=checkbox]:focus-visible + .fa-check-square + .fa-square,
input[type=radio]:focus-visible + .fa-dot-circle-o,
input[type=radio]:focus-visible + .fa-dot-circle-o + .fa-circle-o {
	outline: 2px solid var(--select-bg);
	border-radius: .0625em;
}
input[type=checkbox][disabled] + .fa-check-square-o,
input[type=checkbox][disabled] + .fa-check-square-o + .fa-square-o,
input[type=checkbox][disabled] + .fa-check-square,
input[type=checkbox][disabled] + .fa-check-square + .fa-square,
input[type=radio][disabled] + .fa-dot-circle-o,
input[type=radio][disabled] + .fa-dot-circle-o + .fa-circle-o {
	opacity: .5;
}
input[type=submit],
button {
	display: inline-block;
	margin: -.375em 0;
	padding: .375em .5em;
	border-radius: .25em;
	background-color: var(--button-n-bg);
	color: var(--button-n-color);
	box-shadow: 0 0 0 hsla(0,0%,0%,.25);
	position: relative;
	top: 0;
}
input[type=submit]:hover,
button:hover {
	background-color: var(--button-h-bg);
	box-shadow: 0 .125em 0 hsla(0,0%,0%,.25);
	top: -.125em;
}
input[type=submit]:active,
button:active {
	box-shadow: 0 .0625em 0 hsla(0,0%,0%,.25);
	top: -.0625em;
}
/* input[type=submit].primary, button.primary {
	font-weight: bold;
	background-color: hsl(43.5,99.2%,48.2%);
	color: hsl(0,0%,27%);
}
input[type=submit].primary:hover, button.primary:hover {
	background-color: hsl(43.5,99.2%,58.2%);
} */
input[type=submit].ghost,
button.ghost {
	padding: calc(.375em - 1px) calc(.5em - 1px);
	background-color: transparent;
	color: var(--button-n-bg);
	border: 1px solid currentColor;
}
input[type=submit].ghost:hover,
button.ghost:hover {
	color: var(--button-h-bg);
}
select {
	background: url('data:image/svg+xml,\
%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221\
.1%22%20width%3D%2210%22%20height%3D%2210%22%20viewbox%3D%220%200%2010%2010%\
22%3E%3Cpath%20d%3D%22M%201%2C3%205%2C8%209%2C3%20z%22%20style%3D%22fill%3A%\
23000000%3Bfill-opacity%3A.5%3Bstroke%3Anone%22%20%2F%3E%3C%2Fsvg%3E')
		right .5em center / auto 1em no-repeat, hsla(0,0%,98.4%,.5);
	padding: .25em 1.75em .25em .5em;
}
option {
	padding: .125em .5em;
	line-height: 1;
}
optgroup {
	padding: .125em .5em;
	line-height: 1;
	color: hsla(0,0%,30%,.5);
}
optgroup option {
	padding: .125em;
	margin: 0 0 0 1em;
	color: hsla(0,0%,30%,1);
}
@-moz-document url-prefix() {
	select {
		padding: .25em 1.5em .25em .25em;
	}
}
textarea {
	resize: none;
}
hr {
	color: inherit;
	margin: 1em 0 0;
	padding: 0;
	border: none;
	border-top: 1px solid currentcolor;
}
.counter-margin-collapse {
	display: block;
	margin: -1px 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.just-to-be-clear {
	display: block;
	clear: both;
}
.possibly-overly-long-string {
	display: inline-block;
	max-width: 25em;
	overflow: hidden;
	text-overflow: '.';
	text-overflow: ellipsis;
	margin: -1em;
	padding: 1em;
}

.content-column {
	max-width: 72em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em 1em 2em;
}

.lang-list {
	background: var(--background);
	position: absolute;
	width: max-content;
	top: 0;
	right: 0;
	box-shadow: 0 .5em .5em hsla(0,0%,0%,.25);
	display: none;
}
.lang-icon {
	display: block;
}
.lang-icon,
.lang-list-wrap {
	position: relative;
	margin: -1em;
	padding: 1em;
}
@media (max-width: 700px) {
	.lang-icon,
	.lang-list-wrap {
		margin: -1.25em -.5em;
		padding: 1.25em .5em;
	}
	.lang-list {
		top: auto;
		bottom: 0;
	}
}
#toggle-langs:checked ~ .lang-list {
	display: block;
}

.mid-col {
	/* margin: 1em 0 0; */
	/* overflow: hidden; */
	/* display: table-cell;*/
	display: flow-root; 
}

.top-row {
	margin: 0;
	padding: 0;
	/* --link-n-color: #696969;
	--link-h-color: #696969;
	--link-v-color: #696969;
	--link-vh-color: #696969;
	--link-a-color: #696969; */
}
.top-row a,
.top-row label.clicky {
	font-weight: bold;
	text-transform: uppercase;
}
.top-row label.clicky[for] {
	color: var(--link-n-color);
	cursor: pointer;
}
.top-row label.clicky[for]:hover {
	color: var(--link-h-color);
}
.bcs {
	margin: 0;
	padding: 0;
}
.top-row-mi,
.bcs-mi {
	display: inline-block;
	margin: 0;
	padding: 1em 1em;
}
.top-row-mi.active {
	--link-h-bgc: var(--link-h-color);
	background-color: var(--link-n-color);
	color: #fff;
}
.top-row-mi a,
.bcs-mi a {
	display: block;
	margin: -1em -1em;
	padding: 1em 1em;
	text-decoration: none;
}
.top-row-mi.active a {
	--link-n-color: #fff;
	--link-h-color: #fff;
	--link-v-color: #fff;
	--link-vh-color: #fff;
	--link-a-color: #fff;
}
.top-row-mi a:link:hover,
.top-row-mi label.clicky[for]:hover {
	background-color: var(--link-h-bgc);
}
.middle-row {
	margin: 1em auto 0;
	padding: 0;
	display: flex;
	align-items: stretch;
	border-bottom: .25em solid hsl(43.5,99.2%,48.2%);;
}
.middle-row.tabs {
	text-transform: uppercase;
}
.middle-mi {
	margin: 0 0 .25em .25em;
	flex: 1 0 0;
	text-align: center;
}
.middle-mi.active {
	margin: 0 0 0 .25em;
}
.middle-mi:first-child {
	margin-left: 0;
}
.breadcrumbs {
	font-size: 75%;
	--link-n-color: hsl(0,0%,30%);
}
.breadcrumbs a {
	text-decoration: none;
}
.breadcrumbs a.current {
	color: #00577f;
}
.breadcrumbs img {
	margin: .125em 0 .1em .125em;
}
.tab-handle {
	display: block;
	padding-top: 1em;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box;
	height: 100%;
}
.tab-handle-info {
	font-size: 70%;
	display: block;
	margin: .5em 0 -.5em;
}
.middle-mi a {
	height: 100%;
}
.popup-spacer {
	height: 5em;
}
.markdown-content,
.my-account-content {
	padding: 0 1em 1em;
	border-top: none;
	text-align: justify;
}
.markdown-content ul {
	list-style: circle;
}
.markdown-content ol {
	list-style: number;
}

.form-row {
	margin: 1em 0 0;
	display: flex;
	align-items: start;
	gap: .5em;
}
.form-row > label,
.form-row > .label-substitute {
	flex: 0 0 12em;
}
.form-row > input,
.form-row > textarea,
.form-row > select,
.form-row > .input-substitute {
	min-width: 0;
	flex: 1 1 auto;
}
.form-row > input,
.form-row > textarea,
.form-row > select,
.form-row > button {
	margin: calc(-1px + -.25em) 0;
}
.form-row > .input-substitute > input,
.form-row > .input-substitute > select,
.form-row > .input-substitute > textarea {
	box-sizing: border-box;
	width: 100%;
}
.form-row > .input-substitute > input[type=submit] {
	width: unset;
	border: none;
	line-height: inherit;
	box-sizing: content-box;
}
.form-row > .input-substitute > input[type=checkbox],
.form-row > .input-substitute > input[type=radio] {
	width: 0;
}
.file-upload-thumb {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: -.15em .5em -.35em 0;
	background-size: 100% 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.file-upload-thumb.large {
	width: 8em;
	height: 8em;
}
.suggestions {
	position: relative;
}
.suggestions input,
.suggestions select {
	display: block;
	width: 100%;
}
.suggestions select {
	position: absolute;
	z-index: 3;
	background-color: white;
	margin: 0;
	box-shadow: 1em 1em 0 hsla(0,0%,0%,.125);
	border: none;
}
.suggestions::after {
	content: '';
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	right: 1em;
	transform-origin: top right;
	transform: skewX(45deg);
	box-shadow: 1em 0 0 hsla(0,0%,0%,.125);
}
.suggestions.closed::after,
.suggestions.closed select {
	display: none;
}
#cookies-notice {
	text-align: center;
	box-sizing: border-box;
}
#cookies-notice p {
	margin: 1em;
	display: inline-block;
}
#cookies-notice button {
	display: inline-block;
	margin-bottom: .5em;
}
.attention-request {
	display: inline-block;
	margin: -.25em 0;
	padding: .25em;
	background-color: gold;
	color: black;
}
.blog-entry-list {
	list-style: square outside;
}
.blog-entry-list-item {
	clear: both;
}
.blog-entry-body ul {
	list-style: square;
	padding: 0 0 0 2em;
}
.blog-entry-footer {
	font-size: 80%;
	color: hsla(0,0%,40%);
}
.blog-entry-footer p {
	margin-top: .5em;
}

.action-row {
	margin: .5em -.5em -.5em;
}
.action-item {
	display: inline-block;
	margin: .5em;
}

/* from frame/index.php (header) */
.main-menu-label {
	display: none;
	padding: 3em 1em;
	text-transform: uppercase;
	font-weight: bold;
}
.main-menu-label:hover {
	background-color: hsla(0,0%,0%,.125);
}
@media (max-width: 700px) {
	.main-menu-label {
		display: inline-block;
		cursor: s-resize;
	}
	.main-menu-content {
		display: none;
		position: absolute;
		right: 0;
		z-index: 1;
		background: var(--background);
	}
	#toggle-menu:checked ~ .main-menu-label {
		background-color: hsla(0,0%,0%,.125);
		cursor: n-resize;
	}
	#toggle-menu:checked ~ .main-menu-content {
		display: block;
		box-shadow: 0 .5em .5em hsla(0,0%,0%,.25);
	}
	.top-row-mi {
		padding: 1.25em .5em;
		display: block;
	}
	.top-row-mi a {
		margin: -1.25em -.5em;
		padding: 1.25em .5em;
	}
	.main-menu-content > ul {
		display: inline-block;
		vertical-align: top;
	}
}

/* from header.tpl.php */
#header-branding-logotype {
	flex: 0 0 auto;
	align-self: flex-start;
	margin: .5em 0;
	font-size: 250%;
}
#header-branding-logo {
	width: auto;
	height: 1.5625em;
	display: inline-block;
	vertical-align: -.4em;
}
#header-branding-type {
	text-transform: uppercase;
	color: #696969;
}
@media (max-width: 700px) {
	#header-branding-logotype {
		font-size: 141%;
		margin: 1.75em 1.25em;
	}
}
#site-main-menu {
	flex: 0 0 auto;
	align-self: center;
	margin-left: auto;
	--link-v-color: var(--link-n-color);
	--link-vh-color: var(--link-h-color);
}

/* from contacts.tpl.php */
.embeded-map {
	width: 100%;
	display: block;
}
/* from auth-form.tpl.php and password-recover.tpl.php */
.msg-with-icon {
	display: flex;
	flex-direction: row;
	margin: 1em 0 0;
}
.error-message {
	color: hsl(0,0%,95%);
	background-color: maroon;
	--button-n-bg: #000;
	--button-n-color: hsl(0,0%,95%);
	--button-h-bg: #222;
}
.msg-with-icon-icon-wrap {
	flex: 0 0 auto;
	padding: 0 0 1em 1em;
}
.msg-with-icon-msg-wrap {
	flex: 1 1 0;
	padding: 0 1em 1em;
}



.muks-ac-fixture {
	display: block;
	position: relative;
	height: 1.25em; /* turi atitikti linijos aukšį */
}
.muks-ac-assembly {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	/* border-radius: 1em; */
	/* max-height: 20em; */
}
.muks-ac-query-row {
	display: block;
	margin: 0;
}
.muks-ac-query {
	display: block;
	box-sizing: border-box;
	width: 100%;
}
.muks-ac-results {
	margin: .5em -1em -.5em;
	padding: 0 1em;
	max-height: 20em;
	overflow-y: hidden;
	overflow-y: auto;
	word-break: break-word; /* non-spec */
	word-wrap: break-word; /* non-spec, alias of overflow-wrap */
	overflow-wrap: break-word;
}
.muks-ac-info-row,
.muks-ac-button-row {
	margin: 1em 0 0;
}
.muks-ac-result-row,
.muks-ac-result-group-head {
	display: block;
	margin: 0 -1em;
	padding: .5em 1em;
	cursor: default;
}
.muks-ac-result-group-head {
	font-weight: bold;
	font-style: italic;
}
.muks-ac-result-group-head ~ .muks-ac-result-row {
	padding-left: 2em;
}
.muks-ac-info-row,
.muks-ac-results,
.muks-ac-button-row {
	display: none;
}
.muks-ac-fixture.muks-activated .muks-ac-assembly {
	top: -1em;
	left: -1em;
	right: -1em;
	padding: 0 1em 1em;
	background: var(--background);
	box-shadow: 0 .25em .5em hsla(0,0%,0%,.25), 0 0 .125em hsla(0,0%,0%,.0625);
	z-index: 5;
	/* overflow: auto; */
}
.muks-ac-fixture.muks-activated .muks-ac-query-row {
	/* position: sticky; */
	/* top: 0; */
	/* background: var(--background); */
	margin: 0 -1em 0;
	padding: 1em 1em 0;
	/* box-shadow: 0 .5em 1em white; */
	/* background: linear-gradient(white, transparent); */
}
.muks-ac-fixture.muks-activated .muks-ac-info-row,
.muks-ac-fixture.muks-activated .muks-ac-results,
.muks-ac-fixture.muks-activated .muks-ac-button-row {
	display: block;
}
.muks-ac-fixture.muks-activated .muks-ac-result-row:hover {
	background-color: rgba(82,148,226,.125);
}
.muks-ac-fixture.muks-activated .muks-ac-result-row.muks-activated {
	color: var(--select-color);
	background-color: var(--select-bg);
}

.muks-taah-wrap {
	position: relative;
}
.muks-taah-textarea {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: calc(100% + 2px);
	overflow: hidden;
	border-bottom-style: dashed;
}
.muks-taah-dupe {
	padding: 0 .5em;
	display: block;
	line-height: 1.25;
	white-space: pre-wrap;
	overflow-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	margin: -1px 0;
	user-select: none;
	visibility: hidden;
	border: 1px solid;
}


.form-row > button {
	outline: 3px dotted red;
}