article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block}audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}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%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}

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

html,body {
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

.ie7 html,
.ie7 body {height: auto;}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.428571429;
  background: #E6E6E6;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #21b3ff;
  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 {margin: 0;font: inherit;color: inherit;outline: none;}button,input {line-height: normal}button,select {text-transform: none}input {line-height: normal;}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} td{padding: 0 3px}

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

h1,h2,h3,h4,h5,h6 {
  border-bottom: 1px solid #000;
  font-weight: normal;
}
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;}

h1 a,
h2 a,
h3 a {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
select,
textarea {
  padding: 6px 12px;
  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: 0 0 10px #eee inset;
  -moz-box-shadow: 0 0 10px #eee inset;
  -webkit-box-shadow: 0 0 10px #eee inset;
  -ms-box-shadow: 0 0 10px #eee inset;
  
  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="email"]:focus,
input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #1abc9c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, .5);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, .5);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, .5);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(26, 188, 156, .5);
}

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

.view td,
.view th {
  padding: 2px;
}

/* ============================ Готовые классы помошники */
.cf,
.container {zoom: 1;}

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

.cf: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;}
.hide {display: none;}

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

.list li,
.list-left li {position: relative;}

.list-left li {float: left;}
.list-left li ul li {float: none;}

.list li a,
.list-left li a {display: block;}


/* Фиксированный и центрированный контейнер */
.container {
  width: 1000px;
  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 10px;
  margin: 0;
  vertical-align: middle;
  min-width: 80px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: all .2s;
  border-radius: 2px;

  height: 40px;
  line-height: 40px;
  background-color: #00b0dc;
  background-image: -webkit-linear-gradient(bottom, #0b82c6, #00b0dc);
  background-image: -moz-linear-gradient(bottom, #0b82c6, #00b0dc);
  background-image: -o-linear-gradient(bottom, #0b82c6, #00b0dc);
  background-image: linear-gradient(to top, #0b82c6, #00b0dc);
}

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

/* ============================ Панель редактирования */

.panel-title span {
  display: block;
  background: rgba(0,0,0,.5);
  border-radius: 2px;
  padding: 3px 6px;
  box-shadow: 0 0 6px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
  margin-left: 4px;
  font-size: 13px;
  color: #fff;
}

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

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

/* ============================ Шапка */
.header {
  height: 100px;
  background: #007694;
}

/* ============================ Логотип */
.logo {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
}

.logo span {
  position: relative;
  top: 10px;
  font-family: times new roman;
}

/* ============================ Верхнее меню */
.top-menu {
  background: #00B2DF;
  height: 44px;
  text-align: center;
}

.top-menu li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.top-menu li a {
  text-decoration: none;
  transition: all .2s;
  color: #fff;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  padding: 0 20px;
}

.top-menu li a.active,
.top-menu li a:hover {background: #005167;}

/* ============================ Тело контента сайта */
.main {
  padding: 0 0 20px 0;
}

.big-banner {
  margin: 30px auto 0;
  width: 1000px;
  background: url('/images/banner.jpg');
  height: 380px;
  border: 1px solid #fff;
}

.contacts {
  float: right;
  margin: 21px 22px 0 0;
  width: 401px;
  height: 310px;
  background-color: rgba(0,51,64,.6);
  border: solid 1px rgba(255,255,255,.29);
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 29px 0 0 29px;
}

.contacts p {
  margin-top: 0;
  line-height: 30px;
}

.contacts a {color: #fff;}
.contacts a:hover {color: #21b3ff}

.contacts b {font-size: 22px;}

.contacts .but {width: 350px;}

/* ============================ Контент блок */
/* Заголовок страницы */
.page-title {
  margin-top: 0;
  font-size: 24px;
}

.content img {border: 1px solid #282828;}

.content p {
  font-size: 16px;
  line-height: 25px;

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

.content p a {}

/* ============================ Позиции каталога */

.catalog-item {
  position: relative;
  float: left;
  width: 221px;
  margin: 0 0 20px 38px;
}

.catalog-item:first-child {margin-left: 0;}

.catalog-item img {
  width: 221px;
  height: 145px;
}
.catalog-item figcaption {}

.catalog-item figcaption a {
  display: block;
  text-decoration: none;
  /*text-transform: uppercase;*/
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.catalog-item figcaption a:hover {color: #00b0dc;}

.all {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.all img {border: none;}

.padding {height: 150px;}

/* ============================ Подвал */
.footer {
  margin-top: -150px;
  font-size: 12px;
  font-style: italic;
  color: #fff;
  background: #005167;
  height: 150px;
}

.footer .container {
  padding-top: 25px;
}

.footer p {margin: 0;}

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


@media only screen and (min-width: 1054px) {
  .big-banner {
    background: url('/images/banner-big.jpg');
    width: 100%;
  }
}