<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	overflow: auto;
	background: #f5f5f5 url("/images/bg.gif");	
	font-family: 'Roboto', Arial, sans-serif;
}

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;	
}

header {
	position: absolute;
	background: #039;	
	min-width: 1200px;
	width: 1200px;
	height: 115px;
	margin-bottom: 29px;
	box-shadow: 0 1px 0 0 #f5f5f5, 0 5px 0 0 #039, 
				0 7px 0 0 #f5f5f5, 0 11px 0 0 #039,
				0 14px 0 0 #f5f5f5, 0 17px 0 0 #039,
				0 21px 0 0 #f5f5f5, 0 23px 0 0 #039,
				0 28px 0 0 #f5f5f5, 0 29px 0 0 #039;
	z-index:1;
}

header  div {
	position: relative;
	height: 115px;
	margin: 0;
}

img#kompiuteriu_remontas {
	margin: 20px 0 0 20px;
	border: 0;
}

figure.left {
	float: left; 
}

figure.right {
	float: right; 
}

header nav {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding-bottom: 30px;
	height: 0px;	
	left: 33px;	
}

span.top {
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 2em;
	color: #ddf;
}

ul.main_menu {
	margin: 0;
	padding: 0;
	font-size: 1.2em;	
	white-space: nowrap;
}

ul.main_menu  li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

ul.main_menu  li  a {
	text-decoration: none;
	color: #ddf;
	padding: 0 5px;
}

ul.main_menu  li:hover  a {
	color: #fff;
}

ul.main_menu li ul {
	border-top: solid #039 10px;
	position: absolute;
	display: none; 
	z-index: 1;
	left: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	background: #039;	
	white-space: normal;	
	box-shadow: 0 1px 0 0 #f5f5f5, 0 5px 0 0 #039, 
				0 7px 0 0 #f5f5f5, 0 11px 0 0 #039,
				0 14px 0 0 #f5f5f5, 0 17px 0 0 #039,
				0 21px 0 0 #f5f5f5, 0 23px 0 0 #039,
				0 28px 0 0 #f5f5f5, 0 29px 0 0 #039;	
}

ul.main_menu  li ul li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 0;
}

ul.main_menu  li ul li:hover {
	background: #ddf;
}

ul.main_menu  li:hover ul li a {
	color: #ddf;
}

ul.main_menu  li ul li a {
	font-family: Arial;
	font-size: 0.7em;
	line-height: 2em;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	
}

ul.main_menu  li ul li a:hover {
	color: #333;
}

input, textarea {
	padding: 6px 4px;
	width: 95%;
	margin: 0 0 20px 0;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14pt;
	color: #444;
}

input[type="submit"] {
	width: auto;
}

table {
	border:solid #4682b4 1px;
	border-spacing: 0;
    border-collapse: collapse;	
}

table th {
	border:solid steelblue 1px;
	background-color: #4682b4;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	color: #fff;
}

table th:first-child {
	border-right: solid #fff 1px;
}

table td {
	border:solid steelblue 1px;
	color: #333333;	
	padding: 5px;
	text-align: left;
	vertical-align: top;	
}

nav label {
	display: none;
}

input[type=radio]{
	display: none;
	-webkit-appearance: none;
}

input[type=radio]#show:checked ~ ul.main_menu{
	display: block;
}

input[type=radio]#hide:checked ~ ul.main_menu{
	display: none;
}

h1 {
	font-size: 2em;
	color:#333333;	
}

h2 {
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;
	color:#333333;
}

article ul  {
	list-style-position: inside;
	color: #333333;
}

article ul  li {
	margin-bottom: 10px;
}

article ul a {
	color: #039;
}
	
section {
	padding-right: 240px;
	overflow: hidden;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	background: #f5f5f5;	
}

* html section { 
	overflow: visible;
}

#right, article {
	float: left;
	position: relative;
	padding-bottom: 50px !important;
}

.logo {
	float: left;
}

.breadcrumbs {
	margin: 10px 20px;
	color: #333;
	font-size: 0.7em;
}

#languageselector {
	position: absolute;
	width: 200px;
	min-width: 200px;
	height: 25px;
	top: 0;
	right: 0;
	padding: 0;
}

#languageselector  a {
	color: #dadada;
	font-weight: bold;
	text-decoration: none;
}

#languageselector  a:hover {
	color: #fff;
}

#languageselector  a.active {
	opacity:0.5;
	-moz-opacity: 0.5;
	pointer-events: none;
	cursor: default;	
}	

#languageselector  img {
	vertical-align: middle;
	margin-top: 0;
	padding: 0 0 0 15px;
	border: 0;	
}

#contacts {
	width: 100%;
	color: #333;
	clear: left;
	margin-bottom: 20px;	
}

#contacts p {
	font-size: 1em;
	padding: 0 10px;
}

#contacts a {
	color: #039;
	text-decoration: none;
}

@media all and (min-width: 0px) {
	body {
		min-width: 1200px;
		width: 1200px;
		margin: 0;
	}

	#right, article {
		padding-top: 144px;
		margin-bottom: 0 !important; 
		padding-bottom: 50px !important;
	}

	#right:before, article:before {
		content: '';
		display: block;
		background: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
}

section:after {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#right {
	width: 240px;
	margin-right: -100%;
}

article {
	width: 100%;
}

article div {
	padding: 20px 40px;
}

p, article ul li, td {
	text-align: justify;
	font-size: 1em;
	color: #333333;	
}

p a {
	color: #039;
}

p.ad {
	text-align: justify;
	font-size: 0.9em;
	color: #333333;	
	background: #ddf;
	padding: 20px;
}

#ad a {
	display: block;
	padding-bottom: 20px;
}

footer {
	height: 50px;
	background: #039;
	position: relative;
	margin-top: -50px;
	width: 100%;
}

footer div {
	padding: 10px;
}

footer div#copyright {
	font-size: 1em;
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #ddf;	
}

footer div#copyright a {			
	color: #ddf;
}

#copyright a:hover {			
	color: #fff;
}

.stat {
	position: absolute;
	right: 20px;
	bottom: 10px;
	padding: 0;
}

.stat img {
	float: left;
	margin-left: 10px;
}

.error {
	width: 275px;
	border: solid red 1px;
	background-color: #ffcccc;
	padding: 10px;
	margin-bottom: 5px;
}

.errornotice {
	font-weight: bold;
	color: red;
	padding: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
body {
    min-width: 768px;
    width: 100%;
}

header {
	min-width: 768px;
	width: 100%;
}

header div, footer {
	min-width: 728px;
	width: 100%;
}

span.top {
	font-size: 1.5em;
}

header nav {
	width: auto;
	padding-bottom: 25px;
}

ul.main_menu {
	font-size: 0.8em;
}

ul.main_menu  li ul li a {
	font-size: 1em;
	line-height: 2em;
}

h1 {
	font-size: 1.5em;
}

}

@media only screen and (min-width: 461px) and (max-width: 767px) {
body {
    min-width: 461px;
    width: 100%;
}

header {
	min-width: 461px;
	width: 100%;
}

#right {
	padding-top: 0;
}

img#kompiuteriu_remontas {
	margin: 20px 0 0 0;
}

header div, footer {
	min-width: 421px;
	width: 100%;
}

span.top {
	top: 70px;
	left: 20px;
	font-size: 1.5em;
}

header nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
}

nav label.show {	
	position: absolute;
	display: block;
	width: 40px;
	right: 30px;
	top: 70px;
	border-top: double #ddf 15px;	
}

nav label.show:after {	
	content: '';
	position: absolute;
	width: 40px;
	height: 5px;
	border-bottom: double #ddf 15px;
}
	
nav label:hover {	
	cursor: pointer;
}

nav label.hide {
	display: block;
	position: fixed;
	right: 35px;
	top: 75px;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	z-index: 999;
}
	
ul.main_menu {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #039;
	font-size: 1.2em;	
	white-space: normal;
	z-index: 999;
}

ul.main_menu  li {
	list-style-type: none;
	border-bottom: solid #ddf 1px;	
	display: block;
	position: relative;
	width: 100%;
}

ul.main_menu  li  a {
	text-decoration: none;
	display: block;	
	color: #ddf;
	padding: 15px;
}


ul.main_menu li ul {
	border-top: solid #039 10px;
	position: relative;
	display: block; 
	z-index: 1;
	left: 0;
	padding: 0;
	margin-top: -15px;
	list-style-type: none;
	background: #039;	
	white-space: normal;	
	box-shadow: none;
}

ul.main_menu  li ul li {
	position: relative;
	border-bottom: none;		
	border-top: solid #ddf 1px;		
	display: block;
	width: 100%;
	padding: 0;
}

ul.main_menu  li ul li a {
	font-family: Arial;
	font-size: 0.7em;
	line-height: 1em;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	
}

ul.main_menu  li ul li a {
	color: #ddf;
	padding: 15px 0 !important;
	text-indent: 15px; 
}

section {
	padding: 0;
}

article div {
	padding: 10px;
}

h1 {
	font-size: 1em;
}

p, article ul li, td {
	font-size: 0.8em;
}

p.ad {
	font-size: 0.7em;
}

figure.left, figure.right {
	float: none; 
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#right {
	margin: 0;
	width: 100%;	
}

article {
	padding-bottom: 0 !important;
}

div#contacts {
	float: left;
	width: 100%;
	height: 280px;
	margin: 0;
}

div#contacts p {
	display: none;
}

#ad {
	clear: left;
	width: 100%;
	text-align: center;
	height: 160px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	word-wrap: normal;	
}

#ad a {
	display: inline-block;
	width: 240px;
	height: 160px;
	padding: 0;
}


}
@media only screen and (min-width: 321px) and (max-width: 460px) {
body {
    min-width: 321px;
    width: 100%;
}

header {
	min-width: 321px;
	height: 70px;
	width: 100%;
}

article {
	padding-top: 90px;
}

#right {
	padding-top: 0;
}

img#kompiuteriu_remontas {
	margin: 30px 0 0 0;
	width: 228px;
	height: 25px;
}

header div, footer {
	min-width: 281px;
	width: 100%;
}

span.top {
	top: 5px;
	left: 20px;
	font-size: 0.8em;
	width: 100px;
}

#languageselector {
	width: 170px;
	min-width: 170px;
	height: 16px;
}

#languageselector img {
	width: 16px;
	height: 16px;
	margin-top: -6px;	
}

#languageselector a {
	font-size: 0.8em;
}

header nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;	
}

nav label.show {	
	position: absolute;
	display: block;
	width: 30px;
	right: 20px;
	top: 30px;
	border-top: double #ddf 10px;	
}

nav label.show:after {	
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	border-bottom: double #ddf 10px;
}
	
nav label:hover {	
	cursor: pointer;
}

nav label.hide {
	display: block;
	position: fixed;
	right: 20px;
	top: 28px;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	z-index: 999;
}
	
ul.main_menu {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #039;
	font-size: 1.2em;	
	white-space: normal;
	z-index: 999;
}

ul.main_menu  li {
	list-style-type: none;
	border-bottom: solid #ddf 1px;	
	display: block;
	position: relative;
	width: 100%;
}

ul.main_menu  li  a {
	text-decoration: none;
	display: block;	
	color: #ddf;
	padding: 15px;
}


ul.main_menu li ul {
	border-top: solid #039 10px;
	position: relative;
	display: block; 
	z-index: 1;
	left: 0;
	padding: 0;
	margin-top: -15px;
	list-style-type: none;
	background: #039;	
	white-space: normal;	
	box-shadow: none;
}

ul.main_menu  li ul li {
	position: relative;
	border-bottom: none;		
	border-top: solid #ddf 1px;		
	display: block;
	width: 100%;
	padding: 0;
}

ul.main_menu  li ul li a {
	font-family: Arial;
	font-size: 0.7em;
	line-height: 1em;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	
}

ul.main_menu  li ul li a {
	color: #ddf;
	padding: 15px 0 !important;
	text-indent: 15px; 	
}

section {
	padding: 0;
}

article div {
	padding: 10px;
}

.breadcrumbs {	
	margin: 0;
}

h1 {
	font-size: 1em;
}

p, article ul li, td {
	font-size: 0.8em;
}

p.ad {
	font-size: 0.7em;
}

figure.left, figure.right {
	float: none; 
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

#right {
	margin: 0;
	width: 100%;	
}

article {
	padding-bottom: 0 !important;
}

div#contacts {
	width: 100%;
	height: 290px;
	margin: 0;
}

div#contacts p {
	display: none;
}

#ad {
	clear: left;
	width: 100%;
	text-align: center;
	height: 80px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	word-wrap: normal;	
}

#ad a {
	display: inline-block;
	width: 120px;
	height: 80px;
	padding: 0;
}

#ad img {
	width: 120px;
	height: 80px;
}
	
footer div#copyright {
	font-size: 0.7em;
}

}


@media only screen and (max-width: 320px) {
body {
    min-width: 240px;
    width: 100%;
}

header {
	min-width: 240px;
	height: 70px;
	width: 100%;
}

article {
	padding-top: 90px;
}

#right {
	padding-top: 0;
}

img#kompiuteriu_remontas {
	margin: 0;
    width: 228px;
    height: 25px;
}

header div, footer {
	min-width: 200px;
	width: 100%;
}

span.top {
	top: 50px;
	left: 20px;
	font-size: 0.8em;
}


#languageselector {
	top: 28px;
	left: 10px;
	width: 170px;
	min-width: 170px;
	height: 16px;
}

#languageselector img {
	width: 16px;
	height: 16px;
	margin-top: -6px;	
}

#languageselector a {
	font-size: 0.8em;
}

header nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

nav label.show {	
	position: absolute;
	display: block;
	width: 30px;
	right: 20px;
	top: 30px;
	border-top: double #ddf 10px;	
}

nav label.show:after {	
	content: '';
	position: absolute;
	width: 30px;
	height: 4px;
	border-bottom: double #ddf 10px;
}
	
nav label:hover {	
	cursor: pointer;
}

nav label.hide {
	display: block;
	position: fixed;
	right: 20px;
	top: 28px;
	background-color: #ffffff;
	width: 30px;
	height: 30px;
	z-index: 999;
}
	
ul.main_menu {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #039;
	font-size: 0.8em;	
	white-space: normal;
	z-index: 999;
}

ul.main_menu  li {
	list-style-type: none;
	border-bottom: solid #ddf 1px;	
	display: block;
	position: relative;
	width: 100%;
}

ul.main_menu  li  a {
	text-decoration: none;
	display: block;	
	color: #ddf;
	padding: 15px;
}


ul.main_menu li ul {
	border-top: solid #039 10px;
	position: relative;
	display: block; 
	z-index: 1;
	left: 0;
	padding: 0;
	margin-top: -5px;
	list-style-type: none;
	background: #039;	
	white-space: normal;	
	box-shadow: none;
}

ul.main_menu  li ul li {
	position: relative;
	border-bottom: none;		
	border-top: solid #ddf 1px;		
	display: block;
	width: 100%;
	padding: 5px 0;
}

ul.main_menu  li ul li a {
	font-family: Arial;
	font-size: 0.8em;
	line-height: 1em;
	padding-left: 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
	white-space: nowrap;
	
}

ul.main_menu  li ul li a {
	color: #ddf;
	padding: 15px 0 !important;
	text-indent: 15px; 	
}

section {
	padding: 0;
}

article div {
	padding: 10px;
}

.breadcrumbs {	
	margin: 0;
}

h1 {
	font-size: 1em;
}

p, article ul li, td {
	font-size: 0.8em;
}

p.ad {
	font-size: 0.7em;
}

figure.left, figure.right {
	float: none; 
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

figure img {
	width: 100%;
}

#right {
	margin: 0;
	width: 100%;	
}

article {
	padding-bottom: 0 !important;
}

div#contacts {
	width: 100%;
	height: 330px;
	margin: 0;
}

div#contacts p {
	display: none;
}

#ad {
	clear: left;
	width: 100%;
	text-align: center;
	height: 80px;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	word-wrap: normal;	
}

#ad a {
	display: inline-block;
	width: 120px;
	height: 80px;
	padding: 0;
}

#ad img {
	width: 120px;
	height: 80px;
}
	
footer div#copyright {
	left: 5px;
	bottom: 15px;
	padding: 0;
	font-size: 0.7em;
	width: 50%;
}

}

}
	</pre></body></html>