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%;
  background: url('/images/bg.jpg') center top;
}
html,body {
  height: 100%;
  min-height: 100%;
}
.ie7 html,
.ie7 body {height: auto;}
body {
  margin: 0;
  font-size: 14px;
  color: #402f24;
  line-height: 1.428571429;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a {
  color: #000;
  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 {
  text-transform: uppercase;
}

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="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;}

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

.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 li {position: relative;}

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

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

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

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

 /*Основа для кнопок*/
.but {
  position: relative;
  display: inline-block;
  border: 0;
  background: #444;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  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;
}

/* ============================ Стили секций */
.bigslider,
.news,
.catalog,
.header {
  position: relative;
  border-bottom: 96px solid #433329;
  transition: all .3s;
}

/* Скрытие блоков */
.bigslider.slide {height: 222px;}

.bigslider.slide .mask,
.bigslider.slide .flex-direction-nav,
.bigslider.slide .flex-viewport {display: none;}

.news.slide {
  height: 0px;
  padding-bottom: 0;
}

.news.slide > ul {display: none;}

.smallslider.slide {
  min-height: 0;
  padding-bottom: 38px;
}

.smallslider.slide .all-regins,
.smallslider.slide .flex-direction-nav,
.smallslider.slide .flex-viewport {display: none;}

.feedback.slide {
  min-height: 0;
  padding-bottom: 0;
}

.feedback.slide form {display: none;}

.header {
  height: 215px;
  background: url('/images/header.png') center 60px no-repeat;
  box-shadow: 0 1px 0 #fff;
}



.news,
.catalog,
.feedback {
  padding-bottom: 200px;
}

.feedback {position: relative;transition: all .3s;}

.block-line {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -96px;
  background: #433329;
  height: 96px;
}

.section-slide {
  position: absolute;
  bottom: 0;
  height: 194px;
  background: url('/images/section-slide.png');
  width: 1005px;
  z-index: 300;
  display: block;
  left: 50%;
  margin-left: -502.5px;
  text-align: center;
  text-transform: uppercase;
  color: #fff!important;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 213px;
}

.section-slide.act {background: url('/images/section-slide-act.png');}

/* ============================ Логотип */
.logo {
  padding-top: 81px;
  display: block;
  width: 1020px;
  border-bottom: 5px solid #131313;
  height: 100px;
  text-align: center;
}

/* ============================ Поиск */

.search {
  position: absolute;
  bottom: -49%;
  left: 31%;
}

.search input[type="text"] {
  background: url('../images/search.png');
  width: 320px;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 7px 10px;
}

.search input[type="submit"] {
  background: #B39F69 url('../images/loupe.png') center no-repeat;
  border: 0;
  width: 45px;
  vertical-align: top;
  margin-left: -4px;
  height: 30px;
}



/* ============================ Верхнее меню */
.header-menu {
  background: #402F24 url('/images/top-menu.jpg') center no-repeat;
  height: 43px;
}

.header-menu .container {height: 43px;}


.right-menu,
.left-menu {
  position: absolute;
  height: 43px;
  background: #B39F69;
}

.left-menu:after,
.right-menu:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 44px;
  top: -1px;
  display: block;
}

.left-menu:after {
  background: url('/images/leftm.png');
  right: -35px;
}

.right-menu:before {
  background: url('/images/rightm.png');
  left: -35px;
}

.left-menu {
  left: 30px;
  min-width: 390px;
}

.right-menu {
  right: 30px;
  width: 390px;
}

.right-menu li a,
.left-menu li a {
  position: relative;
  display: block;
  text-decoration: none;
  transition: all .2s;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 43px;
  background: #B39F69;
  text-shadow: 0 0 1px rgba(64,47,36,.55);
}

.left-menu li a {padding: 0 35px 0 5px;}
.right-menu li a {padding: 0 5px 0 35px;}

.right-menu li:nth-child(2n) a,
.left-menu li:nth-child(2n) a {
  background: #402F24;
}

.right-menu li a:before,
.left-menu li a:before,
.right-menu li a:after,
.left-menu li a:after {
  position: absolute;  
  content: "";
  border: solid transparent;
  height: 0;
  width: 0;
  z-index: 1;
  pointer-events: none;
}

.left-menu li a:before {
  right: 100%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #B39F69;
  border-width: 22px;
  margin-top: -22px;
}

.left-menu li:nth-child(2n) a:before {border-right-color: #402F24}

.right-menu li a:after {
  left: 100%;
  top: 50%;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #B39F69;
  border-width: 22px;
  margin-top: -22px;
}

.right-menu li:nth-child(2n) a:after {border-left-color: #402F24}

/* ============================ Основной блок контента */

.main {
  padding: 20px 0 0 0;
}

/* ============================ Слайдер */

.flexslider {
  position: relative;
  zoom: 1;
}

.flex-viewport {
  -webkit-transition: all 1s ease; 
  -moz-transition: all 1s ease; 
  -o-transition: all 1s ease; 
  transition: all 1s ease; 
}

.flexslider .slides > li {
  position: relative;
  display: none; 
  -webkit-backface-visibility: hidden;
}

.flexslider .slides > li > img {
  width: 100%; 
  display: block;
}

html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ie7 .flex-direction-nav {height: 0;}

/* ========================== Секция большого слайдера */
.bigslider {
  background: url('/images/slider-bg.png') center top no-repeat;
  height: 658px;
}

.bigslider .flex-viewport {
  top: 75px;
  width: 825px;
  margin: 0 auto;
}

.bigslider figcaption {
  position: relative;
  z-index: 200px;
  text-align: center;
  font-weight: bold;
}

.mask {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  z-index: 10;
  height: 322px;
  background: url('/images/mask.png') center no-repeat;
}

.smallslider .flex-direction-nav a,
.bigslider .flex-direction-nav a {
  display: block; 
  width: 118px; 
  height: 66px; 
  margin: -33px 0 0; 
  position: absolute; 
  top: 36%; 
  z-index: 10; 
  overflow: hidden; 
  text-indent: -9999px;
  cursor: pointer; 
}

.bigslider .flex-direction-nav .flex-prev {
  left: 0;
  background: url(/images/prev.png);
}

.bigslider .flex-direction-nav .flex-next {
  right: 0;
  background: url(/images/next.png);
}

/* ============================ Контент блок */
.content.container {
  width: 955px;
}

/* Заголовок страницы */
.page-title {
  padding-top: 13px;
  text-align: center;
  background: url('/images/page-title.png') center;
  height: 28px;
  margin: 0 auto 40px;
  text-transform: uppercase;
}

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

.content p {
  /*text-align: justify;*/
  letter-spacing: -.5px;
  font-size: 14px;
  line-height: 18px;

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

.content p a {}

/* ============================ Новости */
.news {
  padding: 39px 0 284px 0;
}

.news li {
  -webkit-box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  background: #fff;
  width: 238px;
  height: 93px;
  margin-left: 33px;
  padding: 29px;
}

.news li:first-child {margin-left: 0}

.news li span {
  position: absolute;
  background: url('/images/date.png');
  top: -1px;
  width: 79px;
  height: 53px;
  line-height: 53px;
  padding-left: 32px;
  font-weight: bold;
  color: #402f24;
  font-size: 15px;
  right: -1px;
}

.news li p {
  text-indent: 50px;
  margin-top: 23px;
  color: #000;
  line-height: 16px;
}

.news li a {
  position: absolute;
  top: 100%;
  left: 40%;
}

/* ============================ Каталог */
.catalog {
  background: url('/images/slider-bg.png') no-repeat center top;
  min-height: 290px;
}

.all-regins {
  position: absolute;
  top: 45px;
  left: 42%;
}

.smallslider .flex-viewport {
  width: 903px;
  margin: 0 auto;
  top: 115px;
}

.smallslider .slides li img {
  width: 296px;
  height: 153px;
}

.smallslider .slides li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 296px;
  padding-top: 50px;
  height: 103px;
  background: rgba(0,0,0,0);
  -webkit-box-shadow: inset 0 0 21px rgba(64,47,36,.77);
  -moz-box-shadow: inset 0 0 21px rgba(64,47,36,.77);
  box-shadow: inset 0 0 21px rgba(64,47,36,.77);
  z-index: 10;
  transition: all .3s;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.smallslider .slides li a:hover {
  background: rgba(0,0,0,.4);
  color: #fff;
}

.smallslider .flex-direction-nav .flex-prev {
  left: -40px;
  top: 39%;
  background: url(/images/prev.png);
}

.smallslider .flex-direction-nav .flex-next {
  right: -40px;
  top: 39%;
  background: url(/images/next.png);
}

/* ============================ Форма обратной связи */
.feedback {
  padding: 48px 0 200px 0;
}

.feedback form {
  width: 363px;
  margin: 0 auto;
}

.feedback textarea,
.feedback input[type="text"] {
  -webkit-box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  width: 363px;
  border-radius: 0;
  border: 0;
  padding: 7px;
  margin-bottom: 12px;
}

.feedback textarea {height: 116px;}

.feedback textarea:-moz-placeholder {color: #aaa}
.feedback textarea::-webkit-input-placeholder {color:#aaa}
.feedback input[type="text"]:-moz-placeholder {color:#aaa}
.feedback input[type="text"]::-webkit-input-placeholder {color:#aaa}

.feedback input[type="checkbox"] {
  position: relative;
  top: 5px;
}

.feedback label {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  font-size: 13px;
  color: #535353;
  top: 3px;
}

.feedback input[type="submit"] {
  background: url('/images/but.png');
  color: #fff;
  width: 213px;
  height: 79px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 103px;
  border: 0;
  float: right;
}


.padding {height: 220px;}

/* ============================ Подвал */
.footer {
  position: relative;
  margin-top: -220px;
  font-size: 12px;
  background: #433329;
  color: #fff;
}

.footer .container {
  height: 150px;
  padding-top: 70px;
}

.footer p {
  margin: 40px 0 0 0;
  font-weight: bold;
}

.footer p a {
  color: #fff!important;
  text-transform: uppercase;
}

.foot-menu {
  position: absolute;
  top: 70px;
  left: 170px;
}

.foot-menu li a {
  text-transform: uppercase;
  display: block;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  margin: 0 25px;
}

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

.rss {
  position: absolute;
  right: 0;
  top: 160px;
  cursor: pointer;
}

#rssl {
  position: absolute;
  right: 0;
  top: 130px;
  cursor: pointer;
  color: rgb(255, 150, 0);
}

.form-rss {
  position: absolute;
  right: 0;
  top: 1px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(64,47,36,.41), 0 -11px 18px rgba(0,0,0,.5);
  width: 261px;
  z-index: 9999;
  height: 159px;
}

.form-rss input[type="text"] {
  display: block;
  border-color: #000;
  border-radius: 0;
  width: 82%;
  margin: 10px;
}

.form-rss input[type="submit"] {
  border: 0;
  width: 213px;
  margin-top: -10px;
  height: 79px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  line-height: 100px;
  float: right;
  font-size: 16px;
  background: url('/images/but.png');
}

.content .simple_photo p {
    text-align: center;
    font-weight: bold
}

.social {
  position: absolute;
  margin: 8px 0 0 455px;
}

.social img {
  height: 35px;
  width: 35px;
}

.all-news {
  display: block;
  text-align: right;
  position: relative;
  top: 80px;
  right: 40px;
} 