html, body {
  width: 100%;  
  /*overflow: hidden; */
}

  html.inner, body.inner {
    overflow: auto; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

ul, html, body, p, h1, h2, h3 {
  padding: 0;
  margin: 0; }

.clearFix {
  clear: both; }

.mobileMenu {
  display: none; }

.leftColumnWrap {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #372d26;
  height: 100%;
  width: 290px; }
  .leftColumnWrap .leftColumn {
    padding: 0px 10% 0px; }
    .leftColumnWrap .leftColumn .logo img {
      margin: 20% 0px 0px; }
    .leftColumnWrap .leftColumn .mainMenu {
      padding: 25% 0px;
      font: 12px Roboto Slab; }
      .leftColumnWrap .leftColumn .mainMenu li {
        padding-bottom: 2%; }
        .leftColumnWrap .leftColumn .mainMenu li a {
          color: #fff;
          display: inline-block;
          text-decoration: none;
          padding: 7px 10px;
          position: relative;
          margin-left: 58px;
          cursor: pointer; }
          .leftColumnWrap .leftColumn .mainMenu li a span {
            display: block;
            border: 1px solid #9b835a;
            border-radius: 50px;
            width: 8px;
            height: 8px;
            position: absolute;
            left: -48px;
            top: 10px; }
        .leftColumnWrap .leftColumn .mainMenu li a:hover {
          color: #d6bb7b; }
        .leftColumnWrap .leftColumn .mainMenu li a.active span {
          border: 1px solid #fff;
          background: #fff; }
    .leftColumnWrap .leftColumn .promoMenu {
      font: 9px Arial;
      color: #a7a29f; }
      .leftColumnWrap .leftColumn .promoMenu p {
        padding: 3px 0px 4%; }
      .leftColumnWrap .leftColumn .promoMenu a {
        font-size: 11px;
        color: #d6bb7b;
        text-decoration: none; }
      .leftColumnWrap .leftColumn .promoMenu a:hover {
        color: #fff; }
      .leftColumnWrap .leftColumn .promoMenu a.white {
        color: #fff; }
      .leftColumnWrap .leftColumn .promoMenu a.shop_site {
        margin-left: -19px;
        padding-left: 19px;
        background: transparent url("../ii/shop_icon.png") no-repeat 0 50%; }
    .leftColumnWrap .leftColumn .socials {
      position: fixed;
      bottom: 70px;
      left: 29px; }
      .leftColumnWrap .leftColumn .socials a {
        opacity: 0.7;
        margin-right: 16px; }
      .leftColumnWrap .leftColumn .socials a:hover {
        opacity: 1; }
      .leftColumnWrap .leftColumn .socials img {
        margin: 0px 5px; }
    .leftColumnWrap .leftColumn .copy {
      font: italic 9px Arial;
      color: #a7a29f;
      position: fixed;
      bottom: 10px;
      left: 29px; }
      .leftColumnWrap .leftColumn .copy p {
        padding-bottom: 2%; }
        .leftColumnWrap .leftColumn .copy p a {
          color: #d6bb7b; }
          .leftColumnWrap .leftColumn .copy p a:hover {
            color: #fff; }

#mainPage, #aboutPage, #galleryPage {
  border-bottom: 1px solid #a6a29b; }

#mainPage .logo {
  display: inline-block;
  position: absolute;
  width: 479px;
  height: 87px;
  top: 28px;
  left: 50%;
  margin-left: -239.5px; }

.ms_link {
  position: absolute;
  bottom: 68px;
  right: 30px;
  z-index: 10000; }

.page {
  margin-left: 290px; }
  .page.inner {
    background: #fbf9f1; }
  .page #mainPage {
    background: #fcfcfc url(../ii/bgmainpage.gif) left top repeat-x;
    position: relative; }
    .page #mainPage .arrowLeft, .page #mainPage .arrowRight {
      display: block;
      position: absolute;
      width: 6px;
      height: 11px;
      z-index: 50;
      cursor: pointer; }
    .page #mainPage .arrowLeft {
      background: url("../ii/bgpresentationarrowleft.gif") left top no-repeat; }
    .page #mainPage .arrowRight {
      background: url("../ii/bgpresentationarrowright.gif") left top no-repeat; }
  .page .presentation {
    margin: auto;
    z-index: 1; }
    .page .presentation li {
      position: relative;
      width: 100%;
      text-align: center; }
      .page .presentation li img {
        padding-top: 60px; }
      .page .presentation li p {
        position: relative;
        top: 110px;
        font: 12px/20px Roboto;
        color: #444;
        width: 337px;
        z-index: 30;
        text-align: center;
        left: 50%;
        margin-left: -168.5px; }
        .page .presentation li p span {
          font: 18px Roboto Slab;
          color: #000;
          display: block;
          text-transform: uppercase;
          padding-bottom: 5px; }
    .page .presentation .pc_bar_container, .page .presentation .pc_bar_container_overflow {
      position: absolute;
      left: 0px;
      z-index: 50; }
    .page .presentation .pc_bar_container {
      overflow: visible; }
    .page .presentation .pc_bar_container_overflow {
      overflow: hidden; }
    .page .presentation .pc_bar_container_underflow {
      width: 90000px;
      overflow: visible; }
    .page .presentation .left, .page .presentation .center, .page .presentation .right {
      background-position: left;
      background-repeat: no-repeat;
      overflow: hidden;
      font-size: 1px;
      float: left; }
    .page .presentation .bar {
      background-position: left;
      overflow: hidden;
      font-size: 1px;
      float: left; }
  .page #aboutPage {
    background: #fbf9f1;
    padding: 85px 100px;
    position: relative;
    /** Carousel **/
    /** Carousel Controls **/ }
    .page #aboutPage .column {
      width: 275px;
      font: 12px Arial;
      color: #444;
      line-height: 20px;
      float: left; }
      .page #aboutPage .column .columnWrap {
        padding: 0px 10%; }
        .page #aboutPage .column .columnWrap img {
          width: 100%; }
      .page #aboutPage .column h3 {
        margin-bottom: 40px;
        border-bottom: 1px solid #c0bbb4;
        float: left; }
        .page #aboutPage .column h3 a {
          text-transform: uppercase;
          text-decoration: none;
          color: #56504c;
          font: 24px Roboto Slab; }
          .page #aboutPage .column h3 a:hover {
            text-decoration: none; }
      .page #aboutPage .column .player {
        margin-bottom: 30px; }
      .page #aboutPage .column .news {
        clear: both;
        padding-bottom: 25px; }
        .page #aboutPage .column .news span {
          font: italic 12px Arial;
          color: #87827f;
          display: block;
          padding-bottom: 12px; }
      .page #aboutPage .column a {
        color: #9c6d4d; }
      .page #aboutPage .column a:hover {
        text-decoration: underline;
        color: #000; }
      .page #aboutPage .column .video .video_item {
        position: relative;
        display: inline-block; }
      .page #aboutPage .column .video .icon {
        background-image: url("../ii/play.png");
        width: 42px;
        height: 42px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        margin-top: -21px;
        margin-left: -21px; }
      .page #aboutPage .column .video img {
        border: 10px solid #d3cfbf;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      .page #aboutPage .column .video ins {
        display: block;
        padding-bottom: 20px; }
      .page #aboutPage .column dl {
        list-style: disk;
        color: #d3cfc0;
        clear: left; }
        .page #aboutPage .column dl dt {
          padding-bottom: 10px;
          display: block;
          position: relative;
          margin-left: 20px; }
        .page #aboutPage .column dl dt:after {
          content: "";
          position: absolute;
          left: -20px;
          top: 8px;
          background: #d3cfc0;
          border-radius: 50px;
          width: 5px;
          height: 5px; }
        .page #aboutPage .column dl a {
          color: #444;
          text-decoration: none; }
        .page #aboutPage .column dl a:hover {
          color: #000; }
    .page #aboutPage .jcarousel-wrapper {
      position: relative;
      z-index: 0; }
    .page #aboutPage .contentCarousel {
      position: relative;
      overflow: hidden; }
    .page #aboutPage .jcarousel-pagination {
      position: absolute;
      left: 50%;
      bottom: 30px;
      text-align: center;
      margin-left: -50px;
      z-index: 5; }
    .page #aboutPage .jcarousel-pagination a {
      display: block;
      margin: 0px 5px;
      width: 22px;
      height: 22px;
      background: #fff;
      border: 1px solid #c9af9d;
      float: left;
      cursor: pointer; }
    .page #aboutPage .jcarousel-pagination a span {
      display: block; }
    .page #aboutPage .jcarousel-pagination a.active {
      padding: 4px;
      width: 14px;
      height: 14px; }
    .page #aboutPage .jcarousel-pagination a.active span {
      width: 14px;
      height: 14px;
      background: #c9af9d; }
    .page #aboutPage .contentCarousel ul {
      width: 20000em;
      position: relative;
      list-style: none;
      margin: 0;
      padding: 0; }
    .page #aboutPage .contentCarousel li {
      float: left; }
      .page #aboutPage .contentCarousel li img {
        width: 100%; }
    .page #aboutPage .jcarousel-control-prev, .page #aboutPage .jcarousel-control-next {
      display: block;
      width: 25px;
      height: 39px;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      z-index: 10;
      cursor: pointer; }
    .page #aboutPage .jcarousel-control-prev {
      left: 40px;
      background: url(../ii/arrows.png) left top no-repeat; }
    .page #aboutPage .jcarousel-control-prev:hover {
      background: url(../ii/arrows.png) left -39px no-repeat; }
    .page #aboutPage .jcarousel-control-next {
      right: 40px;
      background: url(../ii/arrows.png) -25px top no-repeat; }
    .page #aboutPage .jcarousel-control-next:hover {
      background: url(../ii/arrows.png) -25px -39px no-repeat; }
    .page #aboutPage .jcarousel-control-prev.inactive,
    .page #aboutPage .jcarousel-control-next.inactive {
      opacity: 0.1;
      cursor: default; }
    .page #aboutPage .carouselScroll {
      position: absolute;
      bottom: 20px;
      left: 50%; }
      .page #aboutPage .carouselScroll div {
        float: left; }
      .page #aboutPage .carouselScroll .empty {
        width: 7px;
        height: 7px;
        border: 1px solid #c2a570;
        border-radius: 50px; }
      .page #aboutPage .carouselScroll div.full {
        width: 7px;
        height: 7px;
        border: 1px solid #372d26;
        border-radius: 50px;
        background: #372d26; }
      .page #aboutPage .carouselScroll .emptyLine {
        border-bottom: 2px solid #c2a570;
        width: 30px;
        padding-top: 4px; }
      .page #aboutPage .carouselScroll div.fullLine {
        border-bottom: 2px solid #372d26; }

#galleryPage {
  overflow: hidden; background:#fff; }
  #galleryPage .new .new_div {
    background-image: url(../ii/new.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #galleryPage a {
    float: left;
    position: relative;
    overflow: hidden;
    display: block; }
    #galleryPage a img {
      position: absolute;
      outline: none;
      left: 0px;
      top: 0px; }
    #galleryPage a span, #galleryPage a ins {
      display: none; }
  #galleryPage a:hover span {
    border: 8px solid #d7c88f;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 10; }
    #galleryPage a:hover span span {
      background: #000;
      opacity: 0.3;
      border: 0px;
      z-index: 9; }
  #galleryPage a:hover ins {
    display: block;
    font: bold 18px Roboto Slab;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 47%;
    z-index: 12;
    text-align: center; }
  #galleryPage.inner {
    margin-left: -87px;
    padding: 95px 0 0;
    border: none; }
    #galleryPage.inner a {
      line-height: 0;
      font-size: 0;
      letter-spacing: -1px;
      border: 1px solid #d5d5d5; }
    #galleryPage.inner.detail a:hover {
      border: 1px solid #888; }
    #galleryPage.inner a.product:hover {
      border: 1px solid #888; }

#mapPage {
  position: relative; }
  #mapPage .mapLinks {
    position: absolute;
    top: 55px;
    left: 165px;
    z-index: 99999; }
    #mapPage .mapLinks a {
      display: block;
      float: left;
      padding: 15px 30px;
      background: #fff;
      color: #56504c;
      font: 18px Roboto Slub;
      text-transform: uppercase;
      margin-right: 30px;
      border-radius: 5px;
      border: 1px solid #fff;
      cursor: pointer;
      border: 1px solid #ccc; }
    #mapPage .mapLinks a:hover {
      border: 1px solid #3f3630; }
    #mapPage .mapLinks a.active {
      background: #3f3630;
      color: #fff;
      border: 1px solid #3f3630;
      cursor: default; }
  #mapPage .magasines {
    position: absolute;
    right: 50px;
    width: 270px;
    background: #3f3630;
    z-index: 99999;
    border: 1px solid #544a43;
    display: none; }
    #mapPage .magasines h3 {
      height: 49px;
      background: #554b44;
      font: 12px/49px Roboto Slub;
      cursor: pointer;
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      border-bottom: 1px solid #61554d; }
    #mapPage .magasines h3:hover, #mapPage .magasines h3.active {
      background: #7d6d62; }
    #mapPage .magasines .block {
      height: 290px;
      display: none;
      overflow: hidden;
      font: 12px Arial;
      padding: 20px 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
      #mapPage .magasines .block p {
        padding: 12px 30px 12px;
        color: #a7a29f;
        cursor: pointer; }
        #mapPage .magasines .block p:hover {
          background-color: #604d40; }
        #mapPage .magasines .block p span {
          color: #fff;
          display: block; }
  #mapPage #map {
    width: 100%;
    height: 700px;
    min-height: 700px; }
  #mapPage .ymaps-b-balloon .ymaps-b-balloon__content {
    background: #3f3630;
    border: 0px;
    padding: 25px 5px;
    color: #fff;
    font: 12px/18px Arial; }
    #mapPage .ymaps-b-balloon .ymaps-b-balloon__content div {
      float: left;
      width: 210px;
      padding: 0px 10px; }
      #mapPage .ymaps-b-balloon .ymaps-b-balloon__content div p {
        padding-bottom: 20px; }
        #mapPage .ymaps-b-balloon .ymaps-b-balloon__content div p span {
          display: block;
          font-weight: bold; }
      #mapPage .ymaps-b-balloon .ymaps-b-balloon__content div a {
        color: #eec380; }
  #mapPage .ymaps-b-balloon .ymaps-b-balloon__tail {
    background: none; }
  #mapPage .ymaps-b-balloon__tl {
    background: #3f3630;
    border-radius: 5px 0px 0px 0px; }
    #mapPage .ymaps-b-balloon__tl ymaps {
      border: 0px; }
  #mapPage .ymaps-b-balloon__tr {
    background: #3f3630;
    border-radius: 0px 5px 0px 0px; }
  #mapPage .ymaps-b-balloon__bl {
    background: #3f3630;
    border-radius: 0px 0px 0px 5px;
    position: relative; }
  #mapPage .ymaps-b-balloon__br {
    background: #3f3630;
    border-radius: 0px 0px 5px 0px; }
  #mapPage .ymaps-b-balloon__sprite {
    background: none;
    width: 0;
    height: 0; }
  #mapPage .ymaps-b-balloon__tail {
    width: 0;
    height: 0;
    background: none;
    top: 15px;
    right: -12px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #3f3630; }

/*///////////////////////////
    //   Mobile Version    //
    /////////////////////////
*/
@media (max-width: 1000px) {
  .ms_link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
    width: 87px;
    height: 164px; }
    .ms_link img {
      max-width: 100%;
      max-height: 100%; }

  body {
    /*min-width: 600px;*/
  }

  #mainPage a.logo {
    display: none; }

  .mobileMenu {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #372d26;
    height: 50px;
    width: 100%;
    z-index: 99999999;
    display: block; }
    .mobileMenu .menuLink {
      display: block;
      position: fixed;
      left: 10px;
      top: 5px;
      z-index: 999999999;
      padding: 10px;
      cursor: pointer;
      width: 12px;
      height: 12px; }
    .mobileMenu .logo {
      margin: 7px auto;
      display: block;
      width: 180px; }
    .mobileMenu .logo img {
      width: 180px; }

  .leftColumnWrap {
    display: none;
    z-index: 999999;
    width: 50px;
    height: 0px; }
    .leftColumnWrap .leftColumn {
      display: none; }
    .leftColumnWrap .logo {
      display: none; }
    .leftColumnWrap .leftColumn .mainMenu li a {
      padding: 2px 10px; }
    .leftColumnWrap .leftColumn .promoMenu p {
      padding-bottom: 2%; }
    .leftColumnWrap .leftColumn .mainMenu {
      padding: 10% 0px 5%; }
    .leftColumnWrap .leftColumn .socials {
      padding: 9% 0px;
      position: relative;
      left: auto;
      top: 0px; }
    .leftColumnWrap .leftColumn .copy {
      position: relative;
      left: auto;
      top: auto; }
      .leftColumnWrap .leftColumn .copy p {
        padding-bottom: 1%; }

  .page {
    margin-left: 0px; }
    .page.inner h1 {
      margin-top: 50px;
      width: 100%; }
    .page.inner .breadcrumbs {
      width: 100%; }

  .page .presentation li {
    padding: 0px; }
    .page .presentation li p {
      display: none; }

  .page #aboutPage {
    padding: 55px 20px; }
    .page #aboutPage .jcarousel-control-prev {
      left: 10px; }
    .page #aboutPage .jcarousel-control-next {
      right: 10px; }

  #mapPage .mapLinks {
    left: 70px; }
    #mapPage .mapLinks a {
      padding: 5px 10px;
      font-size: 14px;
      margin-right: 20px; }

  #galleryPage.inner {
    margin-left: 0;
    min-width: 700px; } }
/*////////////////////////////////
    //  More than 700 Version  //
    //////////////////////////////
*/
@media (min-width: 1000px) and (max-width: 1200px) {
  .magasines {
    top: 50px; }

  #mapPage .mapLinks {
    left: 30px;
    width: 90%; }
    #mapPage .mapLinks a {
      padding: 5px 10px;
      font-size: 14px;
      margin-right: 1%; } }
/*////////////////////////////////
    //  More than 1500 Version  //
    //////////////////////////////
*/
@media (min-width: 1500px) {
  .ms_link {
    position: absolute;
    bottom: 68px;
    right: 150px;
    z-index: 10000; }

  .page .presentation li p {
    top: 110px; }

  .page .presentation li img {
    padding-top: 60px; }

  .leftColumnWrap .leftColumn .mainMenu {
    padding: 55% 0 45%; }
    .leftColumnWrap .leftColumn .mainMenu li {
      padding-bottom: 7%; }
  .leftColumnWrap .leftColumn .promoMenu p {
    padding: 1% 0px 10%; } }
.collectionGallery a {
  position: relative; }
  .collectionGallery a .articul {
    position: absolute;
    bottom: 16px;
    left: 10px;
    display: inline-block;
    z-index: 2;
    color: #9E9E9E;
    font-size: 12px;
    font-family: Roboto Slab; }

.detail_collection_text {
  color: #434343;
  font-family: "Arial";
  font-size: 12px;
  line-height: 20px;
  margin-top: 77px;
  position: relative;
  width: 741px; }

/*# sourceMappingURL=style.css.map */

.breadcrumbs div, .breadcrumbs div a
{
    color: #434343;
    font-family: "Arial";
    font-size: 12px;
    line-height: 16px;
}

.xsltPager
{
	clear:both;
	width:100%;
	margin-bottom:10px;
}
.xsltPager td a
{
	color:#444;
	text-decoration:none;
}
.xsltPager td b.selected
{
	padding:3px 6px;
	background:#372D25;
	color:#fff;
	border-radius:2px;
}

#left-snow
{
	position:absolute;
	top:20%;
	left:0;	
	text-align:left;
}
#right-snow
{
	position:absolute;
	top:20%;
	right:3%;	
	text-align:right;
}
.snow-index
{
	z-index:9999;
}
#left-snow img, #right-snow img
{
	width:80%;
}
























div.news-list {
    word-wrap: break-word;
}

    div.news-list img.preview_picture {
        float: left;
        margin: 0 4px 6px 0;
    }

.news-date-time {
    color: #486DAA;
}

/* End */

div.title-search-result {
    border: 1px solid #c6c6c6;
    display: none;
    overflow: hidden;
    z-index: 205;
}

table.title-search-result {
    border-collapse: collapse;
    border: none;
    width: 10%;
}

    table.title-search-result th {
        background-color: #F7F7F7;
        border-right: 1px solid #e8e8e8;
        color: #949494;
        font-weight: normal;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 14px;
        padding-right: 12px;
        text-align: right;
        vertical-align: top;
        white-space: nowrap;
        width: 1%;
    }

    table.title-search-result td {
        background-color: white;
        color: black;
        font-weight: normal;
        padding-top: 2px;
        padding-bottom: 2px;
        text-align: left;
        white-space: nowrap;
    }

        table.title-search-result td.title-search-item {
            padding-left: 8px;
            padding-right: 15px;
        }

            table.title-search-result td.title-search-item a {
                padding-left: 4px;
                padding-right: 15px;
                text-decoration: none;
                color: black;
                vertical-align: top;
                display: block;
            }

            table.title-search-result td.title-search-item img {
                vertical-align: top;
            }

            table.title-search-result td.title-search-item b {
                color: #cf0000;
                font-weight: normal;
            }

    table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
        background-color: #fff2be;
    }

    table.title-search-result td.title-search-more {
        font-size: 11px;
        font-weight: normal;
        padding-right: 15px;
        padding-left: 24px;
        padding-top: 0px;
    }

        table.title-search-result td.title-search-more a {
            padding-left: 12px;
            padding-right: 15px;
            text-decoration: none;
            color: #999999;
        }

    table.title-search-result td.title-search-all {
        padding-left: 24px;
        padding-right: 15px;
    }

        table.title-search-result td.title-search-all a {
            padding-left: 4px;
            text-decoration: none;
            color: #808080;
        }

    table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
        padding-top: 0px;
        padding-bottom: 0px;
        font-size: 4px;
    }

div.title-search-fader {
    display: none;
    background-image: url('/ii/fader.png');
    background-position: right top;
    background-repeat: repeat-y;
    position: absolute;
}
/* End */

div.news-list {
    word-wrap: break-word;
}

    div.news-list img.preview_picture {
        float: left;
        margin: 0 4px 6px 0;
    }

.news-date-time {
    color: #486DAA;
}

/* End */

div.news-list {
    word-wrap: break-word;
}

    div.news-list img.preview_picture {
        float: left;
        margin: 0 4px 6px 0;
    }

.news-date-time {
    color: #486DAA;
}

table.ui {
    width: 100%;
    border-collapse: collapse;
}

    table.ui td {
        padding: 5px 0px;
        margin: 0px;
        text-align: left;
    }

        table.ui td input {
            padding: 3px;
            margin: 0px 2px;
            border: solid 1px #666;
        }

        table.ui td select {
            padding: 3px;
            margin: 0px 2px;
            border: solid 1px #666;
        }
