<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular.eot');
	src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular.woff') format('woff'), url('../fonts/opensans-regular.ttf') format('truetype'), url('../fonts/opensans-regular.svg#open_sansregular') format('svg');

	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Audiowide';
	src: url('../fonts/audiowide-regular-webfont.eot');
	src: url('../fonts/audiowide-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/audiowide-regular-webfont.woff') format('woff'), url('../fonts/audiowide-regular-webfont.ttf') format('truetype'), url('../fonts/audiowide-regular-webfont.svg#open_sansregular') format('svg');

	font-weight: normal;
	font-style: normal;
}

body, html {
	/*font-family: "Open Sans", sans-serif;*/
	font-family: Helvetica, 'Arial', sans-serif;
}

body {
	position: relative;
	z-index: 1;
	font-size: 14px;
	/*font-size: 14px;*/
	line-height: 1.7;
	min-width: 1000px;

}

.btn,
a{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

body:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/bg.jpg) center 0 repeat-y;
	z-index: -1;
	opacity: 0.25;
}

:visited, :focus {
	outline: none !important;
}

.toggle.in {
	display: none;
}

.toggle.out {
	display: block;
}

.navbar-custom {
	height: 165px;
	/*background: rgba(15, 15, 15, 0.40);*/
}

.navbar-custom .navbar-form {
	margin-top: 33px;
	margin-bottom: 33px;
}

.navbar-custom .navbar-phones {
	display: inline-block;
	padding: 0px 15px;
	margin: 20px 10px;
	float: right;
	text-align: center;
}

.navbar-custom .navbar-phones a {

	font-size: 13px;
	display: block;
	color: #424242;
	line-height: 20px;
	width: 130px;
}

.index-page .navbar-custom .navbar-phones a, .index-page .navbar-custom .navbar-cart a {
	color: white;
	text-shadow: 1px 1px 1px #000;
}

.navbar-custom .navbar-brand {
	font-family: Audiowide, sans-serif;
	font-size: 35px;
	color: #494949;
	line-height: 70px;
	height: 100px;
	text-transform: uppercase;
}

.index-page .navbar-custom .navbar-brand {
	text-shadow: 1px 1px 2px black;
	color: #F8F8F8;
}

.search-input{
	font-size: 13px;
	width: 210px;
}
.navbar-custom a {
	color: #272727;
}

.navbar-custom .navbar-nav {
	border-radius: 3px;
	/*background: #039F6C;*/
	background: #0673AF;
	/*background: #007CC0;*/
	border-bottom: 1px solid #00669E;
	width: 100%;
}

.navbar-custom .nav li:hover &gt; ul.dropdown-menu {
	display: block;
	min-width: 201px;
	background: white;
	background: rgba(255, 255, 255, 0.9);

}

.navbar-custom .nav .dropdown-menu .dropdown-menu {
	left: 100%;
	top: 0;
	border-left: 0;
	padding-top: 0;
	margin-top: -1px;
	margin-left: 1px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-custom .nav .dropdown-menu &gt; li {
	position: relative;
}

.navbar-custom .nav .dropdown-menu &gt; li &gt; a {
	padding: 5px 15px;
}

.navbar-custom .nav .dropdown-menu &gt; li.active &gt; a {
	/*background: #037550 !important;*/
	background: #024970 !important;

	color: #FFF;
}

.navbar-custom .nav .dropdown-menu &gt; li a:hover {
	/*background: #039F6C;*/
	/*background: #057CBE;*/
	background: #0673AF;

	color: white;
}

.navbar-custom &gt; .nav &gt; li {
	color: #FFF;
}

.navbar-custom .nav &gt; li &gt; a {
	color: #FFF;
	padding: 15px 20px;
	/*background: #057CBE;*/
	background: #0673AF;
	font-size: 13px;

}

.navbar-custom .nav &gt; li:first-child &gt; a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.navbar-custom .nav &gt; li a:hover, .navbar-custom .nav &gt; li.active &gt; a {
	/*background: #037550;*/
	background: #024970;
	box-shadow: inset 1px 1px 30px #013C69;

}

.navbar-custom .nav &gt; li:first-child &gt; a:hover, .navbar-custom .nav &gt; li:first-child.active &gt; a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

/*contacts block*/
.popup-item {
	display: none;
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	padding: 20px;
	width: 230px;
	border-radius: 5px;
	border: 1px solid #AFA8A8;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.popup-item .form-group:last-child {
	margin-bottom: 0;
}

.popup-item h3 {
	margin-top: 0;
	border-bottom: 1px solid #CCC;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 15px;
}

.dropdown-menu &gt; li &gt; a {
	display: block;
	padding: 4px 10px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	width: auto;
	font-size: 13px;
}

.index-page header.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.breadcrumb &gt; li + li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}

body {
	/*padding-top: 70px;*/
}

main {
	min-height: 600px;
}

.navbar-cart {
	width: auto;
	position: relative;
	min-width: 200px;
	margin: 25px 0;
	color: #424242;
	border-left: 1px solid #424242;
	padding-left: 50px;
}

.index-page .navbar-cart {
	border-left-color: white;
}

.navbar-cart &gt; a {
	color: #424242;
	font-size: 14px;
	line-height: 24px !important;


}
.navbar-cart &gt; a &gt; span{
}


.popup-cart-overlay{
	position: fixed;
	left: 50%;
	width: 250px;
	top: 0;
	height: 100%;
	margin-left: -490px;
	z-index: 100;
	display: none;

}

.popup-cart-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #F1F1F1;
	opacity: 0.7;

}
.popup-cart {

	padding: 25px;
	text-align: center;
	/* background: rgba(0, 94, 146, 0.9); */
	/* border: 1px solid #00466D; */
	/* background: rgba(5, 109, 167, 0.9); */
	background: #F1F1F1;
	border: none;
	color: #000;
	margin-top: 100px;
	z-index: 100;
	position: relative;
	display: block;
}

.popup-cart a {
	color: #000000;
}

.popup-cart .close {
	color: #000000;
	opacity: .5;
}

.popup-cart textarea {
	height: 150px;
}

.navbar-cart &gt; a &gt; i {
	position: absolute;
	font-size: 30px;
	line-height: 40px;
	left: 10px;
}


.left-menu .menu {
	/*margin-top: 35px;*/
	padding-right: 20px;
}

.left-menu .nav &gt; li &gt; a {
	padding: 5px;
	font-size: 12px;
	border-left: 1px solid #F5F5F5;
	color: #808080;
}

.left-menu .nav &gt; li &gt; a:hover {
	border-left-color: #03466c;
	color: #03466c;
}

.left-menu .nav &gt; li.active &gt; a {
	border-left-color: #03466c;
	color: #03466c;
	background: #cccccc;
}


footer.footer {
	position: relative;
	background: #262626;
	color: white;
	z-index: 10;
	/*border-top: 5px solid rgb(230, 195, 131);*/
}

footer.footer section {
	padding: 20px 0;
	box-shadow: inset 1px 1px 40px #2B2B2B;
}

footer.footer hr {
	border-top: 1px solid #171717;
	border-bottom: 1px solid #333;
}

footer.footer a, footer.footer a:hover {
	color: #989898;
}

footer.footer .phones, footer.footer .email, footer.footer address {
	padding-left: 40px;
	position: relative;

}

footer.footer .phones i, footer.footer .email i, footer.footer address i {
	font-size: 35px;
	position: absolute;
	top: 10px;
	left: 0;
	color: white;
}

footer.footer .email i {
	top: 3px;
	font-size: 25px;
}

footer.footer .phones i {
	left: 5px;
	top: 3px;
}

footer.footer address i {
	top: 3px;
}

footer.footer .phones a, footer.footer .email a, footer.footer address {
	/*color: white;*/
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #989898;
}

footer.footer .control-label {
	color: #ECECEC;
	margin-bottom: 15px;
	font-size: 16px;
}

footer.footer .form-control {
	padding: 25px 10px;
	width: 260px;
	float: left;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-shadow: none;
}

footer.footer .form-horizontal .btn-default {
	float: left;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
	padding: 15px 15px;
}

footer.footer .phones a:hover, footer.footer .email a:hover {
	text-decoration: none;
}


footer.footer nav ul {
	list-style: none;
	border-left: 1px solid #171717;
	padding: 0;
	margin: 0;
}

footer.footer nav li a {
	display: block;
	padding: 5px 20px;
	font-size: 13px;
	opacity: 0.6;
	border-left: 1px solid #333;
}

footer.footer nav li.active a, footer.footer nav li:hover a {
	text-decoration: none;
	color: inherit;
	border-left: 2px solid #ffffff;
	left: -1px;
	position: relative;
	opacity: 1;
}

footer.footer section:last-child {
	background: #151515;
	padding: 0px;
	color: #999;
}

.index-page .text-container {
	padding: 30px 0;
	/*border-left: 1px solid #A09999;*/
	margin-bottom: 20px;
	/*border-right: 1px solid #A09999;*/
	margin-top: 20px;
	font-size: 14px;
	text-align: justify;
}

footer.footer .info {
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	height: 50px;
	line-height: 22px;
}

footer.footer .developing {
	margin: 0;
	line-height: 50px;
	font-size: 18px;
}

footer.footer .developing a {
	font-size: 11px;
}

footer.footer .info .logo {
	padding-right: 0;
}

footer.footer .copyright {
	margin: 0;
	line-height: 50px;
	font-size: 11px;
}

footer.footer .logo-img{
	width: 305px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1000;
	opacity: 0.6;
	background: #576672;
	display: none;
}


/*btns*/
.btn-buy {
	background: #039F6C;
	color: #FFF;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0);
	outline-color: #039F6C;
	padding: 10px;
}

.btn-buy.btn-lg {
	padding: 10px 25px;
}

.btn-buy:hover {
	background: #026b49;
	color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0);
}

.btn-buy:active, .btn-buy:focus {
	color: white;
}

strong.text-green {
	color: #008000;
	font-family: Helvetica, 'Arial', sans-serif;
}

.content {
	padding-bottom: 50px;
}

.left-menu {
	margin-top: 35px;
}

section.text-container.container-fluid {
	border-left: 1px solid #D3D3D3;
}

.pagination:before, .pagination:after {
	content: '';
	position: relative;
	display: block;
	clear: both;
}

.pagination {
	display: block;
	clear: both;
	position: relative;
}

.filters {
	display: block;
	color: #808080;
	font-size: 12px;
	/*padding: 5px;*/
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-right: 20px;
	border-radius: 2px;
	margin-top: 20px;
	/*padding-top: 20px;*/
	/*padding-bottom: 20px;*/
	background: #F5F5F5;
	padding: 10px 10px;
	margin-bottom: 20px;
}

.filters header {
	color: #4B4B4B;
	/*margin-bottom: 10px;*/
	text-align: left;
	line-height: 1.2;
	font-size: 13px;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.filters label {
	font-size: 11px;
}

.filters input[type="radio"], .filters input[type="checkbox"] {
	margin: 2px 0 0;
	margin-left: -20px;
}

.filters section {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.filters section:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.filters .checkbox, .filters .radio {
	margin-top: 5px;
	margin-bottom: 5px;
	min-height: 15px;
}

.range-filter .range-slider {
	top: 0 !important;
	height: 5px;
	background: #cccccc;

}

.range-container{
	position: relative;
	display: block;
	padding: 20px 10px
}
.range-slider-min, .range-slider-max {
	position: absolute;
	font-size: 12px;
	top: 0;
	opacity: .4;
	width: 100px;
	text-align: center;
}
.range-slider-min{
	margin-left: -50px;
	left: 12px;
}
.range-slider-max{
	margin-right: -50px;

	right: 10px;
}

.filters .help-block{
	display: block;
	width: 100%;
	text-align: center;
}

.error404{
	width: 500px;
	display: block;
	margin: 50px auto 0;
	text-align: center;
	font-size: 20px;
}
.error404 h1{
	font-size: 240px;
}



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