@font-face {
  font-family: 'LugaC';
  src: url('/SiteNN/fonts/lugac-bold-webfont.eot');
  src: url('/SiteNN/fonts/lugac-bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('/SiteNN/fonts/lugac-bold-webfont.svg') format('svg'),
       url('/SiteNN/fonts/lugac-bold-webfont.woff') format('woff'),
       url('/SiteNN/fonts/lugac-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'LugaC';
    src: url('/SiteNN/fonts/lugac-bolditalic-webfont.eot');
    src: url('/SiteNN/fonts/lugac-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/SiteNN/fonts/lugac-bolditalic-webfont.svg') format('svg'),
         url('/SiteNN/fonts/lugac-bolditalic-webfont.woff') format('woff'),
         url('/SiteNN/fonts/lugac-bolditalic-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
  font-family: 'LugaC';
  src: url('/SiteNN/fonts/lugac-italic-webfont.eot');
  src: url('/SiteNN/fonts/lugac-italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('/SiteNN/fonts/lugac-italic-webfont.svg') format('svg'),
       url('/SiteNN/fonts/lugac-italic-webfont.woff') format('woff'),
       url('/SiteNN/fonts/lugac-italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'LugaC';
  src: url('/SiteNN/fonts/lugac-webfont.eot');
  src: url('/SiteNN/fonts/lugac-webfont.eot?#iefix') format('embedded-opentype'),
       url('/SiteNN/fonts/lugac-webfont.svg') format('svg'),
       url('/SiteNN/fonts/lugac-webfont.woff') format('woff'),
       url('/SiteNN/fonts/lugac-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block}
audio,canvas,video {display: inline-block}
audio:not([controls]) {display: none;height: 0}
[hidden],template {display: none}
html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}
html,body {
  height: 100%;
  min-height: 100%;
}
.ie7 html,
.ie7 body {height: auto;}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.428571429;
  font-family: "LugaC";
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fff;
  background: transparent;
  outline: none;
}

a:active,a:hover {color: #000;}
abbr[title] {border-bottom: 1px dotted}
b,strong {font-weight: bold}
dfn {font-style: italic}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0}
mark {background: #ff0;color: #000}
code,kbd,pre,samp {font-family: monospace, serif;font-size: 1em}
pre {white-space: pre-wrap}
q {quotes: "\201C" "\201D" "\2018" "\2019"}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline}
sup {top: -0.5em}
sub {bottom: -0.25em}
img {border: 0;vertical-align: middle}
svg:not(:root) {overflow: hidden}
address {font-style: normal;}
figure {margin: 0;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em}
legend {border: 0;padding: 0}
button,input,select,textarea {font-family: inherit;font-size: 100%;margin: 0;outline: none;}
button,input {line-height: normal}
button,select {text-transform: none}
select {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer}
button[disabled],html input[disabled] {cursor: default}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0}
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-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0}
textarea {overflow: auto;vertical-align: top}
table {border-collapse: collapse;border-spacing: 0}

/* ============================ Пишем оформление элементов SiteNN по умолчанию */

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  color: #be1421;
}
h1 {font-size: 36px;line-height: 36px;}
h2 {font-size: 30px;line-height: 30px;}
h3 {font-size: 24px;line-height: 24px;}
h4 {font-size: 18px;line-height: 18px;}
h5 {font-size: 14px;line-height: 14px;}
h6 {font-size: 12px;line-height: 12px;}

input[type="text"],input[type="search"],input[type="password"],select,textarea {
  padding: 4px 8px;
  color: #555;
  border: 1px solid #ccc;

  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;

  font-size: 14px;

  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input::-webkit-input-placeholder {}
input:-moz-placeholder {}
textarea::-webkit-input-placeholder {}
textarea:-moz-placeholder {}

input[disabled],select[disabled],textarea[disabled] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #66afe9;
}

.view input[type="checkbox"] {height: 16px;}

/* ============================ Готовые классы помошники */

.ie7 .clearfix, 
.ie7 .container {zoom: 1;}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {display: table;line-height: 0;content: "";}

.clearfix:after,
.container:after {clear: both;}

.tar {text-align: right;}
.tac {text-align: center;}
.tal {text-align: left;}
.taj {text-align: justify;}
.fl {float: left;}
.fr {float: right;}
.ovh {overflow: hidden;}
.show {display: block;}

.list-left,
.list ul,
.list {position: relative;margin: 0;padding: 0;list-style: none;}
.list-left li {float: left;}
.list-left li ul li {float: none;}

/* Фиксированный и центрированный контейнер */
.container {width: 890px;margin: 0 auto;position: relative;}

/* Путь по сайту */
.path {margin: 0 0 1em 0;}
.path a {}

 /*Основа для кнопок*/
.but {
  position: relative;
  display: inline-block;
  border: 0;
  background: #444;
  padding: 0;
  margin: 0;
  min-width: 80px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all .2s;
  border-radius: 2px;
}

.ie7 .but {
  zoom: 1;
  display: inline;
}

/*
  ================================================================================================== Основная верстка ================================================================================================== 
*/

/* ============================ Обертка для прижатия футера */
.wrap {
  height: auto !important;
  height: 100%;
  min-height: 100%;
  position: relative;
  background: #D9D9D9;
}

/* ============================ Шапка */
.header {
  height: 134px;
  padding-top: 36px;
  background: url(/images/header.png) center bottom no-repeat;
}

/* ============================ Логотип */
.logo {
  margin-top: 27px;
  float: left;
}

/* ============================ Контакты */
.address {
  margin-top: 15px;
  float: right;
  width: 240px;
  font-size: 12px;
  color: #3b3b3b;
}

.map {background: url(/images/map.png) no-repeat left 3px;}
.phone {background: url(/images/phone.png) no-repeat left 3px;}
.mail {background: url(/images/mail.png) no-repeat left 3px;}

.address li {
  padding-left: 21px;
  margin-bottom: 5px;
}

.address a {color: #3b3b3b;}

.address p {margin: 0;}

/* ============================ Верхнее меню */
.top-menu {
  height: 51px;
  background: #70706F;
}

.top-menu ul {
  height: 55px;
  background: url(/images/top-menu.png) center no-repeat;
}

.top-menu li a {
  display: block;
  text-decoration: none;
  transition: all .2s;
  color: #1e2936;
  line-height: 51px;
  margin-left: 40px;
}

.top-menu li:first-child a {margin-left: 15px;}

.top-menu li a.active,
.top-menu li a:hover {
  color: #fff;
}

/* ============================ Тело контента сайта */
.main {
  background: url(/images/main.png) repeat-x;
  min-height: 609px;
  padding-top: 30px;
}

.main h4 {margin-top: 0}

.sidebar-left,
.content,
.sidebar-right {
  position: relative;
  float: left;
  min-height: 1px;
}

/* ============================ Контент блок */
.content {
  width: 579px;
  padding-right: 46px;
}

/* Заголовок страницы */
.page-title {
  margin-top: 0;
}

.content img {
  border: 5px solid #70706F;
  border-radius: 2px;
}

.content p {
  font-size: 14px;
  line-height: 20px;

  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.photo-item {
  float: left;
  width: 188px;
  margin-right: 5px;
}

.catalog-item {
  width: 285px;
  text-align: center;
  float: left;
  margin-bottom: 20px;
}

.catalog-item figcaption {padding: 0 50px;}

.content p a {}

/* ============================ Правый блок */
.sidebar-right {
  width: 225px;
  padding-left: 40px;
  background: url(/images/sbar.png) center left no-repeat;
  min-height: 490px;
}

.right-menu li a {
  position: relative;
  display: block;
  background: #D9D9D9;
  color: #000;
  padding-left: 71px;
  min-height: 69px;
  margin-bottom: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  text-decoration: none;
  line-height: 69px;
  transition: all .3s;
}

.right-menu li a img {
  position: absolute;
  top: 4px;
  left: 3px;
}

.right-menu li a:hover {
  background: #fff;
}

.feedback {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 1px 3px #000;
  -moz-box-shadow: 0 1px 3px #000;
  box-shadow: 0 1px 3px #000;
  width: 226px;
  height: 62px;
  line-height: 62px;
  background: #BE1421;
  text-decoration: none;
  font-size: 16px;
  margin-top: 30px;
}

.padding {height: 75px;}

/* ============================ Подвал */
.footer {
  position: relative;
  z-index: 1;
  color: #e3e4e8;
  margin-top: -75px;
  background: #3B3B3B;
  font-size: 11px;
}

.footer a[href="http://sitenn.ru"] {
  color: #be1421;
}

.footer .container {
  height: 59px;
  top: -3px;
  background: url(/images/footer.png) center top no-repeat;
  padding-top: 22px;
}

.footer p {margin: 0;}

.foot-links {
  position: absolute;
  left: 47%;
}

.foot-links a {color: #fff;}
