body {
    font-family: 'Roboto', 'sans-serif';
}
#base {
    min-height: 100px;
}

footer .right-block .very-good,
.left_menu a li::before,
.title span.mark::after,
.mini-icons,
.jcarousel-pagination a {
    background: url('../images/logo_and_mini-icons.png') no-repeat;
    position: relative;
    display: inline-block;
}

header {
    height: 556px;
    background: url('../images/header_bd.png');
    color: #fff;
}
header .info {
    height: 109px;
}
header a {
    /*color: #dba83d;*/
    color: #fff799;
    text-decoration: underline;
}
header a:hover {
    text-decoration: none;
}

footer {
    height: 81px;
    background: url('../images/header_bd.png');
}

.container {
    width: 100%;
}

.wrapper {
    width: 1046px;
    margin: 0 auto;
}

header .info {
    padding: 19px 0;
    /*overflow: hidden;*/
}
header .logo > div {
    display: inline-block;
    width: 290px;
    font-size: 12px;
    padding: 0px 20px;
    top: -12px;
}
header p {
    font-size: 24px;
}
header .logo {
    line-height: 1;
    /*padding-right: 69px;*/
    padding-right: 38px;
}
header .contacts {
    top: -10px;
}
header .logo i {
    height: 71px;
    width: 71px;
    left: 3px;
    border-radius: 30px;
}
header .mail .mini-icons {
    height: 16px;
    width: 18px;
    background-position: -90px -18px;
    top: 4px;
}
header .email .mini-icons {
    background-position: -71px -15px;
    width: 17px;
    height: 18px;
    top: 4px;
}
header .phone .mini-icons {
    background-position: -91px 0;
    width: 17px;
    height: 18px;
    top: 4px;
}
header .address .mini-icons {
    background-position: -71px 0px;
    width: 20px;
    height: 15px;
    top: 2px;
}
header .logo/*,
header .contacts*/ {
    font-size: 14px;
    color: #d1cfcd;
}
header .logo p {
    color: #fff;
    padding-bottom: 5px;
    font-weight: 700;
}
header .contacts span {
    color: #fff;
}
header .phone span {
    font-size: 18px;
    font-weight: 700;
}
header .contacts .mini-icons {
    margin-right: 4px;
}
header .info > div {
    display: inline-block;
}
header .address {
    padding-right: 22px;
}
header .address,
header .email {
    padding-bottom: 16px;
}
header .info, header .carousel {
    margin: 0 auto;
    width: 990px;
}
.header-menu {
    margin: 10px auto;
    padding: 0 5px;
}
.header-menu a:first-child {
    min-width: 1px;
    margin-left: 0;
}
.header-menu a:last-child {
  min-width: 10px;
}
.header-menu a {
    color: #fff;
    max-width: 143px;
    min-width: 123px;
    height: 75px;
    display: inline-table;
    text-decoration: none;
    font-size: 12px;
    box-sizing: border-box;
    padding: 13px 20px;
    text-transform: uppercase;
    line-height: 1.25;
    border: 1px solid transparent;
    margin-left: -5px;
    letter-spacing: -0.1px;
    position: relative;
    margin-top: 3px;
}
.header-menu a + a::after {
  content: '';
  position: absolute;
  border-left: 1px solid #493e32;
  height: 32px;
  width: 0;
  left: 0px;
  top: 14px;
}
.header-menu a:hover,
.header-menu a.active {
    color: #fff799;
}
.header-menu a:hover {
    border: 1px solid #5c4c3b;
    background: url('../images/menu_active_bg.png');
}

#base {
    background: #efe4c4;
    position: relative;
}

.left_menu .menu-title {
    font-size: 24px;
    /*color: #b68551;*/
    color: #fff;
    font-weight: 700;
    padding: 22px 18px 3px;
    text-transform: uppercase;
}
.left_menu {
    box-sizing: border-box;
    z-index: 5;
    position: absolute;
    top: -30px;
    left: -1px;
}
.left_menu .menu-body {
    width: 224px;
    background: url('../images/vertical_menu_bg.png');
    margin: 31px;
}
.left_menu a {
    color: #fff;
}
.left_menu a:hover li {
    text-decoration: underline;
}
.left_menu a li {
    font-size: 13px;
    padding: 15px 25px 15px 32px;
    list-style: none;
    line-height: 1.3;
    position: relative;
    margin-bottom: 1px;
}
.left_menu a:hover li,
.left_menu a.active li {
    background: url('../images/vertical_menu_active_bg.png');
    /*color: #dba83d;*/
    color: #fff799;
}
.left_menu ul {
}
.left_menu a li::before {
    content: '';
    height: 5px;
    width: 5px;
    background-position: -114px 0px;
    position: absolute;
    left: 19px;
    top: 21px;
}
.left_menu a li::after {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255,255,255,0.1);
    top: 14px;
    position: relative;
}
.left_menu a li:hover::after,
.left_menu a.active li::after,
.left_menu a:last-child li::after {
    background: rgba(0,0,0,0.001);
}

.left_menu a:hover li::before,
.left_menu a.active li::before {
    background-position: -108px 0px;
    height: 4px;
}
.left_menu .ad_block {
    width: 224px;
    height: 300px;
    margin: 0 auto;
    background: url('../images/banner_photo.png') no-repeat;
}
.left_menu .ad_block .banner-title {
    position: absolute;
    bottom: 0;
    padding: 14px 20px;
    background: #b68551;
    width: 100%;
    color: #fff;
    font-size: 18px;
}
.left_menu .ad_block .banner-text {
    font-size: 13px;
    color: #fff799;
}

.content {
    margin-top: 30px;
}
.content .content-wrapper:first-child {
    margin-top: 0;
}
.content .content-wrapper:first-child .title {
    padding-bottom: 20px;
    padding-top: 0;
}
.content .content-wrapper {
    padding-left: 285px;
    z-index: 0;
    padding-bottom: 10px
}
/*.content .content-wrapper .title {*/
.content .title {
    padding-top: 26px;
    padding-bottom: 30px;
}
.container .wrapper .content>div:nth-child(2n) {
    background: #fff;
}
.content .howto {
    padding: 28px 15px;
}
.content .howto .title {
    padding-left: 15px;
}
/*.content .content-wrapper.brown {*/
.content .brown {
    background: #e7d6b3;
    padding-bottom: 30px;
}

.big-icons {
    padding-bottom: 30px;
    margin-left: -20px;
}
.big-icons span {
    line-height: 1.2;
    display: inherit;
}
.icons.big-icons span.icon {
    display: block;
    height: 94px;
    width: 100px;
    margin: 0 auto;
    background: url('../images/tools_icons.png') no-repeat;
}
.icons.big-icons span.icon_1 {
    background-position: 0 0;
}
.icons.big-icons span.icon_2 {
    background-position: -100px 0;
    width: 93px;
}
.icons.big-icons span.icon_3 {
    background-position: -193px 0;
}
.icons.big-icons div.icon {
    width: 32.9%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.big-icons .icon span {
    width: 80%;
    margin: 0 auto;
}
.big-icons .icon a {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #000;
    text-decoration: none;
}
.content .icons span.header_sign {
    font-size: 18px;
    display: block;
    padding-bottom: 10px;
    padding-top: 16px;
}
.content .howto-icons span.header_sign {
  padding-bottom: 5px;
  padding-top: 5px;
}
.content .icons span.sign {
    font-size: 14px;
    /*color: #b68551;*/
    color: #56422d;
}
.icons.goods-icons .icon {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    text-align: center;
    padding-bottom: 25px;
}
.icons.goods-icons .icon img {
    width: 160px;
}
.icons.goods-icons .icon span.sign {
    font-size: 15px;
    color: #56422d;
    width: 160px;
    display: inherit;
}

.content .about .left-content {
    display: inline-block;
    width: 480px;
    vertical-align: top;
    font-size: 15px;
    margin-top: -13px;
    line-height: 1.2;
    letter-spacing: 0.05px;
    color: #b68551;
}
.content .about .left-content p {
    padding-bottom: 17px;
}
.content .about .right-content {
    display: inline-block;
    width: 245px;
    padding-left: 23px;
    margin-top: -13px;
    vertical-align: top;
    font-size: 13px;
    position: relative;
    line-height: 1.3;
}
.about .right-content button {
    font-size: 12px;
    padding: 7px 10px;
    cursor: pointer;
    position: relative;
    top: 17px;
}
.about .right-content a.button {
    position: absolute;
    bottom: 0;
}
.about .right-content a {
    color: #9e0b0f;
    text-decoration: underline;
}

.icons.howto-icons {
    padding-top: 30px;
    text-align: center;
}
.howto-icons div.icon {
    display: inline-block;
    width: 25%;
    margin-right: -4px;
    vertical-align: top;
    line-height: 1.1;
    letter-spacing: 0.05px;
}
.howto-icons div.icon span.icon {
    padding-bottom: 20px;
}
.howto-icons span.icon {
    background: url('../images/howto_icons.png') no-repeat;
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 auto;
}
.howto-icons span.icon_1 {
    width: 90px;
}
.howto-icons span.icon_2 {
    background-position: -91px 0;
}
.howto-icons span.icon_3 {
    background-position: -193px 0;
    width: 77px;
}
.howto-icons span.icon_4 {
    background-position: -270px 0;
    width: 115px;
}
.howto-icons span.icon_5 {
  width: 115px;
  background-position: -385px 0;
}
.content .experience .icons span.sign {
    color: #56422d;
    font-size: 16px;
}

.about .text p span.arrow {
    width: 5px;
    height: 9px;
    background-position: -109px -3px;
    left: 4px;
    /*top: 4px;*/
}

/* INDEX INPUTS */
.call_superman {
    height: 151px;
}
.call_superman title {
    padding: 0;
}
.call_superman .title {
    padding: 26px 30px;
}

.call_superman .inputs {
    padding-left: 29px;    font-size: 14px;    vertical-align: middle;
}

.call_superman input {
    padding: 5px;
    font-size: 22px;
}
.call_superman input[name=name] {
    width: 276px;
    margin: 0 27px 0 15px;
}
.call_superman input[name=phone] {
    width: 216px;
    margin-right: 26px;
}
.call_superman input[name=code] {
    width: 71px;
}
.call_superman .inputs span.mark {
    /*font-size: 30px;*/
    font-size: 28px;
    color: #56422d;
    padding-left: 15px;
    padding-right: 2px;
    line-height: 0;
    font-weight: 700;
    letter-spacing: -3px;
    top: 2px;
    position: relative;
}

.call_superman .inputs span.mark.mark_right {
    /*padding-left: 2px;*/
    padding-left: 0;
    padding-right: 18px;
}


.call_superman button {
    padding: 12px 8px;
    width: 81px;
    cursor: pointer;
}
/* /INDEX INPUTS */


/* SHADOWS */
#base, footer, header {
    overflow: hidden;
}
.shadow::after {
    right: -32px;
}
.shadow::before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -32px;
}
.shadow::before, .shadow::after {
    position: absolute;
    content: '';
    display: block;
    z-index: 1;
}
.shadow::after, .shadow::before {
    width: 32px;
}
.shadow-top::after, .shadow-top::before {
    background: url('../images/shadow_line_header.png') no-repeat;
    height: 975px;
}
.shadow-bottom::after, .shadow-bottom::before {
    background: url('../images/shadow_line_footer.png') no-repeat;
    height: 475px;
    bottom: -85px;
}
header .shadow {
    top: -250px;
}
#base .shadow-top {
    top: -400px;
}
/* /SHADOWS */

.contral_block {
    background: #e7d6b3;
}

footer .footer_block {
    position: relative;
    color: #bbb;
    font-size: 11px;
}
footer .left-block {
    position: absolute;
    top: 26px;
    left: 30px;
}
footer .right-block {
    position: absolute;
    right: 29px;
    top: 17px;
}
footer .right-block a {
    /*color: #b68551;*/
    color: #fff799;
    text-decoration: underline;
}
footer .right-block a:hover {
    text-decoration: none;
}
footer .right-block .very-good {
    background-position: -72px -36px;
    width: 27px;
    height: 23px;
    top: 10px;
    margin-left: 7px;
}

.title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1;
    margin-top: -5px;
    color: #56422d;
}
.title span.mark::after {
    content: '';
    height: 21px;
    width: 22px;
    background-position: -98px -34px;
    left: 7px;
}
button {
    background: #56422d;
    color: #fff;
    border: none;
    cursor: pointer;
}
.icon-breadcrumb {
    height: 8px;
    width: 6px;
    background-position: -108px -4px;
    margin: 2px 5px;
}
.jcarousel .slide_description {
    position: relative;
    top: -408px;
    width: 320px;
    margin-left: 28px;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
}
.jcarousel .slide_description span {
    font-size: 20px;
    color: #56422d;
    text-transform: none;
    margin-top: 1px;
    display: block;
    letter-spacing: -0.1px;
    font-weight: 400;
}
.content-wrapper .title {
    max-width: 700px;
}

/*.about_page*/
img.img-left {
    padding-right: 28px;
    float: left;
    margin: 5px 0;
    padding-bottom: 15px;
}
.about_page {
    font-size: 13px;
    line-height: 1.3;
}

.review-items {
    margin-top: 10px;
}
.review-item {
    display: inline-block;
    padding: 0 15px;
    font-size: 15px;
    width: 186px;
}
.about_page {
    padding-right: 35px;
}

.content .howto_class .title {
    padding-bottom: 20px;
}

.content .review-items {
    padding-bottom: 20px;
    font-size: 15px;
    color: #56422d;
}
.content .review-item {
    text-align: center;
}

.show_all_button {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 30px;
    text-align: right;
}
.show_all_button button {
    cursor: pointer;
    height: 26px;
    width: 100px;
}

ul {
    list-style-image: url('../images/list-img_1.png');
    margin-left: 17px;
    line-height: 1.8;
    padding-bottom: 10px;
    font-size: 14px;
}
.text.proj_objects img {
    padding-top: 15px;
    padding-bottom: 25px;
}
.proj_objects strong {
    font-weight: 700;
}
.contacts_page .content {
    line-height: 2;
    margin-top: 0;
}
.contacts_page .team_items a,
.contacts_page .content a,
.content .text-block a {
    color: #9e0b0f;
}
.contacts_page strong {
    font-weight: 700;
}
.contacts_gmap {
    margin: 10px 0;
    padding: 10px;
    background: #fff;
    width: 730px;
    margin-bottom: 20px;
}

.team_items .team_item:nth-child(3) {
    padding-right: 0;
}
.team_items .team_item {
  float: left;
  padding-right: 28px;
  padding-top: 30px;
  font-size: 18px;
  text-align: center;
}
.team_items .office {
    font-size: 14px;
}
.team_items .phone,
.team_items .email {
    font-size: 13px;
}
.team_items .face {
    margin-bottom: 5px;
}
.content .team_title {
    padding-top: 20px!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.mini-npz .element {
    float: left;
    padding-right: 30px;
    width: 254px;
    padding-bottom: 25px;
}
.mini-npz .element:nth-child(3) {
    padding-right: 0;
    width: 224px;
}
.mini-npz .element .name {
    text-align: center;
    padding: 0 10px;
}
.mini-npz .element .name a {
    color: #56422d;
}

.navigation .carousel-navigation li {
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.navigation .carousel-navigation li img {
    width: 110px;
    height: 110px;
    margin-left: -5px;
    margin-top: -5px;
}

.review-item .img {
  width: 158px;
  height: 211px;
  overflow: hidden;
}
.review-item img {
    max-width: 160px;
    max-height: 215px;
    margin-left: -2px;
    /*margin-top: -1px;*/
}

.proj_objects {
    color: #2e2215;
    font-size: 13px;
    line-height: 1.3;
    width: 750px;
}
.proj_objects strong,
.proj_objects b {
    font-size: 15px;
}

.engineers_class {
    width: 1015px;
}
.engineers_class {
    font-size: 13px;
}
.engineers_class .text {
    padding-top: 5px;
    line-height: 1.3;
}
.menu-body ul {
    margin-left: 0;
}
body .fancybox-skin {
    background: #fff;
}
.center {
    text-align: center;
    top: 40%;
}

#base .goods-icons .icon img {
    height: 160px;
}
.nopadding {
    padding-left: 30px;
}
.call_superman button.gray {
    background: #777;
}
.call_superman input.error {
    border-color: #f00;
}
.content-wrapper > p {
    font-size: 14px;
}
ol {
    padding-left: 20px;
}
.call_superman div.button {
    display: inline-block;
    top: -3px;
}

#myMap {
    width: 710px;
    height: 480px;
}

/* форма отзыва */
#feedback_wrapper {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
.feedback_overly {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.feedback_close {
    position: absolute;
    width: 21px;
    height: 21px;
    right: 30px;
    top: 30px;
    background-position: -120px 0px;
    cursor: pointer;
    z-index: 1;
}
.feedback_form {
    position: relative;
    margin: 225px auto 0;
    width: 546px;
    height: 567px;
    background: #efe4c4;
    padding: 22px 30px;
    /*margin-top: 5px;*/
}
.feedback_header {
    color: #56422d;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}
.feedback_inner_form {
}
.feedback_inner_form .line {
    height: 60px;
    padding-top: 30px
}
.feedback_inner_form .text {
    left: 0;
    width: 85px;
    font-size: 14px;
}
.feedback_inner_form .inputs,
.feedback_inner_form .input {
    right: 0;
    position: absolute;
    top: 22px;
}
.feedback_inner_form .message-line {
    height: 216px;
}
.feedback_inner_form input,
.feedback_inner_form textarea {
    border: 1px solid #d0c4a6;
}
.feedback_inner_form input {
    width: 389px;
    height: 40px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 30px;
}
.feedback_inner_form textarea {
    resize: none;
    width: 381px;
    height: 208px;
    padding: 3px;
    font-size: 14px;
    overflow: auto;
}
.feedback_inner_form .input_phone {
    display: inline-block;
    width: 230px;
    overflow: hidden;
    margin-left: 16px;
}
.feedback_inner_form .input_code {
    width: 86px;
    overflow: hidden;
    display: inline-block;
}
.feedback_inner_form span {
    display: inline-block;
    position: relative;
    font-size: 28px;
    top: -9px;
    font-weight: 700;
    letter-spacing: -1px;
}
.feedback_inner_form .button {
    text-align: right;
    top: 12px;
}
.feedback_inner_form button {
    width: 81px;
    height: 39px;
}

.contacts_page p {
    color: #2e2215;
    font-size: 18px;
}
.contacts_page p span {
    color: #56422d;
}
.contacts_page p a {
}

ol {
    font-size: 14px;
    color: #b68551;
}
ol p {
    color: #000;
    margin-left: -3px;
}
.content-wrapper.goods_class {
    padding-right: 30px;
}

.top_goods_text {
    padding-bottom: 20px;
}
.top_goods_text,
.bottom_goods_text {
    padding-right: 20px;
}
.bottom_goods_text {
    padding-top: 20px;
}

.feedback_form .input_phone input {
    width: 230px;
}
.feedback_form .input_code input {
    width: 86px;
}
.feedback_form .error {
    border-color: #f00;
}

