html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font: 16px/30px 'Roboto', sans-serif;
  color: #333;
  min-width: 320px;
  font-weight: 300;
  background: #fff; }

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .rootWrap header,
  .rootWrap main,
  .rootWrap footer {
    display: table-row;
    height: 1px; }
  .rootWrap main {
    height: 100%; }

.centerWrap {
  margin: 0 auto;
  width: 1320px; }

.header-top {
  height: 100px;
  position: relative; }
  .header-top:after {
    clear: both;
    content: '';
    display: table; }

.header-bottom {
  background: #454a54; }

.menu-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 30px;
  display: none; }
  .menu-btn:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: #333333;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -10px; }
  .menu-btn:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -10px;
    border-top: solid 2px #333;
    border-bottom: solid 2px #333; }

.logo {
  width: 220px;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 0 0 52px; }
  .logo img {
    vertical-align: top; }

.header-mail {
  width: 220px;
  float: left;
  text-align: center;
  margin-top: 35px;
  font-family: 'Roboto Condensed';
  font-size: 18px; }

.header-right {
  float: right; }
  .header-right .pnones {
    float: right;
    margin-top: 36px;
    margin-left: 10px; }

.callback {
  float: right;
  margin-top: 30px;
  font-size: 14px; }
  .callback a {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    text-decoration: none;
    background: #e3000f;
    padding: 5px 23px 5px 63px;
    text-align: center;
    position: relative;
    border-radius: 2px;
    overflow: hidden; }
    .callback a:after {
      position: absolute;
      content: '';
      background: url(../images/callback.webp) 50% 50% no-repeat #f01e2c;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px; }

.pnones {
  position: relative;
  padding-left: 60px; }
  .pnones:after {
    clear: both;
    content: '';
    display: table; }
  .pnones:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    left: 0;
    top: 50%;
    margin-top: -23px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/phones.webp) 50% 50% no-repeat; }
  .pnones > div {
    float: left;
    width: 200px; }
    .pnones > div a {
      color: #333333;
      font-size: 24px;
      text-decoration: none;
      cursor: default;
      font-weight: normal; }
      .pnones > div a b {
        font-weight: 500;
        color: #e3000f;
        font-size: 16px; }

.main-menu {
  background: #454a54;
  display: flex;
  justify-content: space-between; }
  .main-menu-drop {
    position: absolute;
    background: #565c68;
    top: 70px;
    left: 0;
    z-index: 2;
    line-height: 20px;
    padding: 15px 0 25px;
    display: none; }
    .main-menu-drop > div a,
    .main-menu-drop > div span {
      color: #ffffff;
      font-size: 18px;
      font-family: 'Roboto Condensed';
      text-decoration: none;
      padding: 10px 60px;
      display: block; }
    .main-menu-drop > div a:hover {
      text-decoration: underline; }
    .main-menu-drop > div span {
      color: #e3000f; }
  .main-menu > div {
    position: relative; }
    .main-menu > div:hover .main-menu-drop {
      display: block; }
    .main-menu > div > a,
    .main-menu > div > span {
      padding: 20px 15px;
      text-decoration: none;
      display: block;
      position: relative;
      color: #ffffff;
      font-size: 18px;
      font-family: 'Roboto Condensed'; }
    .main-menu > div > a:hover {
      color: #e3000f; }
    .main-menu > div.active > a,
    .main-menu > div.active > span {
      color: #e3000f; }

.textWrap {
  margin: 0 auto;
  width: 1100px; }
  .textWrap.t2 {
    padding: 80px 0 110px; }

.more {
  text-align: center;
  margin-top: 50px; }

.btn {
  display: inline-block;
  vertical-align: top;
  border: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #e40c1a;
  border-radius: 2px;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 30px;
  line-height: 30px; }

.main-slide {
  height: 590px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  padding-top: 130px; }
  .main-slide:after {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    height: 590px;
    left: 0;
    right: calc(50% + 440px);
    background: rgba(0, 0, 0, 0.5); }
  .main-slide:before {
    position: absolute;
    content: '';
    width: 440px;
    z-index: -1;
    top: 0;
    height: 590px;
    left: calc(50% - 440px);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  .main-slide-title1 {
    color: #e3000f;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: normal; }
  .main-slide-title2 {
    color: #fff;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: normal;
    width: 480px;
    margin: 15px 0 35px; }
  .main-slide-btn {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    text-decoration: none;
    background: #e3000f;
    padding: 5px 40px 5px 80px;
    text-align: center;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal; }
    .main-slide-btn:after {
      position: absolute;
      content: '';
      background: #f01e2c;
      left: 0;
      top: 0;
      width: 40px;
      height: 40px; }
    .main-slide-btn:before {
      position: absolute;
      content: '';
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 8px;
      height: 8px;
      left: 15px;
      top: 16px;
      z-index: 3;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

.advantages-b {
  padding: 110px 0 140px;
  background: url(../images/advantages-b.webp) 50% 100% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.advantages-list {
  margin-top: 80px; }

.advantages-item {
  display: inline-block;
  vertical-align: top;
  width: 290px;
  background: #fff;
  border: solid 1px #e6e6e6;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 70px 50px 0;
  position: relative;
  height: 360px;
  margin: 0 20px; }
  .advantages-item:hover {
    background: #e40c1a;
    border: solid 1px #e40c1a;
    color: #ffffff;
    margin-top: -20px; }
    .advantages-item:hover:after {
      position: absolute;
      content: '';
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      left: 19px;
      right: 19px;
      bottom: -21px;
      height: 20px;
      background: #ffffff;
      border: solid 1px #e6e6e6;
      border-top: 0; }
    .advantages-item:hover .advantages-item-num {
      border: solid 1px #e40c1a; }
    .advantages-item:hover .aii1 {
      display: none; }
    .advantages-item:hover .aii2 {
      display: block; }
  .advantages-item-num {
    width: 50px;
    height: 50px;
    border: solid 1px #e6e6e6;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -21px;
    text-align: center;
    color: #888888;
    font-size: 12px;
    padding-top: 8px;
    background: #ffffff;
    border-radius: 2px; }
  .advantages-item-icon {
    display: table;
    width: 100px;
    height: 100px;
    margin: 0 auto 60px; }
    .advantages-item-icon > div {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .advantages-item-icon > div img {
        vertical-align: top; }
  .advantages-item .aii1 {
    display: block; }
  .advantages-item .aii2 {
    display: none; }

.title {
  text-align: center;
  overflow: hidden;
  font-size: 50px;
  line-height: 1; }
  .title span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Bebas Neue'; }
    .title span:after {
      position: absolute;
      content: '';
      height: 11px;
      width: 2000px;
      right: -2030px;
      top: 17px;
      background: url(../images/title-decor.webp) 0 0 repeat-x; }
    .title span:before {
      position: absolute;
      content: '';
      height: 11px;
      width: 2000px;
      left: -2030px;
      top: 17px;
      background: url(../images/title-decor.webp) 0 0 repeat-x; }

.service-b {
  padding: 110px 0 120px; }

.service-list {
  margin-top: 70px; }

.service-item {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  height: 380px;
  position: relative;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover; }
  .service-item > span {
    position: absolute;
    left: 80px;
    bottom: 60px;
    background: #e40c1a;
    width: 50px;
    height: 50px;
    border-radius: 2px; }
    .service-item > span:after {
      position: absolute;
      content: '';
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 20px;
      top: 21px; }
  .service-item.t2 .service-item-title a {
    color: #ffffff; }
  .service-item-title {
    font-size: 24px;
    padding: 57px 80px 0; }
    .service-item-title a {
      color: #333333;
      text-decoration: none;
      font-size: 24px;
      font-family: 'Roboto Condensed'; }
      .service-item-title a:hover {
        text-decoration: underline; }
      .service-item-title a:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 2; }

.production-b {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .production-b:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%);
    background: -webkit-linear-gradient(top, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%); }

.production-list {
  margin-top: 70px; }

.production-item {
  display: inline-block;
  vertical-align: top;
  margin: 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #e4e4e4;
  height: 330px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  width: calc(50% - 30px);
  overflow: hidden;
  position: relative; }
  .production-item:hover .production-item-text:after {
    background: #e40c1a; }
  .production-item:hover .production-item-text a {
    color: #ffffff !important; }
  .production-item:hover .production-item-text li:before {
    background: #ffffff !important; }
  .production-item-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    padding: 46px 0 0 50px;
    font-family: 'Roboto Condensed'; }
    .production-item-text:after {
      position: absolute;
      content: '';
      z-index: -1;
      background: #ffffff;
      width: 400px;
      height: 600px;
      top: 50%;
      margin-top: -300px;
      right: -15px;
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg); }
  .production-item-title {
    font-size: 24px;
    margin-bottom: 23px; }
    .production-item-title a {
      text-decoration: none;
      color: #333333; }
      .production-item-title a:hover {
        text-decoration: underline; }
  .production-item ul {
    margin: 0; }
    .production-item ul li {
      padding-left: 20px; }
      .production-item ul li + li {
        margin: 0; }
      .production-item ul li a {
        color: #333333;
        text-decoration: none; }
        .production-item ul li a:hover {
          text-decoration: underline; }

.work-example-b {
  padding: 120px 0 70px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .work-example-b.t2:before {
    display: none; }
  .work-example-b.t3 {
    padding-top: 0; }
    .work-example-b.t3:before {
      display: none; }
    .work-example-b.t3 .work-example-list {
      margin-top: 0; }
  .work-example-b:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: url(../images/decor.webp) 50% 100% repeat-x; }
  .work-example-b:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%);
    background: -webkit-linear-gradient(top, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%); }

.work-example-list {
  margin-top: 70px; }

.work-example-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(25% - 40px);
  margin: 0 20px 40px; }
  .work-example-item:hover .work-example-item-img a {
    background: rgba(57, 57, 57, 0.7); }
    .work-example-item:hover .work-example-item-img a:after {
      position: absolute;
      content: '';
      width: 50px;
      height: 50px;
      border-radius: 2px;
      background: #e40c1a;
      left: 50%;
      top: 50%;
      margin: -25px 0 0 -25px; }
    .work-example-item:hover .work-example-item-img a:before {
      position: absolute;
      content: '';
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 8px;
      height: 8px;
      z-index: 2;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -6px; }
  .work-example-item-img {
    height: 220px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative; }
    .work-example-item-img a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .work-example-item-text {
    border: solid 1px #e4e4e4;
    border-top: 0;
    background: #ffffff;
    padding: 20px 30px 20px; }
  .work-example-item-num {
    font-size: 14px;
    color: #e40c1a; }
  .work-example-item-title {
    overflow: hidden;
    font-size: 18px; }
    .work-example-item-title a {
      color: #333333;
      text-decoration: none; }
      .work-example-item-title a:hover {
        color: #888888; }

.map {
  height: 650px;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: 20px; }
  .map-cnt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .map-title {
    background: #ffffff;
    text-align: center;
    padding: 44px 140px 26px;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    font-family: 'Bebas Neue';
    font-weight: normal;
    margin-top: 40px;
    display: inline-block;
    vertical-align: top; }

.footer {
  background: #3e3e3e; }
  .footer-top {
    border-bottom: solid 1px #5a5a5a; }
  .footer-bottom {
    padding: 35px 0; }
    .footer-bottom:after {
      clear: both;
      content: '';
      display: table; }
    .footer-bottom .footer-phones {
      margin: 0 auto;
      display: table; }
      .footer-bottom .footer-phones .pnones:after {
        border-color: #4b4b4b;
        margin-top: -9px; }
      .footer-bottom .footer-phones a {
        color: #ffffff; }

.copy {
  float: left;
  color: #ffffff;
  font-size: 18px; }
  .copy span {
    color: #e40c1a; }

.ms {
  float: right; }
  .ms a {
    color: #ffffff;
    text-decoration: none; }

.tags {
  line-height: 16px;
  margin-left: 5px;
  margin-bottom: 30px; }
  .tags a {
    color: #333333;
    display: inline-block;
    vertical-align: top;
    border-bottom: dashed 1px;
    text-decoration: none;
    margin: 10px 40px 10px 0;
    cursor: pointer; }
    .tags a:hover {
      border-bottom: dashed 1px transparent; }
    .tags a.active {
      border-bottom: dashed 1px transparent;
      color: #e3000f; }

.footer-menu {
  padding: 40px 0 30px;
  font-family: 'Roboto Condensed';
  font-size: 16px; }
  .footer-menu .fc {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 60px; }
    .footer-menu .fc-title {
      font-size: 18px;
      margin-bottom: 20px; }
    .footer-menu .fc div + div {
      margin-top: 10px; }
    .footer-menu .fc a,
    .footer-menu .fc span {
      color: #ffffff;
      text-decoration: none; }
    .footer-menu .fc a:hover {
      text-decoration: underline; }
    .footer-menu .fc span {
      color: #888888; }

.type-b {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 120px 0 100px; }
  .type-b.t2:before {
    display: none; }
  .type-b:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 600px;
    z-index: -1;
    background: -moz-linear-gradient(top, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%);
    background: -webkit-linear-gradient(top, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%);
    background: linear-gradient(to bottom, rgba(227, 227, 226, 0) 0%, #e3e3e2 100%); }
  .type-b:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: url(../images/decor.webp) 50% 100% repeat-x; }

.type-list {
  margin-top: 50px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around; }

.type-item {
  width: 180px;
  text-align: center;
  position: relative;
  margin-top: 40px; }
  .type-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .type-item-img {
    width: 140px;
    height: 140px;
    border: solid 10px #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; }
    .type-item-img img {
      vertical-align: top; }
  .type-item-title {
    font-size: 16px;
    margin-top: 30px; }

.title-b {
  background: #f1f1f1;
  position: relative;
  padding-bottom: 57px;
  margin-bottom: 50px; }
  .title-b:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: url(../images/decor.webp) 50% 100% repeat-x; }
  .title-b-top {
    border-bottom: solid 1px #e2e2e2;
    padding: 15px 0;
    margin-bottom: 32px; }
  .title-b h1 {
    margin: 0; }

.bread-crumbs {
  text-align: center;
  font-weight: normal;
  font-family: 'Roboto Condensed'; }
  .bread-crumbs div {
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .bread-crumbs div + div {
      margin-left: 36px; }
      .bread-crumbs div + div:after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: solid 3px #333;
        border-top: solid 3px transparent;
        border-bottom: solid 3px transparent;
        left: -19px;
        top: 12px; }
    .bread-crumbs div a {
      color: #e3000f;
      text-decoration: none; }
      .bread-crumbs div a:hover {
        text-decoration: underline; }
    .bread-crumbs div span {
      color: #888888; }

.advantages-table {
  flex-wrap: wrap;
  display: flex;
  margin-left: 1px;
  margin-top: 70px; }
  .advantages-table + .title {
    margin-top: 100px; }
  .advantages-table li {
    border: solid 1px #e1e1e1;
    margin: -1px 0 0;
    width: 33.3333%;
    overflow: hidden;
    text-align: center;
    padding: 30px 40px;
    font-size: 16px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -1px;
    min-height: 150px; }
    .advantages-table li:before {
      content: counters(item,"",decimal-leading-zero) " ";
      color: #e3000f;
      font-size: 50px;
      line-height: 1;
      width: 60px;
      text-align: center;
      left: 15px;
      bottom: -25px;
      font-family: 'Bebas Neue';
      font-weight: 100;
      top: auto; }

.parts {
  margin-bottom: 90px; }
  .parts.t2 {
    margin-top: 80px; }

.mt60 {
  margin-top: 60px; }

.part-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: calc(25% - 20px);
  margin: 0 10px 20px; }
  .part-item-img {
    height: 200px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative; }
    .part-item-img a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .part-item-text {
    border: solid 1px #e4e4e4;
    border-bottom: solid 2px #e3000f;
    border-top: 0;
    background: #ffffff;
    padding: 20px 30px 20px; }
  .part-item-title {
    overflow: hidden;
    font-size: 18px; }
    .part-item-title a {
      color: #333333;
      text-decoration: none; }
      .part-item-title a:hover {
        color: #888888; }

.order-b {
  height: 580px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin-bottom: 50px; }
  .order-b-text {
    width: 330px;
    position: absolute;
    right: 0;
    top: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background: url(../images/order-b-text.webp) 100% 100% no-repeat #454a54;
    padding: 80px 60px 90px;
    font-size: 18px; }
    .order-b-text div {
      margin-bottom: 30px; }
  .order-b:after {
    position: absolute;
    content: '';
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    border: solid 1px #e1e1e1;
    border-top: 0;
    left: 20px;
    right: 02px;
    bottom: -20px;
    height: 20px; }

.cnt-slider-wrap {
  margin-bottom: 100px; }
  .cnt-slider-wrap .cnt-slider-img {
    height: 580px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    margin-bottom: 40px; }
    .cnt-slider-wrap .cnt-slider-img:after {
      position: absolute;
      content: '';
      left: 20px;
      bottom: -20px;
      right: 20px;
      height: 20px;
      background: #ffffff;
      border: solid 1px #e1e1e1;
      border-top: 0;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .cnt-slider-wrap .cnt-slider > div {
    position: relative;
    cursor: pointer; }
    .cnt-slider-wrap .cnt-slider > div:hover {
      opacity: .1; }
    .cnt-slider-wrap .cnt-slider > div.active {
      cursor: default;
      opacity: 1 !important; }
      .cnt-slider-wrap .cnt-slider > div.active:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 2px #e52430;
        background: none; }
  .cnt-slider-wrap .bx-wrapper {
    margin: 0 auto; }
  .cnt-slider-wrap .bx-wrapper .bx-controls-direction a {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #e40c1a;
    border-radius: 2px; }
    .cnt-slider-wrap .bx-wrapper .bx-controls-direction a:after {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      top: 50%;
      margin-top: -4px; }
    .cnt-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
      left: -70px; }
      .cnt-slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev:after {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        left: 23px; }
    .cnt-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
      right: -70px; }
      .cnt-slider-wrap .bx-wrapper .bx-controls-direction a.bx-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 23px; }

.service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 70px; }
  .service-list li {
    margin: 0 20px;
    padding: 80px 0 0;
    text-align: center;
    width: 200px;
    margin-bottom: 20px; }
    .service-list li:before {
      content: counters(item,"",decimal-leading-zero) " ";
      font-size: 12px;
      width: 50px;
      height: 50px;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      top: 0;
      left: 50%;
      margin-left: -25px;
      color: #ffffff;
      background: #e40c1a;
      font-weight: 300;
      padding-top: 9px;
      border-radius: 2px; }

.cont {
  margin: 40px 0; }
  .cont > div {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px; }
  .cont b {
    font-weight: normal; }

.cnt-col {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px; }
  .cnt-col-l {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
    width: 310px; }
  .cnt-col-r {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px; }

.aside-menu {
  border: solid 1px #e1e1e1;
  font-size: 18px;
  font-family: 'Roboto Condensed'; }
  .aside-menu div + div {
    border-top: solid 1px #e1e1e1; }
  .aside-menu a,
  .aside-menu span {
    display: block;
    color: #333333;
    text-decoration: none;
    position: relative;
    padding: 13px 40px 16px 29px; }
    .aside-menu a:after,
    .aside-menu span:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-left: solid 3px #e3000f;
      border-top: solid 3px transparent;
      border-bottom: solid 3px transparent;
      right: 26px;
      top: 50%;
      margin-top: -4px; }
  .aside-menu a:hover {
    text-decoration: underline; }
  .aside-menu span {
    background: #e3000f;
    color: #ffffff; }
    .aside-menu span:after {
      border-left: solid 3px #fff; }

.drop-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ffffff;
  z-index: 10;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  display: none; }
  .drop-menu.open {
    display: block; }
  .drop-menu-close {
    width: 30px;
    height: 30px;
    top: 5px;
    right: 5px;
    position: fixed;
    z-index: 20; }
    .drop-menu-close:after, .drop-menu-close:before {
      position: absolute;
      content: '';
      width: 2px;
      height: 20px;
      background: #333333;
      left: 50%;
      top: 50%;
      margin: -10px 0 0 -1px; }
    .drop-menu-close:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .drop-menu-close:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .drop-menu-list a,
  .drop-menu-list span {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #333333; }
  .drop-menu-list span {
    color: #e3000f; }

.item {
  display: inline-block;
  vertical-align: top;
  width: 310px;
  border: solid 1px #e1e1e1;
  border-bottom: solid 2px #e3000f;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px; }
  .item-img {
    height: 200px;
    width: 100%;
    margin: -1px -1px 0;
    display: table; }
    .item-img > * {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      position: relative;
      width: 100%; }
      .item-img > * span {
        display: none; }
      .item-img > *:hover span {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(57, 57, 57, 0.7);
        display: block; }
        .item-img > *:hover span:before {
          position: absolute;
          content: '';
          width: 50px;
          height: 50px;
          background: #e40c1a;
          border-radius: 3px;
          top: 50%;
          left: 50%;
          margin: -25px 0 0 -25px;
          z-index: 2; }
        .item-img > *:hover span:after {
          position: absolute;
          content: '';
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          width: 8px;
          height: 8px;
          top: 50%;
          margin-top: -4px;
          left: 50%;
          margin-left: -6px;
          z-index: 3;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      .item-img > * img {
        vertical-align: top;
        max-width: 99%;
        max-height: 99%;
        width: auto;
        height: auto; }
  .item-title {
    padding: 19px 29px 20px;
    font-size: 18px;
    font-family: 'Roboto Condensed'; }
    .item-title a {
      color: #333333;
      text-decoration: none; }
      .item-title a:hover {
        color: #888888; }

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .item-list > div:empty {
    width: 310px;
    height: 0;
    margin: 0; }

.p404 {
  height: 100%;
  min-height: 600px;
  background: url(../images/p404.webp) 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .p404:after {
    position: absolute;
    content: '';
    width: 440px;
    z-index: -1;
    top: 0;
    height: 100%;
    left: calc(50% - 440px);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
  .p404:before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    height: 100%;
    left: 0;
    right: calc(50% + 440px);
    background: rgba(0, 0, 0, 0.5); }
  .p404-1 {
    color: #e3000f;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Bebas Neue';
    padding-top: 132px; }
  .p404-2 {
    color: #fff;
    font-size: 90px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Bebas Neue';
    padding-top: 17px; }
  .p404-3 {
    max-width: 420px;
    color: #ffffff;
    padding-top: 17px;
    padding-bottom: 40px; }

.modal {
  width: 90vw;
  white-space: normal;
  background: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  /* padding: 35px 70px; */
 }
  .modal .btn {
    display: table;
    margin: 20px auto 0; }
  .modal label {
    display: block; }
    .modal label + label {
      margin-top: 10px; }
    .modal label > span {
      display: block;
      font-weight: normal;
      margin-bottom: 10px;
      font-size: 14px; }
      .modal label > span i {
        font-style: normal; }
.modal-content {
  max-width: 90vw;
  text-align: center;
  padding: 1rem;
}
.modal-title {
  text-align: center;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 25px; }

input,
textarea {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px #d2d2d2;
  padding: 9px 20px 10px; }
  input.error,
  textarea.error {
    border-color: red; }

.error-text {
  display: block;
  font-weight: 300;
  padding: 0 20px;
  color: #ffffff;
  background: red; }

.mt60 {
  margin-top: 60px; }

.sb {
  display: table;
  width: 100%;
  margin-bottom: 90px; }
  .sb-l {
    display: table-cell;
    vertical-align: top; }
  .sb-r {
    display: table-cell;
    vertical-align: top;
    width: 330px;
    padding-left: 40px; }

.sb-text {
  color: #ffffff;
  background: #454a54;
  padding: 95px 60px 90px;
  text-align: center; }
  .sb-text div {
    margin-bottom: 40px; }
  .sb-text b {
    font-size: 50px;
    font-family: 'Bebas Neue';
    font-weight: normal; }

.cnt-img {
  text-align: center; }
  .cnt-img img {
    max-width: 100%;
    height: auto;
    vertical-align: top; }

.sb-img {
  display: table;
  width: 100%;
  height: 300px; }
  .sb-img > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .sb-img > div img {
      vertical-align: top;
      max-width: 100%;
      height: auto; }

textarea {
  resize: none;
  height: 120px; }

.m-offer {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  line-height: 20px; }

@media screen and (max-width: 1340px) {
  .centerWrap {
    width: 980px; }

  .header-right .pnones {
    margin-left: 60px;
    padding-left: 0; }
    .header-right .pnones:after {
      display: none; }
    .header-right .pnones div + div {
      display: block; }

  .advantages-item {
    margin: 0 5px;
    width: 235px;
    padding: 70px 20px 0; }

  .work-example-item {
    margin: 0 5px 40px;
    width: calc(25% - 10px); }

  .work-example-item-text {
    padding: 20px; }

  .footer-bottom .footer-phones .pnones {
    padding-left: 0; }
    .footer-bottom .footer-phones .pnones:after {
      display: none; }

  .main-menu-drop > div a, .main-menu-drop > div span {
    padding: 10px 30px; }

  .textWrap {
    width: 960px; } }
@media screen and (min-width: 1001px) {
  .drop-menu {
    display: none !important; } }
@media screen and (max-width: 1000px) {
  .header-bottom {
    display: none; }

  .hide-menu {
    display: none !important; }

  .cnt-col-l {
    width: 220px; }

  .advantages-list {
    width: 480px;
    margin: 0 auto; }

  .advantages-b {
    padding: 60px 0; }

  .advantages-item {
    width: 230px;
    margin-top: 50px !important; }

  .textWrap {
    width: 460px; }

  .main-slide-title2 {
    font-size: 50px; }

  .sb-l {
    display: block; }

  .sb-img {
    height: auto; }

  .sb-r {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 40px; }

  .sb-text {
    padding: 40px; }

  .main-slide {
    height: 360px; }
    .main-slide:before {
      display: none; }
    .main-slide:after {
      right: 0;
      height: 360px; }

  .centerWrap {
    width: 480px; }

  .service-list {
    margin-top: 40px; }

  .service-b {
    padding: 60px 0; }

  .production-list {
    margin-top: 30px; }

  .service-item {
    width: 100%;
    margin-top: 20px; }

  .production-item {
    width: 100%;
    margin: 10px 0; }

  .production-b {
    padding-bottom: 60px; }

  .work-example-item {
    width: calc(50% - 10px);
    margin-top: 40px !important;
    margin-bottom: 0; }

  .map-title {
    font-size: 40px;
    padding-left: 60px;
    padding-right: 60px; }

  .work-example-b {
    padding: 60px 0; }

  .footer-bottom .footer-phones {
    padding-top: 20px; }

  .logo {
    width: 100px;
    padding-left: 10px; }

  .header-right .pnones {
    margin-left: 30px; }

  .header-top {
    height: auto;
    padding-bottom: 30px; }

  .menu-btn {
    display: block; }

  .footer-menu {
    padding: 20px 10px; }

  .footer-menu .fc {
    width: 50%;
    padding-right: 20px; }

  .footer-bottom {
    padding: 30px 10px; }

  .cnt-col-r {
    padding: 0; }

  .item {
    width: 230px; }

  .part-item {
    width: calc(50% - 10px);
    margin: 10px 5px; }

  .advantages-table li {
    width: 100%; }

  .parts {
    margin-bottom: 40px; }

  .cont > div {
    display: block;
    width: 100%;
    padding-right: 0; } }
@media screen and (max-width: 520px) {
  h1 {
    font-size: 36px;
    line-height: 1; }

  h2 {
    font-size: 30px;
    line-height: 1; }

  h3 {
    font-size: 24px;
    line-height: 1; }

  .centerWrap {
    width: 320px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }

  .cnt-col-l {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }

  .cnt-col-r {
    display: block;
    width: 100%;
    margin-top: 30px; }

  .header-mail {
    clear: both;
    width: 100%; }

  .header-right .pnones {
    margin-left: 0;
    width: 100%;
    text-align: center;
    float: none;
    clear: both; }
    .header-right .pnones > div {
      float: none;
      width: 100%; }

  .header-mail {
    margin-top: 10px; }

  .header-top {
    padding-bottom: 10px; }

  .callback {
    float: none;
    margin-top: 10px; }

  .header-right {
    float: none;
    clear: both;
    text-align: center;
    margin-top: 10px; }

  .title-b {
    padding-bottom: 30px;
    margin-bottom: 20px; }

  .work-example-item {
    width: 100%;
    margin: 10px 0; }

  .textWrap {
    width: 300px;
    white-space: normal !important; }

  .main-slide-title2 {
    width: 100%; }

  .main-slide {
    padding-top: 100px; }

  .advantages-list {
    width: 300px; }

  .advantages-item {
    width: 300px;
    margin-left: 0;
    margin-right: 0; }

  .production-item-text:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

  .production-item-text {
    padding-left: 30px; }

  .map-title {
    padding: 30px;
    margin-top: 20px; }

  .footer-menu .fc {
    width: 100%;
    padding-right: 0; }

  .footer-bottom .centerWrap {
    width: 300px; }

  .copy {
    float: none; }

  .ms {
    float: none; }

  .map {
    height: 400px; }

  .item {
    width: 100%;
    margin-left: 0; }

  .part-item {
    width: calc(100% - 10px); }

  .work-example-item-title {
    height: auto !important; }

  .order-b-text {
    width: 300px;
    padding: 40px; }

  .title {
    font-size: 30px; }

  .order-b {
    margin-bottom: 40px; }

  .type-b {
    padding: 40px 0; }

  .type-list {
    margin-top: 20px; }

  .cnt-slider-wrap .cnt-slider-img {
    height: 300px; } }
.table-scroll-wrap {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0; }
  .table-scroll-wrap > div {
    overflow-x: auto; }

.sert {
  text-align: center; }
  .sert-item {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 10px; }
    .sert-item-img {
      background: #f8f8f8;
      border: solid 1px #dedede;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: table;
      width: 100%;
      height: 260px; }
      .sert-item-img > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        .sert-item-img > div img {
          vertical-align: top;
          width: auto;
          height: auto;
          max-width: 190px;
          max-height: 250px; }
    .sert-item-title {
      text-align: center;
      margin-top: 10px; }
      .sert-item-title a {
        color: #333333; }

@media (min-width: 1000px) and (max-width: 1320px) {
    .centerWrap {
        height: 175px;
    }
    .footer {
        display: flex;
        flex-direction: column;
        height: 650px;
    }
    .footer-bottom {
      height: 500px;
    }
    .footer-bottom {
        display: block;
        position: relative;
        top: 200px;
    }
}

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