<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: 'HelveticaNeueCyrRoman';
	src: url(/files/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.otf);
}

@font-face {
	font-family: 'HelveticaNeueCyrLight';
	src: url(/files/fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.otf);
}

@import
	url(http://fonts.googleapis.com/css?family=Ubuntu&amp;subset=cyrillic-ext,latin)
	;

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u,
	i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video, input, select,
	textarea {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	font: inherit;
	outline: none;
	box-sizing: border-box;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

*, *::before, *::after {
	box-sizing: border-box;
}

input, select, textarea {
	margin: 0;
	font: 14px 'Ubuntu', sans-serif
}

body, p, td {
	color: #000000;
	font: 14px 'arial', sans-serif;
}

body {
	min-height: 100%;
	width: 100%;
	min-width: 250px;
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	
}


form {
	margin: 0;
	padding: 0
}

a img {
	border: none;
}


ol, ul {
	box-shadow: 0 0 5px #eaeaea;
	border: 1px solid #ededed;;
	padding: 10px 10px;
	margin: 15px 0 20px 0;
	color: #666;
	background: #f7f7f7;
	padding: 5px 10px;
	margin-top: 5px;
	line-height: 28px !important;
	border-radius: 5px;
}



ol li,ul li {
	margin-left: 15px;
	padding: 3px;
	padding: 5px
}

ol li:hover,ul li:hover {
	background: #f1f1f1
}

div.page {
	min-width: 250px;
	width: 100%;
	overflow: hidden;
}

div.pageInn {
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}

div.pageYell {
	background: #fefede
}

div.pageBlack {
	background: #000000
}

div.pageBlackTop {
	background: rgba(0,0,0,.5);
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	height: 140px;
	overflow: inherit;
}

div.pageGray {
	background: #e5e9ee;
}

div.pageGray2 {
	background: #f9f9f9;
	border-bottom: 1px solid #e1e1e1;
}

div.pageGray3 {
	background: #f5f5f5;
	min-height: 80px
}

div.pageWhite {
	background: #ffffff;
	
}

div.pageNotices {
	background: #ffffff;
	
}

div.pageNotices&gt;.pageInn {
	padding: 25px 20px 10px 20px;
	background: #f9fe7e;
}

div.pageNotices&gt;.pageInn&gt;p {
	line-height: 160%;
	margin-bottom: 10px;
}

div.pagePadd {
	padding: 10px 0
}

div.clear {
	clear: both
}


div.h5 {
	height: 5px
}

div.h10 {
	height: 10px
}

div.htop {
	height: 140px
}

div.white {
	background: white !important
}

div.small {
	font-size: 11px;
	width: auto
}

div.small a {
	color: gray;
	text-decoration: none
}

div.small a:hover {
	color: #333333
}

div.transp {
	background: transparent
}

.bold {
	font-weight: bold
}

.small {
	font-size: 10px
}

.cborder {
	background: #f9f9f9;
	border: 1px solid #d0d0d0;
	border-radius: 5px;
	padding: 0px;
	overflow: hidden;
	box-shadow: inset 0 -20px 20px #ededed
}

.cborder:hover {
	box-shadow: inset 0 -20px 20px #d8d8d8
}
a {
	color: #0087fa;
	outline: none
}
h1 {
	font: normal 44px 'HelveticaNeueCyrLight';
	color: #111;
	text-transform: none;
	letter-spacing: 0px;
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
}

div.h1 {
	font: normal 44px 'HelveticaNeueCyrLight';
	color: #6e756e;
	text-transform: none;
	letter-spacing: 1px;
	padding: 12px 0 12px 0;
	margin: 0 0 0 0;
}

h2 {
	font-size: 20px;
	color: #333333;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 15px 0 0 0
}

h3 {
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 15px 0 0 0
}

h4 {
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0px;
	margin: 5px 0 0 0
}


.pageHeaderWay {
	padding: 0 20px;
}


.langs a {
	display: inline-block;
	width: 30px;
	margin: 0 10px;
}
.langs a img {
	border-radius: 3px;
	border: 1px solid #fff;
}

.langs a.sel img {
	border: 1px solid #0be60b;
}

.langs a:hover img {
	opacity: 1;
}

#center {
	padding: 10px 5px 15px 10px;
}


#center img {
	box-shadow: 0 0 0px #b9b9b9;
	max-width: 100%;
	height: auto;
	border: 0
}

#center img:hover {
	box-shadow: 0 0 0px #a0a0a0;
	max-width: 100%
}

#center p {
	margin: 5px 0 10px 0;
	line-height: 160%;
}


#center .contentdescr {
	width: auto;
	margin: 0 -10px;
	padding: 0;
	
}

#center .contentdescr&gt;div {
	border-width: 10px;
}

#center .contentdescr&gt;div img {
	border-radius: 3px;
}

#center div.textannounce {
	font-size: 20px;
	color: #6a6a6a;
	background: #f7f7f7;
	padding: 5px 10px;
	margin-top: -5px;
	line-height: 28px !important;
	border-radius: 5px;
}

#center div.textannounce2 {
	
}

#center div.textannounce p {
	font-size: 20px;
	color: #6a6a6a;
	line-height: 28px !important
}

#center div.textannounce:hover p {
	color: #333;
	
}

#center div.textimages {
	margin: -5px 0 15px 0;
	text-align: right
}

#center div.textimages2 {
	width: auto;
	float: right
}

#topBlock {
	color: white;
	padding: 8px 5px 8px 5px;
	margin: 0px;
	position: relative;
	clear: both;
	text-transform: uppercase;
	font-size: 10px;
	border-radius: 0 0 3px 3px;
}

#topBlock div.item {
	width: auto;
	float: left;
	margin-right: 15px
}

#topBlock div.item a {
	color: #f7f7f7;
	text-decoration: none
}

#topBlock div.item a:hover {
	color: #ffffff;
	text-decoration: underline
}

#topBlock div.last {
	width: auto;
	float: right;
	margin-right: 0px;
}

#topBlock div.last div.item {
	background: white;
	border-radius: 10px;
	padding-left: 5px;
	padding-right: 5px
}

#topBlock div.last div.item a {
	color: black
}

#topBlock div.last div.item a:hover {
	color: #818181
}

#topBlock div.last a {
	
}

#topBlock div.sep {
	width: 5px;
	height: 5px;
	float: left;
	border-radius: 7px;
	margin-top: 4px;
	background: #737373
}

#top {
	position: relative;
	font-family: 'HelveticaNeueCyrRoman', 'arial';
	color: #10c110;
	height: 120px;
	overflow: inherit;
	max-width: 100%;
}

#top a {
	color: #10c110
}

#top a:hover {
	color: #45ff45
}


#top .logo img {
	display: block;
	max-width: 190px;
}


#top .headerright&gt;div {
	padding: 10px 20px;
}

#top #contacts {
	position: relative;
	text-align: right;
}

#top #contacts div.phone {
	font-size: 24px;
}


#top #navico {
	font-size: 22px;
	text-align: center;
}

#top #navico&gt;div {
	padding: 10px;
	cursor: pointer;
	display: inline-block;
}



#top #search {
	position: relative;
}



#top #search div.itembutton {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 14px;
	right: 24px
}

#top #search div.itembutton a {
	display: block
}

#top #search div.itembutton img {
	display: block
}

#top #search input.text {
	width: 100%;
	background: transparent;
	border: 1px solid #10c110;
	border-radius: 0px;
	padding: 5px 10px;
	color: #000000;
	font-size: 16px;
	margin: 0
}

#top #search input.text:focus {
	background: #f0f0f0
}

#top #basketTop {
	position: relative;
	width: auto;
	height: 28px;
	float: left;
	background: url(/files/template/driveka/ico-basket.png) left center
		no-repeat;
	padding: 10px 0 0 32px;
	margin: 25px 0 0 55px;
	text-transform: lowercase
}

#top #basketTop div.title {
	font-size: 11px;
}

#top #cabinetTop {
	position: relative;
	width: auto;
	height: 28px;
	float: right;
	background: url(/files/template/driveka/ico-cabinet.png) left center
		no-repeat;
	padding: 10px 0 0 32px;
	margin: 25px 40px 0 0px;
	text-transform: lowercase
}

#top #cabinetTop div.title {
	font-size: 11px;
}

div.child {
	padding: 10px 0
}

div.childItem {
	padding: 5px;
	width: auto;
	float: left;
	margin-right: 20px
}

div.childItem a {
	font-size: 18px
}

#childItemSel a {
	color: #5278ac;
	font-weight: bold
}

#way {
	position: relative;
	color: gray;
	margin: 0px 0 10px 0px
}

#way a {
	color: gray;
	text-decoration: none;
}


div.page.pageZapros {
	background: #f9f9f9;
	border-top: 1px solid #e1e1e1;
	padding: 30px 10px;
}
div.page.pageZapros div.form-header {
  font-size: 30px;
  color: black;
  margin: 0;
  padding: 10px 0;
  line-height: 120%;
}

div.page.pageZapros #send-request-form {
	margin: 20px auto;
	width: 100%;

}

div.page.pageZapros #send-request-form form {
	width: 100%;
	
	
}

div.page.pageZapros #send-request-form form input[type="text"],
div.page.pageZapros #send-request-form form select,
div.page.pageZapros #send-request-form form textarea
 {
	width: 100%;
	min-width: 100%;
}

div.pageFooter {
	min-height: 235px;
	background: #303540;
	padding-bottom: 30px
}

div.pageFooter2 {
	min-height: 235px;
	background: #303540;
	box-shadow: inset 0 -100px 100px #3a3939;
	padding-bottom: 30px;
	background: yellow;
}

div.pageFooter div.pageInn {
	margin: 0 auto;
	padding: 0 20px;
}

div.pageFooter div.pageInn div.bottomBlock {
	width: 100%;
}

div.pageFooter div.pageInn div.bottomBlockInn {
	margin-top: 20px;
}

div.pageFooter div.pageInn .bottomBlockInn.bottomBlockInnFirst {
	order: 5;
}

div.pageFooter div.pageInn .bottomBlockInn.bottomBlockOborud {
	order: 6;
}

div.pageFooter div.pageInn .bottomBlockInn.bottomBlockInnLast {
	order: 7;
}

div.pageFooter div.pageInn .bottomBlockInn.bottomBlockBrandsBefore {
	order: 8;
}

div.pageFooter div.pageInn .bottomBlockInn.bottomBlockBrands {
	order: 9;
}

div.pageFooter div.pageInn .bottomBlockInn.bottomBlockBrandsBefore2 {
	order: 10;
}

div.pageFooter div.pageInn .bottomBlockInn.bottomBlockPrivacy {
	order: 11;
}

div.pageFooter div.pageInn .bottomBlockInn div.title {
	height: 45px;
	border-bottom: 1px solid #3e434e;
	font: 30px 'HelveticaNeueCyrLight';
	color: #3e434e;
	padding: 0px 5px;
}

div.pageFooter div.pageInn div.bottomBlockInn div.items {
	padding: 10px 5px 0 5px;
}

div.pageFooter div.pageInn div.bottomBlockInn div.items div.item {
	text-transform: uppercase;
	padding: 2px;
	margin-bottom: 5px
}

div.pageFooter div.pageInn div.bottomBlockInn div.items div.item a {
	color: #e5e5e5;
	text-decoration: none;
	font-size: 12px
}

div.pageFooter div.pageInn div.bottomBlockInnLast {
	color: #0be60b;
}


div.pageFooter div.pageInn div.bottomBlockInnLast div.title {
	color: #0be60b;
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.phone {
	font-weight: 900;
	margin-top: 10px;
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.email {
	
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.email a {
	color: #0be60b
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.imgleft {
	font: 12px 'HelveticaNeueCyrLight';
	text-transform: uppercase;
	color: #0be60b;
	letter-spacing: 1px;
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.imgleft a {
	font: 12px 'HelveticaNeueCyrLight';
	color: #0be60b;
	text-transform: uppercase;
	text-decoration: none;
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.imgright {
	margin-top: 10px;
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.copy {
	margin-top: 10px;
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.notice {
	font-size: 11px;
	margin: 5px 0 10px 0px;
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.author {
	margin-top: 5px;
	font-size: 12px
}

div.pageFooter div.pageInn div.bottomBlockInnLast div.author a {
	color: #9c9c9c;
	text-decoration: none
}

div.pageFooter div.pageInn div.bottomBlockInn div.covid19QR {
	margin-top: 17px;
	text-align: right;
}

div.pageFooter div.pageInn div.bottomBlockInn div.covid19QR a {
	color: #9c9c9c;
	text-decoration: none;
	font-size: 12px;
}

div.pageFooter div.pageInn div.bottomBlockInn div.covid19QR img {
	max-width: 100px;
	height: auto;
	display: inline-block;
}

div.pageFooter div.pageInn div.bottomBlockInn div.covid19QR span {
	display: block;
}

div.fileItem {
	margin-bottom: 10px
}

div.fileItem img {
	box-shadow: 0 0 0 black !important
}

div.fileItemIco {
	width: 40px;
	float: left
}

div.fileItemLink {
	width: auto;
	float: left;
	margin-top: 3px;
	font-size: 14px
}

div.fileItemSize {
	font-size: 10px;
}

div.ovalItem {
	border: 1px solid silver;
	background: #f8f8f2;
	margin-bottom: 20px;
	width: auto;
	border-radius: 10px
}

div.ovalItemInn {
	font-size: 11px;
	padding: 15px 10px
}

div.ovalItemInn div.title {
	font-weight: bold;
	color: #333333;
	margin-top: 10px
}

div.ovalItemInn div.title a {
	color: black;
	text-decoration: none
}

div.ovalItemInn div.title:first-child {
	margin-top: 0px
}

div.ovalItemInn div.text {
	
}

div.button {
	width: auto;
	float: left;
	margin-right: 5px;
	border-radius: 15px;
	overflow: hidden;
	background: #09de09;
}

div.button a {
	display: block;
	color: black;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	padding: 6px 15px 6px 15px;
	text-transform: none
}

div.button:hover {
	background: #0d8d0d
}

div.button:hover a {
	color: #eaeaea !important
}

div.buttongray {
	background: silver
}

div.buttongray:hover {
	
}

div.buttonsel {
	background: #155397
}

div.buttontext {
	
}

div.buttonbig {
	height: 30px;
}

div.buttonbig a {
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 20px
}


div.buttondisable {
	background-color: #cecece;
}

div.buttondisable:hover {
	background-color: #cecece;
	cursor: default;
}

div.buttondisable:hover a {
	cursor: default;
	color: black !important;
	
}

a.filterDropHref {
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

span.filterDrop {
	color: red;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	display: inline !important
}

.filterDropTips {
	width: 260px;
	color: white;
	background: #333333;
	padding: 10px;
	border: 2px dotted gray
}

td.tdTitle {
	font-weight: bold;
	padding: 3px 0
}

td.tdTitle span {
	font-size: 10px;
	font-weight: normal;
	color: gray
}

div.separate {
	width: 100%;
	height: 1px;
	clear: both;
	background: #e5e9ee
}

div.separateUp {
	width: 100%;
	height: 18px;
	clear: both;
	border: 0px solid blue
}

div.separateDown {
	width: 100%;
	height: 18px;
	clear: both;
	border: 0px solid blue
}

div.separateDown h3 {
	padding-top: 10px !important;
}

#brands {
	margin: 10px auto
}

#brands div.item {
	width: 195px;
	float: left;
	text-align: center
}

table.tablestandart {
	background: #ffffff;
	width: 100%;
	border-collapse: collapse;
	border: 0
}

table.tablestandart tr {
	
}

table.tablestandart p {
	margin: 0
}

table.tablestandart tr td:hover {
	background: #f3f3f3
}

table.tablestandart tr:first-child {
	background: #e4ede4;
	text-align: center
}

table.tablestandart tr:first-child td {
	background: #e4ede4;
	color: black;
	font-weight: bold;
	padding: 20px 5px;
	text-align: center
}

table.tablestandart tr:first-child td p {
	color: black;
	font-weight: bold
}

table.tablestandart tr td {
	background: #f7f7f7;
	padding: 10px;
	border: 4px solid white;
}

table.tablestandart tr td:first-child {
	font-weight: bold
}

table.tablestandart tr td:first-child p {
	font-weight: bold
}

table.tablestandart tr:nth-child(2) td:nth-child(2) {
	
}



div.files {
	color: #666;
}

div.files div.item {
	
}

div.files div.item div.descr1 {
	margin-right: 20px;
}

div.files div.item div.descr1 i {
	font-size: 30px;
}

div.files div.item div.descr2 a {
	font-size: 20px;
	
}

div.files div.item div.descr2 div.descr {
	font-size: 12px;
	color: #666;
}


/***********************/

p.video {
	background: transparent;
}

p.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

p.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#myFormMessage {
	line-height: 120%;
}

.privacy-note {
	color: var(--color2);
	background: rgba(255,255,255,.95);
	padding: var(--step2);
	width: calc(100% - var(--step4) * 2);
	max-width: 500px;
	box-shadow: 0 0px var(--step4) rgba(0,0,0,0.2);
	position: fixed;
	z-index:5;
	border-radius: var(--step4);
	bottom: var(--step4);
	right: var(--step4);
	/* transform: translate(-50%, 0); */
}
.privacy-note:hover {
	background: rgba(255,255,255,1);
}

.privacy-note .text {
	line-height: 1.6;
}

.privacy-note div.btn {
	padding: 0;
	max-width: max-content;
	margin: var(--step2) auto 0 0;
}

.privacy-note div.btn&gt;a.btn {
	text-decoration: none;
	color: var(--color-100);
	background-color: var(--color-00);
	padding: var(--step) var(--step2);
	max-width: max-content;
	border-radius: var(--step);
}

.privacy-note div.btn {
	display: flex;
}

.privacy-note .title {
	font-weight: 600;
} 
</pre></body></html>