/******************* */
/******************* */
* {
  box-sizing: border-box; }

body {
  font-family: "robotoslabregular"; }

h1, h2, h3, h4, h5, h6,
span,
p,
strong,
ul {
  cursor: default; }

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

/******************* */
/******************* */
body {
  line-height: 1.4; }

.clearfix::after {
  clear: both;
  content: "";
  display: block;
  line-height: 0;
  visibility: hidden; }

.wrap {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px; }

h1 {
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #222;
  font-family: "pnbold"; }

/* */
.header {
  position: fixed;
  z-index: 1500;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1px 0;
  background: #fff; }
  .header .wrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px; }

.header-logo {
  position: relative;
  display: block;
  float: left;
  background: url(../img/logo-ic.png) center no-repeat;
  background-size: cover;
  width: 115px;
  height: 48px;
  margin: 7px 15px 10px 0; }
  .header-logo span {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 10px;
    font-family: "pnreg";
    color: #111; }

.header--contacts-box {
  float: right;
  margin: 0px 0 0 20px; }
  .header--contacts-box .phone {
    font-family: "myriadproregular";
    margin: 0 0 7px 0;
    font-size: 16px;
    color: #000;
    text-align: center; }
  .header--contacts-box .btn {
    width: 135px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    background: #fed136;
    cursor: pointer;
    font-family: "myriadproregular";
    transition: ease 0.4s; }
    .header--contacts-box .btn:hover {
      background: #fec503;
      transition: ease 0.4s; }

.header-nav {
  float: right;
  margin: 14px 0 10px 0; }
  .header-nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px;
    overflow: hidden; }
    .header-nav li a {
      display: block;
      font-family: "myriadproregular";
      font-size: 14px;
      padding: 10px 0px 10px;
      color: #000; }
    .header-nav li:after {
      position: absolute;
      left: 50%;
      bottom: 5px;
      content: "";
      width: 0%;
      height: 2px;
      background: #222;
      transform: translateX(-50%);
      transition: ease 0.4s; }
    .header-nav li:hover:after {
      width: 100%;
      transition: ease 0.4s; }

.header-burger-btn {
  display: none;
  position: absolute;
  width: 46px;
  height: 30px;
  right: 35px;
  top: 25px;
  cursor: pointer;
  background: url(../img/burger-ic.png) center no-repeat; }

/* */
.promo {
  width: 100%;
  margin-top: 91px;
  padding: 1px 0;
  background: url(../img/promo-bg.jpg) center no-repeat;
  background-size: cover; }
  .promo .promo-h1 {
    position: relative;
    color: #fff;
    font-size: 48px;
    margin: 140px auto 50px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "pnbold"; }
    .promo .promo-h1:after {
      position: absolute;
      content: "";
      width: 90%;
      max-width: 900px;
      height: 10px;
      left: 50%;
      bottom: -25px;
      background: url(../img/yellow-hr.png) center no-repeat;
      transform: translateX(-50%);
      background-size: contain; }
  .promo .promo-h2 {
    max-width: 710px;
    line-height: 1.4;
    font-family: "pnblack";
    font-weight: 900;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin: 0 auto 5px;
    text-transform: uppercase; }
  .promo .promo-h3 {
    font-family: "pnreg";
    line-height: 1.4;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 auto 60px; }
    .promo .promo-h3 br {
      display: none; }
  .promo .btn {
    width: 240px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto 150px;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    background: #fed136;
    cursor: pointer;
    font-family: "myriadproregular";
    transition: ease 0.4s; }
    .promo .btn:hover {
      background: #fec503;
      transition: ease 0.4s; }

/* */
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
  background: #fff; }
  .about .about-point {
    position: absolute;
    left: 0;
    top: -90px;
    width: 1px;
    height: 1px; }
  .about .about-h1 {
    text-align: center;
    font-family: "pnbold";
    font-size: 40px;
    color: #222;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 300; }
  .about .about-h2 {
    text-align: center;
    font-family: "pnreg";
    font-size: 16px;
    color: #777;
    margin: 0 auto 15px;
    font-weight: 300; }
  .about .row {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .about .about--item {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px; }
    .about .about--item .ai-h1 {
      font-size: 120px;
      color: #222;
      margin: 0 auto;
      text-align: left;
      font-weight: 900;
      font-family: "pnbold"; }

    .ai-h1 {
      text-align:center !important;
    }
      .about .about--item .ai-h1 span {
        font-family: "pnreg";
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 300;
        margin-left: -20px; }
    .about .about--item .ai-p {
      font-size: 18px;
      min-height: 50px;
      color: #222;
      margin: -20px auto 0;
      text-align: left;
      font-family: "pnreg"; }

    .ai-p {
      text-align: center !important;
    }

/* */
.our-video {
  width: 100%;
  padding: 40px 0;
  background: #eee; }
  .our-video .video-h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: "pnbold";
    font-size: 40px;
    color: #222;
    margin: 0 auto 5px;
    font-weight: 300; }
  .our-video .video-h2 {
    font-family: "myriadproregular";
    font-size: 16px;
    text-align: center;
    color: #777;
    margin: 0 auto 25px;
    font-weight: 300; }
  .our-video .video-iframe {
    display: block;
    width: 100%;
    max-width: 910px;
    height: 65vh;
    margin: 0 auto; }

/* */
.uslugi {
  position: relative;
  width: 100%;
  padding: 40px 0;
  background: #fff; }
  .uslugi .uslugi-point {
    position: absolute;
    left: 0;
    top: -90px;
    width: 1px;
    height: 1px; }
  .uslugi .uslugi-h1 {
    margin: 0 auto; }

  .uslugi-h1 {
    text-align: center;
    text-transform: uppercase;
    font-family: "pnbold";
    font-size: 40px;
    color: #222;
    margin: 0 auto;
    font-weight: 300;
  }
  .uslugi .uslugi-h2 {
    text-align: center;
    font-family: "pnreg";
    font-size: 16px;
    color: #777;
    margin: 0 auto 40px;
    font-weight: 300; }
  .uslugi span {
    display: inline-block;
    text-align: left;
    font-family: "pnbold";
    color: #fff;
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.uslugi-leftside {
  float: left;
  width: 62%;
  margin-right: 17px; }

.pokraska-metalla {
  position: relative;
  width: 56%;
  height: 475px;
  float: left;
  margin-right: 17px;
  margin-bottom: 17px;
  background: url(../img/usl-1.jpg) center no-repeat;
  background-size: cover; }

.raskroi {
  position: relative;
  width: 41%;
  height: 757px;
  background: url(../img/usl-2.jpg) center no-repeat;
  background-size: cover;
  float: right; }

.gibka-metalla {
  position: relative;
  width: 56%;
  height: 265px;
  margin-bottom: 17px;
  float: left;
  background: url(../img/usl-3.jpg) center no-repeat;
  background-size: cover; }

.lazernaya-rezka {
  position: relative;
  clear: both;
  width: 100%;
  height: 295px;
  background: url(../img/usl-4.jpg) center no-repeat;
  background-size: cover; }

.uslugi-rightside {
  float: right;
  width: 36%; }

.svarka {
  position: relative;
  width: 100%;
  height: 270px;
  margin-bottom: 17px;
  background: url(../img/usl-5.jpg) center no-repeat;
  background-size: cover; }

.metalloobrabotka {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 17px;
  background: url(../img/usl-6.jpg) center no-repeat;
  background-size: cover; }

.proektirovanie {
  position: relative;
  width: 100%;
  height: 365px;
  background: url(../img/usl-7.jpg) center no-repeat;
  background-size: cover; }
  .proektirovanie span {
    max-width: 235px; }

/* */
.greyform {
  width: 100%;
  padding: 45px 0;
  background: #cecece;
  margin-bottom: 50px; }
  .greyform .greyform-h1 {
    text-align: center;
    font-family: "pnbold";
    font-weight: 900;
    margin: 0 auto;
    color: #696969;
    text-transform: uppercase;
    font-size: 35px; }
  .greyform .greyform-h2 {
    text-align: center;
    font-family: "myriadproregular";
    font-weight: 300;
    margin: -5px auto 45px;
    color: #696969;
    text-transform: uppercase;
    font-size: 15px; }
  .greyform .greyform-form {
    display: block;
    width: 100%;
    text-align: center; }
    .greyform .greyform-form input {
      display: inline-block;
      vertical-align: middle;
      outline: none;
      height: 50px;
      width: 185px;
      line-height: 50px;
      background: #fff;
      border-radius: 3px;
      border: 1px solid #c2c0ca;
      margin: 0 25px 25px;
      padding-left: 15px;
      padding-right: 15px;
      font-family: "pnreg"; }
    .greyform .greyform-form input[type='file'] {
      display: none;
      cursor: pointer; }
    .greyform .greyform-form label {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 185px;
      height: 50px;
      line-height: 50px;
      background: #fff;
      border-radius: 3px;
      border: 1px solid #c2c0ca;
      cursor: pointer;
      font-family: "pnreg";
      text-decoration: underline;
      margin-right: 35px;
      margin-bottom: 25px;
      margin-left: 20px; }
      .greyform .greyform-form label span {
        width: 155px;
        text-align: left;
        line-height: 1.2;
        position: absolute;
        left: 105%;
        top: 3px;
        font-size: 12px;
        color: #696969; }
    .greyform .greyform-form button {
      display: block;
      width: 100%;
      max-width: 290px;
      height: 60px;
      line-height: 60px;
      background: #fed136;
      outline: none;
      border: none;
      border-radius: 3px;
      margin: 0 auto;
      font-family: "pnbold";
      font-size: 18px;
      color: #505050;
      transition: ease 0.3s; }
      .greyform .greyform-form button:hover {
        background: #fec503;
        transition: ease 0.3s; }

/* */
.production {
  position: relative;
  width: 100%;
  padding: 1px 0;
  background: #fff; }
  .production .production-point {
    position: absolute;
    left: 0;
    top: -90px;
    width: 1px;
    height: 1px; }

.production-h1 {
   text-align: center;
    text-transform: uppercase;
    font-family: "pnbold";
    font-size: 40px;
    color: #222;
    margin: 0 auto 5px;
    font-weight: 300; }

.production-h2 {
  margin: 0 auto 60px;
  font-family: "myriadproregular";
  font-size: 16px;
  text-align: center;
  color: #777;
  font-weight: 300; }

.pr--item {
  width: 100%;
  margin-bottom: 80px;
  text-align: center; }
  .pr--item:last-child .pri__img-center::after {
    display: none; }
  .pr--item:hover .pri__img-center {
    transform: translate(0, -20px) scale(1.1);
    transition: ease 0.4s; }

.pri__left {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-right: 30px; }
  .pri__left_h1 {
    text-transform: uppercase;
    font-size: 17px;
    color: #222;
    font-family: "pnreg";
    margin: 0 auto 15px;
    text-align: right;
    font-weight: 300; }
  .pri__left p {
    color: #777;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    font-family: "robotoslabregular";
    text-align: right; }

.pri__img-center {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  width: 18%;
  transition: ease 0.4s; }
  .pri__img-center:after {
    position: absolute;
    z-index: 5;
    content: "";
    width: 2px;
    height: 120px;
    left: 50%;
    bottom: -105px;
    transform: translate(-50%, 0%);
    background: #f1f1f1; }
  .pri__img-center img {
    position: relative;
    z-index: 10;
    display: block;
    width: 100%; }

.pri__right {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-left: 30px; }
  .pri__right_h1 {
    text-transform: uppercase;
    font-size: 17px;
    color: #222;
    font-family: "pnreg";
    margin: 0 auto 15px;
    text-align: left;
    font-weight: 300; }
  .pri__right p {
    color: #777;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 300;
    font-family: "robotoslabregular";
    text-align: left; }

/* */
.processing {
  width: 100%;
  padding: 60px 0;
  background: #f9f9f9; }
  .processing .row {
    text-align: center;
    margin-bottom: 60px; }
  .processing .wrap h3 {
    max-width: 800px;
    margin: 0 auto 60px;
    font-family: "robotoslabregular";
    font-size: 16px;
    text-align: center;
    color: #777;
    font-weight: 300; }

.processing-h1 {
  font-size: 40px;
  font-family: "pnbold";
  margin: 0 auto 5px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  color: #222; }

.processing-h2 {
  margin: 0 auto 60px;
  font-family: "myriadproregular";
  font-size: 16px;
  text-align: center;
  color: #777;
  font-weight: 300; }

.processing__item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  text-align: center;
  margin-bottom: 30px; }
  .processing__item img {
    display: block;
    margin: 0 auto; }
  .processing__item h6 {
    text-transform: uppercase;
    font-size: 17px;
    font-family: "pnreg";
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 300; }
  .processing__item h2 {
    display: inline-block;
    background: #000;
    color: #fff;
    font-family: "pnbold";
    margin: 0 auto;
    text-align: center;
    padding: 0 8px;
    text-transform: uppercase;
    font-size: 22px; }

/* */
.cooperation {
  width: 100%;
  padding: 30px 0;
  background: #fff; }
  .cooperation .row {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.cooperation-h1 {
  text-align: center;
  font-family: "pnbold";
  color: #222;
  font-size: 40px;
  margin: 0 auto 30px;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase; }

.coop-item {
  display: inline-block;
  vertical-align: top; }

/* */
.tech {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background: #000; }
  .tech .tech-point {
    position: absolute;
    left: 0;
    top: -90px;
    width: 1px;
    height: 1px; }

.tech-h1 {
  text-align: center;
  margin: 0 auto 5px;
  color: #00d3ff;
  font-size: 40px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "pnbold"; }

.tech-h2 {
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  font-family: "pnreg";
  font-weight: 300; }

.tech-container {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 240px 0; }

.tech-center {
  position: relative;
  width: 100%;
  max-width: 440px;
  margin: 0 auto; }
  .tech-center:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 518px;
    height: 334px;
    left: 0;
    top: -20px;
    background: url(../img/tech-cross.png) center no-repeat; }
  .tech-center img {
    display: block;
    margin: 0 auto; }

.tech-topleft {
  position: absolute;
  left: 0;
  top: 50px; }
  .tech-topleft img {
    display: block;
    height: 100%; }

.tech-topright {
  position: absolute;
  right: 0;
  top: 50px; }
  .tech-topright img {
    display: block;
    height: 100%; }

.tech-bottomleft {
  position: absolute;
  left: 0;
  bottom: 40px; }
  .tech-bottomleft img {
    display: block;
    height: 100%; }

.tech-bottomright {
  position: absolute;
  right: 0;
  bottom: 40px; }
  .tech-bottomright img {
    display: block;
    height: 100%; }

/* */
.questions {
  position: relative;
  width: 100%;
  padding: 45px 0;
  background: #fff; }
  .questions .questions-point {
    position: absolute;
    left: 0;
    top: -90px;
    width: 1px;
    height: 1px; }
  .questions .row {
    text-align: center; }

.questions-h1 {
  margin: 0 auto;
  color: #5b5b5b;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  font-family: "pnbold"; }

.questions-h2 {
  margin: 0 auto 60px;
  text-align: center;
  font-size: 16px;
  font-family: "myriadproregular";
  color: #777;
  font-weight: 300; }

.questions-leftside {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 300px;
  margin: 0 40px 30px; }
  .questions-leftside .logo {
    position: relative;
    width: 135px;
    height: 55px;
    margin-bottom: 25px;
    background: url(../img/logo-ic.png) left no-repeat; }
    .questions-leftside .logo span {
      display: block;
      position: absolute;
      left: 0;
      bottom: -1px;
      font-size: 10px;
      font-family: "pnreg";
      color: #111; }
  .questions-leftside .links {
    text-align: left;
    margin-bottom: 20px; }
    .questions-leftside .links a {
      display: inline-block;
      vertical-align: top;
      border-radius: 50%;
      margin: 0 2px;
      transition: ease 0.4s; }
      .questions-leftside .links a:hover {
        transform: rotate(360deg);
        transition: ease 0.4s; }
    .questions-leftside .links img {
      border-radius: 50%;
      display: block;
      width: 100%; }
  .questions-leftside .title {
    text-align: left;
    font-weight: 300;
    font-family: "pnbold";
    font-size: 16px;
    color: #393939;
    margin: 0 auto 15px; }
  .questions-leftside p {
    font-family: "pnreg";
    font-size: 16px;
    color: #393939;
    font-weight: 300;
    margin: 0 auto 4px;
    text-align: left; }

.question-rightside {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 450px; }
  .question-rightside input {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    outline: none;
    padding: 0 20px;
    color: #bbb;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "pnbold";
    font-weight: 300;
    transition: ease 0.1s; }
    .question-rightside input:focus {
      border: 1px solid #a8a8a8;
      transition: ease 0.1s; }
      .question-rightside input:focus:after {
        left: 0%;
        opacity: 0;
        transition: ease 0.4s; }
  .question-rightside button {
    display: block;
    width: 240px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
    background: #fed136;
    cursor: pointer;
    color: #fff;
    font-family: "pnbold";
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
    transition: ease 0.4s;
    border: none;
    outline: none; }
    .question-rightside button:hover {
      background: #fec503;
      transition: ease 0.4s; }
  .question-rightside #footer_file_inp {
    display: none; }
  .question-rightside .footer_file_label {
    display: block;
    width: 100%;
    min-height: 50px;
    border-radius: 3px;
    line-height: 50px;
    margin-bottom: 25px;
    outline: none;
    color: #bbb;
    font-size: 14px;
    font-family: "pnbold";
    font-weight: 300;
    text-align: left;
    transition: ease 0.1s; }
  .question-rightside .ffl-btn {
    width: 130px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    color: #bbb;
    margin-right: 10px;
    text-decoration: underline;
    text-transform: uppercase;
    transition: ease 0.1s; }
    .question-rightside .ffl-btn:hover {
      border: 1px solid #a8a8a8;
      color: #8a8a8a;
      transition: ease 0.1s; }
  .question-rightside .ffl-text {
    width: 190px;
    font-size: 12px;
    color: #222;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    font-family: "pnreg"; }

/* */
.footer {
  width: 100%;
  padding: 0px 0 20px;
  background: #fff; }
  .footer .wrap {
    text-align: center; }
  .footer span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    font-size: 14px;
    font-family: "myriadproregular";
    color: #555; }

/* */
.aw-modal {
  padding-bottom: 110px !important; }

.aw-modal-title-img {
  position: relative;
  display: block;
  margin: 15px auto 45px; }

.aw-modal-h1 {
  text-align: center;
  font-family: "pnreg";
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  margin: 0 auto 30px; }

.aw-modal-h2 {
  text-align: center;
  font-family: "pnbold";
  font-size: 18px;
  color: #000;
  margin: 60px auto 0px; }

.aw-modal-h3 {
  text-align: center;
  font-family: "pnreg";
  font-size: 18px;
  color: #000;
  margin: 0px auto 50px;
  font-weight: 300; }

.aw-form {
  display: block;
  width: 100%;
  max-width: 360px;
  margin: 0 auto; }
  .aw-form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: 1px solid #c2c0ca;
    padding: 0 20px;
    font-family: "pnreg";
    font-size: 18px;
    color: #8a8b8e;
    transition: ease 0.1s; }
    .aw-form input:focus {
      border: 1px solid #3ca9e2;
      transition: ease 0.1s; }
  .aw-form .imf-label {
    display: block;
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px; }
  .aw-form #inp-modal-file {
    display: none; }
  .aw-form .dwnld_btn {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    height: 50px;
    margin-right: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-family: "myriadproregular";
    font-weight: 300;
    text-decoration: underline;
    border-radius: 3px;
    border: 1px solid #c2c0ca;
    cursor: pointer;
    color: #4f4f4f;
    transition: ease 0.1s; }
    .aw-form .dwnld_btn:hover {
      color: #3ca9e2;
      border: 1px solid #3ca9e2;
      transition: ease 0.1s; }
  .aw-form .dwnld_text {
    width: 150px;
    font-size: 12px;
    color: #222;
    display: inline-block;
    vertical-align: top; }
  .aw-form button {
    position: relative;
    top: 0;
    text-align: center;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    outline: none;
    font-family: "pnbold";
    font-size: 18px;
    border: none;
    background: #3ca9e2;
    color: #fff; }

.aw-form-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  background: #eeedf1; }
  .aw-form-footer p {
    font-size: 15px;
    text-align: center;
    margin: 10px auto;
    color: #8a8b8e;
    font-family: "pnreg";
    font-weight: 300; }

.aw-modal-3-img {
  display: block;
  margin: 70px auto 50px; }

.aw-modal-3-h1 {
  text-align: center;
  font-family: "pnbold";
  font-size: 18px;
  color: #000;
  margin: 0px auto 20px;
  line-height: 1.4;
  text-transform: uppercase;
   }

.aw-modal-3-h2 {
  text-align: center;
  font-family: "pnreg";
  font-size: 18px;
  color: #000;
  margin: 0px auto 50px;
  font-weight: 300; }

/***************** */
/***************** */
/*			thx.html		 */
/***************** */
/***************** */
.thx {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 50px 0; }

.thx-box {
  position: absolute;
  left: 50%;
  top: 55%;
  width: 100%;
  max-width: 850px;
  transform: translate(-50%, -50%);
  padding: 0 5%; }
  .thx-box h1 {
    text-align: center;
    font-family: "myriadproregular";
    color: #000;
    font-size: 40px;
    font-weight: 900;
    margin: 0 auto 40px; }
  .thx-box h2 {
    text-align: center;
    font-family: "myriadproregular";
    color: #000;
    font-size: 30px;
    font-weight: 300;
    margin: 0 auto 100px; }

.thx-thumb {
  display: block;
  margin: 50px auto 50px;
  max-width: 170px; }

.respect-bro {
  display: block;
  margin: 0 auto 50px;
  max-width: 170px; }

.hide {
  display: none !important; }

/********** RESPONSIVE ********* */
/******************* */
@media (max-width: 1100px) {
  .processing__item {
    width: 40%; }

  .thx-box h1 {
    font-size: 24px;
    margin: 0 auto 20px; }

  .thx-box h2 {
    font-size: 18px;
    margin: 0 auto 60px; } }
@media (max-width: 1000px) {
  .greyform .greyform-form input {
    margin: 0 10px 15px; }

  .greyform .greyform-form label {
    margin: 0 165px 15px 10px; } }
@media (max-width: 980px) {
  .uslugi-leftside {
    float: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 17px; }

  .uslugi-rightside {
    float: none;
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }

  .questions {
    padding: 45px 0 20px; }

  .questions .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .questions-h1 {
    font-size: 28px; }

  .questions-h2 {
    margin: 0 auto 20px;
    font-size: 25px; }

  .questions-leftside {
    margin: 0 auto 0px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .questions-leftside .logo {
    margin: 25px auto 25px;
    background-position: center;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .questions-leftside .links {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .questions-leftside .links,
  .questions-leftside .title,
  .questions-leftside p {
    text-align: center; }

  .questions-leftside .title {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .questions-leftside p {
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .questions-leftside .title {
    margin: 20px auto 10px; }

  .question-rightside {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 40px; }

  .question-rightside button {
    width: 100%; } }
@media (max-width: 850px) {
  .header-logo {
    float: none; }

  .header-nav {
    display: none;
    float: none;
    clear: both; }

  .header--contacts-box {
    display: none;
    margin: 40px 0 20px 0px;
    float: none;
    clear: both; }
    .header--contacts-box .phone {
      display: inline-block; }

  .header-burger-btn {
    display: block; }

  .promo {
    margin-top: 0; }

  .about .about-h1 {
    font-size: 30px; }

  .about .about--item .ai-h1 {
    font-size: 60px; }

  .about .about--item {
    margin: 0 25px 40px; }

  .about .about--item .ai-h1 span {
    margin-left: 0; }

  .pri__img-center:after {
    display: none; }

  .pr--item {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  .pri__left {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    max-width: 400px;
    padding: 0; }
    .pri__left h1 {
      text-align: center;
      margin: 15px auto; }
    .pri__left p {
      text-align: center; }

  .pri__right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    max-width: 400px;
    padding: 0; }
    .pri__right h1 {
      text-align: center;
      margin: 15px auto; }
    .pri__right p {
      text-align: center; }

  .pri__img-center {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
    max-width: 150px; }

  .processing__item {
    width: 49%;
    margin-bottom: 45px; }

  .processing__item h2 {
    font-size: 18px; }

  .processing .wrap h3 {
    margin: 0 auto; }

  .greyform .greyform-form input {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 25px; }

  .greyform .greyform-form label {
    margin-bottom: 25px; } }
@media (max-width: 720px) {
  .promo .promo-h1 {
    font-size: 30px; }

  .promo .promo-h2 {
    font-size: 16px;
    font-weight: 300; }

  .promo .promo-h3 {
    font-size: 18px; }

  .about .about--item {
    width: 100%;
    text-align: center; }

  .about .about--item .ai-h1 {
    text-align: center; }

  .about .about--item .ai-p {
    text-align: center; }

  .our-video .video-h1 {
    font-size: 30px; }

  .pokraska-metalla {
    float: none;
    width: 100%;
    height: 250px; }

  .raskroi {
    float: none;
    width: 100%;
    height: 250px;
    margin-bottom: 17px; }

  .uslugi span {
    text-align: center;
    font-size: 18px; }

  .gibka-metalla {
    float: none;
    width: 100%;
    height: 250px; }

  .lazernaya-rezka {
    height: 250px; }

  .svarka {
    height: 250px; }

  .metalloobrabotka {
    height: 250px; }

  .proektirovanie {
    height: 250px; }

  .uslugi .uslugi-h1 {
    font-size: 28px; }

  .production-h1 {
    font-size: 28px; }

  .processing-h1 {
    font-size: 28px;
    padding: 0 8%; }

  .coop-item {
    margin: 0 20px 20px; }

  .tech-h1 {
    font-size: 28px; }

  .tech-center:after {
    display: none; }

  .tech-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0 40px; }

  .tech-center {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 30px; }

  .tech-topleft,
  .tech-topright,
  .tech-bottomleft,
  .tech-bottomright {
    position: static;
    margin-bottom: 30px; }

  .tech-topright {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .tech-topleft {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .tech-bottomright {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .tech-bottomleft {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .tech-center img {
    width: 100%;
    max-width: 300px; }

  .cooperation-h1 {
    font-size: 28px; }

  .footer span {
    margin: 0 25px 15px; }

  .thx-thumb {
    max-width: 80px; }

  .thx-box h1 {
    font-size: 18px; }

  .thx-box h2 {
    font-size: 15px; }

  .questions-h1,
  .questions-h2 {
    font-family: "myriadproregular";
    font-size: 23px;
    font-weight: 300;
    text-transform: none; } }
@media (max-width: 600px) {
  .promo .promo-h1 {
    margin: 130px auto 15px; }
    .promo .promo-h1:after {
      display: none; }

  .promo .promo-h2 {
    margin: 0px auto 15px; }

  .promo .promo-h3 {
    margin: 0 auto 30px; }

  .promo .btn {
    margin: 0 auto 60px; }

  .our-video .video-h1 {
    font-size: 22px; }

  .processing__item {
    width: 100%; }

  .processing .row {
    margin-bottom: 10px; }

  .pr--item:nth-child(odd) {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start; }
  .pr--item:nth-child(even) {
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end; }

  .pri__left h1 {
    text-align: right;
    margin: 15px auto; }
  .pri__left p {
    text-align: right; }

  .pri__right {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    max-width: 400px;
    padding: 0; }
    .pri__right h1 {
      text-align: left;
      margin: 15px auto; }
    .pri__right p {
      text-align: left; }

  .aw-form .dwnld_btn {
    width: 100%;
    margin-bottom: 15px; }

  .aw-form .dwnld_text {
    width: 100%;
    text-align: center; }

  .aw-modal-h2 {
    font-size: 16px;
    margin-bottom: 10px; }

  .question-rightside .ffl-btn {
    width: 100px;
    margin-bottom: 25px;
    vertical-align: top; }

  .question-rightside .ffl-text {
    width: 140px;
    font-size: 12px;
    margin: 0 auto;
    vertical-align: top; } }
@media (max-width: 400px) {
  .header-logo {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin: 7px 0 10px; }

  .header-nav {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .header--contacts-box {
    float: none;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin: 0px auto 20px auto; }

  .header-nav {
    text-align: center;
    margin: 14px 0 20px 0; }

  .promo .promo-h1 {
    font-size: 20px; }

  .promo .promo-h2 {
    font-size: 15px; }

  .promo .promo-h3 br {
    display: block; }

  .promo .btn {
    font-size: 16px; }

  .pokraska-metalla,
  .raskroi,
  .gibka-metalla,
  .lazernaya-rezka,
  .svarka,
  .metalloobrabotka,
  .proektirovanie {
    height: 180px; }

  .production-h1 {
    margin-bottom: 30px; }

  .processing-h1 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }

  .processing-h2 {
    display: none; }

  .processing .wrap h3 {
    font-size: 15px; }

  .our-video .video-h2,
  .production-h2 {
    display: none; }

  .greyform .greyform-form label {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 80px; }
    .greyform .greyform-form label span {
      top: 140%;
      left: 50%;
      text-align: center;
      transform: translateX(-50%); } }

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