@import url("fonts.css");
body {
  margin: 0;
  line-height: 32px;
  font-size: 16px;
  color: #413f3f;
  font-family: 'Arial'; }

input, textarea, select, button {
  outline: none;
  box-sizing: border-box; }

button {
  cursor: pointer; }

img {
  max-width: 100%; }

a {
  color: #413f3f;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

p {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  color: #202020;
  word-wrap: break-word; }

h1 {
  font-size: 44px;
  text-transform: uppercase;
  margin-top: 20px;
  padding-bottom: 45px;
  background: url(/images/sitetitle.png) 50% 100% no-repeat; }

h2 {
  color: #cd7604;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 30px;
  background: -webkit-linear-gradient(left, #b3651b 0%, #fbc041 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h3 {
  color: #948d8b;
  font-size: 22px;
  margin: 30px 0 20px; }

h4 {
  font-size: 20px;
  color: #3a3a3a; }

.tablewrapper {
  width: 100%;
  overflow: auto; }

table {
  max-width: 970px;
  width: 100%;
  border: 3px solid #e29e2b; }
  table.price {
    max-width: 100%; }
  table tr:hover td {
    background: #f7f7f7;
    color: #16161a; }
  table tr td, table tr th {
    padding: 20px;
    text-align: left;
    border-bottom: 2px solid #ebebeb; }
    table tr td:first-child, table tr th:first-child {
      border-left: 0; }
  table tr th {
    font-size: 15px;
    color: #888282;
    font-weight: normal;
    line-height: 19px;
    border-left: 1px solid #ebebeb; }
  table tr td {
    border-left: 1px solid #ebebeb; }
    table tr td.table_min_title {
      text-align: center;
      background: #eaeaea;
      font-size: 17px;
      color: #000000;
      font-weight: bold; }

.site_info_block {
  padding: 3px;
  margin: 20px 0 30px;
  background: -webkit-linear-gradient(left, #b3651b 0%, #fbc041 100%); }
  .site_info_block .bgblock {
    padding: 40px;
    background: #fff; }
    .site_info_block .bgblock h2 {
      margin: 0 0 40px;
      font-size: 28px; }

.site_gal_block {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
  margin-right: -10px; }
  .site_gal_block a {
    flex-grow: 2;
    margin-top: 10px;
    flex-basis: 30%;
    min-width: 200px;
    max-width: 347px;
    margin-right: 10px; }
    .site_gal_block a img {
      width: 100%; }
  .site_gal_block a.employee span,
  .site_gal_block a.employee strong {
    display: block;
    text-align: center;
  }
  .site_gal_block a.employee {
    text-decoration: none;
    margin-bottom: 20px;
  }
  .site_gal_wrap.hidden {
    display: none;
  }
  .showmore-btn, .showless-btn {
    margin-top: 40px;
  }

.wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  background: #2d2d2f url(/images/sitebg.png) 50% 0 repeat; }

.righttext {
  text-align: right; }

.centertext {
  text-align: center; }

.blockin {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 15px; }
  .blockin.maxblock {
    max-width: 1150px; }
  .blockin:after {
    content: '';
    display: block;
    clear: both; }

.wrapper_in {
  flex: 1 0 auto; }

.wrapin {
  background: #fff; }

.site_title {
  line-height: 1.5;
  padding-bottom: 25px;
  background: url(/images/sitetitle.png) 50% 100% no-repeat;
  margin: 0 0 40px;
  text-align: center;
  font-size: 26px;
  color: #232323;
  font-family: "Open Sans", sans-serif; }
  .site_title.white {
    color: #fff; }
  .site_title.big {
    text-transform: uppercase;
    font-size: 40px; }

.mintitle {
  font-size: 26px;
  font-family: "Open Sans", sans-serif;
  color: #5e5e5e;
  line-height: 1;
  text-align: center; }

.blocktitle {
  text-transform: uppercase;
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }

.sitebutton {
  display: inline-block;
  line-height: 50px;
  font-size: 17px;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  min-width: 225px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  background: url(/images/sitebut.png) 0 0 no-repeat;
  background-size: 100% 100%; }
  .sitebutton:hover {
    background: #f6cc4f; }

.mobileblock {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #f6f6f6;
  padding: 10px; }
  .mobileblock .phone {
    line-height: 1;
    float: right; }
    .mobileblock .phone a {
      text-decoration: none; }

.burger {
  cursor: pointer;
  float: left;
  width: 16px;
  height: 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out; }
  .burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .burger span:nth-child(1) {
    top: 0px; }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 6px; }
  .burger span:nth-child(4) {
    top: 12px; }
  .burger.open span:nth-child(1) {
    top: 6px;
    width: 0%;
    left: 50%; }
  .burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .burger.open span:nth-child(4) {
    top: 6px;
    width: 0%;
    left: 50%; }

.header {
<!--  background: url(/images/headerbg.png) 50% 0 no-repeat; --> <!-- Полоска в хедере -->
  background-size: 100% 14px; }
  .header .headertop {
    padding-bottom: 12px; }
  .header .rightblock {
    overflow: hidden;
    padding-top: 50px; }
  .header .bell {
    float: right;
    /* padding: 0 30px 0 85px; */
    padding: 0 30px 0 30px;
    display: block;
    box-sizing: border-box;
    /* background: url(/images/bgbell.png) 0 50% no-repeat; */
    background-color: #f6f6f6;
    background-size: cover;
    text-decoration: none;
    font-size: 14px;
    color: #313131;
    border: 2px solid #d9a136;
    border-radius: 6px; }
    .header .bell span {
      font: bold 16px "Open Sans", sans-serif;
      line-height: 72px;
      color: #313131;
      text-transform: uppercase;
      display: block; }
  .header:after {
    content: '';
    display: block;
    clear: both; }

.logo {
  float: left;
  margin-right: 50px; }

.contacts_top {
	overflow: hidden;
    /* padding-top: 7px; */
	padding: 0;
	margin-top: -10px;
}

  .contacts_top .phone {
    font: 26px "Open Sans", sans-serif;
    color: #111111; }
    .contacts_top .phone a {
      text-decoration: none; }
  .contacts_top .bottom {
    line-height: 1; }
    .contacts_top .bottom a {
      display: inline-block;
      padding-left: 25px;
      font-size: 15px;
      color: #b37719;
      color: #b37719;
      margin-top: 10px;
      background: url(/images/mailtop.png) 0 50% no-repeat; }
      .contacts_top .bottom a:first-child {
        background: url(/images/phonetop.png) 0 50% no-repeat;
        margin-right: 40px; }

.topmenu {
  background: #f6f6f6; }
  .topmenu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between; }
    .topmenu ul li a {
      text-decoration: none;
      display: block;
      font: bold 16px/54px "Open Sans", sans-serif;
      color: #c48b32;
      padding: 0 10px; }
      .topmenu ul li a:hover {
        color: #404040;
        background: url(/images/hovermenu.png) 50% 100% no-repeat;
        background-size: 100% 3px; }
      .topmenu ul li.active a {
        color: #404040;
        /* pointer-events: none; */
      }

.banerblock {
  margin-top: 7px; }
  .banerblock .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 470px;
    transform: translate3d(0px, 0px, 0px); }
  .banerblock img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 470px;
    object-fit: cover; }
  .banerblock .mintext {
    margin: 0 0 40px;
    font-size: 22px;
    color: #3c3c3c;
    line-height: 32px; }
  .banerblock .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center; }
    .banerblock .owl-dots div {
      cursor: pointer;
      display: inline-block;
      margin: 0 10px;
      width: 19px;
      height: 19px;
      background: #dc9c38;
      border-radius: 50%;
      border: 2px solid #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
      .banerblock .owl-dots div.active {
        background: #3d2a0b; }

.services {
  padding: 50px 0 40px; }
  .services .center {
    text-align: center;
    margin-top: 30px; }

.servicepage .services {
  padding-top: 10px; }
.servicepage .services_block {
  margin-right: -20px; }
  .servicepage .services_block a {
    position: relative;
    padding: 3px;
    z-index: 1;
    background: -webkit-linear-gradient(117deg, #b3651b 0%, #fbc041 100%);
    border-radius: 5px;
    margin-right: 20px;
    flex-basis: 20%;
    max-width: 250px;
    padding: 15px;
    margin-top: 20px; }
    .servicepage .services_block a:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background: #fff;
      z-index: -1; }

.services-main-page.services_block {
  flex-direction: row-reverse;
}

.services_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .services_block a {
    flex-grow: 2;
    flex-basis: 20%;
    margin-top: 50px;
    text-align: center;
    text-decoration: none;
    min-width: 170px; }
    .services_block a span {
      display: block;
      line-height: 25px;
      font-size: 16px;
      color: #000000;
      max-width: 165px;
      margin: 10px auto 0; }
    .services_block a:hover {
      text-decoration: underline; }
    .services_block.services-main-page a {
      display: none;
    }
    .services_block.services-main-page a.inmain {
      display: block;
    }

.arenda {
  padding: 50px 15px 1px;
  background: #c1140f;
  color: #fff;
  margin-bottom: 104px; }
  .arenda .auto {
    font-size: 0;
    line-height: 0;
    margin: 20px 0 -105px; }

.projectblock {
  padding: 40px 0;
  background: #38383a url(/images/sitebg.png) 0 0 repeat;
  border-bottom: 5px solid #fff; }
  .projectblock:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .projectblock .project_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .projectblock .project_wrap .block {
      padding-right: 5px;
      width: 50%;
      flex-grow: 2;
      flex-basis: 50%;
      min-width: 369px; }
      .projectblock .project_wrap .block:nth-child(even) {
        display: flex;
        flex-direction: column; }
        .projectblock .project_wrap .block:nth-child(even) .top {
          order: 2; }
        .projectblock .project_wrap .block:nth-child(even) .bottom {
          order: 1;
          padding: 0 0 10px; }
      .projectblock .project_wrap .block a {
        display: block;
        position: relative;
        border-radius: 4px;
        overflow: hidden;
        text-decoration: underline;
        color: #fff;
        line-height: 25px; }
        .projectblock .project_wrap .block a img {
          width: 100%; }
        .projectblock .project_wrap .block a:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: url(/images/shadowgrad.png) 0 0 repeat;
          background-size: 100% 100%; }
        .projectblock .project_wrap .block a span {
          position: absolute;
          display: block;
          bottom: 20px;
          left: 20px;
          font-size: 17px;
          font-family: "Open Sans", sans-serif;
          text-align: center;
          right: 20px;
          min-height: 50px;
          text-decoration: underline; }
        .projectblock .project_wrap .block a:hover span {
          text-decoration: none; }
      .projectblock .project_wrap .block .bottom {
        padding-top: 10px;
        display: flex; }
        .projectblock .project_wrap .block .bottom a {
          width: 50%;
          margin-right: 5px;
          position: relative;
          flex-grow: 2;
          flex-basis: 50%; }
          .projectblock .project_wrap .block .bottom a span {
            font-size: 15px;
            left: 7px;
            right: 7px; }
          .projectblock .project_wrap .block .bottom a:last-child {
            margin-left: 5px;
            margin-right: 0; }
      .projectblock .project_wrap .block:last-child {
        padding-left: 5px;
        padding-right: 0; }

.textblock {
  padding: 40px 0;
  color: #7b797e; }
.textblock ul {
  margin-top: 0;
}

.textpage {
  padding: 40px 0;
  background: url(/images/pagetextbg.jpg) 50% 0 no-repeat;
  background-size: 100% auto; }
  .textpage.servicepage {
    padding-bottom: 0; }
  .textpage ul {
    padding: 0;
    list-style: none; }
    .textpage ul li {
      margin-top: 20px;
      padding-left: 38px;
      background: url(/images/siteul.png) 0 9px no-repeat; }
      .textpage ul li:first-child {
        margin: 0; }

.footer {
  flex: 0 0 auto;
  padding: 45px 0 60px;
  color: #cbcbcb;
  font-size: 14px; }
  .footer a {
    color: #d89a24; }

.bottom_menu {
  padding-bottom: 35px; }
  .bottom_menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0; }
    .bottom_menu ul li a {
      display: block;
      text-decoration: none;
      font-size: 16px;
      color: #dc9c38;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      padding-bottom: 1px;
      border-bottom: 1px solid transparent;
      white-space: nowrap; }
      .bottom_menu ul li a:hover {
        border-color: #dc9c38; }
      .bottom_menu ul li.active a {
        pointer-events: none;
        cursor: default;
        color: #cbcbcb;
      }

.insite img, .copyright img {
  margin-right: 15px; }
.insite span, .copyright span {
  color: #d89a24; }

.contacts_bot {
  padding-top: 15px; }
  .contacts_bot div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px; }
    .contacts_bot div:first-child {
      margin: 0; }
  .contacts_bot .phone {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Open Sans", sans-serif; }
    .contacts_bot .phone a {
      color: #fff;
      text-decoration: none;
      padding-left: 25px;
      background: url(/images/phone.png) 0 50% no-repeat; }
  .contacts_bot .mail a {
    padding-left: 30px;
    background: url(/images/mail.png) 0 0 no-repeat; }

.popupform {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 0;
  line-height: 0;
  padding: 10px;
  overflow-y: auto;
  display: none; }
  .popupform .wrapp {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: 525px;
    box-sizing: border-box;
    padding: 50px;
    background: #fff;
    width: 100%; }
  .popupform .popupclose {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    background: url(/images/popupclose.png) 0 0 no-repeat; }
  .popupform .title {
    font-size: 32px;
    line-height: 1;
    color: #1d1d21;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 30px; }
  .popupform .textblock {
    margin: 20px 0;
    font-size: 14px;
    color: #565656;
    line-height: 1; }
  .popupform input,
  .popupform textarea {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    line-height: 50px;
    font-size: 16px;
    color: #424242;
    color: #878787;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    box-shadow: inset 0px 3px 11px 0px rgba(77, 1, 1, 0.07);
    padding: 0 20px; }
  .popupform button {
    text-align: center;
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    color: #000000;
    border: none;
    font-size: 18px;
    line-height: 60px;
    background: #189de1;
    background: url(/images/sitebut.png) 0 0 no-repeat;
    background-size: cover; }
    .popupform button:hover {
      background: #f6cc4f; }
  .popupform:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .popupform .title.title-thanks {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 0;
  }

.top_page {
  text-align: center; }

.pathblock {
  /*font-size: 15px;*/
  font-size: 16px;
  color: #898786; }
  .pathblock a {
    /* color: #898786; */
    color: #000;
    text-decoration: none; }
    .pathblock a:hover {
      text-decoration: underline; }
  .pathblock span {
    color: #da8d19;
    margin: 0 5px; }

.sitebottominfo {
  margin: 30px 0 0;
  font-size: 23px;
  color: #000000; }
  .sitebottominfo div {
    margin: 20px 0 30px; }

.sitepagination ul {
  margin: 0; }
  .sitepagination ul li {
    display: inline-block;
    padding: 0;
    background: none;
    margin-left: 9px; }
    .sitepagination ul li:first-child {
      margin: 0; }
    .sitepagination ul li span {
      min-width: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #dbdbdb;
      background: #dbdbdb;
      display: block;
      border-radius: 3px; }
      .sitepagination ul li.next-inactive,
      .sitepagination ul li.prev-inactive {
        background: #dbdbdb;
      }
      .sitepagination ul li.next-inactive a:hover,
      .sitepagination ul li.prev-inactive a:hover {
        border-color: #dbdbdb;
      }
      .sitepagination ul li.next-inactive a,
      .sitepagination ul li.prev-inactive a {
        pointer-events: none;
        cursor: default;
      }
    .sitepagination ul li a {
      display: block;
      text-align: center;
      min-width: 40px;
      line-height: 40px;
      text-decoration: none;
      font-size: 14px;
      color: #4f4f4f;
      border: 1px solid #dbdbdb;
      border-radius: 3px;
      box-sizing: border-box; }
      .sitepagination ul li a:hover {
        border-color: #ca861b; }
    .sitepagination ul li.prev {
      margin-right: 18px; }
      .sitepagination ul li.prev + li {
        margin: 0; }
    .sitepagination ul li.prev a, .sitepagination ul li.next a {
      text-align: left;
      padding: 0 14px;
      min-width: 120px;
      background: url(/images/pagination.png) 0 100% no-repeat; }
    .sitepagination ul li.next {
      margin-left: 18px; }
      .sitepagination ul li.next a {
        background-position: 100% 0; }
    .sitepagination ul li.prev a {
      text-align: right; }

.portfolioblock {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px; }
  .portfolioblock.forblock a {
    flex-basis: 24%;
    min-width: 220px; }
    .portfolioblock.forblock a span {
      left: 10px;
      right: 10px;
      line-height: 20px;
      font-size: 15px; }
  .portfolioblock a {
    flex-grow: 2;
    flex-basis: 40%;
    margin: 10px 10px 0 0;
    position: relative;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    min-width: 280px;
    /*
    */
    max-width: 525px;
    /*
    */
    color: #fff; }
    .portfolioblock a:hover span {
      text-decoration: none; }
    .portfolioblock a:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: url(/images/shadowgrad.png) 0 0 repeat;
      background-size: 100% 100%; }
    .portfolioblock a img {
      width: 100%; }
    .portfolioblock a span {
      position: absolute;
      display: block;
      bottom: 20px;
      left: 20px;
      min-height: 65px;
      font-size: 17px;
      font-family: "Open Sans", sans-serif;
      text-align: center;
      right: 20px;
      text-decoration: underline; }
      /* Float Grid */
      /* .portfolioblock {
        display: block;
      }
      .portfolioblock a {
        float: left;
        width: 49%;
      }
      .cf:before,
      .cf:after {
          content: " ";
          display: table;
      }

      .cf:after {
          clear: both;
      }
      .cf {
          *zoom: 1;
      } */
      /* Float Grid */

.project_next {
  padding: 40px 0;
  margin-top: 40px;
  border-top: 1px solid #d5d5d5; }
  .project_next .forblock {
    margin-bottom: 40px; }

.download {
  display: inline-block;
  border-radius: 8px;
  box-sizing: border-box;
  max-width: 340px;
  height: 76px;
  width: 100%;
  padding: 15px 10px 0 80px;
  text-decoration: none;
  text-align: left;
  line-height: 23px;
  background: url(/images/download.png) 0 0 no-repeat;
  font-size: 14px;
  color: #949493; }
  .download span {
    font-size: 17px;
    font-weight: bold;
    display: block;
    background: -webkit-linear-gradient(left, #b3651b 0%, #fbc041 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.faq_blocks .f_block {
  margin-top: 12px;
  border: 2px solid #cecece;
  border-radius: 4px; }
  .faq_blocks .f_block .title {
    cursor: pointer;
    line-height: 35px;
    padding: 20px 60px 20px 50px;
    font-size: 20px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    position: relative; }
    .faq_blocks .f_block .title.active:before {
      transform: rotate(-180deg); }
    .faq_blocks .f_block .title:before {
      content: '';
      position: absolute;
      top: 35px;
      right: 30px;
      width: 11px;
      height: 7px;
      background: url(/images/mak.png) 0 0 no-repeat; }
    .faq_blocks .f_block .title span {
      text-transform: uppercase;
      background: -webkit-linear-gradient(left, #b3651b 0%, #fbc041 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      border-bottom: 1px solid #b3651b; }
  .faq_blocks .f_block .body {
    display: none;
    padding: 10px 50px 30px; }
    .faq_blocks .f_block .body table {
      width: 100%;
      border: 1px solid #eaeaea; }
      .faq_blocks .f_block .body table th {
        background: #2d2d2f;
        color: #fff; }

.politica {
  position: relative;
  padding-left: 30px;
  font: 13px/18px "Open Sans", sans-serif;
  text-align: left;
  color: #959595;
  margin: 20px 0; }
  .politica a {
    color: #dc9c38;
    border-bottom: 1px solid transparent; }
    .politica a:hover {
      border-color: #dc9c38; }
  .politica input {
    position: absolute;
    top: 5px;
    left: 0;
    width: auto;
    padding: 0;
    box-shadow: none; }

@media screen and (max-width: 1160px) {
  .header {
    background-position: -25px 0; }

  .topmenu ul li a {
    font-size: 12px; } }
@media screen and (max-width: 890px) {
  .header .bell span {
    font-size: 14px; }

  .header .rightblock {
    padding-top: 30px; }

  .logo {
    margin-right: 25px; }

  .contacts_top .phone {
    font-size: 20px;
	}
	
	.contacts_top {
	
    padding-top: 7px;
	margin-top: 0;
}


}
@media screen and (max-width: 860px) {
  .topmenu ul li a {
    padding: 0; } }
@media screen and (max-width: 767px) {
  /* New mobile header */
  .services_block a {
    margin: auto;
  }
  .logo-blockin {
    height: 180px;
  }
  .main-logo-blockin {
    height: auto;
  }
  .header .bell.btn-order {
    display: none;
  }
  .header .bell.main-btn-order {
    display: block;
  }
  .banerblock {
    margin-top: -95px;
  }
  .banerblock .mintext {
    display: none;
  }
  .header .bell span {
    line-height: 54px;
  }
  .mobile-top-icons a {
    color: transparent;
    background-position: right 0;
  }
  .mobile-top-icons .mobile-icon-phone {
    background: url(/images/phone_icon_fff.png) no-repeat;
    background-position: right -2px;
  }
  .mobile-icon-email {
    background: url(/images/email_icon_fff.png) no-repeat;
    margin-left: 50px;
  }
  .header {
    background-image: none;
    margin-top: 30px;
  }
  .header .blockin {
    padding: 0;
  }
  .header .bell {
    padding: 0 22px;
  }
  .logo {
    text-align: center;
    <!-- background: url(/images/headerbg.png) 50% 0 no-repeat; -->  <!-- Полоска в мобилке -->
    margin-right: 0;
    margin-top: -10px;
    width: 100%;
  }
  .headertop .blockin {
    display: flex;
    flex-direction: column-reverse;
  }
  .header .mobileblock {
    /* background: transparent; */
    background: url(/images/sitebg.png) no-repeat;
    /* padding: 25px 30px; */
	
	padding: 15px 30px;
	
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #b37719;
    /* position: absolute; */
	
	align-items: center;
	
	
  }
  
  .header .mobileblock .phone {   
    line-height: 1.25;
}

.contacts_bot .phone {
	white-space: nowrap;	
}
  
  
  .mobile-top-icons {
    display: block;
    line-height: 1;
    width: 25%;
    text-align: right;
  }
  .mobileblock .phone {
    float: none;
  }
  .topmenu {
    padding-right: 25px;
    padding-left: 25px;
  }
  .mobileblock .phone a {
    color: #fff;
  }
  .mobileblock .burger {
    float: none;
  }
  .burger {
    width: 25%;
  }
  .burger span {
    background: #b37719;
    width: 16px;
  }
  .phone {
    font-size: 18px;
    font-weight: bold;
    width: 50%;
    text-align: center;
  }
  .contacts_top {
    display: none;
  }
  .rightblock {
    padding: 25px 0;
  }
  /* New mobile header */
  h1 {
    font-size: 30px; }

  .wrapper_in {
    padding-top: 37px; }

  .site_info_block .bgblock {
    padding: 20px; }

  .topmenu {
    position: fixed;
    z-index: 2;
    /* top: 36px; */
    top: 64px;
    left: 0;
    bottom: 100%;
    right: 0;
    /* border-top: 1px solid #a49c51; */
    overflow-y: auto;
    transition: all 0.4s ease; }
    .topmenu.open {
      bottom: 0; }
    .topmenu ul {
      display: block; }

  .mobileblock {
    display: block; }

  .header {
    background-size: auto; }
    .header .bell {
      float: none;
      padding: 0 22px 0 22px;
      display: block; 
      text-align: center;
      max-width: 320px;
      margin: auto;}

  .projectblock .project_wrap .block {
    padding: 0 0 5px; }
    .projectblock .project_wrap .block:last-child {
      padding: 5px 0 0; }

  .footer {
    text-align: center;
    padding: 20px 0; }
    .footer .righttext {
      padding-top: 20px;
      text-align: center; }

  .faq_blocks .f_block .title {
    padding: 15px 40px 15px 15px;
    font-size: 16px;
    line-height: 1; }
    .faq_blocks .f_block .title span {
      display: block;
      border: none; }
    .faq_blocks .f_block .title:before {
      right: 15px;
      top: 20px; }
  .faq_blocks .f_block .body {
    padding: 10px 15px 15px; }

  .banerblock .item .site_title {
    font-size: 30px; }
  .banerblock .item .mintext {
    font-size: 15px;
    line-height: 20px; }
    .banerblock .item .mintext br {
      display: none; } }
@media screen and (max-width: 640px) {
  .logo {
    float: none;
    margin: 0 auto;
    display: block;
    /* width: 200px; */ }

  .header {
    background-position: 50% 0; }
    .header .bell {
      margin: 0 auto 15px; }

  .contacts_top {
    text-align: center; }
    .contacts_top .phone {
      display: none; } }
@media screen and (max-width: 480px) {
  .blocktitle {
    font-size: 20px;
    line-height: 1; } }
@media screen and (max-width: 420px) {
  .projectblock .project_wrap .block {
    min-width: 100%; }
    .projectblock .project_wrap .block .bottom {
      display: block; }
      .projectblock .project_wrap .block .bottom a {
        width: 100%;
        margin: 0 0 5px; }
        .projectblock .project_wrap .block .bottom a:last-child {
          margin: 0 0 5px; }

  .bottom_menu ul {
    display: block; }
    .bottom_menu ul li a {
      display: inline-block; }

  .contacts_bot div {
    margin: 10px 10px 0; }
    .contacts_bot div:first-child {
      margin: 10px 10px 0; }

  .header .bell {
    margin-bottom: 0; }

  .contacts_top .bottom a {
    margin: 10px 20px 0; }

  .popupform .wrapp {
    padding: 60px 20px 20px; } }
    
.contact-container {
  display: flex;
}

.contact-container > .contact-entry {
    flex-grow: 1;
    flex-basis: 0;
    padding: 20px;
    /* border: 1px solid #ddd; */
    margin-left: 10px;
    text-align: center;
}

.contact-entry-title {
  color: #c48b32;
  font-size: 21px;
  text-align: center;
}

.contact-entry-phone a {
  display: block;
}

.contact-entry:first-child {
  margin-left: 0;
}

.notfound-page {
  padding: 200px 0;
}


/*.banerblock.owl-carousel {*/
/*  margin-top: 0;*/
/*}*/

.popupform input.error {
  border-color: red;
}

.error-message {
  color: red;
  font-style: italic;
  margin-bottom: 1em;
}

input[type='checkbox'].error {
  box-shadow: 0 0 2px 0 red;
}

.logo-wrap {
  position: relative;
  max-width: 200px;
  margin: auto;
  z-index: 2;
}

.logo-wrap img {
  margin-top: 3px;
}

.logo-wrap:before {
  content: " ";
  position: absolute;
  height: 3px;
  top: 11px;
  left: 15px;
  right: 15px;
  background: #fff;
}

@media screen and (max-width: 375px) {
  .header .phone {
    width: 60%;
  }
  .header .burger {
    width: 20%;
  }
  .header .mobile-top-icons {
    width: 20%;
    vertical-align: top;
  }
  .header .mobile-top-icons a {
    width: 20px;
    height: 17px;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
  }
  .rightblock {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 580px) {
  .mobile-icon-email {
    margin-left: 30px;
  }
}

@media screen and (max-width: 500px) {
  .mobile-icon-email {
    margin-left: 20px;
  }
}

@media screen and (max-width: 455px) {
  .mobile-icon-email {
    margin-left: 5px;
  }
}

@media screen and (max-width: 420px) {
  .mobileblock .burger {
    width: 15%;
  }
  .mobile-top-icons {
    width: 35%;
  }
  .mobile-icon-email {
    margin-left: 30px;
  }
}

@media screen and (max-width: 380px) {
  .mobile-icon-email {
    margin-left: 10px;
  }
}

@media screen and (max-width: 375px) {
  .mobileblock .burger {
    width: 5%;
  }
  .mobile-top-icons {
    width: 35%;
  }
  .header .mobileblock .phone {
    width: 60%;
  }
}


@media screen and (max-width: 335px) {
  .mobile-icon-email {
    margin-left: 0;
  }
}

/* Return to top
https://codepen.io/rdallaire/pen/apoyx
*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    /*left: 16px;*/
    /*left: 9px;*/
    left: 11px;
    /*top: 13px;*/
    top: 2px;
    /*font-size: 19px;*/
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 0px;
}

.completed-projects-service .projectblock {
  background-image: none;
  background-color: transparent;
}

.completed-projects-service .site_title.white {
  color: #cd7604;
}