article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea { font-family: Helvetica, Arial, sans-serif; color: #222; }

html, body {height: 100%;}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
	min-width: 1000px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@media only screen and (min-width: 35em) {
    
}

.ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
	
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
body {
    margin: 0;
    font-size: 1em;
    overflow-x: hidden;
    line-height: 1.4;
    background: #E2F1F7 url(../images/bg_blur.jpg) 50% 0 no-repeat;
}

#wrap {
    background: url(../images/bg_up.png) 0 0 repeat-x;
    min-height: 100%;
}
#main {
    overflow:hidden;
    padding-bottom: 122px;
    position: relative;
}
.footer {
    position: relative;
    margin-top: -122px;
    height: 122px;
    background: url(../images/footer-bg.jpg) repeat-x;
}
.header {
    height: 137px;
    width: 1000px;
    background: url(../images/header-bg.png) no-repeat;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.advert {
    display: block;
    position: absolute;
    width: 26px;
    height: 25px;
    top: 18px;
    left: 55px;
    background: url(../images/advert.png) no-repeat;
}
.header .text {
    margin: 0 0 0 111px;
}
.header .text h3 {
    color: #c31d22;
    font-size: 14px;
    margin: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,.85);
    font-weight: bold;
    padding: 14px 0 5px;
}
.header .text p {
    margin: 0;
    font-size: 12px;
    color: #273d4d;
}
.goods {
    width: 962px;
    height: 243px;
    background: url(../images/goods.png) no-repeat;
    margin: 5px auto 179px;
    position: relative;
}
.find {
    width: 254px;
    height: 135px;
    position: absolute;
    top:-44px; right:13px;
    background: url(../images/find.png) no-repeat;
}
.worker {
    width: 292px;
    height: 263px;
    position: absolute;
    top:172px; left:172px;
    background: url(../images/worker.png) no-repeat;
}
.line {
    background: url(../images/line-bg.jpg) repeat-x;
    height: 2px;
}
.oldschool {
    position: absolute; top:320px; right: 190px;
}
.oldschool a {
    font-size: 18px;
    color: #c31d22;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.85);
    text-decoration: none;
    display: block;
    width: 246px;
    height: 34px;
    background: url(../images/oldsite.png) no-repeat;
}
.oldschool a:active {
	margin-top:-1px;
}
.oldschool a:hover { text-decoration: underline; }
.catalog {
    float: left;
    width: 240px;
}
.price {
    float: left;
    width: 354px;
    padding: 0 0 0 66px;
}
.price .txt {
    display: block;
    color:#0062a8;
    font-size:12px;
    font-weight: bold;
    float: left;
    height: 37px;
    line-height: 37px;
    width: 235px;
    margin-bottom: 5px;
}
.price .xls {
    display: block;
    width: 86px;
    height: 37px;
    background: url(../images/download-xls.png) no-repeat;
    float: left;
}
.price .zip {
    display: block;
    width: 86px;
    height: 37px;
    background: url(../images/download-zip.png) no-repeat;
    float: left;
}
.contacts {
    float: left;
    width: 300px;
}
.catalog span {
    font-size: 12px;
    color: #0062a8;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    display: block;
}
.content {
    padding:0 0 31px 0;
    margin: 0 auto;
    width: 1000px;
}
.year {
    width: 25px;
    float: left;
    height: 83px;
    background: url(../images/2012.png) no-repeat;
    margin: 18px 0 0 48px;
}
.desc {
    float: left;
    width: 164px;
    margin: 18px 0 0 3px;
}
.prices {
    width: 240px;
    height: 33px;
    background: url(../images/prices.png) no-repeat;
    margin: 18px 0 22px;
}
.arrow {
    height: 76px;
    background: url(../images/arrow.png) 217px 50px no-repeat;
}
.contact {
    height: 27px;
    background: url(../images/contacts.png) 55px 0 no-repeat;
    margin: 18px 0 0;
}
.adress {
    width: 200px;
    padding: 0 0 0 35px;
    background: url(../images/metka.png) 5px 5px no-repeat;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    font-size: 12px;
    margin: 28px 0 0 59px;
    line-height: 18px;
}
.phone {
    width: 200px;
    padding: 0 0 0 35px;
    background: url(../images/phone.png) 4px 5px no-repeat;
    color: #404040;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    font-size: 18px;
    margin: 28px 0 0 59px;
    line-height: 18px;
    font-weight: bold;
}
.phone i {
    font-size: 10px;
    vertical-align: top;
    display: inline-block;
    font-style: normal;
    margin-right: 5px;
    line-height: 14px;
}
.phone span {
    display: inline-block;
}
.email {
    width: 200px;
    padding: 0 0 0 35px;
    background: url(../images/mail.png) 0 5px no-repeat;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    margin: 28px 0 0 59px;
    line-height: 25px;
    min-height: 25px;
}
.email a {
    color: #0062a8;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}
.email a:hover { text-decoration: underline; }
.wrapper-footer {
    width: 1000px;
    margin: 0 auto;
    padding: 11px 0 0 62px;
}
.wrapper-footer span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(12,47,93,.7);
}
.wrapper-footer span i {
    font-weight: normal;
    font-style: normal;
}
.wrapper-footer p {
    font-size: 12px;
    color: #fff;
    margin: 4px 0 20px;
}
.wrapper-footer p a { color: #fff; text-decoration: none; }
.wrapper-footer p a:hover { text-decoration: underline; }

#etc .colwrap4 .col .btn.btn-download-mid {
  margin-left: 7px;
}

.btn {
  display: inline-block;
}
.xls.btn.btn-download-mid { padding: 0; }
.btn.btn-download-mid,
.btn.btn-download-simple {
  padding: 9px 23px 8px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 2px 1px rgba(0,0,0,.4), inset 0 1px 1px #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA0NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjA1ZWI2IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWZiNGZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMjQiIGhlaWdodD0iNDQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(90deg, #205eb6 0%, #1fb4ff 100%);
  background-image: -o-linear-gradient(90deg, #205eb6 0%, #1fb4ff 100%);
  background-image: -webkit-linear-gradient(90deg, #205eb6 0%, #1fb4ff 100%);
  background-image: linear-gradient(90deg, #205eb6 0%, #1fb4ff 100%);
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
      -ms-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          behavior: url(css/PIE.htc);
}

.lt-ie8 .btn.btn-download-mid, .lt-ie8 .btn.btn-download-simple,
.lt-ie9 .btn.btn-download-mid, .lt-ie9 .btn.btn-download-simple{
    background: #1fb4ff;
}

.btn.btn-download-simple {
  padding: 2px 23px;
}

.btn.btn-download-mid span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  text-shadow: 0 -1px 0 rgba(12,47,93,.4);
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  line-height: 11px;
}

.btn.btn-download-mid span big {
  font-size: 20px;
}

.btn.btn-download-mid .icon {
  margin-right: 5px;
}

.btn.btn-download-mid:hover,
.btn.btn-download-simple:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEyNCA0NCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzA2ZmM3IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDljMmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMjQiIGhlaWdodD0iNDQiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
  background-image: -moz-linear-gradient(90deg, #306fc7 0%, #49c2ff 100%);
  background-image: -o-linear-gradient(90deg, #306fc7 0%, #49c2ff 100%);
  background-image: -webkit-linear-gradient(90deg, #306fc7 0%, #49c2ff 100%);
  background-image: linear-gradient(90deg, #306fc7 0%, #49c2ff 100%);
}

.btn.btn-download-mid:hover .icon-download,
.btn.btn-download-simple:hover .icon-download {
  background-position: 0 -118px;
}

.btn.btn-download-mid:active,
.btn.btn-download-simple:active {
  box-shadow: inset 0 1px 0 rgba(8,46,113,.35);
}

.btn.btn-download-mid:active .icon-download {
  background-position: 0 -76px;
  margin-top: 2px;
}

.btn.btn-download-simple:active .icon-download {
   background-position: 0 -76px;
}
.icon.icon-download {
    width: 16px;
    height: 21px;
    background-position: 0 -55px;
}
.icon {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/spriteIcons.png);
}
.icon.icon-pdf {
    width: 20px;
    height: 27px;
    background-position: -61px -36px;
}
.catalog a {
    margin: 19px 0 0 6px;
}
.icon.icon-xlsx {
    width: 20px;
    height: 27px;
    background-position: -41px -36px;
}
.xls .icon-download {
    margin: 8px 0 0 9px;
}
.xls .icon-xlsx {
    margin: 5px 0 0 1px;
}
.xls .icon-zip {
    margin: 5px 0 0 0;
}
.xls.btn.btn-download-mid span {
    margin: 6px 0 0 0;
    width: 20px;
}
.xls.btn.btn-download-mid span big {
    color: #90c6ee;
    font-size: 12px;
}
.xls.btn.btn-download-mid:active .icon-download {
    margin-top: 8px;
}
.icon.icon-zip {
    width: 24px;
    height: 27px;
    background-position: -81px -36px;
}
.zip.btn.btn-download-mid .icon {
    margin-right: 3px;
}
.left-footer {
    background: url(../images/footer-left.png) no-repeat;
    height: 122px;
    width: 100%;
}
.right-footer {
    background: url(../images/footer-right.png) 100% 0 no-repeat;
    height: 122px;
    width: 100%;
}