/*
  @Utcekhovskii Vladimir [fair-web.ru] Core CSS.
  @Status: Stable (shit in address styles)
  @Version: 1.1
  --------------------------------------------------------------- 
*/
* {
  margin: 0;
  padding: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section {
  display: block;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a,
input {
  outline:none;
}

/* -----=====########### Основные стили типографики ###########=====----- */

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background: #fff;
  text-align: center; /* для выравнивания страницы в IE */
}

a {
  color: #537;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #d3c;
  text-decoration: underline;
}
a:active {
  background: none; /* for IE */
}
a img {
  border: none;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 200;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.txt-lt,
.mceContentBody {
  text-align: left;
}
.txt-rt {
  text-align: right;
}
.txt-ct {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin:0 0 10px 0;
  font-weight: bold;
  line-height: 20pt;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1,
h2,
h3 { line-height: 40px; }

h1 { font-size: 38.5px; }
h2 { font-size: 31.5px; }
h3 { font-size: 24.5px; }
h4 { font-size: 17.5px; }
h5 { font-size: 14px;   }
h6 { font-size: 11.9px; }

h1.span12,
h2.span12,
h3.span12,
h4.span12,
h5.span12,
h6.span12 {
  text-align: center;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #bbb;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
blockquote {
  padding: 0 0 0 15px;
  border-left: 5px solid #bbb;
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #bbb;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
cite {
  font-style: normal;
}
blockquote:before,
blockquote:after {
  content: "";
}

/* -----=====########### Основная сетка разметки ###########=====----- */

.whiskey {
  position: relative;
  *zoom: 1;
  padding-right: 20px;
  margin: 40px auto;
  text-align: left;
}
.whiskey:before,
.whiskey:after {
  display: table;
  content: "";
  line-height: 0;
}
.whiskey:after {
  clear: both;
}
.jar { 
  *zoom: 1;
  position: relative;
}
.jar:before,
.jar:after {
  display: table;
  content: "";
  line-height: 0;
}
.jar:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin: 0 0 20px 20px;
}
.whiskey  { width: 960px; }
.span12   { width: 940px; }
.span11   { width: 860px; }
.span10   { width: 780px; }
.span9    { width: 700px; }
.span8    { width: 620px; }
.span7    { width: 540px; }
.span6    { width: 460px; }
.span5    { width: 380px; }
.span4    { width: 300px; }
.span3    { width: 220px; }
.span2    { width: 140px; }
.span1    { width: 60px;  }
 
.offset12 { margin-left: 980px; }
.offset11 { margin-left: 900px; }
.offset10 { margin-left: 820px; }
.offset9  { margin-left: 740px; }
.offset8  { margin-left: 660px; }
.offset7  { margin-left: 580px; }
.offset6  { margin-left: 500px; }
.offset5  { margin-left: 420px; }
.offset4  { margin-left: 340px; }
.offset3  { margin-left: 260px; }
.offset2  { margin-left: 180px; }
.offset1  { margin-left: 100px; }

[class*="span"].pull-right {
  float: right;
}
#topScroll {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index+: 200;
}
#topScroll a {
  display: block;
  padding: 10px;
}

/* -----=====########### Кастомизация ###########=====----- */

body {
  background: url(/uploads/images/body-bg.jpg);
}
.whiskey {
  background: #fff;
}
.whiskey { 
  box-shadow:         0 0 3px #c0c0c0;
  -moz-box-shadow:    0 0 3px #c0c0c0;
  -webkit-box-shadow: 0 0 3px #c0c0c0;
  border-radius: 10px;
}

/* -----=====########### Линия логотипа ###########=====----- */

.header {
  margin-top: 20px;
}
.header a:hover {
  text-decoration: none;
}
.header .logo a {
  display: block;
  width: 205px;
  height: 120px;
  background: url(/uploads/images/logo.png) no-repeat;
  background-position: 0 top;
}
.header .logo a:hover {
  background-position: 0 bottom;
}
address {
  float: right;
  border-right: 1px solid #ccc;
  font-style: normal;
  padding: 0 25px;
  margin-top: 10px;
  color: #666;
}
address p {
  position: relative;
  margin: 0 0 3px 0;
}
address p + p + p {
  margin-top: 15px;
}
address span {
  letter-spacing: 0px;
  margin: 0 0 10px;
}
address .city {
  font-size: 23px;
}
address .street {
  font-size: 19px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #ccc;
}
address .time {
  display: block;
  padding: 7px 0 3px 0;
  text-align: center;
  font-size: 18px;
}
address .time em {
  font-style: normal;
  padding: 0 10px;
  background: #fff;
}
address .phone,
address .phone .street {
  font-size: 19px;
}
address .icons.point,
address .icons.phone,
address .icons.mail {
  position: absolute;
  left: -50px;
}
address .icons.point {
  top: 0;
}
address .icons.phone {
  bottom: -20px;
}
address .icons.mail {
  bottom: -18px;
}

/* -----=====########### Навигация ###########=====----- */

.nav-panel {
  background: url(/uploads/images/menu-bg.gif);
  border-top:    1px solid #000;
  border-bottom: 1px solid #000;
  width: 980px;
  margin: 0 0 20px 0;
}
.nav-panel a,
.nav-panel .menuactive span {
  display: block;
  overflow: hidden;
  height: 20px;
}
.nav-panel ul {
  list-style: none;
}
.nav-panel > ul > li {
  position: relative;
  float: left;
  margin-right: -1px;
}
.nav-panel > ul > li:last-child {
  float: right;
  margin-right: 20px;
}
.nav-panel ul li a,
.nav-panel ul li.menuactive > span {
  color: #fff;
  padding: 14px 10px 10px 10px;
  font-size: 17px;
  text-transform: uppercase;
}
.nav-panel ul ul li a,
.nav-panel ul ul li.menuactive > span {
  text-transform: none;
  width: 180px;
}
.nav-panel > ul > li:first-child > a,
.nav-panel > ul > li:first-child > span {
  margin-left: 20px;
}
.nav-panel ul li a:hover,
.nav-panel ul li.menuactive a {
  background: rgba(0, 0, 0, 0.3);
  color: #aaa;
  text-decoration: none;
  border-left: 1px solid #444;
  border-right: 1px solid #444;
  padding: 14px 9px 10px 9px; 
}
.nav-panel ul ul {
  position: absolute;
  display: none;
  left: 0;
  color: red;
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid #444;
  z-index: 1000;
}
.nav-panel ul ul li a {
  padding: 3px 10px;
}
.nav-panel ul ul li a:hover,
.nav-panel ul ul li.menuactive span {
  border: none;
  padding: 3px 10px;
}

/*_*/
.nav-panel > ul > li > a:hover > span {
  display: block;
}

/* -----=====########### Слайдер ###########=====----- */
.slider-border {
  border: 1px solid #e2e1d0;
  padding: 5px;
}
.slider-border .slider a {
  color: #fff;
  cursor: default;
}

.slider { 
  position: relative; 
  overflow: auto;
}
.slider-border .slider {
  height: 243px !important;
  background: url(/uploads/images/slide1.jpg);
}
.slider img { 
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.slider ul {
  margin: 0;
}
.slider li { 
  list-style: none;
}
.slider > ul > li {
  float: left;
  position: relative;
  width: 980px;
}
.slider-border .slider > ul > li {
  width: 928px;
  height: 243px;
}
.dots {
  position: absolute;
  right: 2px;
  bottom: 0;
}
.slider .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}
.slider .dots li.active {
  background: #fff;
  opacity: 1;
}
.slider .title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 480px;
}
.slider .title.pull-right {
  left: 408px;
}
.slider .title span {
  font-family: 'Cuprum', sans-serif;
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 35px;
}
.slider .title span + span {
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}
.slider .title span + span + span {
  margin-top: 10px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.arrows [class*="span"] {
  margin-bottom: 0;
}
.arrows {
  position: absolute;
  left: 0;
  top: 100px;
  /*margin-top: -20px; float-arrows with top-50%*/
}
.arrows a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(/uploads/images/arrows.png);
}
.arrows .prev a       { background-position: 0 0; }
.arrows .prev a:hover { background-position: 0 40px; }
.arrows .next a       { background-position: 40px 0; }
.arrows .next a:hover { background-position: 40px 40px; }

.slider ul ul li:before {
  content: "— ";
}
.staff em {
  margin-left: 10px;
}
/* -----=====########### Основной контент ###########=====----- */
.jar > .span12.title {
  margin-top: 20px;
  border-top: 1px solid #bbb;
}
.jar > .span12.title h2 {
  margin: -22px 0 10px 0;
  font-size: 25.5px;
}
.jar > .span12.title h2 > span {
  background: #fff;
  padding: 0 20px;
}

.content img,
.staff img,
#vk_groups {
  padding: 5px;
  border: 1px solid #bbb;
  margin-bottom: 10px;
}
.content ul {
  margin-left: 5px;
  list-style: none;
  margin-bottom: 10px;
}
.content ul li:before {
  content: "— ";
}
.staff h2 {
  margin-left: 20px;
}
/* Pop */
.pop a {
  display: block;
  margin-top: -20px;
}
.pop a:hover {
  text-decoration: none;
}
.pop h4 {
  text-shadow: none;
  color: #537;
}
.pop .span2 {
  margin-left: 20px;
  width: 172px;
}
.pop .span2 h4 {
  margin-top: 0;
}
.pop .span2 p {
  font-size: 15px;
}

.bottom .phone {
  font-size: 21px;
}

/* -----=====########### Прайс-лист ###########=====----- */
.price ul {
  margin: 0;
}
.price .left-nav ul {
  border-top:   1px solid #ccc;
  border-left:  1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
.price ul li:before {
  content: "";
}
.price .left-nav ul li {
  border-bottom: 1px solid #ccc;
}
.price ul li:hover {
  background: #f4f4f4;
}
.price ul li.grey {
  background: #f4f4f4;
}
.price ul li a span,
.price .left-nav .clear {
  padding: 5px 10px;
  display: block;
  cursor: pointer;
}
.price a:hover {
  text-decoration: none;
}
.price .left-nav {
  position: relative;
}
.price .left-nav li {
  position: relative;
  width: 218px;
}
.price .left-nav .expand {
  display: block;
  position: absolute;
  width: 198px;
  top: 0;
  left: 0; /* Отсуп слева должен быть равен отступу списка */
}
.price .left-nav .expand + .expand {
  display: none;
}
.price .list {
  margin-bottom: 20px;
  padding: 5px;
  border: 1px solid #ccc;
}
.price .list > a > span {
  display: block;
  height: 20px; /* Должен быть равен высоте .price .list a  -padding */
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
} 
.price .list > a:hover > span {
  background: rgba( 255, 255, 255, 0.6 );
}
.price .list > ul {
  display: none;
}
.price .list ul li {
  border-top: 1px solid #ccc;
}
.price .list > ul > li {
  padding: 5px 20px;
}
.price .list > ul > li:hover {
  background: #eee;
}
.price .list ul li:last-child {
  margin-bottom: -5px;
}
.price .list ul span {
  float: right;
}
.price .list ul span:after {
  content: ' ₽';
}
.price .list ul ul li {
  background: #fff;
  margin: 0 -20px;
  padding: 5px 20px 5px 40px;
}
.price .list ul ul li:hover {
  background: #f4f4f4;
}
.price .list ul ul li:first-child {
  margin-top: 5px;
}
.price .list > a {
  background: url(/uploads/images/price-bar.jpg) no-repeat;
  display: block;
  position: relative;
  height: 40px;
  cursor: pointer;
}
.price .list:nth-child(2) > a { background-position: 0 -70px; }
.price .list:nth-child(3) > a { background-position: 0 -130px; }
.price .list:nth-child(4) > a { background-position: 0 -190px; }
.price .list:nth-child(5) > a { background-position: 0 -250px; }
.price .list:nth-child(6) > a { background-position: 0 -310px; }
.price .list:nth-child(7) > a { background-position: 0 -370px; }
.price .list:nth-child(8) > a { background-position: 0 -430px; }
.price .list:nth-child(9) > a { background-position: 0 -490px; }

/* в услугах */ 
.price .list div {
  border-top: 1px solid #ccc;
  padding: 5px 10px 0;
}
.price .list div ol {
  margin-left: 30px;
}
/* -----=====########### Подвал ###########=====----- */
.footer {
  background: #d3c;
  width: 980px;
  border-radius: 0 0 10px 10px;
  color: #fff;
}
.footer [class*="span"] {
  margin: 10px 0 10px 20px;
}
.footer p {
  margin: 0;
}
.footer a {
  color: #fff;
}


/* -----=====########### Круглые иконки ###########=====----- */

.circle span {
  display: block;
  overflow: hidden;
  position: relative;
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #bbb;
  width: 136px;
  height: 136px;
  margin: 0 0 10px 12px;  
}
.circle.small span {
  width: 100px;
  height: 100px;
}
.circle span img {
  margin: 0;
  padding: 0;
  border: none;
}
.map.circle.small span {
  float: right;
  margin: 10px 0 0 20px;
}
a.circle:hover span {
  box-shadow: 0 0 5px 0 #e4d;
}
.circle span em {
  font-style: normal;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  margin-left: 100%;
  padding: 5px 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}
.circle:hover span em {
  display: block;
}

/* -----=====########### Социальные иконки ###########=====----- */
.icons {
  display: block;
  overflow: hidden;
  width: 44px;
  height: 44px;
  float: left;
  background: url(/uploads/images/icons.png) no-repeat;
}

a.icons:hover em {
  background: #d3c;
}
.icons.vk          { background-position: 0 top; }
a:hover .icons.vk    { background-position: 0 bottom; }

.icons.phone       { background-position: -44px top; }
a:hover .icons.phone { background-position: -44px bottom; }

.icons.mail        { background-position: -88px top; }
a:hover .icons.mail  { background-position: -88px bottom; }

.icons.point       { background-position: -132px top; }
a:hover .icons.point { background-position: -132px bottom; }

.icons.insta       { background-position: -176px top; }
a:hover .icons.insta { background-position: -176px bottom; }

address .icons {
  background: url(/uploads/images/icons-wh.png) no-repeat;
}


/* Gallery */

.list .gallery a {
    background: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.gallery img {
    margin: 0 !important;
}
.list .gallery .img {
    padding: 5px;
    margin: 10px;
    border: 2px solid #ddd;
}
.list .gallery .img:hover {
   border: 2px solid #999;
}
.gallery {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Stylesheet: shelk_css_main Modified On 2022-07-06 01:22:27 */
