html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 14px/30px 'Open Sans', sans-serif;
  color: #333;
  min-width: 1240px;
  background: #ffffff; }

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .rootWrap header,
  .rootWrap main,
  .rootWrap footer {
    display: table-row;
    height: 1px; }
  .rootWrap main {
    height: 100%; }

.centerWrap {
  width: 1200px;
  margin: 0 auto; }

.footerTopMargin {
  height: 50px; }

.footer-top {
  border-top: solid 1px #dadada;
  border-bottom: solid 1px #dadada;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/footer-top.jpg) 50% 0 no-repeat;
  line-height: 20px;
  -webkit-background-size: cover;
  background-size: cover; }

.footer-bottom {
  padding: 35px 0;
  line-height: 20px; }
  .footer-bottom:after {
    clear: both;
    content: '';
    display: table; }
  .footer-bottom .copy {
    float: left;
    position: relative;
    padding-left: 60px;
    width: 240px; }
    .footer-bottom .copy:after {
      position: absolute;
      content: '';
      width: 31px;
      height: 30px;
      background: url(../images/copy.png) 0 0 no-repeat;
      left: 0;
      top: 5px; }
  .footer-bottom .ms {
    float: right;
    position: relative;
    width: 120px; }
    .footer-bottom .ms:after {
      position: absolute;
      content: '';
      width: 52px;
      height: 22px;
      background: url(../images/ms.png) 0 0 no-repeat;
      left: -79px;
      top: 11px; }
    .footer-bottom .ms a {
      color: #333333;
      text-decoration: none; }

.ft-links {
  text-align: center;
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 20px; }
  .ft-links-img {
    float: left;
    width: 90px;
    height: 90px; }
  .ft-links-title {
    float: left;
    margin: 24px 0 0 30px;
    font-family: 'PT Serif'; }
    .ft-links-title span {
      text-decoration: underline; }
  .ft-links > a {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    text-align: left;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 20px; }
    .ft-links > a:after {
      clear: both;
      content: '';
      display: table; }
    .ft-links > a:hover span {
      text-decoration: none; }

.cnt-b {
  margin: 0 120px; }
  .cnt-b:after {
    clear: both;
    content: '';
    display: table; }

.f-soc {
  float: left;
  margin-left: 160px;
  margin-top: -5px; }
  .f-soc a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
    margin-right: 20px; }
  .f-soc-1 {
    background-position: 0 0; }
    .f-soc-1:hover {
      background-position: 0 100%; }
  .f-soc-2 {
    background-position: -50px 0; }
    .f-soc-2:hover {
      background-position: -50px 100%; }
  .f-soc-3 {
    background-position: -100px 0; }
    .f-soc-3:hover {
      background-position: -100px 100%; }
  .f-soc-4 {
    background-position: -150px 0; }
    .f-soc-4:hover {
      background-position: -150px 100%; }
  .f-soc-5 {
    background-position: -200px 0; }
    .f-soc-5:hover {
      background-position: -200px 100%; }

.service-wrap {
  background: url(../images/bg_service.jpg) 50% 50% no-repeat;
  height: 940px;
  color: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 111px; }

.decor-title {
  width: 480px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .decor-title:after {
    clear: both;
    content: '';
    display: table; }
  .decor-title.t2:before {
    display: none; }
  .decor-title:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 190px;
    background: #c6ab79;
    left: -242px;
    top: 18px; }
  .decor-title-bg-text {
    font-size: 140px;
    opacity: .06;
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    font-family: 'PT Serif';
    text-align: center;
    top: 2px;
    z-index: -1; }
  .decor-title-left {
    float: left;
    font-size: 36px;
    font-family: 'PT Serif'; }
  .decor-title-center {
    font-size: 36px;
    font-family: 'PT Serif';
    text-align: center; }
  .decor-title-right {
    float: right; }

.btn {
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'PT Serif';
  padding: 4px 30px 6px;
  text-decoration: none;
  background: #94070a;
  line-height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 0; }
  .btn:hover {
    background: #ca2528; }

.service-list {
  overflow: hidden;
  line-height: 20px;
  margin-top: 40px; }
  .service-list.t2 {
    margin-top: 0; }
  .service-list .service-item {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 220px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: solid 1px #57544e;
    border-left: solid 1px #57544e;
    position: relative;
    z-index: 1;
    background: #4d4943;
    margin: -1px 0 0 -1px;
    padding: 36px 0 0 60px;
    overflow: hidden; }
    .service-list .service-item:hover .service-item-img {
      opacity: 1; }
    .service-list .service-item-count {
      color: #d2ac67;
      font-size: 12px; }
    .service-list .service-item-title {
      margin-left: 30px;
      font-size: 18px;
      font-family: 'PT Serif';
      width: 180px;
      margin-top: -4px; }
      .service-list .service-item-title a {
        color: #ffffff;
        text-decoration: none; }
        .service-list .service-item-title a:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
    .service-list .service-item-img {
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .service-list .service-item-img:after {
        position: absolute;
        content: '';
        background: rgba(210, 172, 103, 0.8);
        left: -20px;
        top: -20px;
        width: 440px;
        height: 260px; }

.press-wrap {
  padding: 110px 0 80px; }
  .press-wrap .press-list {
    margin-top: 30px; }

.press-list {
  margin-top: 10px; }

.press-line > div {
  display: inline-block;
  vertical-align: top;
  width: 600px; }

.press-item {
  display: inline-block;
  vertical-align: top;
  width: 280px;
  height: 280px;
  margin: 10px;
  line-height: 20px;
  position: relative;
  z-index: 1; }
  .press-item.t2 {
    width: 580px;
    height: 580px; }
    .press-item.t2 .press-item-content > div {
      padding: 55px 60px; }
    .press-item.t2 .press-item-img:after {
      height: 270px;
      background: url(../images/press-item-shadow2.png) 50% 100% repeat-x; }
    .press-item.t2 .press-item-title {
      font-size: 24px;
      width: 300px;
      line-height: 30px; }
    .press-item.t2 .press-item-time {
      margin-bottom: 20px; }
  .press-item:hover .press-item-img:before {
    opacity: .7; }
  .press-item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .press-item-img:before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .press-item-img:after {
      position: absolute;
      content: '';
      left: 0;
      bottom: 0;
      height: 170px;
      width: 100%;
      background: url(../images/press-item-shadow.png) 50% 100% repeat-x; }
    .press-item-img img {
      vertical-align: top;
      width: 100%;
      height: auto; }
  .press-item-content {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2; }
    .press-item-content > div {
      display: table-cell;
      vertical-align: bottom;
      text-align: left;
      padding: 25px 30px; }
  .press-item-title a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'PT Serif'; }
    .press-item-title a:after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  .press-item-time {
    font-size: 11px;
    color: #d2ac67;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block; }

.dtc {
  display: table;
  margin: 40px auto 0; }

.about-wrap {
  padding: 110px 0 100px;
  background: url(../images/about-bg.jpg) 50% 50% no-repeat #f0f0f0; }

.brands-wrap {
  background: url(../images/brands-wrap.jpg) 0 0 no-repeat #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #dbdbdb;
  height: 230px;
  position: relative;
  z-index: 2;
  margin: 0 30px; }
  .brands-wrap:after {
    clear: both;
    content: '';
    display: table; }
  .brands-wrap-title {
    float: left;
    width: 250px;
    margin: 55px 0 0 90px; }
    .brands-wrap-title > div {
      font-size: 30px;
      font-family: 'PT Serif';
      margin-bottom: 25px; }
  .brands-wrap-list {
    padding-top: 30px; }
    .brands-wrap-list > div {
      display: inline-block;
      vertical-align: top;
      margin-right: 30px;
      position: relative;
      width: 160px;
      height: 160px; }
      .brands-wrap-list > div:hover .bl-m {
        opacity: 0; }
      .brands-wrap-list > div:hover .bl-s {
        opacity: 1; }
      .brands-wrap-list > div .bl-m,
      .brands-wrap-list > div .bl-s {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear;
        display: table; }
        .brands-wrap-list > div .bl-m > div,
        .brands-wrap-list > div .bl-s > div {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .brands-wrap-list > div .bl-m > div img,
          .brands-wrap-list > div .bl-s > div img {
            vertical-align: top; }
      .brands-wrap-list > div .bl-s {
        opacity: 0; }

.about-slider-wrap {
  margin: 40px 30px 0;
  background: #ffffff; }
  .about-slider-wrap .bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 60px;
    background: #d2ac67;
    margin-top: -30px;
    border: solid 5px #fff; }
    .about-slider-wrap .bx-wrapper .bx-controls-direction a:hover {
      background: #b89557; }
    .about-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -30px; }
      .about-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev:after {
        width: 10px;
        height: 10px;
        top: 50%;
        margin-top: -5px;
        left: 50%;
        margin-left: -3px;
        position: absolute;
        content: '';
        border-bottom: solid 2px #fff;
        border-left: solid 2px #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .about-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
      right: -30px; }
      .about-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next:after {
        width: 10px;
        height: 10px;
        top: 50%;
        margin-top: -5px;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        content: '';
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
  .about-slider-wrap .about-slider > div {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 320px;
    padding: 48px 0; }
    .about-slider-wrap .about-slider > div:after {
      position: absolute;
      content: '';
      left: -1px;
      width: 1px;
      top: 0;
      height: 320px;
      background: #dbdbdb; }
  .about-slider-wrap .about-slider-title {
    margin: 0 60px 17px;
    font-size: 18px;
    font-family: 'PT Serif'; }
  .about-slider-wrap .about-slider-text {
    margin: 0 60px;
    line-height: 20px;
    height: 120px;
    overflow: hidden;
    position: relative; }
  .about-slider-wrap .about-slider-more {
    line-height: 10px;
    bottom: 58px;
    left: 60px;
    position: absolute; }
    .about-slider-wrap .about-slider-more a {
      color: #a88a53;
      text-decoration: none;
      font-size: 11px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      border-bottom: dotted 1px; }

.main-p-text {
  padding: 65px 0 20px; }

.header-wrap-inner {
  position: relative;
  z-index: 10; }
  .header-wrap-inner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    z-index: -2;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, #e3e3e3 0%, #e3e3e3 60%, white 100%);
    background: -webkit-linear-gradient(top, #e3e3e3 0%, #e3e3e3 60%, white 100%);
    background: linear-gradient(to bottom, #e3e3e3 0%, #e3e3e3 60%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#ffffff',GradientType=0 ); }
  .header-wrap-inner:before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 1358px;
    height: 287px;
    background: url(../images/bg-header.png) 50% no-repeat;
    left: 50%;
    margin-left: -678px;
    top: 0; }
  .header-wrap-inner header {
    display: block;
    height: auto;
    position: relative;
    z-index: 3; }
    .header-wrap-inner header .header-bottom {
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
      background: #ffffff; }
    .header-wrap-inner header:after {
      position: absolute;
      content: '';
      height: 3px;
      left: 0;
      width: 100%;
      top: 0;
      background: #b89452; }

.header-wrap {
  height: 820px;
  background: #e8e8e8; }
  .header-wrap header {
    display: block;
    height: auto;
    position: relative;
    z-index: 3; }
    .header-wrap header:after {
      position: absolute;
      content: '';
      height: 3px;
      left: 0;
      width: 100%;
      top: 0;
      background: #b89452; }

.header-top {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 110px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 20px; }
  .header-top:after {
    clear: both;
    content: '';
    display: table; }
  .header-top-left {
    float: left;
    padding-top: 40px; }
    .header-top-left .header-callback {
      float: left; }
      .header-top-left .header-callback a {
        display: inline-block;
        vertical-align: top;
        border: solid 2px #b89452;
        border-radius: 20px;
        color: #333333;
        text-decoration: none;
        padding: 2px 30px 4px;
        font-family: 'PT Serif';
        font-size: 13px; }
        .header-top-left .header-callback a:hover {
          background: #b89452;
          color: #ffffff; }
    .header-top-left .header-mail {
      float: left;
      margin: 5px 0 0 42px; }
      .header-top-left .header-mail a {
        color: #94070a;
        font-size: 13px;
        font-family: 'PT Serif'; }
  .header-top-right {
    float: right;
    padding-top: 43px; }
    .header-top-right .header-city-select {
      float: left;
      position: relative;
      line-height: 14px;
      font-family: 'PT Serif';
      margin-top: 5px; }
      .header-top-right .header-city-select:after {
        position: absolute;
        content: '';
        width: 8px;
        height: 11px;
        background: url(../images/loc.png) 0 0 no-repeat;
        left: -20px;
        top: 3px; }
      .header-top-right .header-city-select > a {
        color: #94070a;
        text-decoration: none;
        display: inline-block;
        vertical-align: top;
        font-size: 13px;
        border-bottom: dotted 1px;
        position: relative; }
        .header-top-right .header-city-select > a:hover {
          border-bottom: dotted 1px transparent; }
        .header-top-right .header-city-select > a:after {
          position: absolute;
          content: '';
          width: 0;
          height: 0;
          border-top: solid 3px #94070a;
          border-left: solid 3px transparent;
          border-right: solid 3px transparent;
          right: -14px;
          top: 6px; }
      .header-top-right .header-city-select-drop {
        background: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        white-space: nowrap;
        position: absolute;
        left: -30px;
        top: -18px;
        line-height: 14px;
        z-index: 10;
        font-size: 13px; }
        .header-top-right .header-city-select-drop a {
          display: block;
          color: #94070a;
          padding: 18px 30px 16px; }
          .header-top-right .header-city-select-drop a:hover {
            color: #333333;
            background: #f4f4f4; }
            .header-top-right .header-city-select-drop a:hover span {
              border-bottom: dotted 1px transparent; }
          .header-top-right .header-city-select-drop a span {
            display: inline-block;
            vertical-align: top;
            border-bottom: dotted 1px; }
          .header-top-right .header-city-select-drop a + a {
            border-top: solid 1px #e0e0e0; }
    .header-top-right .header-phone {
      float: left;
      font-size: 16px;
      margin-left: 55px; }
      .header-top-right .header-phone a {
        text-decoration: none;
        color: #333333;
        cursor: default;
        font-family: 'PT Serif'; }
        .header-top-right .header-phone a span {
          color: #b89452; }
  .header-top-center {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    top: 28px; }
    .header-top-center img {
      vertical-align: top; }

.header-bottom {
  height: 50px;
  position: relative; }
  .header-bottom-cnt {
    position: relative;
    height: 50px; }
  .header-bottom .header-search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 50px; }
    .header-bottom .header-search a {
      font-size: 12px;
      display: block;
      width: 100px;
      height: 50px;
      position: relative;
      text-decoration: none;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 0 0 40px;
      font-family: 'PT Serif';
      background: url(../images/lupa.png) 0 17px no-repeat; }
      .header-bottom .header-search a:hover {
        color: #666666; }
  .header-bottom .header-lang-select {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 50px; }
    .header-bottom .header-lang-select > a,
    .header-bottom .header-lang-select > span {
      display: inline-block;
      vertical-align: top;
      width: 50px;
      height: 50px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px transparent;
      text-align: center;
      line-height: 48px;
      text-decoration: none;
      color: #333333;
      text-transform: uppercase;
      font-size: 12px; }
    .header-bottom .header-lang-select > a:hover {
      color: #b89452; }
    .header-bottom .header-lang-select > span {
      border: solid 1px #d2ac67;
      cursor: default; }

.main-menu {
  width: 1000px;
  margin-left: 100px;
  text-align: center; }
  .main-menu > div {
    display: inline-block;
    vertical-align: top; }
    .main-menu > div a,
    .main-menu > div span {
      display: inline-block;
      vertical-align: top;
      padding: 10px 22px;
      text-decoration: none;
      text-transform: uppercase;
      color: #333333;
      font-family: 'PT Serif'; }
    .main-menu > div a:hover {
      color: #b89452; }
    .main-menu > div span {
      color: #94070a; }

.header-slider-wrap {
  height: 820px !important;
  width: 1680px !important;
  margin-left: -840px;
  left: 50%;
  position: absolute;
  z-index: 1;
  top: 0;
  overflow: hidden; }

.header-slider-item {
  width: 1680px !important;
  height: 820px !important;
  background-repeat: no-repeat;
  background-position: 50% 0; }
.header-slider-text {
  display: table;
  width: 480px;
  left: 50%;
  margin-left: -480px;
  height: 530px;
  top: 200px;
  position: absolute; }
  .header-slider-text > div {
    display: table-cell;
    vertical-align: middle; }
.header-slider-title {
  font-size: 60px;
  line-height: 60px;
  font-family: 'PT Serif';
  margin-bottom: 22px; }
.header-slider-desc {
  margin-bottom: 30px; }
  .header-slider-desc span {
    color: #b89452; }
.header-slider .btn {
  width: 150px; }

.is-sticky .sticker {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12); }

.tag {
  background: #940709;
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  font-family: 'PT Serif';
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 5px 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 3; }
  .tag:hover {
    background: #ca2528; }

.bread-crumbs {
  text-align: center;
  margin-bottom: 6px; }
  .bread-crumbs > div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'PT Serif'; }
    .bread-crumbs > div a {
      color: #333333;
      text-decoration: none; }
      .bread-crumbs > div a:hover {
        color: #b89452; }
    .bread-crumbs > div span {
      color: #888888; }
    .bread-crumbs > div + div {
      margin-left: 36px; }
      .bread-crumbs > div + div:after {
        position: absolute;
        content: '';
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 4px;
        height: 4px;
        border: solid 1px #94070a;
        top: 13px;
        left: -19px; }

.title-block {
  position: relative;
  border-bottom: solid 1px #d9d9d9;
  padding: 20px 0 32px; }
  .title-block:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 60px;
    bottom: -2px;
    left: 50%;
    margin-left: -30px;
    background: #b89452; }
  .title-block h1 {
    padding: 0;
    border: 0;
    margin-top: 0;
    margin-bottom: 0; }
    .title-block h1:after {
      display: none; }

.cnt-menu {
  text-align: center;
  margin-top: 20px;
  line-height: 20px; }
  .cnt-menu > div {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px; }
    .cnt-menu > div a,
    .cnt-menu > div span {
      display: block;
      border-radius: 30px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 2px transparent;
      padding: 3px 17px;
      color: #333333;
      text-transform: uppercase;
      text-decoration: none;
      font-family: 'PT Serif'; }
    .cnt-menu > div a:hover {
      border: solid 2px #b89452;
      background: #b89452;
      color: #ffffff; }
    .cnt-menu > div span {
      border: solid 2px #b89452;
      cursor: default; }

.gallery {
  margin-top: 28px; }
  .gallery .press-item {
    width: 220px;
    height: 220px; }
    .gallery .press-item-img:after {
      display: none; }
    .gallery .press-item-img:before {
      background-image: url(../images/lupa2.png);
      background-position: 50% 50%;
      background-repeat: no-repeat; }

.gallery-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 0; }

.team-wrap {
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
  background: #f0f0f0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, white 100%);
  background: -webkit-linear-gradient(top, #f0f0f0 0%, white 100%);
  background: linear-gradient(to bottom, #f0f0f0 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); }
  .team-wrap .team-list {
    margin-top: 20px; }
  .team-wrap:after {
    position: absolute;
    content: '';
    width: 1560px;
    height: 600px;
    z-index: -1;
    left: 50%;
    margin-left: -780px;
    top: 0;
    background: url(../images/bg_company.png) 50% 0 no-repeat; }

.team-list {
  position: relative;
  z-index: 2; }
  .team-list.t2 {
    margin: 0 -10px 0; }
  .team-list .team-item {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 260px;
    margin: 20px;
    background: #fff;
    text-align: center;
    padding: 40px 30px 36px;
    line-height: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .team-list .team-item:hover {
      background: #94070a; }
      .team-list .team-item:hover .team-item-title a {
        color: #ffffff; }
      .team-list .team-item:hover .team-item-img:after {
        background: #6f080a; }
    .team-list .team-item-img {
      width: 140px;
      display: table;
      height: 140px;
      position: relative;
      margin: 0 auto; }
      .team-list .team-item-img:after {
        position: absolute;
        content: '';
        background: #ebebeb;
        left: 10px;
        right: 10px;
        bottom: -10px;
        height: 10px;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .team-list .team-item-img > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .team-list .team-item-img > div img {
          vertical-align: top; }
    .team-list .team-item-title {
      font-size: 18px;
      font-family: 'PT Serif';
      margin-top: 32px; }
      .team-list .team-item-title a {
        text-decoration: none;
        color: #333333;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .team-list .team-item-title a:after {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 2; }
    .team-list .team-item-job {
      color: #b89452;
      margin-top: 22px; }

.team-end:after {
  clear: both;
  content: '';
  display: table; }

.team-end-img {
  float: left;
  border: solid 1px #d9d9d9;
  padding: 9px;
  background: #ffffff;
  margin: 0 60px 40px -100px; }
  .team-end-img img {
    vertical-align: top; }

.mt40 {
  margin-top: 40px; }

.team-end-info {
  border-bottom: solid 1px #d9d9d9;
  padding-bottom: 29px;
  overflow: hidden; }

.link {
  position: relative;
  display: block;
  border: solid 1px #d9d9d9;
  padding: 8px 50px 10px; }
  .link:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: solid 2px #94070a;
    border-right: solid 2px #94070a;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px;
    top: 50%;
    margin-top: -3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .link + .link {
    margin-top: 10px; }
  .link:hover {
    background: #94070a;
    border-color: #94070a;
    color: #ffffff; }
    .link:hover:after {
      border-top: solid 2px #ffffff;
      border-right: solid 2px #ffffff; }

.sert-list .sert-item {
  display: inline-block;
  vertical-align: top;
  width: 180px;
  margin: 30px 60px 36px;
  position: relative; }
  .sert-list .sert-item:hover .sert-item-title a {
    color: #b89452; }
  .sert-list .sert-item:hover .sert-item-img span {
    opacity: 1; }
  .sert-list .sert-item-img {
    width: 180px;
    height: 240px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #d9d9d9;
    padding: 9px;
    position: relative; }
    .sert-list .sert-item-img span {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.8);
      opacity: 0;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .sert-list .sert-item-img span:after {
        position: absolute;
        content: '';
        background: url(../images/lupa2.png) 50% 50% no-repeat #b89452;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        left: 50%;
        top: 50%;
        margin: -30px 0 0 -30px; }
    .sert-list .sert-item-img:after {
      position: absolute;
      content: '';
      left: 9px;
      right: 9px;
      height: 10px;
      bottom: -11px;
      background: #ebebeb; }
    .sert-list .sert-item-img img {
      vertical-align: top; }
  .sert-list .sert-item-title {
    margin: 33px 0 0;
    line-height: 18px;
    text-align: center;
    font-family: 'PT Serif'; }
    .sert-list .sert-item-title a {
      color: #333333;
      font-size: 18px;
      text-decoration: none;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .sert-list .sert-item-title a:after {
        position: absolute;
        content: '';
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 2; }

.brands-list {
  margin: -20px 0 30px; }
  .brands-list .brand {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    height: 260px;
    background: #ffffff;
    position: relative;
    margin: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }
    .brands-list .brand:hover .brand-title {
      opacity: 1; }
    .brands-list .brand-img {
      display: table;
      width: 260px;
      height: 260px; }
      .brands-list .brand-img > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .brands-list .brand-img > div img {
          vertical-align: top; }
    .brands-list .brand-title {
      display: table;
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      color: #ffffff;
      background: #94070a;
      z-index: 2;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      transition: all 0.2s linear;
      opacity: 0; }
      .brands-list .brand-title > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding: 0 30px;
        line-height: 20px; }
        .brands-list .brand-title > div a {
          color: #ffffff;
          text-decoration: none; }
          .brands-list .brand-title > div a:after {
            position: absolute;
            content: '';
            left: 0;
            top: 0;
            width: 100%;
            height: 100%; }

.mb40 {
  margin-bottom: 40px; }

.col {
  display: table;
  width: 100%;
  margin-top: 30px;
  table-layout: fixed; }
  .col-left {
    display: table-cell;
    vertical-align: top;
    width: 280px;
    padding-right: 40px; }
  .col-right {
    display: table-cell;
    vertical-align: top; }
    .col-right .pag {
      text-align: left;
      margin-left: -10px; }

.aside-menu {
  border: solid 1px #d9d9d9;
  line-height: 20px;
  font-size: 12px;
  font-family: 'PT Serif';
  padding: 18px 0 20px; }
  .aside-menu div {
    position: relative; }
    .aside-menu div + div:after {
      position: absolute;
      content: '';
      left: 29px;
      right: 29px;
      top: 0;
      height: 1px;
      background: #d9d9d9; }
    .aside-menu div a,
    .aside-menu div span {
      display: block;
      position: relative;
      color: #333333;
      text-transform: uppercase;
      padding: 17px 39px 13px 49px;
      text-decoration: none; }
      .aside-menu div a:before,
      .aside-menu div span:before {
        position: absolute;
        content: '';
        width: 5px;
        height: 5px;
        background: #d2ac67;
        left: 30px;
        top: 24px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
    .aside-menu div span {
      color: #888888;
      cursor: default; }
      .aside-menu div span:after {
        position: absolute;
        content: '';
        left: -1px;
        top: 0;
        bottom: 0;
        width: 4px;
        background: #94070a; }
    .aside-menu div a:hover {
      color: #b89452; }

.project-list .project-item {
  padding: 26px 0 18px;
  border-bottom: solid 1px #d9d9d9; }
  .project-list .project-item-title {
    font-size: 24px;
    line-height: 30px;
    font-family: 'PT Serif'; }
    .project-list .project-item-title a span {
      color: #333333; }
    .project-list .project-item-title a:hover span {
      color: #888888; }
  .project-list .project-item-desc {
    border-left: solid 1px #d9d9d9;
    padding: 0 40px;
    margin: 24px 0 20px;
    background: url(../images/bq.png) 0 0 no-repeat; }
  .project-list .project-item-more {
    font-size: 11px;
    text-transform: uppercase; }
    .project-list .project-item-more a {
      text-decoration: none;
      border-bottom: dotted 1px;
      position: relative; }
      .project-list .project-item-more a:hover {
        border-bottom: dotted 1px transparent; }
      .project-list .project-item-more a:after {
        position: absolute;
        content: '';
        width: 8px;
        height: 7px;
        right: -17px;
        top: 4px;
        background: url(../images/project-item-more.png) 0 0 no-repeat; }

.pag {
  text-align: center;
  margin-top: 40px; }
  .pag a,
  .pag span,
  .pag b {
    display: inline-block;
    vertical-align: top;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    margin: 0 10px;
    color: #333333; }
  .pag a {
    border: solid 1px #cecece; }
    .pag a:hover {
      border-color: #b89452; }
  .pag span {
    border: solid 1px #b89452;
    background: #b89452;
    color: #ffffff; }
  .pag b {
    font-weight: normal;
    border: solid 1px transparent;
    margin: 0; }

.press-list2 {
  margin: -10px; }

.map {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #d9d9d9;
  height: 440px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .map-text {
    position: absolute;
    z-index: 2;
    width: 260px;
    background: #ffffff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 40px 36px;
    left: 110px;
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0);
    -moz-transform: translateX(0) translateY(-50%) translateZ(0);
    -ms-transform: translateX(0) translateY(-50%) translateZ(0);
    -o-transform: translateX(0) translateY(-50%) translateZ(0);
    transform: translateX(0) translateY(-50%) translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    line-height: 20px; }
    .map-text div {
      font-size: 18px;
      font-family: 'PT Serif';
      position: relative;
      padding-bottom: 28px;
      margin-bottom: 24px; }
      .map-text div:after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0;
        height: 1px;
        width: 40px;
        background: #b89452; }

.kont-col {
  width: 900px;
  display: table;
  margin: 40px auto 0; }
  .kont-col-addr {
    font-size: 18px;
    font-family: 'PT Serif';
    margin-bottom: 20px; }
  .kont-col-title {
    font-size: 24px;
    margin: 30px 0 20px; }
  .kont-col-left {
    display: table-cell;
    vertical-align: top;
    width: 540px;
    padding-right: 30px; }
  .kont-col-right {
    display: table-cell;
    vertical-align: top; }
    .kont-col-right > div {
      border-left: solid 1px #b89452;
      padding: 26px 29px 10px;
      background: url(../images/bq.png) 0 0 no-repeat; }
    .kont-col-right-title {
      font-size: 18px;
      font-family: 'PT Serif'; }

.service-text {
  display: table;
  height: 400px;
  background: url(../images/service-text.jpg) 50% 100% no-repeat; }
  .service-text > div {
    display: table-cell;
    vertical-align: middle;
    padding-left: 530px; }
    .service-text > div blockquote {
      font-size: 24px;
      line-height: 40px;
      font-style: normal;
      padding: 40px 60px; }

.links-b > div {
  border-bottom: solid 1px #e2e2e2; }
  .links-b > div a {
    display: block;
    padding: 8px 50px 10px;
    position: relative; }
    .links-b > div a:after {
      position: absolute;
      content: '';
      width: 6px;
      height: 6px;
      border-top: solid 2px #94070a;
      border-right: solid 2px #94070a;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 17px;
      top: 50%;
      margin-top: -3px;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

.search-list .search-res-item {
  border-bottom: solid 1px #d9d9d9;
  padding: 30px 0; }
  .search-list .search-res-item-title a {
    color: #333333;
    font-size: 18px;
    font-family: 'PT Serif'; }

.search-form {
  margin: 30px 0 20px; }
  .search-form input {
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-bottom: solid 1px #b89452;
    font-family: 'PT Serif';
    color: #333333;
    font-size: 18px;
    width: 810px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 60px 14px;
    margin-right: 20px;
    background: url(../images/lupa.png) 0 50% no-repeat; }
  .search-form .btn {
    margin-top: 24px;
    width: 130px; }

.search-modal {
  width: 960px;
  padding: 50px 0; }
  .search-modal .search-form {
    margin: 0; }
    .search-modal .search-form input {
      color: #ffffff; }

.modal {
  width: 560px;
  line-height: 20px;
  color: #ffffff; }
  .modal-title {
    text-align: center;
    color: #ffffff;
    font-family: 'PT Serif';
    font-size: 48px;
    position: relative;
    z-index: 2;
    line-height: 36px; }
  .modal-cnt {
    background: #a88a53;
    padding: 45px 110px 30px; }
    .modal-cnt .btn {
      display: table;
      margin: 30px auto 0;
      width: 150px; }

label {
  display: block; }
  label span {
    display: block;
    margin-bottom: 5px; }
    label span i {
      color: red;
      font-style: normal; }
  label + label {
    margin-top: 25px; }

input,
textarea {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #ffd384;
  background: #7c663e;
  padding: 9px 19px 10px;
  color: #ffffff; }

textarea {
  height: 180px;
  resize: none; }

.error {
  border-color: red !important; }

.error-text {
  display: block;
  font-weight: normal;
  margin: 5px 0 -5px;
  color: red; }

.p404 {
  background: url(../images/bg404.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff; }

.t404-wrap {
  width: 720px;
  height: 100%;
  display: table;
  margin: 0 auto;
  text-align: center;
  line-height: 20px;
  position: relative;
  min-height: 500px; }
  .t404-wrap .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 120px;
    margin-left: -60px; }
  .t404-wrap .btn {
    margin-top: 65px; }
  .t404-wrap > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.t404-title {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 47px;
  font-family: 'PT Serif'; }

.fancybox-wrap {
  -webkit-transform: none !important;
  transform: none !important; }

.fancybox-title-float-wrap.fancybox-title-float-wrap {
  bottom: 0;
  top: -50px;
  margin: 0;
  right: 0;
  left: 0; }
  .fancybox-title-float-wrap.fancybox-title-float-wrap .child {
    margin: 0;
    background: transparent;
    padding: 0 10px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .fancybox-title-float-wrap.fancybox-title-float-wrap .child .fancy-head {
      display: table;
      width: 100%;
      line-height: 30px; }
    .fancybox-title-float-wrap.fancybox-title-float-wrap .child .title {
      display: table-cell;
      vertical-align: middle;
      font-size: 18px;
      font-family: 'PT Serif';
      text-align: left;
      font-weight: normal; }
    .fancybox-title-float-wrap.fancybox-title-float-wrap .child .counter {
      display: table-cell;
      vertical-align: middle;
      font-weight: 500;
      text-align: right;
      padding-left: 40px;
      width: 1px;
      white-space: nowrap;
      font-size: 12px;
      color: #d2ac67; }
      .fancybox-title-float-wrap.fancybox-title-float-wrap .child .counter span {
        color: #ffffff;
        margin: 0 10px; }

.fancybox-close {
  width: 28px !important;
  height: 28px !important;
  background: url(../images/close.png) 0 0 no-repeat !important;
  position: fixed !important;
  right: 100px !important;
  top: 65px !important;
  z-index: 8051 !important; }

.fancybox-close:hover {
  background-position: 100% 0 !important; }

.fancybox-nav.fancybox-nav {
  position: fixed;
  width: 150px;
  height: 100%;
  top: 0; }
  .fancybox-nav.fancybox-nav:hover span:after {
    border-left: solid 2px #b89452;
    border-bottom: solid 2px #b89452; }
  .fancybox-nav.fancybox-nav span {
    visibility: visible;
    background: transparent; }
    .fancybox-nav.fancybox-nav span:after {
      position: absolute;
      content: '';
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 20px;
      height: 20px;
      border-left: solid 2px #fff;
      border-bottom: solid 2px #fff; }

.fancybox-prev.fancybox-prev span {
  margin-left: 80px; }
  .fancybox-prev.fancybox-prev span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

.fancybox-next.fancybox-next span {
  margin-right: 80px; }
  .fancybox-next.fancybox-next span:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.fancybox-lock .fancybox-overlay {
  overflow: auto !important; }

.offer {
  margin-top: 20px; }
  .offer a {
    color: #ffffff; }

.mobile-ver {
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-left: 110px; }
  .mobile-ver a {
    color: #333333; }
  .mobile-ver:after {
    position: absolute;
    content: '';
    width: 18px;
    height: 26px;
    left: -40px;
    top: 5px;
    background: url(../images/phone.png) 0 0 no-repeat; }

/*# sourceMappingURL=style.css.map */
