/*
  Theme Name: hitech 3  
  Description: hitech 3
  Author: sulagaev-agency
  Author URI: sulagaev-agency.ru
  Version: 1.0
*/
@font-face {
  font-family: MullerRegular;
  src: url(fonts/MullerRegular.eot?#iefix) format("embedded-opentype"), url(fonts/MullerRegular.woff2) format("woff2"), url(fonts/MullerRegular.woff) format("woff"), url(fonts/MullerRegular.ttf) format("truetype"); }

@font-face {
  font-family: MullerMedium;
  src: url(fonts/MullerMedium.eot?#iefix) format("embedded-opentype"), url(fonts/MullerMedium.woff2) format("woff2"), url(fonts/MullerMedium.woff) format("woff"), url(fonts/MullerMedium.ttf) format("truetype"); }

@font-face {
  font-family: MullerBold;
  src: url(fonts/MullerBold.eot?#iefix) format("embedded-opentype"), url(fonts/MullerBold.woff2) format("woff2"), url(fonts/MullerBold.woff) format("woff"), url(fonts/MullerBold.ttf) format("truetype"); }

body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: normal; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  max-width: 100%;
  height: auto; }

strong {
  font-weight: 600; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-style: normal;
  font-weight: normal;
  font-family: MullerBold;
  color: #000;
  position: relative; }

h1, h2 {
  font-size: 70px;
  line-height: 77px;
  position: relative;
  z-index: 10; }
  h1::before, h2::before {
    content: "";
    background: url(img/h2_before.svg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    width: 156px;
    height: 75px;
    position: absolute;
    top: -8px;
    left: -80px;
    z-index: -1; }

.box_zag p {
  font-size: 22px;
  line-height: 37px;
  color: #4d5252; }

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

button,
button:active,
button:focus {
  outline: 0;
  cursor: pointer; }

.my_btn {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0;
  border: none;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background: #910045;
  cursor: pointer;
  font-family: MullerMedium;
  color: #f8f8f8;
  font-size: 18px;
  -webkit-box-shadow: 0 5px 15px rgba(167, 46, 104, 0.16);
          box-shadow: 0 5px 15px rgba(167, 46, 104, 0.16);
  max-width: 245px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 10; }
  .my_btn::after {
    content: "";
    background: #b60057;
    width: 40%;
    position: absolute;
    top: -20px;
    bottom: -20px;
    right: -13px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  .my_btn span {
    position: relative;
    z-index: 10; }

.my_btn:active,
.my_btn:focus,
.my_btn:hover {
  color: #f8f8f8; }

.my_btn:hover {
  -webkit-box-shadow: 0 5px 30px rgba(167, 46, 104, 0.16);
          box-shadow: 0 5px 30px rgba(167, 46, 104, 0.16); }

.breadcrumbs {
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  color: #a5064a;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 45px; }
  .breadcrumbs a {
    color: #9baaae;
    cursor: auto; }
  .breadcrumbs .sep {
    color: #9baaae;
  }

form {
  font-size: 0;
  position: relative;
  margin: 0 auto;
  text-align: left; }
  form .block {
    width: 100%;
    display: block;
    margin: 0 0 30px;
    max-width: 245px; }
    form .block:nth-child(2) {
      max-width: 208px; }
  form input {
    position: relative;
    z-index: 10;
    background: #eee;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    color: #4d5252;
    font-size: 16px;
    padding: 0 30px;
    border: none;
    height: 70px;
    line-height: 70px;
    -webkit-box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22);
            box-shadow: inset 0 -2px 5px rgba(135, 135, 135, 0.22); }
  form label {
    font-size: 15px;
    text-transform: uppercase;
    color: #3d4547;
    font-weight: 600;
    margin-bottom: 20px; }
  form .box_inner {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  form .my_btn {
    max-width: 267px;
    display: block;
    margin: 0 auto; }

input::-webkit-input-placeholder {
  color: #4d5252; }

input::-moz-placeholder {
  color: #4d5252; }

input:-moz-placeholder {
  color: #4d5252; }

input:-ms-input-placeholder {
  color: #4d5252; }
.wp-pagenavi {
  font-size: 0;
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #736c6c;
  font-family: MullerRegular;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px dashed #a6a6a6;
  margin: 0 7px;
  line-height: 30px;
}
.wp-pagenavi .current {
  background: #910045;
  border-color: #910045;
  color: #fff;
}
.wp-pagenavi .extend {
  border: none;
  border-radius: 0;
  font-size: 0;
  width: 143px;
  height: 1px;
  background: #a6a6a6;
}
.container {
  width: 1200px; }

/*.nivo-lightbox*/
.nivo-lightbox-next {
  font-size: 0;
  background: url(img/arrow_lightbox.svg) no-repeat;
  width: 24px;
  height: 43px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 15px; }

.nivo-lightbox-prev {
  font-size: 0;
  background: url(img/arrow_lightbox.svg) no-repeat;
  width: 24px;
  height: 43px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: 15px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/*validate*/
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body.rtl .formError .formErrorArrow,
body[dir=rtl] .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

@media (max-width: 1440px) {
  .container {
    width: 1020px; }
  h2 {
    font-size: 60px;
    line-height: 67px; }
    h2::before {
      width: 132px;
      height: 63px;
      top: -7px;
      left: -68px; }
  .box_zag p {
    font-size: 20px;
    line-height: 35px; }
  .my_btn {
    font-size: 15px;
    max-width: 208px;
    height: 60px;
    line-height: 60px; }
    .my_btn::after {
      top: -17px;
      bottom: -17px;
      right: -11px; }
  form .block {
    margin: 0 0 25px;
    max-width: 208px; }
    form .block:nth-child(2) {
      max-width: 176px; }
  form input {
    font-size: 14px;
    padding: 0 25px;
    height: 60px;
    line-height: 60px; }
  form label {
    font-size: 13px;
    margin-bottom: 17px; }
  form .my_btn {
    max-width: 226px; }
  .breadcrumbs {
    font-size: 14px;
    margin-bottom: 40px; } }

@media (max-width: 1199px) {
  .container {
    width: 95%; }
  h2 {
    font-size: 46px;
    line-height: 52px; }
    h2::before {
      width: 120px;
      height: 58px;
      top: -8px;
      left: -68px; } }

@media (max-width: 991px) {
  body {
    letter-spacing: normal;
    line-height: normal; }
  .container {
    width: 100%; }
  form .block {
    margin: 0 5px 20px; }
  form input {
    font-size: 13px;
    padding: 0 15px; }
  form label {
    margin-bottom: 12px; }
  h2 {
    font-size: 34px;
    line-height: 40px; }
  h2::before {
    width: 110px;
    height: 45px;
    left: -57px; }
  .box_zag p {
    font-size: 18px;
    line-height: 26px; } }

@media (max-width: 767px) {
  .container {
    text-align: center; }
  * {
    letter-spacing: normal !important; }
  h2 {
    font-size: 24px;
    line-height: 32px;
    max-width: 500px;
    margin: 0 auto 20px; }
    h2 br {
      display: none; }
  h2::before {
    width: 80px;
    height: 40px;
    left: -45px;
    display: none; }
  .my_btn {
    max-width: 300px;
    width: auto;
    min-width: 200px;
    font-size: 14px;
    padding: 0 20px; }
  .box_zag p {
    font-size: 16px;
    line-height: 24px;
    max-width: 400px;
    margin: 0 auto; }
    .box_zag p br {
      display: none; }
  form {
    max-width: 300px; }
  form .box_inner {
    display: block; }
  form .block,
  form .block:nth-child(2) {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 100%; }
  form .my_btn {
    max-width: 100%; }
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 25px; }
  .wp-pagenavi {
    margin-top: 30px;
  } }

@media (max-width: 479px) {
  h2 {
    font-size: 22px;
    line-height: 30px; } }

/*modal*/
.modal {
  padding-right: 0 !important;
  left: 0 !important;
  right: 0 !important;
  overflow-y: auto;
  overflow-x: hidden; }

.popup_window {
  background-color: transparent;
  padding-right: 0 !important; }
  .popup_window .modal-dialog {
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    margin-top: 100px;
    max-width: 570px; }
    .popup_window .modal-dialog:before {
      width: 80%;
      height: 100%;
      content: ' ';
      background-color: #fff;
      margin-top: -30px; }
  .popup_window .wrap {
    margin-top: 0;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 70px 40px 40px;
    margin-left: auto;
    background-color: #fff; }
    .popup_window .wrap .box_zag {
      max-width: 600px;
      margin: 0 auto 20px;
      margin-top: 0;
      text-align: center; }
      .popup_window .wrap .box_zag .title {
        font-size: 26px;
        line-height: normal;
        color: #141313;
        font-family: BerlingskeSerif-Bold;
        margin-bottom: 20px; }
      .popup_window .wrap .box_zag .descr {
        font-size: 16px; }
    .popup_window .wrap form {
      margin: 0 auto; }
      .popup_window .wrap form input {
        font-size: 14px;
        line-height: 34px;
        height: 34px; }
      .popup_window .wrap form input[type=file] + label {
        height: 34px;
        font-size: 14px;
        line-height: 34px; }
      .popup_window .wrap form .box_btn {
        max-width: 100%; }
      .popup_window .wrap form .minconf {
        text-align: center; }
    .popup_window .wrap .box_contacts {
      max-width: 330px;
      margin: 15px auto 0; }

#modal_video .modal-dialog {
  width: 75%;
  max-width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
  -webkit-border-radius: 0;
          border-radius: 0; }

#modal_video .modal-content {
  border: none;
  background: #fff;
  -webkit-border-radius: 0;
          border-radius: 0; }

#modal_video .box-modal_close img {
  margin: 0;
  width: 40px;
  height: 40px; }

#modal_video .box_wrap {
  font-size: 0;
  position: relative;
  top: 50%;
  left: 50%;
  height: 615px;
  width: 75%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: center; }

#modal_video video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
  #modal_video video:focus {
    outline: none; }

.thanks {
  overflow: hidden;
  -webkit-border-radius: 10px;
          border-radius: 10px; }
  .thanks .modal-content {
    padding: 70px 30px; }
  .thanks .box_zag {
    font-size: 24px;
    margin-top: 0;
    line-height: normal;
    color: #141313;
    font-family: MullerBold; }
  .thanks .desc {
    color: #666;
    font-size: 18px; }
  .thanks .media {
    margin-left: auto;
    max-width: 440px;
    margin-right: auto; }
  .thanks .media-left,
  .thanks .media-body {
    vertical-align: middle; }
  .thanks .media-left img {
    width: 70px;
    margin: auto 20px 0 auto;
    display: block;
    opacity: .4;
    max-width: initial; }

.box-modal_close {
  z-index: 1001;
  background-color: transparent;
  opacity: 1 !important;
  top: 25px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  font-size: 0; }
  .box-modal_close img, .box-modal_close span {
    display: inline-block;
    vertical-align: middle; }
  .box-modal_close img {
    margin-right: 8px; }
  .box-modal_close span {
    color: #141414;
    text-shadow: none;
    font-size: 16px;
    font-weight: 300; }

@media (max-width: 1440px) {
  .popup_window .box_wrap .box_zag .title {
    font-size: 22px; }
  .popup_window .box_wrap .box_zag .descr {
    font-size: 14px; }
  .popup_window .wrap .box_contacts {
    max-width: 280px; } }

@media (max-width: 991px) {
  #modal_video .box_wrap {
    height: 80%; } }

@media (max-width: 767px) {
  .modal-dialog {
    margin: 30px auto;
    width: 90%;
    max-width: 500px; }
  .popup_window .modal-dialog {
    margin: 30px auto; }
  .popup_window .wrap {
    padding: 50px 20px 40px; }
    .popup_window .wrap .box_zag {
      margin-bottom: 15px;
      max-width: 450px; }
  #modal_video .box_wrap {
    width: 85%;
    height: 75%; }
  #modal_video .box-modal_close {
    top: 10px;
    right: 10px;
    height: 30px;
    width: 30px; }
  .thanks {
    text-align: center; }
    .thanks .modal-content {
      padding: 70px 30px; }
    .thanks .boz_zag {
      font-size: 24px; }
    .thanks .desc {
      font-size: 16px;
      line-height: 21px; }
    .thanks .media {
      padding: 0; }
    .thanks .media-left {
      display: block;
      padding-right: 0; }
      .thanks .media-left img {
        margin: auto;
        margin-bottom: 20px;
        height: 40px; }
  .box-modal_close {
    top: 12px;
    right: 12px; }
  .box-modal_close span {
    font-size: 14px; } }

@media (max-width: 479px) {
  .modal-dialog {
    width: 95%; }
  .popup_window .box_wrap .box_zag .title {
    font-size: 18px;
    margin-bottom: 15px; }
  .popup_window .box_wrap .box_zag .descr {
    line-height: 21px; }
  .popup_window .wrap {
    padding: 55px 15px 25px; }
  .box-modal_close span {
    font-size: 12px; }
  .box-modal_close img {
    width: 24px; }
  .thanks .box_zag {
    font-size: 18px; } }

/*header*/
.header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1270px;
  background: #fff;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  z-index: 11;
  -webkit-box-shadow: 0 5px 25px rgba(143, 143, 143, 0.15);
          box-shadow: 0 5px 25px rgba(143, 143, 143, 0.15); }
  .header .wrap {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 28px 35px 23px;
    background: #fff;
    position: relative;
    padding: 0 35px; }
    .header .wrap .box_logo {
      max-width: 158px; }
      .header .wrap .box_logo img {
        max-width: 100%; }
    .header .wrap .box_phone {
      text-align: right;
      max-width: 180px;
      display: inline-block;
      vertical-align: middle; }
      .header .wrap .box_phone a {
        display: inline-block; }
        .header .wrap .box_phone a:first-child {
          color: #000;
          font-size: 20px;
          font-weight: 600; }
        .header .wrap .box_phone a:last-child {
          color: #4d5252;
          font-size: 14px; }
  .header .btn_menu {
    vertical-align: middle;
    margin: 0 0 0 15px;
    width: 44px;
    border: 1px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: transparent;
    padding: 9px 10px;
    display: none; }
    .header .btn_menu span {
      background: #000;
      width: 100%;
      height: 2px;
      margin-bottom: 3px;
      display: block; }
      .header .btn_menu span:last-child {
        margin-bottom: 0; }

.navmenu_mobile {
  display: none; }

.navmenu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  position: relative; }
  .navmenu ul li a,
  .navmenu ul li span {
    color: #3d4547;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 40px 0;
    display: block; }
  .navmenu ul li span {
    cursor: default;
  }
    .navmenu ul li a:hover,
    .navmenu ul li span:hover {
      color: #b61a65; }

.navmenu .dropdown.active > a,
.navmenu .dropdown.active > span {
  color: #b61a65;
}

.navmenu .dropdown {
  position: relative;
  display: inline-block; }

.navmenu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 18px 20px rgba(123, 102, 110, 0.52);
          box-shadow: 0 18px 20px rgba(123, 102, 110, 0.52);
  z-index: -1;
  padding: 10px 20px; }

.navmenu .dropdown:hover .dropdown-content {
  display: block; }

.navmenu .dropdown-content li {
  margin: 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

.navmenu .dropdown-content li:last-child {
  border-bottom: none; }

.navmenu .dropdown-content li a {
  font-size: 14px;
  display: block;
  text-transform: initial;
  color: #222525;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  padding: 3px 0;
  white-space: nowrap; }

.navmenu .dropdown-content li a:hover,
.navmenu .dropdown-content li a:focus {
  color: #b61a65;
  background: transparent; }

.navmenu .dropdown-content li.active a {
  color: #b61a65;
  background: transparent;
  outline: none; }

@media (max-width: 1440px) {
  .header {
    max-width: 1080px; }
    .header .wrap {
      padding: 24px 30px 19px;
      padding: 0 30px; }
      .header .wrap .box_logo {
        max-width: 134px; }
      .header .wrap .box_phone {
        max-width: 155px; }
        .header .wrap .box_phone a:first-child {
          font-size: 17px; }
        .header .wrap .box_phone a:last-child {
          font-size: 12px; }
  .navmenu .dropdown-content li a {
    font-size: 12px; }
  .navmenu ul li {
    margin: 0 25px; }
  .navmenu ul li a,
  .navmenu ul li span {
    padding: 34px 0;
    font-size: 13px; } }

@media (max-width: 1199px) {
  .header {
    max-width: 95%; }
  .header .wrap {
    padding: 0; }
  .header .wrap .box_logo {
    max-width: 110px; }
  .navmenu ul li {
    margin: 0 16px; } }

@media (max-width: 991px) {
  .header {
    max-width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .header .wrap {
    padding: 10px 0; }
  .header .wrap .box_phone a:first-child {
    font-size: 16px; }
  .header .wrap .box_menu {
    display: none; }
  .header .btn_menu {
    display: inline-block; }
  .navmenu_mobile {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    text-align: left;
    background: #fff;
    z-index: 999;
    overflow: auto;
    padding: 50px 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-overflow-scrolling: touch;
    -webkit-box-shadow: -5px 0 10px rgba(0, 0, 0, 0.05);
            box-shadow: -5px 0 10px rgba(0, 0, 0, 0.05); }
  .navmenu_mobile.active {
    right: 0; }
  .navmenu_mobile .btn_close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    padding: 0; }
    .navmenu_mobile .btn_close img {
      height: 20px;
      width: 20px; }
  .navmenu .dropdown {
    display: block; }
  .navmenu ul li {
    display: block;
    margin: 10px 0 0; }
  .navmenu ul li a,
  .navmenu ul li span {
    font-size: 14px;
    padding: 0; }
  .navmenu .dropdown.active > span {
    color: #3d4547;
  }
  .navmenu .dropdown-content {
    display: block;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    z-index: 1;
    background: transparent;
    padding: 0;
    margin-bottom: 10px; }
  .navmenu .dropdown-content li {
    border: none;
    margin-top: 10px; }
  .navmenu .dropdown-content li a {
    font-size: 14px;
    padding: 0; } }

@media (max-width: 767px) {
  .header .wrap .box_phone a:first-child {
    font-size: 14px; }
  .header .wrap .box_right {
    font-size: 0; }
  .header .wrap .box_phone {
    max-width: 130px; } }

@media (max-width: 479px) {
  .header .wrap .box_logo {
    max-width: 95px; }
  .header .btn_menu {
    margin-left: 10px; }
  .navmenu_mobile {
    width: 100%;
    right: -100%; } }

/*bg1*/
.bg1 {
  position: relative;
  padding-top: 200px; }

.home .bg1 {
  padding-bottom: 75px;
  min-height: 725px; }
  .home .bg1 .wrap {
    width: 60%; }
  .home .bg1 .box_zag h2 {
    font-size: 60px;
    line-height: 67px;
    margin-bottom: 45px; }
  .home .bg1 .box_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 800px;
    overflow: hidden; }
    .home .bg1 .box_container .box_bg {
      background: url(img/main/bg1/bg1.jpg) no-repeat;
      -webkit-background-size: cover;
              background-size: cover;
      width: 741px;
      height: 100%;
      position: absolute;
      left: 61.5%; }
    .home .bg1 .box_container .box_slider {
      position: absolute;
      right: 0;
      top: 0;
      width: 727px; }

.page-id-39 .bg1 {
  padding-bottom: 80px;
  overflow: hidden; }
  .page-id-39 .bg1 .box_zag {
    margin-bottom: 55px;
    margin-left: 50px;
    width: 50%; }
  .page-id-39 .bg1 .box_container {
    max-width: 1025px;
    width: 100%;
    margin: 0 0 80px; }
    .page-id-39 .bg1 .box_container .box {
      font-size: 0;
      background: rgba(242, 242, 242, 0.9);
      -webkit-border-radius: 3px;
              border-radius: 3px;
      padding: 55px 60px;
      margin-bottom: 30px;
      -webkit-box-shadow: 0 15px 50px rgba(53, 53, 53, 0.18);
              box-shadow: 0 15px 50px rgba(53, 53, 53, 0.18);
      position: relative;}
      .page-id-39 .bg1 .box_container .box::before {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background: transparent;
        -webkit-border-radius: 4px;
                border-radius: 4px;
        background: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
        background: -webkit-linear-gradient(left, #000, #fff);
        background: -o-linear-gradient(left, #000, #fff);
        background: linear-gradient(to right, #000, #fff);
        opacity: .14;
        z-index: -1; }
      .page-id-39 .bg1 .box_container .box::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 50%;
        background: -webkit-gradient(linear, left top, right top, from(#fbfbfb), to(rgba(251, 251, 251, 0.1)));
        background: -webkit-linear-gradient(left, #fbfbfb, rgba(251, 251, 251, 0.1));
        background: -o-linear-gradient(left, #fbfbfb, rgba(251, 251, 251, 0.1));
        background: linear-gradient(to right, #fbfbfb, rgba(251, 251, 251, 0.1));
        -webkit-border-radius: 3px 0 0 3px;
                border-radius: 3px 0 0 3px; }
      .page-id-39 .bg1 .box_container .box .box_left {
        width: 62%;
        display: inline-block;
        vertical-align: top;
        padding-right: 15px;
        font-size: 20px;
        position: relative;
        right: 38%;
        z-index: 10; }
        .page-id-39 .bg1 .box_container .box .box_left h5 {
          color: #000;
          font-size: 33px;
          line-height: 44px;
          font-family: MullerRegular;
          margin-bottom: 25px; }
        .page-id-39 .bg1 .box_container .box .box_left ul li {
          color: #000;
          font-weight: 700;
          position: relative;
          padding-left: 25px;
          margin-bottom: 15px; }
          .page-id-39 .bg1 .box_container .box .box_left ul li::before {
            content: "";
            background: #910045;
            width: 5px;
            height: 25px;
            -webkit-border-radius: 2px;
                    border-radius: 2px;
            position: absolute;
            top: 0;
            left: 0; }
      .page-id-39 .bg1 .box_container .box .box_right {
        width: 38%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        left: 62%;
        z-index: 10; }
        .page-id-39 .bg1 .box_container .box .box_right a {
          display: block;
          height: 100%;
          position: relative; }
          .page-id-39 .bg1 .box_container .box .box_right a img {
            min-height: 100%;
            min-width: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .page-id-39 .bg1 .box_container .box .box_right .box_top {
          height: 228px;
          width: 100%;
          overflow: hidden;
          -webkit-border-radius: 5px;
                  border-radius: 5px; }
        .page-id-39 .bg1 .box_container .box .box_right .box_bottom {
          margin: 0 -5px;
          position: relative; }
          .page-id-39 .bg1 .box_container .box .box_right .box_bottom a {
          	display: inline-block;
            vertical-align: top;
            height: 100px;
            margin: 10px 5px 0;
            overflow: hidden;
            -webkit-border-radius: 5px;
                    border-radius: 5px; }
      .page-id-39 .bg1 .box_container .box:last-child {
        margin-bottom: 0; }
  .page-id-39 .bg1 .box_control button {
    background: #fff;
    border: none;
    padding: 0;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 36px;
    height: 36px;
    -webkit-box-shadow: 0 3px 20px rgba(70, 61, 65, 0.2);
            box-shadow: 0 3px 20px rgba(70, 61, 65, 0.2);
    position: absolute;
    top: 39%;
    z-index: 10; }
    .page-id-39 .bg1 .box_control button img {
      height: 15px;
      margin-left: -2px;
      opacity: .4;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .page-id-39 .bg1 .box_control button.custom_prev {
      left: -8px; }
    .page-id-39 .bg1 .box_control button.custom_next {
      right: -8px; }
      .page-id-39 .bg1 .box_control button.custom_next img {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
        margin: 0 -2px 0 0; }
    .page-id-39 .bg1 .box_control button:hover img {
      opacity: 1; }
  .page-id-39 .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 1426px;
    z-index: -2; }
    .page-id-39 .bg1 .bg_img div {
      width: 1075px;
      background: url(img/projects/bg1.jpg) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      position: absolute;
      top: 0;
      left: 44%;
      bottom: 0; }

.page-id-41 .bg1 .box_zag {
  margin-bottom: 70px;
  width: 70%; }

.page-id-130 .bg1 {
  padding-bottom: 95px; }
  .page-id-130 .bg1 .wrap {
    width: 50%;
    padding-right: 15px;
    position: relative;
    z-index: 10; }
  .page-id-130 .bg1 .box_zag h2 {
    margin-bottom: 35px; }
  .page-id-130 .bg1 .box_zag p {
  	margin-bottom: 30px;
  }
  .page-id-130 .bg1 .box_zag p:last-child {
  	margin-bottom: 0;
  }
  .page-id-130 .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 732px; }
    .page-id-130 .bg1 .bg_img div {
      width: 962px;
      background: url(img/montazh/bg1.jpg) no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100% 100%;
      position: absolute;
      top: 0;
      left: 50%;
      bottom: 0; }

.page-id-152 .bg1 {
  padding-bottom: 40px; }
  .page-id-152 .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 530px;
    z-index: -2; }
    .page-id-152 .bg1 .bg_img div {
      width: 820px;
      background: url(img/certificates/bg1.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 0;
      left: 58%;
      bottom: 0; }
  .page-id-152 .bg1 .breadcrumbs {
    max-width: 65%; }
  .page-id-152 .bg1 .box_zag {
    margin-bottom: 45px;
    max-width: 65%; }
    .page-id-152 .bg1 .box_zag h2 {
      font-size: 60px;
      line-height: 67px; }
  .page-id-152 .bg1 .box_container {
    margin: 0 -15px;
    font-size: 0; }
    .page-id-152 .bg1 .box_container .box {
      display: inline-block;
      vertical-align: top;
      width: -webkit-calc(33.33% - 30px);
      width: calc(33.33% - 30px);
      margin: 0 15px 30px;
      -webkit-box-shadow: 0 35px 60px rgba(68, 65, 66, 0.2);
              box-shadow: 0 35px 60px rgba(68, 65, 66, 0.2); }
      .page-id-152 .bg1 .box_container .box img {
        width: 100%; }

.page-id-148 .bg1 {
  padding-bottom: 70px; }
  .page-id-148 .bg1 .box_zag {
    margin-bottom: 45px; }
    .page-id-148 .bg1 .box_zag h2 {
      font-size: 60px;
      line-height: 67px; }
  .page-id-148 .bg1 .box_container {
    max-width: 1070px; }
    .page-id-148 .bg1 .box_container .box {
      margin-bottom: 50px;
      font-size: 0; }
      .page-id-148 .bg1 .box_container .box:last-child {
        margin-bottom: 0; }
      .page-id-148 .bg1 .box_container .box .box_img {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        -webkit-border-radius: 15px;
                border-radius: 15px;
        overflow: hidden;
        -webkit-box-shadow: 0 20px 50px rgba(143, 143, 143, 0.24);
                box-shadow: 0 20px 50px rgba(143, 143, 143, 0.24);
        height: 302px; }
        .page-id-148 .bg1 .box_container .box .box_img img {
          min-width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .page-id-148 .bg1 .box_container .box .box_descr {
        display: inline-block;
        vertical-align: top;
        width: 70%;
        font-size: 17px;
        line-height: 28px;
        color: #000;
        padding: 20px 0 20px 35px; }
        .page-id-148 .bg1 .box_container .box .box_descr .name {
          font-size: 23px;
          font-weight: 700;
          margin-bottom: 15px; }

.blog .bg1 {
  padding-bottom: 80px; }
  .blog .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 582px;
    z-index: -2; }
    .blog .bg1 .bg_img div {
      width: 809px;
      background: url(img/novosti/bg1.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 0;
      left: 58%;
      bottom: 0; }
  .blog .bg1 .breadcrumbs {
    max-width: 650px; }
  .blog .bg1 .box_zag {
    margin-bottom: 60px;
    max-width: 650px; }
    .blog .bg1 .box_zag h2 {
      font-size: 60px;
      line-height: 67px; }
  .blog .bg1 .box_container {
    margin-bottom: 75px; }
    .blog .bg1 .box_container .box {
      margin-bottom: 25px;
      position: relative; }
      .blog .bg1 .box_container .box .inner {
        font-size: 0;
        background: -webkit-linear-gradient(125deg, #f2f2f2 29%, rgba(255, 255, 255, 0.1));
        background: -o-linear-gradient(125deg, #f2f2f2 29%, rgba(255, 255, 255, 0.1));
        background: linear-gradient(-35deg, #f2f2f2 29%, rgba(255, 255, 255, 0.1));
        -webkit-box-shadow: 0 16px 40px rgba(53, 53, 53, 0.15);
                box-shadow: 0 16px 40px rgba(53, 53, 53, 0.15);
        -webkit-border-radius: 3px;
                border-radius: 3px;
        padding: 18px;
        min-height: 220px;
        position: relative; }
        .blog .bg1 .box_container .box .inner::before {
          content: "";
          background: #f2f2f2;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          width: 35%; }
      .blog .bg1 .box_container .box::before {
        content: "";
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
        background: -webkit-linear-gradient(left, #000, #fff);
        background: -o-linear-gradient(left, #000, #fff);
        background: linear-gradient(to right, #000, #fff);
        opacity: .1;
        z-index: -1; }
      .blog .bg1 .box_container .box:last-child {
        margin-bottom: 0; }
      .blog .bg1 .box_container .box .box_img {
        width: 28%;
        overflow: hidden;
        -webkit-border-radius: 7px;
                border-radius: 7px;
        position: absolute;
        top: 18px;
        left: 18px;
        bottom: 18px;
        z-index: 10; }
        .blog .bg1 .box_container .box .box_img img {
          min-width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .blog .bg1 .box_container .box .box_descr {
        display: inline-block;
        vertical-align: middle;
        width: 72%;
        font-size: 16px;
        line-height: 23px;
        color: #000;
        margin-left: 29%;
        padding: 20px 45px 20px 30px;
        position: relative;
        z-index: 10; }
        .blog .bg1 .box_container .box .box_descr .date {
          color: rgba(0, 0, 0, 0.6);
          font-size: 16px;
          line-height: 24px;
          font-weight: 800;
          margin-bottom: 20px; }

.page-id-146 .bg1 {
  padding-bottom: 60px; }
  .page-id-146 .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 571px;
    z-index: -2; }
    .page-id-146 .bg1 .bg_img div {
      width: 995px;
      background: url(img/about/bg1.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 0;
      left: 48%;
      bottom: 0; }
  .page-id-146 .bg1 .box_zag h2 {
    font-size: 50px;
    line-height: 60px; }
  .page-id-146 .bg1 .box_zag h5 {
    font-size: 35px;
    line-height: 45px; }
  .page-id-146 .bg1 .text {
    margin-top: 45px;
    position: relative;
    font-size: 17px;
    line-height: 27px;
    color: #292c2c; }
    .page-id-146 .bg1 .text::before {
      content: "";
      background: #f6f6f6;
      width: 73px;
      height: 70px;
      position: absolute;
      top: -20px;
      left: -35px;
      z-index: -1; }
  .page-id-146 .bg1 .wrap {
    max-width: 745px; }

.page-id-135 .bg1 {
  padding-bottom: 157px; }
  .page-id-135 .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 720px;
    z-index: -2; }
    .page-id-135 .bg1 .bg_img div {
      width: 674px;
      background: url(img/postavka/bg1.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 0;
      left: 65%;
      bottom: 0; }
  .page-id-135 .bg1 .wrap {
    width: 51%;
    position: relative; }
    .page-id-135 .bg1 .wrap .box_zag h2 {
      margin-bottom: 40px; }
    .page-id-135 .bg1 .wrap .box_zag p {
    	margin-bottom: 30px;
    }
    .page-id-135 .bg1 .wrap .box_zag p:last-child {
    	margin-bottom: 0;
    }
    .page-id-135 .bg1 .wrap .box_right {
      background: #fff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      overflow: hidden;
      position: absolute;
      right: -535px;
      top: 285px;
      width: 335px;
      text-align: center;
      font-size: 17px;
      line-height: 28px;
      color: #4d5252;
      -webkit-box-shadow: 0 30px 60px rgba(68, 65, 66, 0.2);
              box-shadow: 0 30px 60px rgba(68, 65, 66, 0.2);
      padding: 30px 15px; }
      .page-id-135 .bg1 .wrap .box_right::before {
        content: "";
        background: url(img/postavka/icon1.jpg) no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        width: 116px;
        height: 116px;
        display: block;
        margin: 0 auto 15px; }

.page-id-150 .bg1 {
  padding-bottom: 100px; }
  .page-id-150 .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 316px;
    z-index: -2; }
    .page-id-150 .bg1 .bg_img div {
      width: 864px;
      background: url(img/clients/bg1.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 0;
      left: 55%;
      bottom: 0; }
  .page-id-150 .bg1 .breadcrumbs {
    max-width: 60%; }
  .page-id-150 .bg1 .box_zag {
    margin-bottom: 50px;
    max-width: 70%; }
    .page-id-150 .bg1 .box_zag h2 {
      font-size: 60px;
      line-height: 67px; }
  .page-id-150 .bg1 .box_container .box {
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px rgba(143, 143, 143, 0.24);
            box-shadow: 0 20px 50px rgba(143, 143, 143, 0.24);
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 293px;
    position: relative; }
    .page-id-150 .bg1 .box_container .box:last-child {
      margin-bottom: 0; }
    .page-id-150 .bg1 .box_container .box .box_img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
      .page-id-150 .bg1 .box_container .box .box_img img {
        position: absolute;
        bottom: 0;
        right: 0;
        min-height: 100%; }
      .page-id-150 .bg1 .box_container .box .box_img::before {
        content: "";
        width: 80%;
        position: absolute;
        top: -170px;
        left: -10%;
        height: 700px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background: #fff;
        z-index: 2;
        -webkit-filter: blur(60px);
                filter: blur(60px); }
      .page-id-150 .bg1 .box_container .box .box_img::after {
        content: "";
        background: #fff;
        width: 20%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1; }
    .page-id-150 .bg1 .box_container .box .box_descr {
      padding: 40px 0 40px 55px;
      font-size: 17px;
      line-height: 28px;
      color: #000;
      position: relative;
      z-index: 10;
      width: 60%; }
      .page-id-150 .bg1 .box_container .box .box_descr ul {
        list-style: disc;
        margin-left: 20px; }
      .page-id-150 .bg1 .box_container .box .box_descr h5 {
        font-size: 24px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle; }
      .page-id-150 .bg1 .box_container .box .box_descr .box_top {
        margin-bottom: 18px;
        position: relative; }
        .page-id-150 .bg1 .box_container .box .box_descr .box_top img {
          display: inline-block;
          vertical-align: middle;
          margin-left: 15px;
          max-height: 43px;
          margin-top: -6px; }

.page-id-133 .bg1 {
  padding-bottom: 65px; }
  .page-id-133 .bg1 .wrap {
    width: 60%; }
  .page-id-133 .bg1 .box_zag h2 {
    margin-bottom: 35px; }
  .page-id-133 .bg1 .box_zag p {
  	margin-bottom: 30px;
  }
  .page-id-133 .bg1 .box_zag p:last-child {
  	margin-bottom: 0;
  }
  .page-id-133 .bg1 .bg_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 866px;
    z-index: -2; }
    .page-id-133 .bg1 .bg_img div {
      width: 743px;
      background: url(img/proyektirovaniye/bg1.jpg) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      position: absolute;
      top: 0;
      left: 61%;
      bottom: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .home .bg1 .box_container .box_bg {
    background: url(img/main/bg1/bg1@2x.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .page-id-146 .bg1 .bg_img div {
    background: url(img/about/bg1@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .page-id-152 .bg1 .bg_img div {
    background: url(img/certificates/bg1@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .page-id-150 .bg1 .bg_img div {
    background: url(img/clients/bg1@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .blog .bg1 .bg_img div {
    background: url(img/novosti/bg1@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .page-id-135 .bg1 .bg_img div {
    background: url(img/postavka/bg1@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .page-id-135 .bg1 .wrap .box_right::before {
    background: url(img/postavka/icon1@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; }
  .page-id-39 .bg1 .bg_img div {
    background: url(img/projects/bg1@2x.jpg) no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%; }
  .page-id-133 .bg1 .bg_img div {
    background: url(img/proyektirovaniye/bg1@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; } }

@media (min-width: 1921px) {
  .home .bg1 .box_container .box_bg,
  .page-id-130 .bg1 .bg_img div,
  .page-id-133 .bg1 .bg_img div,
  .page-id-135 .bg1 .bg_img div,
  .page-id-146 .bg1 .bg_img div,
  .page-id-150 .bg1 .bg_img div,
  .page-id-152 .bg1 .bg_img div,
  .blog .bg1 .bg_img div,
  .page-id-39 .bg1 .bg_img div {
    right: 0;
    left: auto; } }

@media (max-width: 1440px) {
  .bg1 {
    padding-top: 170px; }
  .home .bg1 {
    padding-bottom: 65px;
    min-height: 620px; }
    .home .bg1 .box_zag h2 {
      font-size: 50px;
      line-height: 57px;
      margin-bottom: 38px; }
    .home .bg1 .box_container {
      height: 680px; }
      .home .bg1 .box_container .box_bg {
        width: 630px;
        background-size: contain; }
      .home .bg1 .box_container .box_slider {
        width: 617px; }
  .page-id-39 .bg1 {
    padding-bottom: 70px; }
    .page-id-39 .bg1 .box_zag {
      margin-bottom: 45px;
      margin-left: 42px; }
    .page-id-39 .bg1 .box_container {
      max-width: 870px;
      margin: 0 0 70px; }
      .page-id-39 .bg1 .box_container .box {
        padding: 45px 50px;
        margin-bottom: 25px; }
        .page-id-39 .bg1 .box_container .box .box_left {
          font-size: 16px; }
          .page-id-39 .bg1 .box_container .box .box_left h5 {
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 20px; }
          .page-id-39 .bg1 .box_container .box .box_left ul li {
            padding-left: 20px;
            margin-bottom: 12px; }
            .page-id-39 .bg1 .box_container .box .box_left ul li::before {
              width: 4px;
              height: 20px; }
        .page-id-39 .bg1 .box_container .box .box_right .box_top {
          height: 194px; }
        .page-id-39 .bg1 .box_container .box .box_right .box_bottom a {
          height: 85px; }
    .page-id-39 .bg1 .bg_img {
      height: 1210px; }
      .page-id-39 .bg1 .bg_img div {
        width: 910px; }
  .page-id-130 .bg1 {
    padding-bottom: 80px; }
    .page-id-130 .bg1 .box_zag h2 {
      margin-bottom: 30px; }
    .page-id-130 .bg1 .box_zag p {
    	margin-bottom: 25px;
    }
    .page-id-130 .bg1 .bg_img {
      height: 620px; }
      .page-id-130 .bg1 .bg_img div {
        width: 815px; }
  .page-id-152 .bg1 {
    padding-bottom: 34px; }
    .page-id-152 .bg1 .bg_img {
      height: 450px; }
      .page-id-152 .bg1 .bg_img div {
        width: 697px; }
    .page-id-152 .bg1 .box_zag {
      margin-bottom: 38px; }
      .page-id-152 .bg1 .box_zag h2 {
        font-size: 50px;
        line-height: 57px; }
  .page-id-148 .bg1 {
    padding-bottom: 60px; }
    .page-id-148 .bg1 .box_zag {
      margin-bottom: 38px; }
      .page-id-148 .bg1 .box_zag h2 {
        font-size: 50px;
        line-height: 57px; }
    .page-id-148 .bg1 .box_container {
      max-width: 910px; }
      .page-id-148 .bg1 .box_container .box {
        margin-bottom: 40px; }
        .page-id-148 .bg1 .box_container .box .box_img {
          height: 256px; }
        .page-id-148 .bg1 .box_container .box .box_descr {
          font-size: 16px;
          line-height: 26px;
          padding: 17px 0 17px 30px; }
          .page-id-148 .bg1 .box_container .box .box_descr .name {
            font-size: 20px;
            margin-bottom: 10px; }
  .blog .bg1 {
    padding-bottom: 70px; }
    .blog .bg1 .bg_img {
      height: 494px; }
      .blog .bg1 .bg_img div {
        width: 687px; }
    .blog .bg1 .breadcrumbs {
      max-width: 520px; }
    .blog .bg1 .box_zag {
      margin-bottom: 50px;
      max-width: 520px; }
      .blog .bg1 .box_zag h2 {
        font-size: 50px;
        line-height: 57px; }
    .blog .bg1 .box_container {
      margin-bottom: 60px; }
      .blog .bg1 .box_container .box {
        margin-bottom: 20px; }
        .blog .bg1 .box_container .box .inner {
          padding: 15px; }
        .blog .bg1 .box_container .box .box_img {
          top: 15px;
          left: 15px;
          bottom: 15px; }
        .blog .bg1 .box_container .box .box_descr {
          font-size: 14px;
          line-height: 20px;
          padding: 17px 40px 17px 25px; }
          .blog .bg1 .box_container .box .box_descr .date {
            font-size: 14px;
            line-height: 22px;
            margin-bottom: 17px; }
  .page-id-146 .bg1 {
    padding-bottom: 50px; }
    .page-id-146 .bg1 .bg_img {
      height: 485px; }
      .page-id-146 .bg1 .bg_img div {
        width: 845px; }
    .page-id-146 .bg1 .box_zag h2 {
      font-size: 40px;
      line-height: 50px; }
    .page-id-146 .bg1 .box_zag h5 {
      font-size: 30px;
      line-height: 40px; }
    .page-id-146 .bg1 .text {
      margin-top: 40px;
      font-size: 16px;
      line-height: 24px; }
      .page-id-146 .bg1 .text::before {
        width: 60px;
        height: 60px;
        top: -17px;
        left: -30px; }
    .page-id-146 .bg1 .wrap {
      max-width: 675px; }
  .page-id-135 .bg1 {
    padding-bottom: 130px; }
  	.page-id-135 .bg1 .wrap {
  		width: 60%;
  	}
    .page-id-135 .bg1 .bg_img {
      height: 612px; }
      .page-id-135 .bg1 .bg_img div {
        width: 572px; }
    .page-id-135 .bg1 .wrap .box_zag h2 {
      margin-bottom: 34px; }
    .page-id-135 .bg1 .wrap .box_zag p {
    	margin-bottom: 25px;
    }
    .page-id-135 .bg1 .wrap .box_right {
      right: -57%;
      top: 242px;
      width: 284px;
      font-size: 16px;
      line-height: 26px;
      padding: 25px 12px; }
      .page-id-135 .bg1 .wrap .box_right::before {
        width: 100px;
        height: 100px;
        margin: 0 auto 12px; }
  .page-id-150 .bg1 {
    padding-bottom: 85px; }
    .page-id-150 .bg1 .bg_img {
      height: 268px; }
      .page-id-150 .bg1 .bg_img div {
        width: 734px; }
    .page-id-150 .bg1 .box_zag {
      margin-bottom: 40px; }
      .page-id-150 .bg1 .box_zag h2 {
        font-size: 50px;
        line-height: 57px; }
    .page-id-150 .bg1 .box_container .box {
      margin-bottom: 25px;
      min-height: 250px; }
      .page-id-150 .bg1 .box_container .box .box_img::before {
        top: -145px;
        height: 600px; }
      .page-id-150 .bg1 .box_container .box .box_descr {
        padding: 34px 0 34px 45px;
        font-size: 16px;
        line-height: 26px; }
        .page-id-150 .bg1 .box_container .box .box_descr h5 {
          font-size: 20px; }
        .page-id-150 .bg1 .box_container .box .box_descr .box_top {
          margin-bottom: 15px; }
          .page-id-150 .bg1 .box_container .box .box_descr .box_top img {
            margin-left: 12px;
            max-height: 36px;
            margin-top: -5px; }
  .page-id-133 .bg1 {
    padding-bottom: 55px; }
    .page-id-133 .bg1 .box_zag h2 {
      margin-bottom: 30px; }
    .page-id-133 .bg1 .box_zag p {
    	margin-bottom: 25px; }
    .page-id-133 .bg1 .bg_img {
      height: 736px; }
      .page-id-133 .bg1 .bg_img div {
        width: 630px; } }

@media (max-width: 1199px) {
  /*home*/
  .home .bg1 .wrap {
    width: 55%;
    padding-right: 15px; }
  .home .bg1 .box_zag h2 {
    font-size: 46px;
    line-height: 52px; }
  .home .bg1 .box_container .box_bg {
    left: 55%; }
  /*projects_page*/
  .page-id-39 .bg1 .wrap {
    width: 100%;
    max-width: 912px;
    margin: 0 auto; }
  .page-id-39 .bg1 .box_zag {
    margin-left: 0; }
  .page-id-39 .bg1 .box_container {
    max-width: 100%;
    margin-bottom: 40px; }
  /*page-id-130*/
  .page-id-130 .bg1 .wrap {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    padding: 0; }
  .page-id-130 .bg1 .wrap .box_zag,
  .page-id-130 .bg1 .wrap .breadcrumbs {
    width: 50%; }
  /*page-id-152*/
  .page-id-152 .bg1 .wrap {
    width: 100%;
    max-width: 912px;
    margin: 0 auto; }
  .page-id-152 .bg1 .box_zag h2 {
    font-size: 46px;
    line-height: 52px; }
  /*page-id-148*/
  .page-id-148 .bg1 .wrap {
    width: 100%;
    max-width: 912px;
    margin: 0 auto; }
  .page-id-148 .bg1 .box_container {
    max-width: 100%; }
  .page-id-148 .bg1 .box_zag h2 {
    font-size: 46px;
    line-height: 52px; }
  /*blog*/
  .blog .bg1 .wrap {
    width: 100%;
    max-width: 912px;
    margin: 0 auto; }
  .blog .bg1 .box_zag h2 {
    font-size: 46px;
    line-height: 52px; }
  /*page-id-146*/
  .page-id-146 .bg1 .wrap {
    max-width: 605px; }
  /*page-id-135*/
  .page-id-135 .bg1 {
    padding-bottom: 150px; }
  .page-id-135 .bg1 .wrap {
    width: 50%; }
  .page-id-135 .bg1 .wrap .box_right {
    right: auto;
    left: 120%;
    top: 190px; }
  .page-id-135 .bg1 .bg_img div {
    left: 55%; }
  /*page-id-150*/
  .page-id-150 .bg1 .box_zag h2 {
    font-size: 46px;
    line-height: 52px; }
  .page-id-150 .bg1 .box_container .box .box_img::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-filter: blur(30px);
            filter: blur(30px); }
  /*page-id-133*/
  .page-id-133 .bg1 .box_zag br {
    display: none; } }

@media (max-width: 991px) {
  .bg1 {
    padding-top: 130px; }
  /*home*/
  .home .bg1 .box_zag h2 {
    font-size: 34px;
    line-height: 40px; }
  .home .bg1 .box_container {
    height: 500px; }
  .home .bg1 .box_container .box_bg {
    width: 520px; }
  .home .bg1 .box_container .box_slider {
    width: 510px; }
  .home .bg1 {
    min-height: 500px; }
  /*projects_page*/
  .page-id-39 .bg1 {
    overflow: hidden; }
  .page-id-39 .bg1 .box_container .box {
    padding: 30px; }
  .page-id-39 .bg1 .box_container .box .box_right .box_bottom {
    margin: 0 -5px; }
  .page-id-39 .bg1 .box_container .box .box_right .box_bottom a {
    margin-left: 5px;
    margin-right: 5px; }
  .page-id-39 .bg1 .box_container .box .box_left h5 {
    font-size: 24px;
    line-height: 32px; }
  .page-id-39 .bg1 .bg_img div {
    top: -60px; }
  /*page-id-41*/
  .page-id-41 .bg1 .box_zag {
    margin: 0 auto 70px;
    text-align: center; }
  .page-id-41 .bg1 .box_zag h2 {
    display: inline;
    margin-bottom: 0; }
  /*page-id-130*/
  .page-id-130 .bg1 .box_zag h2 {
    margin-bottom: 20px; }
  .page-id-130 .bg1 .box_zag h2 br {
    display: none; }
  .page-id-130 .bg1 .bg_img {
    height: 400px; }
  .page-id-130 .bg1 .bg_img div {
    width: 525px;
    left: 55%; }
  /*page-id-152*/
  .page-id-152 .bg1 .box_zag h2 {
    font-size: 34px;
    line-height: 40px; }
  /*page-id-148*/
  .page-id-148 .bg1 .box_zag h2 {
    font-size: 34px;
    line-height: 40px; }
  /*blog*/
  .blog .bg1 .box_zag h2 {
    font-size: 34px;
    line-height: 40px; }
  .blog .bg1 .breadcrumbs,
  .blog .bg1 .box_zag {
    max-width: 55%; }
  .blog .bg1 .bg_img {
    height: 300px; }
  /*page-id-146*/
  .page-id-146 .bg1 .wrap {
    max-width: 70%; }
  .page-id-146 .bg1 .box_zag h2 {
    font-size: 34px;
    line-height: 40px; }
  .page-id-146 .bg1 .box_zag h5 {
    font-size: 24px;
    line-height: 32px; }
  .page-id-146 .bg1 .text {
    margin-top: 20px; }
  .page-id-146 .bg1 .text::before {
    display: none; }
  /*page-id-135*/
  .page-id-135 .bg1 {
    padding-bottom: 60px; }
  .page-id-135 .bg1 .wrap {
    width: 58%; }
  .page-id-135 .bg1 .bg_img div {
    left: 60%; }
  .page-id-135 .bg1 .wrap .box_zag h2 {
    margin-bottom: 20px; }
  .page-id-135 .bg1 .box_zag br {
    display: none; }
  .page-id-135 .bg1 .wrap .box_right {
    position: relative;
    top: auto;
    left: auto;
    margin: 30px auto 0; }
  .page-id-135 .bg1 .wrap .box_right {
    font-size: 14px;
    line-height: 20px;
    padding: 25px 15px; }
  /*page-id-150*/
  .page-id-150 .bg1 .box_zag {
  	max-width: 55%;
  }
  .page-id-150 .bg1 .box_zag h2 {
    font-size: 34px;
    line-height: 40px; }
  .page-id-150 .bg1 .breadcrumbs {
    max-width: 50%; }
  .page-id-150 .bg1 .bg_img {
  	height: 230px;
  }
  .page-id-150 .bg1 .bg_img div {
  	left: 42%;
  }
  /*page-id-152*/
  .page-id-152 .bg1 .breadcrumbs {
    max-width: 55%; }
  .page-id-152 .bg1 .bg_img div {
  	left: 50%;
  }
  /*page-id-133*/
  .page-id-133 .bg1 .wrap {
    width: 62%;
    max-width: 580px; }
  .page-id-133 .bg1 .bg_img div {
    width: 440px; }
  .page-id-133 .bg1 .bg_img {
    height: 513px; } }

@media (max-width: 767px) {
  .bg1 {
    padding-top: 90px; }
  /*home*/
  .home .bg1 {
    min-height: 370px; }
  .home .bg1 .box_zag h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px; }
  .home .bg1 .box_zag h2::before {
    display: none; }
  .home .bg1 .wrap {
    text-align: left; }
  .home .bg1 .box_zag h2 {
    font-size: 24px;
    line-height: 32px; }
  .home .bg1 .box_container {
    height: 370px; }
  .home .bg1 .box_container .box_slider {
    width: 360px;
    right: auto;
    left: 10px; }
  /*projects_page*/
  .page-id-39 .bg1 {
    padding-bottom: 40px; }
  .page-id-39 .bg1 .wrap {
    width: 100%; }
  .page-id-39 .bg1 .bg_img {
    display: none; }
  .page-id-39 .bg1 .box_zag {
    margin: 0 auto 30px;
    width: 100%; }
  .page-id-39 .bg1 .box_zag h2 {
    display: inline-block;
    margin-bottom: 0; }
  .page-id-39 .bg1 .box_container {
    margin-bottom: 0; }
  .page-id-39 .bg1 .box_container .box .box_left,
  .page-id-39 .bg1 .box_container .box .box_right {
    width: 100%;
    display: block;
    padding: 0;
    position: static; }
  .page-id-39 .bg1 .box_container .box {
    max-width: 500px;
    margin: 0 auto 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px 15px;
    background: #fff; }
  .page-id-39 .bg1 .box_container .box:last-child {
    margin-bottom: 0; }
  .page-id-39 .bg1 .box_container .box::before {
    display: none; }
  .page-id-39 .bg1 .box_container .box .box_right {
    max-width: 400px;
    margin: 0 auto 30px; }
  .page-id-39 .bg1 .box_container .box .box_left h5 {
    font-size: 20px;
    line-height: 26px; }
  .page-id-39 .bg1 .box_container .box .box_left ul li {
    padding: 0; }
  .page-id-39 .bg1 .box_container .box .box_left ul li::before {
    position: static;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px; }
  .page-id-39 .bg1 .box_container .box .box_right .box_top a {
    width: 100%;
    height: 100%;
    position: relative; }
  .page-id-39 .bg1 .box_container .box .box_right .box_top img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .page-id-39 .bg1 .box_container .box::after {
    display: none; }
  /*page-id-41*/
  .page-id-41 .bg1 .box_zag {
    margin-bottom: 40px;
    width: 100%; }
  /*page-id-130*/
  .page-id-130 .bg1 {
    padding-bottom: 40px; }
  .page-id-130 .bg1 .wrap .box_zag,
  .page-id-130 .bg1 .wrap .breadcrumbs {
    width: 100%; }
  .page-id-130 .bg1 .box_zag p {
  	max-width: 600px;
  }
  .page-id-130 .bg1 .bg_img {
    display: none; }
  /*page-id-152*/
  .page-id-152 .bg1 {
    padding-bottom: 25px; }
  .page-id-152 .bg1 .breadcrumbs {
    max-width: 100%; }
  .page-id-152 .bg1 .box_zag {
    max-width: 100%;
    margin-bottom: 20px; }
  .page-id-152 .bg1 .box_zag h2 {
    font-size: 24px;
    line-height: 32px; }
  .page-id-152 .bg1 .bg_img {
    display: none; }
  .page-id-152 .bg1 .box_container {
    margin: 0 -7px; }
  .page-id-152 .bg1 .box_container .box {
    margin: 0 7px 14px;
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px); }
  /*page-id-148*/
  .page-id-148 .bg1 {
    padding-bottom: 40px; }
  .page-id-148 .bg1 .box_zag h2 {
    font-size: 24px;
    line-height: 32px; }
  .page-id-148 .bg1 .box_container .box {
    margin-bottom: 20px; }
  .page-id-148 .bg1 .box_container .box .box_img {
    display: block;
    width: 100%;
    max-width: 230px;
    height: 200px;
    margin: 0 auto 15px; }
  .page-id-148 .bg1 .box_container .box .box_descr {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 600px; }
  .page-id-148 .bg1 .box_container .box .box_descr .name {
    font-size: 16px;
    margin-bottom: 15px; }
  /*blog*/
  .blog .bg1 {
    padding-bottom: 40px; }
  .blog .bg1 .breadcrumbs,
  .blog .bg1 .box_zag {
    max-width: 100%; }
  .blog .bg1 .box_zag {
    margin-bottom: 30px; }
  .blog .bg1 .box_zag h2 {
    font-size: 24px;
    line-height: 32px; }
  .blog .bg1 .box_container {
    margin-bottom: 0; }
  .blog .bg1 .box_container .box {
    max-width: 500px;
    margin: 0 auto 20px; }
  .blog .bg1 .box_container .box::before {
    display: none; }
  .blog .bg1 .box_container .box .inner {
    padding: 30px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff; }
  .blog .bg1 .box_container .box .inner::before {
    display: none; }
  .blog .bg1 .box_container .box .box_img {
    position: static;
    display: block;
    margin: 0 auto 15px;
    height: 200px;
    max-width: 300px;
    width: 100%; }
  .blog .bg1 .box_container .box .box_descr {
    margin: 0;
    padding: 0;
    width: 100%; }
  .blog .bg1 .bg_img {
    display: none; }
  .blog .bg1 .box_container .box .box_descr .date {
    margin-bottom: 10px; }
  /*page-id-146*/
  .page-id-146 .bg1 {
    padding-bottom: 30px; }
  .page-id-146 .bg1 .wrap {
    max-width: 100%; }
  .page-id-146 .bg1 .box_zag h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 0; }
  .page-id-146 .bg1 .box_zag h5 {
    font-size: 18px;
    line-height: 24px;
    max-width: 500px;
    margin: 0 auto; }
    .page-id-146 .bg1 .box_zag h5 br {
      display: none; }
  .page-id-146 .bg1 .text {
    font-size: 14px;
    line-height: 20px;
    max-width: 550px;
    margin: 20px auto 0; }
  .page-id-146 .bg1 .bg_img {
    display: none; }
  /*page-id-135*/
  .page-id-135 .bg1 {
    padding-bottom: 40px; }
  .page-id-135 .bg1 .wrap {
    width: 100%; }
  .page-id-135 .bg1 .bg_img {
    display: none; }
  .page-id-135 .bg1 .wrap .box_zag h2 {
    max-width: 400px; }
  .page-id-135 .bg1 .wrap .box_zag p {
  	max-width: 600px;
  }
  /*page-id-150*/
  .page-id-150 .bg1 {
    padding-bottom: 40px; }
  .page-id-150 .bg1 .box_zag h2 {
    font-size: 24px;
    line-height: 32px; }
  .page-id-150 .bg1 .breadcrumbs,
  .page-id-150 .bg1 .box_zag {
    max-width: 100%; }
  .page-id-150 .bg1 .box_zag {
    margin-bottom: 30px; }
  .page-id-150 .bg1 .bg_img {
    display: none; }
  .page-id-150 .bg1 .box_container .box {
    max-width: 400px;
    margin: 0 auto 20px; }
  .page-id-150 .bg1 .box_container .box .box_img {
    display: block;
    margin: 0 auto;
    height: 200px;
    position: relative;
    overflow: hidden; }
  .page-id-150 .bg1 .box_container .box .box_img::after {
    display: none; }
  .page-id-150 .bg1 .box_container .box .box_img::before {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: none;
            filter: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
    background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
    background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1)); }
  .page-id-150 .bg1 .box_container .box .box_img img {
    max-width: initial;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .page-id-150 .bg1 .box_container .box .box_descr {
    padding: 30px 15px;
    width: 100%; }
  .page-id-150 .bg1 .box_container .box .box_descr .box_top {
    padding-top: 50px; }
  .page-id-150 .bg1 .box_container .box .box_descr .box_top img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0; }
  .page-id-150 .bg1 .box_container .box .box_descr h5 {
    font-size: 18px; }
  .page-id-150 .bg1 .box_container .box .box_descr ul {
    margin: 0;
    list-style-position: inside; }
  .page-id-150 .bg1 .box_container .box .box_descr ul li {
    margin-bottom: 10px; }
    .page-id-150 .bg1 .box_container .box .box_descr ul li:last-child {
      margin-bottom: 0; }
  .page-id-150 .bg1 .box_container .box .box_descr {
    font-size: 14px;
    line-height: 20px; }
  /*page-id-133*/
  .page-id-133 .bg1 .wrap {
    width: 100%;
    max-width: 100%; }
  .page-id-133 .bg1 .box_zag h2 {
    margin-bottom: 20px; }
  .page-id-133 .bg1 .box_zag p {
    max-width: 600px;
  }
  .page-id-133 .bg1 .bg_img {
    display: none; }
  .page-id-133 .bg1 {
    padding-bottom: 40px; } }

@media (max-width: 479px) {
  .bg1 {
    overflow: hidden; }
  /*home*/
  .home .bg1 {
    padding-bottom: 0;
    min-height: auto;
    padding: 0 0 15px; }
  .home .bg1 .wrap {
    text-align: center;
    width: 100%;
    padding: 0;
    background: #fff;
    padding: 20px 15px;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    max-width: 320px;
    margin: 130px auto 0; }
  .home .bg1 .box_container {
    top: 45px;
    height: 400px; }
  .home .bg1 .box_container .box_bg {
    left: 0;
    width: 100%;
    right: auto;
    background: transparent; }
  .home .bg1 .box_container .box_slider {
    width: 480px;
    left: 0; }
  .home .bg1 .box_zag h2 {
    font-size: 20px;
    line-height: 26px; }
  .home .bg1 .box_container .box_slider .box {
    position: relative; }
  .home .bg1 .box_container .box_slider .box img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  /*projects_page*/
  .page-id-39 .bg1 .box_container .box .box_right .box_top {
    height: 180px; }
  .page-id-39 .bg1 .box_container .box .box_right .box_bottom a {
    height: 70px; }
  .page-id-39 .bg1 .box_container .box .box_left {
    font-size: 14px; }
  .page-id-39 .bg1 .box_container .box .box_left h5 {
    font-size: 16px;
    line-height: 22px; }
  /*page-id-152*/
  .page-id-152 .bg1 .box_zag h2 {
    font-size: 22px;
    line-height: 30px; }
  /*page-id-148*/
  .page-id-148 .bg1 .box_zag h2 {
    font-size: 22px;
    line-height: 30px; }
  /*blog*/
  .blog .bg1 .box_container .box .box_img {
    height: 160px; }
  .blog .bg1 .box_zag h2 {
    font-size: 22px;
    line-height: 30px; }
  /*page-id-146*/
  .page-id-146 .bg1 .box_zag h2 {
    font-size: 22px;
    line-height: 30px; }
  .page-id-146 .bg1 .box_zag h5 {
    font-size: 16px;
    line-height: 20px; }
  /*page-id-150*/
  .page-id-150 .bg1 .box_zag h2 {
    font-size: 22px;
    line-height: 30px; }
  .page-id-150 .bg1 .box_container .box .box_img {
    height: 160px; }
  .page-id-150 .bg1 .box_container .box .box_descr h5 {
    font-size: 16px;
    line-height: 22px; } }

/*bg2*/
.home .bg2 {
  padding: 50px 0 0;
  overflow: hidden; }
  .home .bg2 .box_zag {
    text-align: center;
    margin-bottom: 80px; }
    .home .bg2 .box_zag p {
      font-size: 33px;
      line-height: 37px;
      color: #262626;
      font-family: MullerRegular; }
  .home .bg2 .box_container {
    width: 2090px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .home .bg2 .box_container .item {
      padding: 125px 10% 0;
      position: relative;
      height: 248px;
      -webkit-transition: .3s;
       -o-transition: .3s;
       transition: .3s; }
      .home .bg2 .box_container .item img {
        max-width: 296px;
        width: auto;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .home .bg2 .box_container .item .descr {
        position: relative;
        z-index: 10;
        height: 120px;
        /*margin-left: 20%;
        margin-right: 45px;*/ }
        .home .bg2 .box_container .item .descr::before {
          content: "";
          background: #910045;
          width: 5px;
          height: 55px;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          -webkit-border-radius: 2px;
                  border-radius: 2px; }
        .home .bg2 .box_container .item .descr p {
          font-size: 20px;
          line-height: 28px;
          color: #000;
          font-weight: 700;
          margin-bottom: 0;
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 10; }
        .home .bg2 .box_container .item a {
        	position: absolute;
        	top: 0;
        	bottom: 0;
        	left: 0;
        	right: 0;
        	z-index: 10; }
        .home .bg2 .box_container .item:hover {
          opacity: .8;
        }
  .home .bg2 .owl-dots {
    margin-top: 20px;
    text-align: center; }
    .home .bg2 .owl-dots button {
      width: 20px;
      height: 20px;
      margin: 0 10px 10px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background: #f3f3f3; }
      .home .bg2 .owl-dots button.active {
        background: #ae0053; }
  .home .bg2 .box_bottom {
    margin: 0 auto;
    background: url(img/main/bg2/before.svg) no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 52% top;
    text-align: center;
    height: 75px;
    margin: 80px 0; }
    .home .bg2 .box_bottom h3 {
      margin-bottom: 0;
      color: #fff;
      font-size: 45px;
      line-height: 80px;
      letter-spacing: 4.5px;
      text-transform: uppercase; }

.page-id-130 .bg2 {
  margin-bottom: 110px; }
  .page-id-130 .bg2 .wrap {
    font-size: 0;
    background: #3a424c;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 55px 40px 0; }
    .page-id-130 .bg2 .wrap .box {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 0 15px 0 102px;
      position: relative;
      margin-bottom: 35px;
      min-height: 100px; }
      .page-id-130 .bg2 .wrap .box .box_icon {
        height: 87px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 7px;
        left: 0; }
        .page-id-130 .bg2 .wrap .box .box_icon img {
          height: 100%; }
      .page-id-130 .bg2 .wrap .box .box_descr {
        font-size: 18px;
        line-height: 28px;
        color: #dff2f4;
        display: inline-block;
        vertical-align: top; }

.page-id-133 .bg2 {
  padding-bottom: 75px; }
  .page-id-133 .bg2 .wrap {
    font-size: 0;
    background: #3a424c;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 55px 40px 0; }
    .page-id-133 .bg2 .wrap .box {
      display: inline-block;
      vertical-align: top;
      width: 33.33%;
      padding: 0 15px 0 82px;
      position: relative;
      margin-bottom: 35px; }
      .page-id-133 .bg2 .wrap .box .box_icon {
        height: 65px;
        display: inline-block;
        vertical-align: top;
        position: absolute;
        top: 0;
        left: 0;
        width: 67px; }
        .page-id-133 .bg2 .wrap .box .box_icon img {
          max-height: 100%; }
      .page-id-133 .bg2 .wrap .box .box_descr {
        font-size: 18px;
        line-height: 28px;
        color: #dff2f4;
        display: inline-block;
        vertical-align: top; }
      .page-id-133 .bg2 .wrap .box:nth-child(3n+3) {
        padding-right: 0; }

@media (max-width: 1440px) {
  .home .bg2 {
    padding: 40px 0 0; }
    .home .bg2 .box_zag {
      margin-bottom: 70px; }
      .home .bg2 .box_zag p {
        font-size: 28px;
        line-height: 32px; }
    .home .bg2 .box_container {
      width: 1780px; }
      .home .bg2 .box_container .item {
        padding: 105px 10% 0;
        height: 209px; }
        .home .bg2 .box_container .item img {
          max-width: 250px; }
        .home .bg2 .box_container .item .descr {
          height: 100px;}
          .home .bg2 .box_container .item .descr::before {
            width: 4px;
            height: 45px; }
          .home .bg2 .box_container .item .descr p {
            font-size: 16px;
            line-height: 24px; }
    .home .bg2 .box_bottom {
      height: 63px;
      margin: 70px 0;
      background-position: 55% top; }
      .home .bg2 .box_bottom h3 {
        font-size: 38px;
        line-height: 70px; }
  .page-id-130 .bg2 {
    margin-bottom: 90px; }
    .page-id-130 .bg2 .wrap {
      padding: 45px 34px 0; }
      .page-id-130 .bg2 .wrap .box {
        padding: 0 15px 0 85px;
        min-height: 80px; }
        .page-id-130 .bg2 .wrap .box .box_icon {
          height: 70px;
          top: 6px; }
        .page-id-130 .bg2 .wrap .box .box_descr {
          font-size: 16px;
          line-height: 26px; }
  .page-id-133 .bg2 {
    padding-bottom: 60px; }
    .page-id-133 .bg2 .wrap {
      padding: 45px 34px 0; }
      .page-id-133 .bg2 .wrap .box {
        padding: 0 15px 0 70px;
        margin-bottom: 30px; }
        .page-id-133 .bg2 .wrap .box .box_icon {
          height: 55px;
          width: 57px; }
        .page-id-133 .bg2 .wrap .box .box_descr {
          font-size: 16px;
          line-height: 26px; } }

@media (max-width: 1199px) {
  .home .bg2 {
    padding: 60px 0 0; }
  .home .bg2 .box_container {
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  .home .bg2 .box_bottom {
    max-width: 800px;
    margin: 50px auto;
    -webkit-background-size: 100% 100%;
            background-size: 100% 100%; }
  .home .bg2 .box_bottom h3 {
    font-size: 30px;
    line-height: 70px; }
  /*page-id-130*/
  .page-id-130 .bg2 .wrap {
    padding: 45px 25px 10px;
    max-width: 970px;
    margin: 0 auto; }
  .page-id-130 .bg2 .wrap .box .box_descr {
    font-size: 14px;
    line-height: 24px; }
  .page-id-130 .bg2 .wrap .box .box_icon {
    height: 60px; }
  .page-id-130 .bg2 .wrap .box {
    padding-left: 75px; }
  /*page-id-133*/
  .page-id-133 .bg2 .wrap .box .box_descr {
    font-size: 14px;
    line-height: 24px; } }

@media (max-width: 991px) {
  .home .bg2 .box_bottom {
    max-width: 710px; }
  .home .bg2 .box_bottom h3 {
    font-size: 24px;
    line-height: 70px; }
  /*page-id-130*/
  .page-id-130 .bg2 .wrap {
    max-width: 738px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .page-id-130 .bg2 .wrap .box {
    width: 50%;
    text-align: left;
    margin-bottom: 30px; }
    .page-id-130 .bg2 .wrap .box br {
      display: none; }
  /*page-id-133*/
  .page-id-133 .bg2 .wrap {
    max-width: 738px;
    width: 100%;
    margin: 0 auto; }
  .page-id-133 .bg2 .wrap .box {
    width: 50%; }
    .page-id-133 .bg2 .wrap .box br {
      display: none; }
  .page-id-133 .bg2 .wrap .box:nth-child(3n+3) {
    padding-right: 15px; } }

@media (max-width: 767px) {
  .home .bg2 {
    padding: 40px 0 0;
    text-align: center; }
  .home .bg2 .box_zag p {
    font-size: 18px;
    line-height: 24px; }
  .home .bg2 .box_zag {
    margin-bottom: 30px; }
  .home .bg2 .box_container {
    max-width: 500px;
    text-align: left; }
  .home .bg2 .box_bottom {
    margin: 40px 20px;
    background: #b00054;
    height: auto;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-border-radius: 3px;
            border-radius: 3px;
    display: inline-block;
    padding: 12px 25px 9px; }
  .home .bg2 .box_bottom h3 {
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg); }
  /*page-id-130*/
  .page-id-130 .bg2 {
    margin-bottom: 20px; }
  .page-id-133 .bg2 {
    padding-bottom: 20px; }
  .page-id-130 .bg2 .wrap,
  .page-id-133 .bg2 .wrap {
    padding: 0;
    background: transparent; }
  .page-id-130 .bg2 .wrap .box,
  .page-id-133 .bg2 .wrap .box {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
    padding-right: 0;
    text-align: left;
    background: #3a424c;
    padding: 20px 15px 20px 85px;
    -webkit-border-radius: 5px;
            border-radius: 5px; }
  .page-id-130 .bg2 .wrap .box .box_icon,
  .page-id-133 .bg2 .wrap .box .box_icon {
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .page-id-130 .bg2 .wrap .box .box_descr p,
  .page-id-133 .bg2 .wrap .box .box_descr p {
    margin-bottom: 0; } }

@media (max-width: 599px) {
  .home .bg2 .box_container {
    max-width: 320px; }
  .home .bg2 .owl-dots button {
    margin: 0 5px 10px; }
  .home .bg2 .box_container .item {
   	margin: 0 auto;
   	max-width: 300px;
   	padding-left: 13%;
   	padding-right: 18%;
   	}
  .home .bg2 .box_container .item .descr p {
   	left: 15px; } }

@media (max-width: 479px) {
  .home .bg2 {
    padding-top: 25px; }
  .home .bg2 .box_bottom h3 {
    font-size: 16px;
    line-height: 24px; }
  .page-id-130 .bg2 .wrap .box,
  .page-id-133 .bg2 .wrap .box {
    display: block;
    text-align: center;
    padding: 20px 15px;
    max-width: 300px; }
  .page-id-130 .bg2 .wrap .box .box_icon,
  .page-id-133 .bg2 .wrap .box .box_icon {
    display: block;
    margin: 0 auto 15px;
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .page-id-130 .bg2 .wrap .box .box_descr,
  .page-id-133 .bg2 .wrap .box .box_descr {
    line-height: 20px; } }

/*bg3*/
.home .bg3 {
  padding: 115px 0 135px;
  margin-bottom: 55px;
  position: relative;
  background: url(img/main/bg3/bg3.svg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  .home .bg3 .box_zag {
    text-align: center;
    margin-bottom: 85px; }
    .home .bg3 .box_zag h2::before {
      display: none; }
  .home .bg3 .box_container {
    font-size: 0;
    margin: 0 -15px; }
    .home .bg3 .box_container .box {
      display: inline-block;
      vertical-align: top;
      width: -webkit-calc(33.33% - 30px);
      width: calc(33.33% - 30px);
      margin: 0 15px 30px;
      font-size: 20px;
      color: #000;
      font-weight: 700;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      -webkit-box-shadow: 0 23px 50px rgba(111, 120, 132, 0.24);
              box-shadow: 0 23px 50px rgba(111, 120, 132, 0.24);
      height: 248px;
      overflow: hidden;
      padding: 50px 15px 0; }
      .home .bg3 .box_container .box .box_icon {
        height: 107px;
        position: relative;
        margin-bottom: 20px; }
        .home .bg3 .box_container .box .box_icon img {
          -webkit-filter: drop-shadow(-5px 5px 2px rgba(70, 61, 65, 0.13));
          filter: drop-shadow(-5px 5px 2px rgba(70, 61, 65, 0.13));
          max-height: 100%;
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.page-id-133 .bg3 {
  margin-bottom: 80px;
  padding-top: 65px;
  position: relative; }
  .page-id-133 .bg3 .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    height: 649px; }
    .page-id-133 .bg3 .bg_img::before {
      content: "";
      background: url(img/proyektirovaniye/bg3.svg) no-repeat;
      -webkit-background-size: auto;
      background-size: auto;
      width: 1753px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 46%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .page-id-133 .bg3 .wrap {
    font-size: 0; }
    .page-id-133 .bg3 .wrap .box_left {
      display: inline-block;
      vertical-align: top;
      position: relative;
      background: #fff;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      overflow: hidden;
      -webkit-box-shadow: 0 20px 50px rgba(111, 120, 132, 0.24);
              box-shadow: 0 20px 50px rgba(111, 120, 132, 0.24);
      padding: 35px 22px;
      width: 24.5%;
      right: 75.5%;
      z-index: 10; }
      .page-id-133 .bg3 .wrap .box_left .zag {
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        color: #000;
        margin-bottom: 17px; }
      .page-id-133 .bg3 .wrap .box_left ul {
        margin-left: 14px; }
        .page-id-133 .bg3 .wrap .box_left ul li {
          font-size: 16px;
          line-height: 22px;
          color: #000;
          position: relative;
          padding-bottom: 9px;
          margin-bottom: 8px; }
          .page-id-133 .bg3 .wrap .box_left ul li::before {
            content: "";
            background: url(img/proyektirovaniye/dot.jpg) no-repeat;
            -webkit-background-size: contain;
                    background-size: contain;
            width: 34px;
            height: 34px;
            position: absolute;
            top: -5px;
            left: -33px;
            z-index: -1; }
          .page-id-133 .bg3 .wrap .box_left ul li::after {
            content: "";
            background: rgba(0, 0, 0, 0.1);
            position: absolute;
            bottom: 0;
            left: -99px;
            right: -99px;
            height: 1px; }
          .page-id-133 .bg3 .wrap .box_left ul li:last-child {
            margin-bottom: 0;
            padding-bottom: 0; }
            .page-id-133 .bg3 .wrap .box_left ul li:last-child::after {
              display: none; }
          .page-id-133 .bg3 .wrap .box_left ul li span {
            position: relative;
            z-index: 10; }
    .page-id-133 .bg3 .wrap .box_right {
      display: inline-block;
      vertical-align: top;
      position: relative;
      width: 75.5%;
      padding-left: 55px;
      padding-top: 35px;
      left: 24.5%;
      z-index: 10; }
      .page-id-133 .bg3 .wrap .box_right .box_zag h2 {
        font-size: 50px;
        line-height: 65px;
        letter-spacing: -1.5px;
        margin-bottom: 35px; }
        .page-id-133 .bg3 .wrap .box_right .box_zag h2::before {
          display: none; }
      .page-id-133 .bg3 .wrap .box_right .box_zag p {
        max-width: 715px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 2.6 / 2), only screen and (min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 124.8dpi), only screen and (min-resolution: 1.3dppx) {
  .home .bg3 {
    background: url(img/main/bg3/bg3.svg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }
  .page-id-133 .bg3 .wrap .box_left ul li::before {
    background: url(img/proyektirovaniye/dot@2x.jpg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain; } }

@media (min-width: 1921px) {
  .home .bg3 {
    margin-bottom: 0; }
  .page-id-133 .bg3 .bg_img::before {
  	width: 100%;
  	background-size: cover;
  	}
  .page-id-133 .bg3 .bg_img {
  	height: 100%;
  	}
  .page-id-133 .bg3 {
  	padding-bottom: 50px;
  	} }

@media (max-width: 1440px) {
  .home .bg3 {
    padding: 95px 0 115px;
    margin-bottom: 45px; }
    .home .bg3 .box_zag {
      margin-bottom: 70px; }
    .home .bg3 .box_container .box {
      font-size: 16px;
      height: 210px;
      padding: 40px 15px 0; }
      .home .bg3 .box_container .box .box_icon {
        height: 90px;
        margin-bottom: 17px; }
  .page-id-133 .bg3 {
    margin-bottom: 70px;
    padding-top: 55px; }
    .page-id-133 .bg3 .bg_img {
      height: 100%; }
      .page-id-133 .bg3 .bg_img::before {
        -webkit-background-size: cover;
                background-size: cover;
        width: 1490px;
        left: 50%; }
    .page-id-133 .bg3 .wrap .box_left {
      padding: 30px 18px; }
      .page-id-133 .bg3 .wrap .box_left .zag {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 15px; }
      .page-id-133 .bg3 .wrap .box_left ul {
        margin-left: 12px; }
        .page-id-133 .bg3 .wrap .box_left ul li {
          font-size: 14px;
          line-height: 20px;
          padding-bottom: 8px;
          margin-bottom: 7px; }
          .page-id-133 .bg3 .wrap .box_left ul li::before {
            width: 28px;
            height: 28px;
            top: -4px;
            left: -28px; }
    .page-id-133 .bg3 .wrap .box_right {
      padding-left: 45px;
      padding-top: 30px; }
      .page-id-133 .bg3 .wrap .box_right .box_zag h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 30px; }
      .page-id-133 .bg3 .wrap .box_right .box_zag p {
        max-width: 615px; } }

@media (max-width: 1199px) {
  /*page-id-133*/
  .page-id-133 .bg3 .bg_img::before {
    left: 43%; } }

@media (max-width: 991px) {
  .home .bg3 .box_zag {
    margin-bottom: 40px; }
  /*page-id-133*/
  .page-id-133 .bg3 {
    background: #f3f3f3;
    border-top: 10px solid #ae0053;
    padding-bottom: 40px;
    margin-bottom: 0; }
  .page-id-133 .bg3 .wrap {
    text-align: center; }
  .page-id-133 .bg3 .bg_img {
    display: none; }
  .page-id-133 .bg3 .wrap .box_right .box_zag {
    max-width: 600px;
    margin: 0 auto; }
  .page-id-133 .bg3 .wrap .box_right .box_zag h2 {
    font-size: 34px;
    line-height: 40px; }
    .page-id-133 .bg3 .wrap .box_right .box_zag h2 br {
      display: none; }
  .page-id-133 .bg3 .wrap .box_right .box_zag p {
    max-width: 100%; }
  .page-id-133 .bg3 .wrap .box_left {
    position: static;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 30px auto 0; }
  .page-id-133 .bg3 .wrap .box_right {
    position: static;
    padding: 0;
    width: 100%; }
  .page-id-133 .bg3 .wrap .box_left ul li::before {
    position: static;
    display: inline-block;
    vertical-align: middle; }
  .page-id-133 .bg3 .wrap .box_left ul {
    margin-left: 0; } }

@media (max-width: 767px) {
  .home .bg3 {
    padding: 50px 0 20px;
    margin-bottom: 0;
    background: #f3f3f3;
    border-top: 10px solid #ae0053; }
  .home .bg3 .box_container .box .box_icon {
    height: 70px; }
  .home .bg3 .box_container .box {
    min-width: 210px; }
  /*page-id-133*/
  .page-id-133 .bg3 {
    padding-top: 40px; }
  .page-id-133 .bg3 .wrap .box_right .box_zag h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .home .bg3 .box_container .box {
    height: 100%;
    padding: 40px 15px 30px; }
  /*page-id-133*/
  .page-id-133 .bg3 .wrap .box_right .box_zag h2 {
    font-size: 22px;
    line-height: 30px; } }

/*footer*/
.footer {
  position: relative;
  background: #292f37; }
  .footer .wrap {
    font-size: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 45px 0; }
    .footer .wrap .box {
      display: inline-block;
      vertical-align: middle;
      width: 33.33%;
      font-size: 16px;
      line-height: 22px;
      color: #b2c1ce;
      position: relative; }
      .footer .wrap .box a {
        color: #b2c1ce; }
        .footer .wrap .box a:hover {
          color: #fff; }
      .footer .wrap .box p {
        margin-bottom: 0; }
      .footer .wrap .box .phone {
        font-size: 20px;
        font-weight: 600;
        color: #fff; }
      .footer .wrap .box .mail {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.74); }
    .footer .wrap .box2 {
      text-align: center;
      right: 33.33%; }
      .footer .wrap .box2 a {
        border-bottom: 1px solid; }
    .footer .wrap .box3 {
      text-align: right;
      left: 33.33%; }

.page-id-41 .footer {
  background: url(img/footer/footer.svg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center; }
  .page-id-41 .footer .wrap_contacts {
    font-size: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 80px 0 50px; }
    .page-id-41 .footer .wrap_contacts .box {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    .page-id-41 .footer .wrap_contacts .box_zag {
      margin-bottom: 25px; }
      .page-id-41 .footer .wrap_contacts .box_zag p {
        color: #fff; }
    .page-id-41 .footer .wrap_contacts .box_info {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      font-size: 16px;
      line-height: 27px;
      color: #fff;
      padding-right: 15px; }
      .page-id-41 .footer .wrap_contacts .box_info p {
        margin-bottom: 0; }
      .page-id-41 .footer .wrap_contacts .box_info a {
        color: #fff; }
      .page-id-41 .footer .wrap_contacts .box_info address {
        line-height: 24px;
        margin-bottom: 0; }
  .page-id-41 .footer .wrap_map {
    max-width: 967px;
    width: 100%;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    overflow: hidden;
    height: 422px; }
    .page-id-41 .footer .wrap_map iframe {
      width: 100%;
      height: 100%;
      -webkit-border-radius: 10px;
              border-radius: 10px; }

@media (max-width: 1440px) {
  .footer .wrap {
    padding: 38px 0; }
    .footer .wrap .box {
      font-size: 14px;
      line-height: 20px; }
      .footer .wrap .box .phone {
        font-size: 16px; }
      .footer .wrap .box .mail {
        font-size: 12px; }
  .page-id-41 .footer .wrap_contacts {
    padding: 70px 0 40px; }
    .page-id-41 .footer .wrap_contacts .box_zag {
      margin-bottom: 20px; }
    .page-id-41 .footer .wrap_contacts .box_info {
      font-size: 14px;
      line-height: 24px; }
  .page-id-41 .footer .wrap_map {
    max-width: 820px;
    height: 360px; } }

@media (max-width: 991px) {
  .page-id-41 .footer .wrap_contacts {
    padding: 50px 0 10px;
    display: block; }
  .page-id-41 .footer .wrap_contacts .box_zag {
    text-align: center; }
  .page-id-41 .footer .wrap_contacts .box_zag p {
    font-size: 20px;
    line-height: 35px; }
  .page-id-41 .footer .wrap_contacts .box {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto 30px; }
  .page-id-41 .footer .wrap_contacts .box_info {
    text-align: left; }
  .page-id-41 .footer .wrap_contacts .box_info:last-child {
    text-align: right;
    padding: 0; } }

@media (max-width: 767px) {
  .footer .wrap {
    display: block;
    padding: 40px 0 20px; }
  .footer .wrap .box {
    display: block;
    width: 100%;
    margin-bottom: 20px; }
  .footer .wrap .box2,
  .footer .wrap .box3 {
    text-align: center;
    position: static; }
  /*page-id-41*/
  .page-id-41 .footer {
    background: #292f37; }
  .page-id-41 .footer .wrap_contacts {
    padding-top: 40px; }
  .page-id-41 .footer .wrap_map {
    height: 250px; }
  .page-id-41 .footer .wrap_contacts .box {
    max-width: 450px; }
  .page-id-41 .footer .wrap_contacts .box_zag p {
    font-size: 16px;
    line-height: 24px; } }

@media (max-width: 479px) {
  .page-id-41 .footer .wrap_contacts .box_info {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0; }
  .page-id-41 .footer .wrap_contacts .box_info,
  .page-id-41 .footer .wrap_contacts .box_info:last-child {
    text-align: center; } }
