
html, body {
  height: 100%; }
          navbar navbar-default{
          display:none;}
body {
  font-family: "CenturyGothic", sans-serif;
  font-weight: normal;
  font-size: 17px;
  min-width: 1200px;
  position: relative;
  line-height: 1.3;
  -webkit-font-smoothing: antialised;
  background: #FFF; 
  /*overflow-x: hidden;*/
}


  h1 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 10px;
  }
.container {
  width: 1200px; }

.hidden {
  display: none; }

.clear {
  clear: both; }

button, a {
  color: #000;
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

a:hover, a:focus {
  outline: none;
  color: #000;
  text-decoration: none; }

section, .main_header, .main_footer {
  position: relative; }

.section_title {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: left;
  margin-bottom: 25px; }
  .section_title.center_title {
    text-align: center; }

.top_border {
  position: relative;
  width: 100%;
  margin-top: 9px; }
  .top_border:before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0px;
    top: -9px;
    background: url("../img/border.png") repeat-x left top; }

.bottom_border {
  position: relative;
  width: 100%;
  margin-bottom: 9px; }
  .bottom_border:after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0px;
    bottom: -9px;
    background: url("../img/border.png") repeat-x left top; }

.gray_bg {
  background: #f6f6f6; }

.main_header {
  width: 100%; }
  .main_header .top_header {
    position: relative;
    /*width: 98%;*/
    height: 190px;
    padding-top: 25px; }
    .main_header .top_header .logo {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      margin: auto;
      display: block;
      /*width: 541px;*/
      height: 176px;
      background: url("../img/logo.png") no-repeat center center; }
    .main_header .top_header .search_block {
      position: relative;
      float: left;
      width: 252px;
      height: 40px; 
      z-index: 100;
    }
      .main_header .top_header .search_block .open_search_btn {
        position: absolute;
        z-index: 2;
        width: 40px;
        height: 40px;
        border: none;
        left: 0px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: url("../img/search_icon.png") no-repeat center center #b27948; }
        .main_header .top_header .search_block .open_search_btn.active {
          top: -200px; }
        .main_header .top_header .search_block .open_search_btn:hover {
          -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .main_header .top_header .search_block form {
        position: relative;
        width: 100%;
        height: 0px;
        overflow: hidden;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all;
        -moz-placeholder-color: #b27948;
        -ms-input-placeholder-color: #b27948; }
        .main_header .top_header .search_block form.active {
          height: 100%; }
        .main_header .top_header .search_block form input {
          outline: none;
          width: 100%;
          height: 100%;
          position: relative;
          border: none;
          border-bottom: 2px solid #c1946d;
          font-family: Arial, sans-serif;
          font-size: 14px;
          color: #b27948;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
          .main_header .top_header .search_block form input:focus {
            border-color: #989898; }
        .main_header .top_header .search_block form ::-webkit-input-placeholder {
          color: #b27948; }
        .main_header .top_header .search_block form ::-moz-placeholder {
          color: #b27948; }
        .main_header .top_header .search_block form button {
          position: absolute;
          z-index: 2;
          top: 0px;
          right: 0px;
          width: 28px;
          height: 100%;
          border: none;
          background: url("../img/open_search_icon.png") no-repeat center center; }
    .main_header .top_header .header_contacts {
      position: relative;
      width: 220px;
      float: right;
      text-align: right; }
      .main_header .top_header .header_contacts .tel {
        display: inline-block;
        line-height: 1;
        font-weight: bold;
        font-size: 27px;
        color: #B27948;
        margin-bottom: 5px; }
        .main_header .top_header .header_contacts .tel:hover {
          color: #333333; }
      .main_header .top_header .header_contacts button {
        border: none;
        background: none;
        padding: 0px;
        font-weight: bold;
        font-size: 14px;
        color: #B27948;
        text-transform: uppercase;
        text-decoration: underline; }
        .main_header .top_header .header_contacts button:hover {
          color: #333333; }
  .main_header .header_nav {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    -webkit-box-pack: justify;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
    /*text-justify: newspaper; /* IE7- */
    margin-bottom: 10px; }
    .main_header .header_nav li {
      display: inline-block;
      padding: 10px 0px; }
      .main_header .header_nav li a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        color: #444;
        text-transform: uppercase;
        padding: 10px 0px; }
        .main_header .header_nav li a:hover {
          color: #b27948; }
    .main_header .header_nav .active a {
      color: #b27948; }

.main_footer {
  width: 100%;
  background: #4a4f56; }
  .main_footer .footer_nav {
    width: 100%;
    /*height: 75px;*/
    list-style: none;
    /*display: -webkit-box;*/
    -webkit-box-pack: justify;
    /*display: -webkit-flex;*/
    -webkit-justify-content: space-between;
    display: inline-block;
    justify-content: space-between;
    text-align: justify;
    text-align-last: justify;
    /*text-justify: newspaper; /* IE7- */
    margin-bottom: 10px; }
    .main_footer .footer_nav li {
      display: inline-block;
      padding: 20px 0px; }
      .main_footer .footer_nav li a {
        display: inline-block;
        font-weight: bold;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        padding: 10px 0px; }
        .main_footer .footer_nav li a:hover {
          color: #b27948; }
    .main_footer .footer_nav .active a {
      color: #b27948; }
  .main_footer .bottom_footer {
    position: relative;
    width: 100%;
    padding-bottom: 30px; }
    .main_footer .bottom_footer:after {
      content: "";
      display: table;
      clear: both; }
    .main_footer .bottom_footer .footer_contacts {
      float: right;
      text-align: right; }
      .main_footer .bottom_footer .footer_contacts .tel {
        display: inline-block;
        line-height: 1;
        font-weight: bold;
        font-size: 18px;
        line-height: 41px;
        color: #d9d9d9;
        margin-right: 50px; }
        .main_footer .bottom_footer .footer_contacts .tel:hover {
          color: #b27948; }
      .main_footer .bottom_footer .footer_contacts button {
        border: none;
        height: 41px;
        background: none;
        padding: 0px 30px;
        -webkit-border-radius: 21px;
        border-radius: 21px;
        border: 2px solid #d9d9d9;
        font-weight: bold;
        font-size: 14px;
        color: #d9d9d9;
        text-transform: uppercase; }
        .main_footer .bottom_footer .footer_contacts button:hover {
          color: #b27948;
          border-color: #B27948; }
    .main_footer .bottom_footer .soc_links {
      position: relative;
      float: left;
      margin-left: 55px;
      list-style: none; }
      .main_footer .bottom_footer .soc_links li {
        position: relative;
        height: 41px;
        padding-top: 11px;
        display: inline-block;
        vertical-align: top;
        margin: 0 2px; }
        .main_footer .bottom_footer .soc_links li a {
          display: block;
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-position: center center; }
          .main_footer .bottom_footer .soc_links li a:hover {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }
        .main_footer .bottom_footer .soc_links li .soc_facebook {
          background-image: url("../img/soc_facebook.png"); }
          .main_footer .bottom_footer .soc_links li .soc_instagram {
          background-image: url("../img/instagram.png"); }
          .main_footer .bottom_footer .soc_links li .soc_vk {
          background-image: url("../img/vk.png"); }
        .main_footer .bottom_footer .soc_links li .soc_twitter {
          background-image: url("../img/soc_twitter.png"); }
        .main_footer .bottom_footer .soc_links li .soc_linkedin {
          background-image: url("../img/soc_linkedin.png"); }
        .main_footer .bottom_footer .soc_links li .soc_youtube {
          background-image: url("../img/soc_youtube.png"); }
    .main_footer .bottom_footer .copyright {
      position: relative;
      float: left;
      font-size: 15px;
      color: #D9D9D9;
      line-height: 41px; }

.main_slider {
  position: relative;
  width: 100%;
  height: 457px;
  overflow: hidden; }
  .main_slider .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative; }
    .main_slider .swiper-slide img {
      position: absolute;
      top: 0px;
      bottom: 0px;
      right: 0px;
      margin: auto;
      min-height: 100%;
      min-width: 80%; }
    .main_slider .swiper-slide .container {
      position: relative;
      height: 100%; }
    .main_slider .swiper-slide .wrapper {
      position: relative;
      z-index: 2;
      width: 470px;
      height: 100%;
      padding-top: 40px; 
    }
      .main_slider .swiper-slide .wrapper:before {
        content: "";
        display: block;
        width: 1000%;
        height: 100%;
        position: absolute;
        z-index: -1;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: url("../img/main_slider/static_bg.png") no-repeat right top; }
      .main_slider .swiper-slide .wrapper:after {
        content: "";
        display: block;
        width: 1000%;
        height: 100%;
        position: absolute;
        z-index: -2;
        right: 400px;
        top: 0px;
        bottom: 0px;
        background: url("../img/main_slider/static_bg_2.png") repeat-x right 200px top; }
      .main_slider .swiper-slide .wrapper .text {
        position: relative;
        /*width: 330px;*/
        height: 200px;
        /*overflow: hidden;*/
        margin-bottom: 45px; }
        .main_slider .swiper-slide .wrapper .text .slide_title {
          font-size: 32px;
          color: #231f20;
          margin-bottom: 20px; }
        .main_slider .swiper-slide .wrapper .text p {
          font-family: Arial, sans-serif;
          max-width: 290px;
          font-style: italic;
          font-size: 15px;
          color: #231F20;
          margin-bottom: 15px;
          line-height: 1.35; }
      .main_slider .swiper-slide .wrapper .more {
        display: block;
        position: relative;
        height: 46px;
        width: 200px;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        border: 2px solid #b27948;
        background: #b27948;
        text-align: center;
        padding: 12px;
        font-weight: bold;
        font-size: 15px;
        color: #fff;
        letter-spacing: 0.075em;
        text-transform: uppercase; }
        .main_slider .swiper-slide .wrapper .more:hover {
          background: rgba(255, 255, 255, 0.8);
          color: #b27948; }
        .main_slider .swiper-slide .wrapper .more:active {
          -webkit-transform: scale(0.9);
          -moz-transform: scale(0.9);
          -ms-transform: scale(0.9);
          -o-transform: scale(0.9);
          transform: scale(0.9); }
  .main_slider .swiper-pagination {
    position: relative;
    left: 0px;
    /*right: 0px;*/
    bottom: 60px;
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: left; }
    .main_slider .swiper-pagination .swiper-pagination-bullet {
      display: block;
      width: 30px;
      height: 30px;
      border: 2px solid #fff;
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #231f20;
      text-align: center;
      background: none;
      opacity: 1;
      float: left;
      margin-right: 5px;
      margin-left: 0px;
      padding-top: 4px; }
    .main_slider .swiper-pagination .swiper-pagination-bullet-active {
      border-color: #b27948;
      color: #B27948; }

.item_slider_section {
  position: relative;
  width: 100%; }
  .item_slider_section .container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
  .item_slider_section .swiper-button-next, .item_slider_section .swiper-button-prev {
    top: 110px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid #b57e4e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    background: none;
    color: #B57E4E;
    line-height: 1;
    padding-top: 6px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
    .item_slider_section .swiper-button-next:hover, .item_slider_section .swiper-button-prev:hover {
      color: #222;
      border-color: #222; }
  .item_slider_section .swiper-button-next {
    right: -50px; }
  .item_slider_section .swiper-button-prev {
    left: -50px; }

.item_slider {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden; }
  .item_slider .swiper-slide {
    position: relative;
    /*width: 100%;*/
    /*width: 170px !important;*/
    margin-right: 30px !important; 
    height: 100%;
    text-align: center; }
    .item_slider .swiper-slide .item {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .item_slider .swiper-slide .item:hover .img_block {
        border-color: #b27948;
        background-color: #f5f5f5;
        opacity: 1; }
        .item_slider .swiper-slide .item:hover .img_block:before {
          opacity: 1; }
    .item_slider .swiper-slide .img_block {
      position: relative;
      text-align: center;
      opacity: 0.65;
      border: 2px solid rgba(255, 255, 255, 0);
      background-color: white;
      width: 170px;
      height: 170px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all;
      margin-bottom: 10px; }
      .item_slider .swiper-slide .img_block:before {
        content: "";
        display: block;
        width: 2px;
        height: 15px;
        position: absolute;
        z-index: -1;
        background: #b27948;
        opacity: 0;
        left: 0px;
        right: 0px;
        bottom: -14px;
        margin: 0 auto;
        -webkit-transform: rotate(15deg);
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(35deg);
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
      .item_slider .swiper-slide .img_block img {
        position: absolute;
        display: block;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-width: 160px;
        max-height: 160px;
        border-radius: 50%}
    .item_slider .swiper-slide p {
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      color: #333333; }


.advantages {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 50px; }
  .advantages .left_block, .advantages .right_block {
    /*padding-top: 40px;*/
    text-align: left;
    color: #333; }
    .advantages .left_block .block_title, .advantages .right_block .block_title {
      font-weight: bold;
      font-size: 24px;
      margin-bottom: 25px; }
    .advantages .left_block ul, .advantages .right_block ul {
      list-style: none;
      position: relative; }
      .advantages .left_block ul li, .advantages .right_block ul li {
        position: relative;
        margin-bottom: 15px;
        font-family: Arial, sans-serif;
        font-size: 16px;
        padding-left: 18px; 
      list-style-position: inside;
  /*list-style-type: circle;*/}
        .wrapper ul li {
       
        margin-bottom: 15px !important;
        font-family: Arial, sans-serif !important;
        font-size: 17px !important;
        padding-left: 18px !important; 
        margin: 25px 45px 15px 25px;}
        .wrapper ul li:before {
          content: "" !important;
          position: absolute !important;
          left: 0px !important;
        margin-left: 35px;
          width: 13px !important;
          height: 15px !important; 
          background: url("../img/list_line.png") no-repeat left top; }
        .advantages .left_block ul li:before, .advantages .right_block ul li:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 1px;
          width: 13px;
          height: 15px; }
  /*.advantages .left_block {
    padding-right: 0px; }*/
    .advantages .left_block ul li:before {
      background: url("../img/list_line.png") no-repeat left top;
      }
  .advantages .right_block {
    padding-left: 0px;
    color: #b27948; }
    .advantages .right_block ul li:before {
      background: url("../img/list_line_2.png") no-repeat left top; }
  .advantages .mid_block {
    text-align: center;
    margin-top: 20px; }
    .advantages .mid_block .wrap {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 310px;
      height: 310px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      text-align: center;
      padding-top: 28px; }
      .advantages .mid_block .wrap:hover:before {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }
      .advantages .mid_block .wrap:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
        left: 0px;
        top: 0px;
        background: url("../img/advantages.png") no-repeat center center;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
        -webkit-transition: 0.7s transform;
        -moz-transition: 0.7s transform;
        -ms-transition: 0.7s transform;
        -o-transition: 0.7s transform;
        transition: 0.7s transform; }
      .advantages .mid_block .wrap .projects {
        position: relative;
        text-align: center;
        font-weight: bold;
        font-size: 40px;
        color: #B27948;
        line-height: 1;
        margin-bottom: 10px;
		margin-top: 20px;
		}
        .advantages .mid_block .wrap .projects span {
          font-family: Arial, sans-serif;
          font-style: italic;
          font-size: 16px;
          display: block; }
        .advantages .mid_block .wrap .projects strong {
          font-size: 20px;
          text-transform: uppercase;
          display: block; }
      .advantages .mid_block .wrap .projects_2 {
        font-size: 27px;
        color: #404041;
        line-height: 1.1;
        text-transform: uppercase; }
        .advantages .mid_block .wrap .projects_2 strong {
          font-weight: bold;
          display: block;
		  margin-bottom: 8px;		  }
        .advantages .mid_block .wrap .projects_2 span {
          font-family: Arial, sans-serif;
          font-style: italic;
          font-size: 16px;
          display: block;
          text-transform: none;
          max-width: 170px;
          margin: 0 auto;
          line-height: 1;
          color: #B57E4E;
          margin-top: 5px; }
 .list {
  	    list-style-type: decimal;
  }
.reclame_section {
  position: relative;
  width: 100%;
  min-height: 458px;
  padding-top: 35px;
  padding-bottom: 35px;
  background: url("../img/reclame.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .reclame_section .reclame_title {
    font-size: 32px;
    line-height: 40px;
    color: #302C2D;
    margin-bottom: 40px; }
  .reclame_section p {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 15px;
    line-height: 1.2;
    color: #302C2D;
    max-width: 420px;
    margin-bottom: 50px; }
  .reclame_section .left_block {
    float: left;
    width: 100%;
    max-width: 572px; }
  .reclame_section .right_block {
    float: right;
    width: 100%;
    max-width: 370px; }
    .reclame_section .right_block p {
      padding-left: 68px; }
  .reclame_section .more {
    display: block;
    position: relative;
    height: 46px;
    width: 200px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    border: 2px solid #b27948;
    background: #b27948;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.075em;
    text-transform: uppercase; 
  font-style: normal;}
    .reclame_section .more:hover {
      background: rgba(255, 255, 255, 0.8);
      color: #b27948; }
    .reclame_section .more:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.items_section {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px; }
  .items_section .look_more {
    display: inline-block;
    font-size: 13px;
    color: #b27948;
    border-bottom: 1px solid #b27948; }
    .items_section .look_more:hover {
      color: #333;
      border-color: #333; }

.produc_item {
  position: relative;
  display: block;
  width: 100%;
  height: 291px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  padding-top: 5px;
  margin-bottom: 10px; }
  .produc_item:hover {
    border-color: #c1aa81; }
  .produc_item .produc_img_block {
    position: relative;
    width: 100%;
    height: 180px;
    margin-bottom: 10px; }
    .produc_item .produc_img_block img {
      position: absolute;
      z-index: 1;
      top: 0px;
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .produc_item .produc_img_block .sale {
      position: absolute;
      z-index: 2;
      right: 15px;
      bottom: 10px;
      display: block;
      width: 46px;
      height: 46px;
      background: url("../img/procent.png") no-repeat center center;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%; }
  .produc_item .name {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    text-transform: uppercase; }
  .produc_item .second_name {
    font-size: 14px;
    color: #808080;
    margin-bottom: 10px; }
  .produc_item .price {
    font-weight: bold;
    font-size: 24px;
    color: #333333; }

.blog_section {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px; }
  .blog_section .blog_item {
    position: relative;
    display: block;
    width: 100%;
    height: 325px;
    overflow: hidden; }
    .blog_section .blog_item:hover .blog_img:before {
      border-color: rgba(178, 121, 72, 0.16);
      border-top: 136px solid rgba(178, 121, 72, 0.46);
      border-right: 136px solid rgba(178, 121, 72, 0.46); }
    .blog_section .blog_item .blog_img {
      position: relative;
      width: 100%;
      height: 274px;
      overflow: hidden;
      margin-bottom: 15px;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .blog_section .blog_item .blog_img:before {
        content: "";
        position: absolute;
        z-index: 1;
        right: 0px;
        top: 0px;
        border: 136px solid transparent;
        border-top: 136px solid rgba(0, 0, 0, 0.46);
        border-right: 136px solid rgba(0, 0, 0, 0.46);
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
      .blog_section .blog_item .blog_img img {
        position: relative;
        width: 100%;
        height: 100%; }
      .blog_section .blog_item .blog_img .name {
        position: absolute;
        z-index: 2;
        top: 25px;
        right: 25px;
        width: 100%;
        max-width: 230px;
        font-weight: bold;
        font-size: 16px;
        line-height: 20px;
        color: #FFF;
        text-align: right;
        letter-spacing: 0.05em;
        text-transform: none; }
    .blog_section .blog_item .date {
      font-family: "PT Sans", sans-serif;
      font-weight: bold;
      font-size: 11px;
      text-transform: uppercase;
      color: #B27948; }

.about {
  width: 100%; }
  .about .wrapper {
    padding-top: 40px;
    padding-bottom: 55px;
    border-top: 1px solid #c1aa81; }
  .about p {
    font-family: "Arial", sans-serif;
    font-size: 17px;
    color: #000000;
    margin-bottom: 15px; }
  .about .details_btn {
    margin-top: 30px; }

.details_btn {
  position: relative;
  display: block;
  width: 190px;
  height: 40px;
  border: 2px solid #a6aaae;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #A6AAAE;
  line-height: 38px;
  text-transform: uppercase; }
  .details_btn:focus {
    color: #A6AAAE; }
  .details_btn:hover {
    background: #b27948;
    color: #fff;
    border-color: #B27948; }
  .details_btn:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

.modal-completed .modal-dialog {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 15%; }
  .modal-completed .modal-dialog .modal-content {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.99);
    -webkit-box-shadow: 0px 5px 40px rgba(34, 38, 43, 0.5);
    box-shadow: 0px 5px 40px rgba(34, 38, 43, 0.5); }
  .modal-completed .modal-dialog .modal-header {
    padding: 0px;
    padding-top: 25px;
    border: none;
    position: relative; }
    .modal-completed .modal-dialog .modal-header .modal-title {
      text-align: center;
      font-weight: bold;
      font-size: 28px;
      color: #b27948;
      text-transform: uppercase; }
    .modal-completed .modal-dialog .modal-header .close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 21px;
      height: 21px;
      background: url("../img/close_modal.png") no-repeat left top;
      opacity: 1;
      -webkit-transition: 0s all;
      -moz-transition: 0s all;
      -ms-transition: 0s all;
      transition: 0.5s all; }
    .modal-completed .modal-dialog .modal-header .close:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
  .modal-completed .modal-dialog .modal-body {
    text-align: center;
    position: relative;
    padding: 30px 0px;
    padding-top: 20px; }
    .modal-completed .modal-dialog .modal-body p {
      font-size: 20px; }

.callback_modal .modal-dialog {
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10%; }
  .callback_modal .modal-dialog .modal-content {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.99);
    -webkit-box-shadow: 0px 5px 40px rgba(34, 38, 43, 0.5);
    box-shadow: 0px 5px 40px rgba(34, 38, 43, 0.5);
    text-align: center;
    border: none; }
    .callback_modal .modal-dialog .modal-content .modal-body {
      position: relative;
      width: 100%;
      padding: 55px 15px;
      padding-bottom: 65px; }
      .callback_modal .modal-dialog .modal-content .modal-body:before {
        content: "";
        display: block;
        width: 100%;
        height: 9px;
        position: absolute;
        left: 0px;
        top: 15px;
        background: url("../img/border.png") repeat-x left top; }
      .callback_modal .modal-dialog .modal-content .modal-body:after {
        content: "";
        display: block;
        width: 100%;
        height: 9px;
        position: absolute;
        left: 0px;
        bottom: 15px;
        background: url("../img/border.png") repeat-x left top; }
    .callback_modal .modal-dialog .modal-content .close {
          position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../img/close_modal.png) no-repeat left top;
    opacity: 1;
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
    transition: 0.5s all;
    background-color: #fcfcfc;
    background-position: 5px 5px;
    }
    .callback_modal .modal-dialog .modal-content .close:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
    .callback_modal .modal-dialog .modal-content .modal_title {
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      color: #333333;
      margin-bottom: 35px; }
    .callback_modal .modal-dialog .modal-content p {
      font-family: Arial, sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #595959; }

.callback_form {
  position: relative;
  width: 100%;
  max-width: 316px;
  margin: 0 auto; }
  .callback_form label {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-style: italic;
    text-align: left;
    color: #B27948;
    line-height: 1; }
    .callback_form label sup {
      position: relative;
      top: 0px;
      color: #595959; }
    .callback_form label input {
      position: relative;
      outline: none;
      width: 100%;
      height: 34px;
      border: none;
      font-size: 18px;
      font-style: normal;
      color: #333;
      padding-top: 3px;
      background: none;
      border-bottom: 1px solid #b27948;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .callback_form label input:focus {
        border-color: #333; }
  .callback_form button {
    position: relative;
    height: 46px;
    padding-left: 42px;
    padding-right: 42px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    border: 2px solid #b27948;
    background: #B27948;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    margin-top: 28px;
    margin-bottom: 30px; }
    .callback_form button:hover {
      background: #FFF;
      color: #B27948; }
    .callback_form button:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.inner_page_header {
  position: relative;
  width: 100%;
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .inner_page_header:before {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0px;
    top: -9px;
    background: url("../img/border.png") repeat-x left top; }
  .inner_page_header:after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0px;
    bottom: -9px;
    background: url("../img/border.png") repeat-x left top; }
  .inner_page_header .page_title {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    line-height: 40px;
    color: #333333;
    margin-bottom: 10px; }

.breadcrumb {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  background: none; }
  .breadcrumb li {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #999; }
    .breadcrumb li a {
      color: #737373;
      text-decoration: underline; }
  .breadcrumb li + li:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 5px;
    width: 7px;
    height: 5px;
    background: url("../img/breadcrumbs.png") no-repeat center center;
    margin-right: 4px; }

.delivery {
  position: relative;
  width: 100%;
  padding-bottom: 50px; }
  .delivery .delivery_title {
    position: relative;
    width: 100%;
    height: 142px;
    margin-bottom: 24px;
    padding-left: 30px;
    background-color: #e2e2e2;
    background-position: right top;
    background-repeat: no-repeat; }
    .delivery .delivery_title .inner {
      position: relative;
      display: table;
      width: 285px;
      height: 100%; }
      .delivery .delivery_title .inner p {
        display: table-cell;
        width: 320px;
        vertical-align: middle;
        font-size: 26px;
        color: #302C2D; }
  .delivery .delivery_title_1 {
    background-image: url("../img/delivery_1.png"); }
  .delivery .delivery_title_2 {
    background-image: url("../img/delivery_2.png"); }
  .delivery ul {
    list-style: none;
    position: relative;
    min-height: 240px; }
    .delivery ul li {
      position: relative;
      margin-bottom: 15px;
      font-family: Arial, sans-serif;
      font-size: 16px;
      padding-left: 19px; }
      .delivery ul li .list_title {
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 15px;
        display: block; }
      .delivery ul li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 1px;
        width: 13px;
        height: 15px;
        background: url("../img/list_line.png") no-repeat left top; }

.question_block {
    margin: 10px 0 0;
  position: relative;
  width: 100%;
  padding: 35px;
  padding-left: 100px;
  border: 3px solid #b98a61;
  background: url("../img/question.png") no-repeat 18px 18px; }
  .question_block .question_title {
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #B98A61;
    margin-bottom: 20px; }
  .question_block p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #B98A61;
    margin-bottom: 10px; }

.contacts_section {
  position: relative;
  width: 100%; }
  .contacts_section .wrapper {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    .contacts_section .wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .contacts_section .wrapper p {
      font-weight: bold;
      float: left;
      margin-right: 90px;
      font-size: 16px;
      line-height: 30px;
      color: #333333; }
      .contacts_section .wrapper p span, .contacts_section .wrapper p a {
        font-weight: normal;
        display: block; }
      .contacts_section .wrapper p a:hover {
        color: #b27948; }

.map_block {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 460px;
  overflow: hidden; }
  .map_block .container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 0px; }
  .map_block .wrap {
    position: relative;
    z-index: 2;
    width: 472px;
    height: 460px;
    padding-top: 32px; }
    .map_block .wrap:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0px;
      right: 0px;
      background: url("../img/map_bg.png") no-repeat right top; }
    .map_block .wrap:after {
      content: "";
      display: block;
      width: 1000%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0px;
      right: 100%;
      background: url("../img/map_bg_2.png") repeat-x right top; }
    .map_block .wrap .contact_title {
      font-size: 32px;
      color: #333333;
      margin-bottom: 24px; }
    .map_block .wrap p {
      font-family: Arial, sans-serif;
      font-size: 14px;
      font-style: italic;
      max-width: 330px;
      color: #333333;
      margin-bottom: 20px; }

.contact_form {
  position: relative;
  width: 268px; }
  .contact_form label {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    text-align: left;
    color: #B27948;
    line-height: 1; }
    .contact_form label sup {
      position: relative;
      top: 0px;
      color: #595959; }
    .contact_form label input {
      position: relative;
      outline: none;
      width: 100%;
      height: 34px;
      border: none;
      font-size: 18px;
      font-style: normal;
      color: #333;
      padding-top: 3px;
      background: none;
      border-bottom: 1px solid #b27948;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .contact_form label input:focus {
        border-color: #333; }
  .contact_form button {
    position: relative;
    height: 46px;
    max-width: 196px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    border: 2px solid #b27948;
    background: #B27948;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    margin-top: 20px;
    margin-bottom: 30px; }
    .contact_form button:hover {
      background: #FFF;
      color: #B27948; }
    .contact_form button:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

#map {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%; }

.one_item {
  position: relative;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 35px; }
  .one_item .tabs {
    position: relative;
    width: 100%; }
    .one_item .tabs .tab-content {
      position: relative;
      width: 100%;
/*      height: 572px;*/
      border: 1px solid #cccccc;
      margin-bottom: 14px; }
      .one_item .tabs .tab-content .tab-pane {
        position: relative;
        width: 100%;
        display: none;
      }
      .one_item .tabs .tab-content .tab-pane.active {
          display: block;
      }
      .one_item .tabs .tab-content .tab-pane a {
          display: block;
      }
        .one_item .tabs .tab-content .tab-pane img {
          /*position: absolute;
          top: 0px;
          left: 0px;
          right: 0px;*/
          bottom: 0px;
          margin: auto;
          max-width: 100%;
          max-height: 100%; }
    .one_item .tabs .nav-tabs {
      position: relative;
      width: calc(100% - 30px);
      border: none;}
      .one_item .tabs .nav-tabs li {
        display: block;
        float: left;
        width: 78px;
        height: 78px;
        margin-right: 4px;
        margin-bottom: 4px; }
        .one_item .tabs .nav-tabs li:nth-child(7n+7) {
          margin-right: 0px; }
        .one_item .tabs .nav-tabs li a {
          display: block;
          width: 100%;
          height: 100%;
          background: none;
          border: 1px solid #cccccc;
          -webkit-border-radius: 0px;
          border-radius: 0px; }
          .one_item .tabs .nav-tabs li a:hover {
            opacity: 0.8; }
          .one_item .tabs .nav-tabs li a img {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            max-width: 100%;
            max-height: 100%; }
      .one_item .tabs .nav-tabs .active a {
        border-color: #b27948; }
  .one_item .info_wrapper {
    position: relative;
    width: 100%; }
    .one_item .info_wrapper .info_text {
      font-family: Arial, sans-serif;
      font-size: 16px;
      color: #333;
      margin-bottom: 15px;
      margin-top: 18px; }
    .one_item .info_wrapper .name {
      font-size: 18px;
      color: #808080;
      margin-bottom: 15px; }
    .one_item .info_wrapper .price {
      font-weight: bold;
      font-size: 36px;
      color: #333333;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .one_item .info_wrapper .old_price {
      font-weight: bold;
      font-size: 18px;
      color: red;
      margin-bottom: 20px; }
    .one_item .info_wrapper button {
      position: relative;
      width: 196px;
      height: 46px;
      -webkit-border-radius: 23px;
      border-radius: 23px;
      border: 2px solid #b27948;
      background: #b27948;
      text-align: center;
      padding: 12px;
      font-weight: bold;
      font-size: 15px;
      color: #fff;
      letter-spacing: 0.075em;
      text-transform: uppercase;
      margin-bottom: 25px; }
      .one_item .info_wrapper button:hover {
        background: #FFF;
        color: #b27948; }
      .one_item .info_wrapper button:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }
    .one_item .info_wrapper .article, .one_item .info_wrapper .dop_info {
      font-family: Arial, sans-serif;
      font-size: 16px;
      color: #333;
      margin-bottom: 10px; }
    .one_item .info_wrapper .info_title {
      font-weight: bold;
      font-size: 18px;
      color: #333333;
      margin-bottom: 10px; }
    .one_item .info_wrapper table {
      position: relative;
      width: 100%;
      margin-bottom: 22px; }
      .one_item .info_wrapper table tr:nth-child(2n+1) td {
        background: #efefef; 
        padding-right: 20%;}
      .one_item .info_wrapper table td {
        font-family: Arial, sans-serif;
        font-size: 16px;
        line-height: 30px;
        color: #333; }
      .one_item .info_wrapper table td:first-of-type {
        padding-left: 30px; }
    .one_item .info_wrapper .item_icons {
      position: relative;
      width: 100%;
      margin-bottom: 20px; }
      .one_item .info_wrapper .item_icons:after {
        content: "";
        display: table;
        clear: both; }
      .one_item .info_wrapper .item_icons .icon {
        position: relative;
        float: left;
        width: 33.333%;
        height: 80px;
        padding-left: 90px; }
        .one_item .info_wrapper .item_icons .icon .inner {
          position: relative;
          display: table;
          width: 100%;
          height: 100%; }
          .one_item .info_wrapper .item_icons .icon .inner p {
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            font-size: 14px;
            color: #B27948; 
            font-weight: bold;
          }
          /*.one_item .info_wrapper .item_icons .icon .inner:after {
              content: attr(data-content);
          }
          .one_item .info_wrapper .item_icons .icon .inner:hover::after { 
             content: attr(data-content); 
            position: absolute; 
            left: -10%;
            top: 75%;
            z-index: 1; 
            background: rgba(255,255,230,0.9); 
            font-family: Arial, sans-serif; 
            font-size: 11px; 
            padding: 5px 10px; 
            border: 1px solid #333;              
           }*/
          
      .one_item .info_wrapper .item_icons .icon_1 {
        background: url("../img/item_icon_1.png") no-repeat left top; }
      .one_item .info_wrapper .item_icons .icon_2 {
        background: url("../img/item_icon_2.png") no-repeat left top; }
      .one_item .info_wrapper .item_icons .icon_3 {
        background: url("../img/item_icon_3.png") no-repeat left top; }

.popover.bottom {
  margin-top: 0px;
  border: none;
  padding: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #808080;
  font-style: italic;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  max-width: 100px;
  line-height: 1.1;
  margin-top: -5px; }
  .popover.bottom .popover-content {
    padding: 0px; }
  .popover.bottom .arrow {
    display: none; }

.order_modal .modal-dialog {
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
  margin-top: 10%; }
  .order_modal .modal-dialog .modal-content {
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(255, 255, 255, 0.99);
    -webkit-box-shadow: 0px 5px 40px rgba(34, 38, 43, 0.5);
    box-shadow: 0px 5px 40px rgba(34, 38, 43, 0.5);
    text-align: center;
    border: none; }
    .order_modal .modal-dialog .modal-content .modal-body {
      position: relative;
      width: 100%;
      padding: 55px 15px;
      padding-bottom: 65px; }
      .order_modal .modal-dialog .modal-content .modal-body:before {
        content: "";
        display: block;
        width: 100%;
        height: 9px;
        position: absolute;
        left: 0px;
        top: 15px;
        background: url("../img/border.png") repeat-x left top; }
      .order_modal .modal-dialog .modal-content .modal-body:after {
        content: "";
        display: block;
        width: 100%;
        height: 9px;
        position: absolute;
        left: 0px;
        bottom: 15px;
        background: url("../img/border.png") repeat-x left top; }
    .order_modal .modal-dialog .modal-content .close {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../img/close_modal.png) no-repeat left top;
    opacity: 1;
    -webkit-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
    transition: 0.5s all;
    background-position: 5px 5px;
    background-color: #fcfcfc;
    }
    .order_modal .modal-dialog .modal-content .close:hover {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }
    .order_modal .modal-dialog .modal-content .modal_title {
      text-align: center;
      font-weight: bold;
      font-size: 24px;
      color: #333333;
      margin-bottom: 15px; }
    .order_modal .modal-dialog .modal-content .order_form {
      margin-top: 25px; }
    .order_modal .modal-dialog .modal-content p {
      font-family: Arial, sans-serif;
      font-size: 12px;
      font-style: italic;
      color: #595959; }

.order_form {
  position: relative;
  width: 100%;
  max-width: 316px;
  margin: 0 auto; }
  .order_form label {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-style: italic;
    text-align: left;
    color: #B27948;
    line-height: 1; }
    .order_form label sup {
      position: relative;
      top: 0px;
      color: #595959; }
    .order_form label input {
      position: relative;
      outline: none;
      width: 100%;
      height: 34px;
      border: none;
      font-size: 18px;
      font-style: normal;
      color: #333;
      padding-top: 3px;
      background: none;
      border-bottom: 1px solid #b27948;
      -webkit-transition: 0.3s all;
      -moz-transition: 0.3s all;
      -ms-transition: 0.3s all;
      -o-transition: 0.3s all;
      transition: 0.3s all; }
      .order_form label input:focus {
        border-color: #333; }
  .order_form button {
    position: relative;
    height: 46px;
    padding-left: 42px;
    padding-right: 42px;
    font-weight: bold;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    border: 2px solid #b27948;
    background: #B27948;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    margin-top: 28px;
    margin-bottom: 30px; }
    .order_form button:hover {
      background: #FFF;
      color: #B27948; }
    .order_form button:active {
      -webkit-transform: scale(0.9);
      -moz-transform: scale(0.9);
      -ms-transform: scale(0.9);
      -o-transform: scale(0.9);
      transform: scale(0.9); }

.catalog_section {
  width: 100%;
  padding-top: 32px; }

.sidebar {
  position: relative;
  width: 100%;
  max-width: 280px;
  padding: 4px;
  background: #E9D8CA;
  margin-bottom: 20px; }
  .sidebar .sidebar_menu {
    position: relative;
    list-style: none;
    border: 1px solid #fff;
    padding-bottom: 10px;
    background: #E9D8CA; }
    .sidebar .sidebar_menu li {
      position: relative;
      padding-top: 25px;
      padding-bottom: 18px;
      padding-right: 10px; }
      .sidebar .sidebar_menu li a {
        display: block;
        padding-left: 12px;
        position: relative;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        color: #2d2b25;
        margin-bottom: 20px; }
        .sidebar .sidebar_menu li a:hover {
          color: #B27948; }
    .sidebar .sidebar_menu li + li:before {
      content: "";
      display: block;
      width: 236px;
      height: 1px;
      background: #FFF;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      margin: 0 auto; }
  .sidebar .second_nav {
    border: none;
    padding-bottom: 0px; }
    .sidebar .second_nav li {
      position: relative;
      padding: 0px; }
      .sidebar .second_nav li a {
        position: relative;
        font-family: Arial, sans-serif;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        padding-left: 12px;
        padding-right: 20px;
        margin-bottom: 0px; }
    .sidebar .second_nav .active a {
      background: #B27948;
      overflow: hidden;
      color: #FFF;
      font-weight: 600; }
      .sidebar .second_nav .active a:hover {
        color: #FFF; }
      .sidebar .second_nav .active a:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        border: 14px solid transparent;
        border-top: 14px solid #e9d8ca;
        border-right: 14px solid #e9d8ca; }
    .sidebar .second_nav li + li:before {
      display: none; }

.catalog_content {
  position: relative;
  width: 100%;
  padding-bottom: 40px; }
  .catalog_content .wrapper {
    position: relative;
    width: 100%; }
    .catalog_content .wrapper:after {
      content: "";
      display: table;
      clear: both; }

.filters {
  position: relative;
  width: 100%;
  margin-bottom: 35px; }
  .filters .select_filters {
    position: relative;
    width: 100%; }
    .filters .select_filters:after {
      content: "";
      display: table;
      clear: both; }
    .filters .select_filters label {
      position: relative;
      float: left;
      font-family: Arial, sans-serif;
      font-size: 15px;
      color: #595959;
      margin-right: 28px;
      margin-bottom: 12px; }
      .filters .select_filters label select {
        width: 149px;
        height: 20px;
        outline: none;
        position: relative;
        border: none;
        border-bottom: 1px solid #B27948;
        padding: 0px;
        font-family: Arial, sans-serif;
        color: #333;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none !important;
        text-indent: 0.01px;
        text-overflow: "";
        background: url("../img/select.png");
        background-position: right 2px center;
        background-repeat: no-repeat; }
      .filters .select_filters label select::-ms-expand {
        display: none; }
      .filters .select_filters label .sort_2 {
        width: 72px; }
  .filters .checkbox_filters {
    position: relative;
    width: 100%; }
    .filters .checkbox_filters:after {
      content: "";
      display: table;
      clear: both; }
    .filters .checkbox_filters label {
      position: relative;
     /* float: left;*/
      margin-right: 11px;
      cursor: pointer;
      font-family: Arial, sans-serif;
      font-size: 15px;
      color: #595959; }
      .filters .checkbox_filters label input[type="checkbox"] {
        display: none; }
      .filters .checkbox_filters label input[type="checkbox"] + span {
        padding: 5px 0px;
        padding-bottom: 0;
        margin: 0 12px;
        height: 27px;
        border-bottom: 1px dotted #595959; }
      .filters .checkbox_filters label input[type="checkbox"]:checked + span {
        background: #e9d8ca;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        padding: 5px 12px;
        margin: 0px;
        border: none; }

.pagination {
  position: relative;
  width: 100%;
  text-align: center; }
  .pagination li {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .pagination li a {
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background: none;
      border: none;
      font-size: 15px;
      padding: 5px 0px;
      color: #595959;
      text-align: center; }
      .pagination li a:hover {
        background: none;
        color: #b27948; }
  .pagination .disabled a {
    cursor: pointer; }
    .pagination .disabled a:hover {
      cursor: pointer; }
  .pagination .active a {
    background: #b27948;
    color: #fff; }
    .pagination .active a:hover {
      background: #b27948;
      color: #FFF; }

.inner_blog_section .blog_item {
  margin-bottom: 40px;
  height: 388px; }
  .inner_blog_section .blog_item .date {
    margin-bottom: 20px; }
  .inner_blog_section .blog_item .short_text {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #595959;
    line-height: 1.15; }

.typography {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px; }
  .typography .typography_item {
    position: relative;
    width: 100%;
    margin-bottom: 40px; }
    .typography .typography_item:after {
      content: "";
      display: table;
      clear: both; }
  .typography img {
    max-width: 290px;
    float: left;
    margin-right: 25px;
    margin-bottom: 15px; }
  .typography p.date {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #B27948;
    margin-bottom: 20px; }
  .typography p {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #231f20;
    margin-bottom: 18px;
    text-align: justify; }
  .typography .italic {
    font-size: 16px;
    line-height: 24px;
    font-style: italic; }
  .typography h5 {
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #b27948;
    margin-bottom: 20px; }
  .typography .article_item {
    position: relative;
    float: right;
    width: 270px;
    margin-left: 35px;
    margin-bottom: 15px;
    border: 3px solid #e6e2d7;
    padding: 30px 25px; }
    .typography .article_item:before {
      content: "";
      display: block;
      width: 33px;
      height: 35px;
      background: url("../img/article.png") no-repeat left top;
      -webkit-background-size: 100% 100%;
      -o-background-size: 100% 100%;
      background-size: 100% 100%;
      position: absolute;
      left: 25px;
      top: -20px; }
    .typography .article_item p {
      text-align: left; }
    .typography .article_item p:last-of-type {
      margin-bottom: 0px; }
  .typography ul {
    list-style: none;
    position: relative;
    margin-bottom: 55px;
    max-width: 560px;
    margin-left: 100px; }
    .typography ul li {
      position: relative;
      margin-bottom: 15px;
      font-family: Arial, sans-serif;
      font-size: 14px;
      padding-left: 19px; }
      .typography ul li .list_title {
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 15px;
        display: block; }
      .typography ul li:before {
        content: "";
        position: absolute;
        left: 0px;
        top: 1px;
        width: 13px;
        height: 15px;
        background: url("../img/list_line.png") no-repeat left top; }

.all_articles {
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
  text-align: center; }
  .all_articles a {
    display: inline-block;
    min-width: 190px;
    height: 41px;
    padding: 10px 30px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #A6AAAE;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    border: 2px solid #a6aaae;
    -webkit-border-radius: 20px;
    border-radius: 20px; }
    .all_articles a:hover {
      background: #b27948;
      border-color: #B27948;
      color: #FFF; }
/*# sourceMappingURL=main.css.map */

/*# bootstrap+ */

button.navbar-toggle {
    margin-left: 12px;
    float: left;
}    
.navbar-default {
    /*margin: 0 0 20px -5px;*/
    background-color: #fff;
    border: none;
}
nav.navbar-default {
    border: 1px solid #e7e7e7;
}
nav.navbar-default > div > div {
    margin-bottom: 0;
}
.navbar-default .navbar-toggle.sub-arrow {
    margin: 0;
}
.navbar-default .navbar-toggle.sub-arrow:before {
    content: "+";
    margin: -10px -4px;
    display: inline-block;
}
.container-fluid > .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;        
}
.nav.navbar-nav > li > a {
    padding: 10px 14px;
}
.container-fluid > .navbar-header {
    margin-right: 0; 
    margin-left: 0;
}
.navbar-nav {
    margin: 0;
    padding: 7px 15px;
}
.navbar-header > div:last-child {
    display: none;
}
/*# bootstrap end */

.container img {
    max-width: 100%;
}

/* Bag remooving */
div#lightboxOverlay, div#lightbox {
    height: 0 !important;
    display: none !important;
}

.container .container {
    padding-left: 0;
}
.delivery .row .fq1 strong{
font-weight: normal;
    color: #f14e8b;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
.delivery .row .fq1 span {
    font-weight: bold;
    font-size: 16px;
    color: #B27948;
    cursor: pointer;
    border-bottom: 1px dashed #B27948;
}
.delivery .row .fq  {
    background: #ebebeb;
    line-height: 20px;
    padding: 25px 33px;
    margin-bottom: 24px;
    margin-top: 29px;
    position: relative;
    display: none
}
.delivery .row .center .fq2, .center .fq2:hover {
    border: 0;
    color: #202020;
    font-weight: normal; }

  .delivery .row .fq1{
    position: relative;
    padding: 0 0 0 28px;
    margin-bottom: 20px;

  }

.about .block_our-clients-wrap {
    border-bottom: 1px solid #e8e8e8;
    padding: 41px 0 77px 0;

  }
.about .block_our-clients_wrap {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }

  .about  .block_our-clients_item {
    width: 25%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 53px;
}
.about  .content-text img {
    max-width: 100%;
    display: block;
}

.about .img-responsivev {
    display: block;
    max-width: 100%;
}
.about .wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    left: 0px;
    bottom: -9px;
    background: url(../img/border.png) repeat-x left top;
}

.delivery .row .catalogue-actions-page .group {
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }

   .delivery .row .catalogue-actions-page a {
    line-height: 0;
    font-size: 0;
    text-decoration: none;
    padding: 5px; }

    .h2page {
      text-align: center;
      font-size: 25px;
      font-family: Arial, sans-serif;
      margin: 5px;
      color: #B98A61;
      font-weight: bold;
    }

    .row button

    {position: relative;
    width: 196px;
    height: 46px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    border: 2px solid #b27948;
    background: #b27948;
    text-align: center;
    padding: 12px;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    margin-bottom: 25px;
  }

  .row .vist img  {
    margin-right: 10px; /* Отступ справа */
    margin-bottom: 10px; /* Отступ снизу */
  }

 .bblock {
        float: left; /*Задаем обтекание*/
        line-height: 120px;/*Высота строки +  верт. центрирования текста*/
        font-size: 40px;
        width: 120px; /*Фиксируем ширину блока*/
        margin-right: 30px;
        text-align: center; /*Центрируем текст по горизонтали*/
}

.wblock {
         width: auto;/*фиксируем ширину обертки*/
         margin: 0 auto;/*центрируем ее*/
        }
 .nav {
  display: inline-block; /*Задаем блочно-строчное отображение*/
    width: 200px; /*задаем ширину блока*/
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
  margin-left: 30px;
        }

        .nav_1 {
  display: inline-block; /*Задаем блочно-строчное отображение*/
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
        }
  .nav_2 {
  display: inline-block; /*Задаем блочно-строчное отображение*/
  vertical-align: top;
  width: 200px; 
  text-align: center;
  margin-bottom: 20px;
        }
        .string {
         text-align: center; /*Равняем текст по-горизонтали*/
         vertical-align: top;
         margin-top:5px;
         text-transform: uppercase;
        }

.vist {
  text-align: center;
}

.question_block_1 {
    margin: 10px 0 0;
    position: relative;
    width: 100%;
    padding: 35px;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-left: 100px;
    border: 3px solid #b98a61;
    background: url(../img/question.png) no-repeat 18px 18 }

.gallery-row {
  margin-bottom: 30px;
}
.gallery-row .gallery-heading {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #444;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .gallery-row img {
    margin-bottom: 30px;
  }
  .gallery-row {
    margin-bottom: 0;
  }
}
.containerone {   
  border: 2px solid  #c1aa81;
  padding: 16px; 
  margin: 16px auto;
  width: 80%;
  margin: 2.5em auto 1em;
  padding: 1em;
  box-shadow: 20px -15px 10px 5px rgba(0, 0, 0, .2);
}
.containerone img {
  float: left; 
  margin-right: 20px; 
  border-radius: 50%; 
  width: 90px;
}

.containerone span {
  font-size: 18px;
  margin-right: 15px;
}
@media (max-width: 450px) {
  .containerone {
    text-align: center;
  }
  .containerone img {
    margin: auto;
    float: none;
    display: block;
  }
}
.pagination .ctrl {
	display: none;
}
.pagination a {
	color: #B27948;
	text-decoration: underline;
}
.pagination a:hover {
	color: #000;
	text-decoration: none;
}
/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
	text-align: center;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.types_bar {
    display: flex;
    flex-wrap: wrap;
}
.types_bar .item {
    margin-bottom: 1.5em;
    max-width: 140px;
    width: 12.5%;
    text-align: center;
}
.types_bar .item img {
    box-shadow: none;
}
.types_bar .item span {
    display: block;
    margin-top: 0.5em;
    color: #000;
}
@media (max-width: 1310px) {
.types_bar {
    justify-content: center;
    flex-wrap: wrap;
}}
@media (max-width: 1310px){
.types_bar .item {
    width: 100%;
}}

@media (max-width: 1310px){
.divTableBody {
    justify-content: center;
    flex-wrap: wrap;
    }} 
.dropdown-menu {
  display: none;
  padding-left: 15px;
}
.dropdown-menu.open {
  display: block;
}
