/*style.scss*/
@font-face {
  font-family: 'Akkurat';
  src: url("../fonts/Akkurat.woff") format("woff"), url("../fonts/Akkurat.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Akkurat';
  src: url("../fonts/AkkuratBold.woff") format("woff"), url("../fonts/AkkuratBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'AkkuratMono';
  src: url("../fonts/AkkuratMono.woff") format("woff"), url("../fonts/AkkuratMono.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'PFDinTextProBold';
  src: url("../fonts/PFDinTextProBold.woff") format("woff"), url("../fonts/PFDinTextProBold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'PFDinTextProLight';
  src: url("../fonts/PFDinTextProLight.woff") format("woff"), url("../fonts/PFDinTextProLight.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

/*
    style.css
    Wezom wTPL v4.0.0
*/
/*-------------------------------  Defs & Sys  ------------------------------------*/
body {
  position: relative;
  min-width: 320px;
  font-size: 14px;
  line-height: 1.5em;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  background: #f6f6f6; }

body, button, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif; }

a {
  color: #43f; }

.w_tac {
  text-align: center; }

.w_tar {
  text-align: right; }

.w_tal {
  text-align: left; }

.w_fll {
  float: left; }

.w_flr {
  float: right; }

.w_cls {
  font-size: 0;
  display: table;
  width: 100%; }

.w_ovh {
  overflow: hidden; }

.w_clear {
  clear: both; }

.w_blank {
  height: 25px; }

.w_first {
  margin-top: 0 !important; }

.w_last {
  margin-bottom: 0 !important; }

.w_clearfix:after, .wSize:after, .wTxt:after {
  content: '';
  display: block;
  clear: both;
  height: 0; }

.w_block {
  display: block;
  position: relative;
  width: auto;
  background-color: #f8f8f8;
  padding: 2% 3% 2.5%;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 3.5%; }
  .w_block:last-child {
    margin-bottom: 0; }

.svgHolder {
  position: relative; }
  .svgHolder > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

/*-------------------------------  structure  ------------------------------------*/
.wWrapper {
  min-height: 100%;
  height: auto !important;
  position: relative; }

.indexPage .wWrapper {
  height: 100vh !important; }

.wSize {
  max-width: 980px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative; }

.wContainer {
  position: relative; }

/*-------------------------------  helpers  -------------------------------*/
.pointer_events {
  pointer-events: none; }

.w_columns_2 {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }

/*-------------------------------  fixes  -------------------------------*/
.section_wrapper {
  height: 100vh !important;
  /*padding: 90px 0 110px;*/
  padding: 90px 0 48px;
  width: 100%;
  display: table;
  box-sizing: border-box; }
  .section_wrapper_inn {
    display: table-cell;
    vertical-align: middle;
  }

.preloader {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 500%;
  background: #fff; }

.preloader_main {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .preloader_main img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: opacity 1s infinite ease;
    animation: opacity 1s infinite ease;
    opacity: 0; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes opacity {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.touch .service .service_opus {
  top: 35%; }
  .touch .service .service_opus .service_title:after {
    color: #fff;
    width: 100px; }
  .touch .service .service_opus .service_text {
    opacity: 1; color: #000;}

.touch .service:after {
  background: rgba(0, 0, 0, 0);
  opacity: 1; }

html.mm-opening .wHeader {
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0); }

/*-------------------------------  animation  -------------------------------*/
.show_effects .service {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.no-touch .show_effects .page_title {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.no-touch .show_effects .page_slogan {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.no-touch .show_effects .notebook {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }
.no-touch .show_effects .price_list {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }
.no-touch .show_effects .quote_right .request_form {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/*-------------------------------  wHeader  ------------------------------------*/
.wHeader {
  position: fixed;
  height: 90px;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 2.6%;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.4s ease; }

.logo {
  width: 290px;
  height: 90px;
  display: block;
  line-height: 90px; }
  .logo img {
    display: inline-block;
    vertical-align: middle; }

.header_right {
  height: 50px;
  padding-right: 1%;
  box-sizing: border-box;
  line-height: 50px;
  white-space: nowrap; }

.phone_top {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-right: 20px; }

.top_name {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  height: 20px; }
  .top_name span {
    display: inline-block;
    vertical-align: top;
    color: #8c8c8c;
    font: 15px/20px 'Akkurat', Arial, Helvetica, sans-serif; }

.top_svg {
  display: inline-block;
  vertical-align: top;
  max-height: 20px;
  max-width: 20px;
  margin-right: 10px; }
  .top_svg svg {
    fill: #818181;
    width: 20px;
    height: 20px;
    display: block; }

.top_val {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  font: 18px/20px 'Akkurat', Arial, Helvetica, sans-serif;
  font-weight: bold;
  transition: all 0.2s ease;
  text-decoration: none; }
  .top_val:hover {
    color: #cb2228; }

span.top_val:hover {
  color: #000000; }

.dessar_top {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  margin-right: 4%; }

.mail_top {
  display: inline-block;
  vertical-align: middle;
  height: 20px; }
  .mail_top .top_name span {
    color: #cb2228;
    text-decoration: underline;
    transition: all 0.2s ease; }
  .mail_top .top_name:hover span {
    color: #000; }

.menu {
  height: 78px;
  top: 50px;
  position: absolute;
  right: 2.6%;
  -webkit-transform: skewX(-35deg);
  transform: skewX(-35deg);
  padding: 7px;
  box-sizing: border-box;
  font-size: 0; }

.main_list {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  background: #f6f6f6;
  position: relative;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.2); }
  .main_list ul {
    display: block;
    font-size: 0;
    position: relative;
    z-index: 2; }
    .main_list ul li {
      display: inline-block;
      vertical-align: top; }
  .main_list:after {
    position: absolute;
    content: '';
    height: 50px;
    right: 0;
    bottom: -7px;
    width: calc(100% + 7px);
    background: #cb2228;
    z-index: -1; }

.main_item {
  height: 64px;
  padding: 0 35px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  line-height: 64px;
  cursor: pointer;
  display: block; }
  .main_item svg {
    pointer-events: none;
    display: inline-block;
    vertical-align: middle;
    height: 21px;
    width: 17px;
    fill: #ce2e34;
    margin-right: 15px;
    -webkit-transform: skew(35deg);
    transform: skew(35deg); }
  .moz .main_item svg {
    width: 30px;
    -moz-transform: skew(20deg);
    transform: skew(20deg);
    margin-right: 10px;
  }
  .main_item > span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: skew(35deg);
    transform: skew(35deg);
    text-transform: uppercase;
    font: 16px/20px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
    color: #000;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    position: relative; }
    .main_item > span:after {
      position: absolute;
      content: '';
      bottom: 0;
      left: 0;
      width: 20px;
      height: 3px;
      background: #cb2228; }
  .main_item.gray_color {
    background: #f0f0f0; }
  .main_item:hover, .main_item.cur {
    background: #000; }
    .main_item:hover span, .main_item.cur span {
      color: #fff; }

.dop_item {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  line-height: 64px; }

.dop_item {
  position: relative;
  z-index: 2;
  box-shadow: 5px 6px 10px rgba(0, 0, 0, 0.2); }
  .dop_item .main_item {
    background: #cb2228;
    padding: 0; }
    .dop_item .main_item > span {
      padding: 0 30px;
      box-sizing: border-box;
      color: #fff;
      text-transform: none;
      font: 12px/15px 'Akkurat', Arial, Helvetica, sans-serif;
      font-weight: normal;
      text-align: right; }
      .dop_item .main_item > span:after {
        display: none; }
      .dop_item .main_item > span span {
        display: block;
        font-weight: bold;
        font-size: 16px;
        text-transform: uppercase;
        font-family: 'PFDinTextProBold', Arial, Helvetica, sans-serif; }
    .dop_item .main_item:hover, .dop_item .main_item.cur {
      background: #000; }
      .dop_item .main_item:hover .arrow_menu, .dop_item .main_item.cur .arrow_menu {
        background: #000; }
  .dop_item:after {
    position: absolute;
    content: '';
    height: 50px;
    width: calc(100% + 7px);
    left: 0;
    top: -7px;
    background: #f0f0f0;
    z-index: -1; }
  .dop_item .arrow_menu {
    width: 60px;
    background: #b1122f;
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    position: relative;
    transition: all 0.3s ease; }
    .dop_item .arrow_menu:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) skew(35deg);
      transform: translate(-50%, -50%) skew(35deg);
      height: 17px;
      width: 10px;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAARCAQAAABOKvVuAAAAmklEQVQoz13QrW4CURAG0CkQxCbgSRCtKg5H7VoET8ET9DH6BPjWr2xqsVjAoYpZAwkkkGB6Ku/dzbiTyfx8YWckmhU4eG7jBr9emzi0Rm2aYyj84GSWY+ircFXmGLq+cLPIMXSs8GeZY3hxwV4v0cQRW+PUOVVjbZBmvjnjW5G2l66o9NOdc3d86uYfPbDy1E7po0kivLfTFP/kU9OcjzSQcwAAAABJRU5ErkJggg==) 0px 0px no-repeat; }

/*-------------------------------  wFooter  ------------------------------------*/
.wFooter {
  position: relative;
  width: 100%;
  background: #2d2d2d;
  /*height: 110px;*/
  /*height: 48px;*/
  margin-top: -48px;
  z-index: 10; }

.indexPage .wFooter {
  position: fixed;
  bottom: 0;
  margin-top: 0;
  left: 0; }

.footer_top {
  height: 48px;
  line-height: 48px;
  text-align: center;
  padding: 0 2.6%;
  box-sizing: border-box; }

.footer_mail,
.footer_dessar,
.footer_phone {
  display: inline-block;
  vertical-align: middle;
  font: 13px/24px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0 1%; }
  .footer_mail a,
  .footer_dessar a,
  .footer_phone a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    transition: all 0.2s ease; }
    .footer_mail a:hover,
    .footer_dessar a:hover,
    .footer_phone a:hover {
      color: #d91d25; }

.footer_mail a {
  text-decoration: underline; }

.footer_bot {
  height: 62px;
  line-height: 62px;
  text-align: center;
  padding: 0 2.6%;
  box-sizing: border-box;
  background: url(../pic/footer.jpg) bottom center no-repeat; }

.copywrite {
  margin: 0 1%;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font: 13px/24px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.wezom {
  margin: 0 1%;
  display: inline-block;
  vertical-align: middle;
  color: #787878;
  text-decoration: none;
  font: 13px/12px 'Akkurat', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  transition: all 0.2s ease; }
  .wezom svg {
    width: 32px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    fill: #d91d25;
    margin-right: 10px; }
  .wezom span {
    display: inline-block;
    vertical-align: top; }
  .wezom:hover {
    color: #d91d25; }

/*-------------------------------  wMenu  ------------------------------------*/
.wMenu {
  position: relative; }
  .wMenu > ul > li {
    position: relative;
    margin-right: 2em;
    display: inline-block;
    vertical-align: top; }
  .wMenu ul ul {
    margin-left: 10px; }
  .wMenu .w_active > a {
    color: #f00; }

/*-------------------------------  wContainer  ------------------------------------*/
/*-------------------------------  pageTitles  ------------------------------------*/
.pageTitle {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  margin-bottom: 0.7em; }

.pageTitle.w_middle,
.pageTitle.w_small {
  margin-top: 0.7em;
  border-bottom-width: 0; }

.pageTitle.w_middle {
  font-size: 28px; }

.pageTitle.w_small {
  font-size: 20px; }

.pageTitle.underlined {
  border-bottom: 1px solid #ddd; }

/*-------------------------------  wLeft  ------------------------------------*/
.wLeft {
  position: relative;
  float: left;
  width: 25%;
  margin-right: 3%;
  margin-bottom: 3%; }

/*-------------------------------  wRight  ------------------------------------*/
.wRight {
  position: relative;
  float: right;
  width: 25%;
  margin-left: 3%;
  margin-bottom: 3%; }

/*-------------------------------  wMiddle  ------------------------------------*/
.wLeft + .wMiddle,
.wRight + .wMiddle {
  overflow: hidden; }

.wMiddle {
  position: relative; }

/*-------------------------------  index  -------------------------------*/
.section {
  height: 100vh;
  width: 100vw;
  background: url(../pic/bg.jpg) top center no-repeat;
  box-sizing: border-box;
  position: relative;
  padding: 0; }
  .section.opacity_section {
    opacity: 0; }
  .section.about {
    padding: 0 3.6%; }
  .section.services {
    font-size: 0; }

/*---------------------------  about  ---------------------------*/
.about_slider_block {
  width: 44%;
  height: 50%;
  /*height: 60%;*/
  position: relative;
  margin-top: 100px; }

.about_slider_pagg {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 6.25%; }
  .about_slider_pagg .about_pagg_item {
    height: 25%;
    width: 100%;
    box-sizing: border-box;
    border-right: 4px solid #fff;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer; }
    .about_slider_pagg .about_pagg_item span {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      font: 20px/30px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
      color: #8c8c8c;
      transition: all 0.3s ease; }
    .about_slider_pagg .about_pagg_item.cur {
      border-right: 4px solid #cb2228; }
      .about_slider_pagg .about_pagg_item.cur span {
        color: #cb2228;
        font-family: 'PFDinTextProBold', Arial, Helvetica, sans-serif; }
    .about_slider_pagg .about_pagg_item:hover span {
      color: #cb2228; }

.about_slider {
  margin-left: 6.25%;
  padding: 0 6% -0px 13%;
  box-sizing: border-box;
  height: 100%; }
  .about_slider ul {
    display: block; }
    .about_slider ul li {
      float: left;
      opacity: 0;
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      transition: opacity 0.3s ease, -webkit-transform 0.3s 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s 0.3s ease, -webkit-transform 0.3s 0.3s ease; }
      .about_slider ul li.cur {
        transition: all 0.3s ease;
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1); }

.about_slider_num {
  width: 44px;
  height: 44px;
  background: #cb2228;
  text-align: center;
  box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 10px; }
  .about_slider_num span {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font: 18px/44px 'PFDinTextProBold', Arial, Helvetica, sans-serif; }

.about_slider_title {
  color: #000;
  font: 4vw/4vw 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 30px; }
  .about_slider_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 46px;
    height: 6px;
    background: #cb2228; }

.about_slider_slogan {
  color: #8c8c8c;
  font: 18px/28px 'AkkuratMono', Arial, Helvetica, sans-serif; }

.about_tablet {
  /*margin-top: 60px;*/
  margin-top: 40px;
  width: 56%;
  text-align: center;
  position: relative;
  margin-bottom: 60px; }
  .about_tablet:before {
    width: 45px;
    height: 18px;
    position: absolute;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAASCAQAAABlP59pAAABsElEQVQ4y63Vv0vUcRzH8fd5cOg5CIJxxokKQoPd1HCQEHLTLTqHYEmEVEODYTgZjxAyfxDnIOEPyikidKux2oIIyqKpImgwLAKrP8AGj681JOIdr+kNL57vz/vN5/P6xG7sy0FqkHNSTsP/Pbv/KA6F7nDXtm+++Grbqo56oS/74aV+4bRbuk357Uo90Ndt6ZGpnrVkUjjhu/Fa0X22XHRVyFqSF8omhC47+mpDv3FeGDIqZK1pEwaNCUNe14Lu9dGKFuGCc0KLFW3CWZekfNB7dPQ1c465LyuMGhJa3dNSnWPO2IFoOf2J9ixdSb3hjpC3JCuMGRTaqnOMWvEwcXbtof9i5ULZ80R76JGk/uSRktBtSSaB5y3LCqs+J86RKnqfVT54IVPGzSgKPRZlhBtKQt6qRuOmj77rAY+lTCsKBRVpgf5qqycGjo5usqNTg4qCULAglbQ6Y0dTLfd60jspaQt6haJpKSnzTtkwWduTafTWUyFjUY9QdFtIe2FTY60Z0u69V47LWNYplMx6YFN7PZKv2Yxf1k145qZ1P81qrldeh1bDZq2pGNZ6uK/gD4hQZxA7A0GrAAAAAElFTkSuQmCC) 0px 0px no-repeat;
    left: 0;
    bottom: 34%; }
  .about_tablet:after {
    width: 45px;
    height: 18px;
    position: absolute;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAASCAQAAABlP59pAAABsElEQVQ4y63Vv0vUcRzH8fd5cOg5CIJxxokKQoPd1HCQEHLTLTqHYEmEVEODYTgZjxAyfxDnIOEPyikidKux2oIIyqKpImgwLAKrP8AGj681JOIdr+kNL57vz/vN5/P6xG7sy0FqkHNSTsP/Pbv/KA6F7nDXtm+++Grbqo56oS/74aV+4bRbuk357Uo90Ndt6ZGpnrVkUjjhu/Fa0X22XHRVyFqSF8omhC47+mpDv3FeGDIqZK1pEwaNCUNe14Lu9dGKFuGCc0KLFW3CWZekfNB7dPQ1c465LyuMGhJa3dNSnWPO2IFoOf2J9ixdSb3hjpC3JCuMGRTaqnOMWvEwcXbtof9i5ULZ80R76JGk/uSRktBtSSaB5y3LCqs+J86RKnqfVT54IVPGzSgKPRZlhBtKQt6qRuOmj77rAY+lTCsKBRVpgf5qqycGjo5usqNTg4qCULAglbQ6Y0dTLfd60jspaQt6haJpKSnzTtkwWduTafTWUyFjUY9QdFtIe2FTY60Z0u69V47LWNYplMx6YFN7PZKv2Yxf1k145qZ1P81qrldeh1bDZq2pGNZ6uK/gD4hQZxA7A0GrAAAAAElFTkSuQmCC) 0px 0px no-repeat;
    right: 20%;
    top: 20px; }

.about_cube {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  padding-top: 42%;
  border: 20px solid #f00;
  box-sizing: border-box;
  margin-left: -17%; }

.tablet {
  position: absolute;
  top: 6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 100%;
  width: 100%; }

.four_icons {
  width: 100%;
  font-size: 0;
  position: relative;
  z-index: 2; }

.about_icon {
  cursor: pointer;
  width: 25%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  height: 80px; }

.about_icon_wrapp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  box-sizing: border-box; }

.about_icon_svg {
  width: 25%; }
  .about_icon_svg svg {
    height: 70px;
    max-width: 90%;
    width: auto;
    fill: #cb2228; }

.about_title:hover .about_icon_text span {
  color: #cb2228; }

.about_icon_text {
  text-transform: uppercase;
  position: relative;
  line-height: 70px; }
  .about_icon_text span {
    display: inline-block;
    vertical-align: middle;
    font: 18px/22px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
    color: #000;
    line-height: 22px;
    padding-bottom: 10px;
    position: relative;
    transition: all 0.3s ease; }
    .about_icon_text span:after {
      position: absolute;
      content: '';
      width: 50px;
      height: 3px;
      background: #cb2228;
      left: 0;
      bottom: 0; }

.about_hidden {
  opacity: 0;
  visibility: hidden;
  height: 0; }

.about_icon.show .about_icon_wrapp {
  background: #fff;
  box-shadow: 20px 40px 80px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  z-index: 2;
  padding: 20px;
  height: auto;
  transition: all 0.3s ease; }

.about_icon.show .about_hidden {
  opacity: 1;
  visibility: visible;
  height: auto;
  transition: all 0.3s ease; }

/*---------------------------  services  ---------------------------*/
.service {
  overflow: hidden;
  line-height: 0;
  width: 20%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
/*  height: calc(100vh - 200px);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);*/

  height: calc(100vh - 138px);
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  box-sizing: border-box;
  border-right: 2px solid #000;
  transition: all 0.4s ease;
  position: relative; }
 /* .service:nth-child(1) {
    transition-delay: 0; }
  .service:nth-child(2) {
    transition-delay: 0.2s; }
  .service:nth-child(3) {
    transition-delay: 0.4s; }
  .service:nth-child(4) {
    transition-delay: 0.6s; }
  .service:nth-child(5) {
    transition-delay: 0.8s; }*/
  .service:hover .service_opus {
    top: 35%; }
    .service:hover .service_opus .service_title {
      color: #fff;}
    .service:hover .service_opus .service_title:after {
      width: 100px; }
    .service:hover .service_opus .service_text {
      opacity: 1; }
  .service:hover:after {
    opacity: 1; }
  .service:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    opacity: 0;
    transition: all 0.5s 0.3s ease; }
  .service img {
    /*min-height: 100%;*/
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    width: auto; }

.service_opus {
  position: absolute;
  left: 8%;
  top: 47%;
  width: 84%;
  transition: all 0.5s 0.3s ease;
  z-index: 2; }

.service_title {
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
  font: 1.6vw/2.1vw 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  margin-bottom: 40px; }
  .service_title:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #cb2228;
    transition: all 0.3s ease; }

.service_text {
  opacity: 0;
  transition: all 0.5s 0.3s ease;
  color: #fff;
  font: 16px/26px 'AkkuratMono', Arial, Helvetica, sans-serif; }

/*---------------------------  how  ---------------------------*/
.how_work_wrapper {
  width: 100%;
  position: relative; }

.notebook {
  position: absolute;
  right: 0;
  top: 90px;
  /*-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(25%,0);
  transform: translate(25%,0);
  opacity: 0;*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
  width: 71%; }

.how_work_left {
  width: 33%;
  padding-right: 8%;
  box-sizing: border-box; }

.how_work_right {
  width: 67%;
  height: 650px;
  position: relative; }

.how_work_list {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  font-size: 0; }

.how_work_item {
  cursor: pointer;
  width: 25%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 150px; }
  .how_work_item.cur .how_work_circle, .how_work_item:hover .how_work_circle {
    background: #cb2228; }
    .how_work_item.cur .how_work_circle span, .how_work_item:hover .how_work_circle span {
      color: #fff; }

.how_work_circle {
  display: block;
  margin: 0 auto 20px;
  height: 84px;
  width: 84px;
  border-radius: 84px;
  background: #fff;
  box-shadow: 7px 13px 40px rgba(0, 0, 0, 0.25);
  line-height: 84px;
  transition: all 0.3s ease;
  text-align: center; }
  .how_work_circle span {
    display: inline-block;
    vertical-align: middle;
    color: #cb2228;
    font: 32px/20px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
    transition: all 0.3s ease; }

.how_work_name {
  text-transform: uppercase;
  color: #000;
  font: 18px/22px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  height: 44px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top; }

.how_work_opus_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 150px); }

.how_work_opus_item {
  position: absolute;
  bottom: 45px;
  background: #fff;
  left: 0;
  width: 100%;
  max-height: calc(100% - 45px);
  padding: 35px 40px;
  box-shadow: 20px 40px 84px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px); }
  .how_work_opus_item.cur {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    z-index: 2;
    visibility: visible;
    transition: all 0.5s ease; }
  .how_work_opus_item:after {
    width: 25%;
    bottom: -20px;
    height: 20px;
    position: absolute;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACcAAAAUAgMAAABzI8ylAAAACVBMVEX///////////+OSuX+AAAAAnRSTlMAgJsrThgAAABLSURBVAhbPcoxAcAgAMTAY0EEatCDGkQwlKrsAN9MGc54b4+WXWp2KtnOOLcJXgRPgjsXb4IXwZPgzsWH0kKpoZSfMkJpodRQSocP4L1CaDuba/sAAAAASUVORK5CYII=) top center no-repeat; }
  .how_work_opus_item[data-work="1"]:after {
    left: 0; }
  .how_work_opus_item[data-work="2"]:after {
    left: 25%; }
  .how_work_opus_item[data-work="3"]:after {
    left: 50%; }
  .how_work_opus_item[data-work="4"]:after {
    left: 75%; }
  .how_work_opus_item .wTxt {
    margin-bottom: 25px; }
  .how_work_opus_item .item_link {
    display: block;
    margin: 0 auto;
    text-decoration: none; }

.work_title {
  text-transform: uppercase;
  color: #000;
  font: 26px/22px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  padding-bottom: 25px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px; }
  .work_title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 6px;
    width: 25px;
    background: #cb2228; }

.work_left_inn,
.work_right_inn {
  width: 50%;
  max-height: 100%; }
  .work_left_inn img,
  .work_right_inn img {
    max-height: 100%; }

/*---------------------------  prices  ---------------------------*/
.prices_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px; }

.prices_left {
  width: 33%;
  padding-right: 8%;
  box-sizing: border-box; }

.prices_right {
  width: 67%;
  position: relative; }
  .prices_right:after {
    position: absolute;
    content: '';
    top: 90px;
    right: -120px;
    width: 450px;
    height: 450px;
    box-sizing: border-box;
    border: 20px solid #d9dadd; }

.price_list {
  position: relative;
  padding-top: 61%;
  width: 100%;
  background: #fff;
  box-shadow: 20px 40px 84px rgba(0, 0, 0, 0.25);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  /*-webkit-transform: scale(0.8);
  transform: scale(0.8);*/
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden; }
  .price_list img {
    position: absolute;
    top: 0;
    left: 0; }

.price_login {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding: 70px;
  box-shadow: 4px 8px 20px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  min-width: 60%; }
  .price_login .item_link {
    margin: 0 auto;
    display: block; }

.price_text {
  color: #000;
  font: 24px/32px 'Akkurat', Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 20px; }

/*---------------------------  quote  ---------------------------*/
.how_work_wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }

.quote_left {
  width: 33%;
  padding-right: 8%;
  box-sizing: border-box; }

.page_title {
  color: #000;
  font: 68px/68px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 20px; }
.no-touch .page_title {
  /*-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translate(0,30px);
  transform: translate(0,30px);*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);}
  .page_title:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 6px;
    width: 45px;
    background: #cb2228; }

.page_slogan {
  font: 16px/24px 'AkkuratMono', Arial, Helvetica, sans-serif;
  color: #8c8c8c;
  margin-bottom: 30px; }
.no-touch .page_slogan {
  /*-webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
  opacity: 0;
  -webkit-transform: translate(0,30px);
  transform: translate(0,30px);*/
  -webkit-transition: all 0.5s 0.3s ease;
  transition: all 0.5s 0.3s ease;
  opacity: 1;
  -webkit-transform: translate(0,0px);
  transform: translate(0,0px);}

.accordeon_item {
  border-bottom: 1px solid #d8d9dc;
  box-sizing: border-box; }

.quote_right {
  width: 67%;
  padding: 50px 0 0;
  box-sizing: border-box; }
  .quote_right .request_form {
    position: relative;
    padding: 0; }
  .no-touch .quote_right .request_form {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);*/
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
    .quote_right .request_form .request_form_wrapper {
      padding: 60px 40px;
      box-sizing: border-box;
      background: #fff;
      position: relative;
      z-index: 2; }
    .quote_right .request_form:after {
      position: absolute;
      content: '';
      top: -60px;
      right: -70px;
      width: 450px;
      height: 450px;
      box-sizing: border-box;
      border: 20px solid #d9dadd; }

.accordeon_name {
  position: relative;
  height: 48px;
  line-height: 48px;
  cursor: pointer; }
  .accordeon_name span {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font: 15px/24px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-right: 35px;
    box-sizing: border-box;
    transition: all 0.3s ease; }
  .accordeon_name.cur span {
    color: #cb2228; }
  .accordeon_name.cur .accordeon_svg svg {
    fill: #cb2228;
    -webkit-transform: scale(-1);
    transform: scale(-1); }
  .accordeon_name.cur + .accordeon_text {
    height: 72px;
    margin-bottom: 15px;
    opacity: 1; }

.accordeon_svg {
  position: absolute;
  right: 0;
  width: 30px;
  height: 48px;
  top: -1px;
  line-height: 48px;
  text-align: center; }
  .accordeon_svg svg {
    fill: #000;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 10px;
    transition: all 0.3s ease; }

.accordeon_text {
  font: 15px/24px 'Akkurat', Arial, Helvetica, sans-serif;
  color: #8c8c8c;
  overflow: hidden;
  height: 0;
  transition: all 0.3s ease;
  margin-bottom: 0px;
  opacity: 0; }

/*-------------------------------  service  -------------------------------*/
.item_page {
  overflow: hidden;
  padding: 165px 12.5% 100px;
  box-sizing: border-box;
  background: url(../pic/bg.jpg) top center repeat-y; }

.back_to_service {
  margin-bottom: 45px; }
  .back_to_service a {
    display: inline-block;
    vertical-align: top;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    white-space: nowrap; }
    .back_to_service a .link_svg {
      width: 44px;
      height: 44px;
      background: #fff;
      box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.25);
      margin-right: 10px;
      line-height: 44px;
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      transition: background 0.3s ease, -webkit-transform 0.2s ease;
      transition: background 0.3s ease, transform 0.2s ease;
      transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease; }
      .back_to_service a .link_svg svg {
        width: 10px;
        height: 17px;
        fill: #cb2228;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s ease; }
    .back_to_service a span {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      color: #cb2228;
      font: 16px/20px 'PFDinTextProBold', Arial, Helvetica, sans-serif; }
    .back_to_service a:hover .link_svg {
      background: #cb2228; }
      .back_to_service a:hover .link_svg svg {
        fill: #fff; }
    .back_to_service a:active .link_svg {
      background: #cb2228;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
      .back_to_service a:active .link_svg svg {
        fill: #fff; }

.item_left,
.item_right {
  width: 50%;
  margin-bottom: 150px; }

.item_left {
  padding-right: 5%;
  box-sizing: border-box; }

.item_title {
  font: 68px/68px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 35px; }
  .item_title:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 45px;
    height: 6px;
    background: #cb2228; }

.item_text {
  color: #8c8c8c;
  font: 16px/24px 'AkkuratMono', Arial, Helvetica, sans-serif;
  margin-bottom: 40px; }

.item_link {
  text-decoration: none; }
  .item_link span {
    font: 18px/18px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }
  .item_link svg {
    display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 10px;
    fill: #fff;
    transition: all 0.3s ease;
    margin-left: 20px; }

.item_right {
  padding-top: 30px; }
  .item_right img {
    max-width: 85%;
    box-shadow: 25px 35px 85px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 2; }
  .item_right .item_main_img {
    z-index: 2;
    position: relative; }
    .item_right .item_main_img:after {
      position: absolute;
      content: '';
      right: 0;
      top: -60px;
      width: 50%;
      padding-top: 50%;
      border: 20px solid #cb2228;
      box-sizing: border-box; }

.taking {
  margin-bottom: 100px; }

.item_small_title {
  text-transform: uppercase;
  color: #000;
  font: 48px/50px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 50px; }
  .item_small_title:after {
    position: absolute;
    content: '';
    width: 45px;
    height: 6px;
    background: #cb2228;
    bottom: 0;
    left: 0; }

.taking_list {
  font-size: 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3; }

.taking_item {
  display: table;
  margin-bottom: 50px;
  margin-right: 15%; }

.taking_item_title {
  color: #000;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  font: 26px/30px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  margin-bottom: 10px; }
  .taking_item_title:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 6px;
    background: #cb2228;
    bottom: 0;
    left: 0; }

.taking_item_text li span {
  float: right;
  color: #cb2228; }

.clients {
  margin: 0 auto 150px;
  max-width: 960px;
  font-size: 0;
  position: relative; }
  .clients:after {
    position: absolute;
    content: '';
    top: 0;
    right: -125px;
    width: 366px;
    height: 474px;
    background: url(../pic/clients.png) 0px 0px no-repeat; }

.clients_item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 5%;
  box-sizing: border-box;
  position: relative;
  z-index: 2; }

.clients_icon {
  width: 44px;
  height: 44px;
  background: #cb2228;
  line-height: 44px;
  text-align: center;
  box-shadow: 6px 8px 20px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px; }
  .clients_icon svg {
    display: inline-block;
    vertical-align: middle;
    fill: #fff;
    height: 21px;
    width: 17px; }

.projects {
  margin-bottom: 150px; }

.projects_list {
  height: 75%;
  width: 100% !important;
  margin-bottom: 20px; }

.projects_item {
  margin: 1.5%;
  overflow: hidden;
  position: relative;
  line-height: 0; }
  .projects_item.w_size1 {
    padding-top: 46.5%;
    width: 46.5%; }
  .projects_item.w_size2 {
    padding-top: 30%;
    width: 30%; }
  .projects_item.w_size3 {
    padding-top: 13.45%;
    width: 13.5%; }
  .projects_item:hover .zoom_layer {
    opacity: 1; }
    .projects_item:hover .zoom_layer .zoom_svg:after {
      box-shadow: 0 0 0 110px rgba(255, 255, 255, 0.3);
      transition: all 0.3s 0.3s ease; }
    .projects_item:hover .zoom_layer .zoom_svg svg {
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      transition: all 0.3s 0.6s ease; }
.zoom_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  background: rgba(203, 34, 40, 0.9);
  transition: all 0.3s ease;
  cursor: pointer; }
.projects_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 200%;
  height: 100%;
}
  .zoom_layer .zoom_svg {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    margin-top: -55px;
    border-radius: 110px;
    overflow: hidden; }
    .zoom_layer .zoom_svg:after {
      position: absolute;
      content: '';
      height: 1px;
      width: 1px;
      top: 50%;
      left: 50%;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
      border-radius: 110px; }
    .zoom_layer .zoom_svg svg {
      position: absolute;
      height: 54px;
      width: 54px;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px;
      fill: #fff;
      opacity: 0;
      -webkit-transform: translate(0, 20px);
      transform: translate(0, 20px); }

.request .item_small_title {
  text-align: center; }
  .request .item_small_title:after {
    left: 50%;
    margin-left: -23px; }

.item_small_slogan {
  position: relative;
  color: #8c8c8c;
  font: 18px/28px 'AkkuratMono', Arial, Helvetica, sans-serif;
  text-align: center;
  margin-bottom: 30px; }

.request_form {
  margin: 0 auto;
  max-width: 960px;
  background: #fff;
  box-shadow: 25px 35px 85px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
  box-sizing: border-box; }
  .request_form .wFormRow {
    font-size: 0;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px; }

.request_left,
.request_right {
  width: 45%; }

.request_row_title {
  font: 20px/30px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  color: #000;
  margin-bottom: 20px; }

.request_radio_line {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 15px; }
  .request_radio_line:nth-child(2n+3) {
    margin-left: 10%; }
  .request_radio_line input {
    width: 20px;
    height: 20px;
    opacity: 1;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    float: left;
    opacity: 0; }
    .request_radio_line input:checked ~ .input_r_ins {
      box-shadow: inset 0 0 0 3px #f6f6f6;
      background: #cb2228; }
  .request_radio_line span {
    color: #000;
    font: 15px/20px 'Akkurat', Arial, Helvetica, sans-serif;
    display: block;
    margin-left: 40px;
    overflow: hidden; }
  .request_radio_line .input_r_ins {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: #f6f6f6;
    box-sizing: border-box;
    border: 1px solid #d9dadd;
    transition: all 0.2s ease; }

.request_form.wFormDef textarea,
.request_form.wFormDef input {
  border: none;
  border-bottom: 1px solid #000; }
  .request_form.wFormDef textarea ~ label:not(.error),
  .request_form.wFormDef input ~ label:not(.error) {
    font: 20px/20px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
    color: #000;
    position: absolute;
    top: 10px;
    left: 5px;
    transition: all 0.3s ease; }
  .request_form.wFormDef textarea:focus ~ label:not(.error),
  .request_form.wFormDef input:focus ~ label:not(.error) {
    font-size: 10px;
    line-height: 10px;
    top: 0;
    left: 0; }
  .request_form.wFormDef textarea:hover,
  .request_form.wFormDef input:hover {
    background: none !important; }
  .request_form.wFormDef textarea.error ~ label:not(.error),
  .request_form.wFormDef textarea.valid ~ label:not(.error),
  .request_form.wFormDef input.error ~ label:not(.error),
  .request_form.wFormDef input.valid ~ label:not(.error) {
    font-size: 10px;
    line-height: 10px;
    top: 0;
    left: 0; }
  .request_form.wFormDef textarea.error ~ label:not(.error),
  .request_form.wFormDef input.error ~ label:not(.error) {
    color: #f00; }
  .request_form.wFormDef textarea.valid ~ label:not(.error),
  .request_form.wFormDef input.valid ~ label:not(.error) {
    color: #3bd04f; }

.request_form.wFormDef textarea {
  height: 40px;
  min-height: 80px; }

.request_form.wFormDef .wSubmit {
  height: 60px;
  line-height: 60px;
  width: 210px;
  text-transform: uppercase; }
  .request_form.wFormDef .wBtn span {text-transform: uppercase;
    font: 20px/20px 'PFDinTextProBold', Arial, Helvetica, sans-serif; }

.request_form.wFormDef .w_mt50 {
  margin-top: 75px;
  padding-top: 0; }

.wFormRow input.hidden_file {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  padding: 0; }

.upload_text {
  background: #f6f6f6;
  width: 100%;
  height: 100%;
  line-height: 28px;
  border: 1px solid #d9dadd;
  box-sizing: border-box;
  position: relative;
  padding: 0 30px 0 15px;
  font: 15px/28px 'Akkurat', Arial, Helvetica, sans-serif;
  display: none; }
  .upload_text.show {
    display: block; }
  .upload_text span {
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    max-width: 100%;
    display: block; }

.upload_remove {
  cursor: pointer;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  z-index: 2; }
  .upload_remove svg {
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: middle;
    fill: #6c6c6c;
    transition: all 0.3s ease; }
  .upload_remove:hover svg {
    fill: #cb2228; }

/*  popup  */
.mfiModal {
  background: none;
  padding: 0; }
  .mfiModal .request_form {
    width: 100%; }

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


.wTextarea {font-size: 14px;resize:none;}




.services_list_top {
  text-align: center;
  margin-bottom: 30px;
}
.service_item_top {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px;
  padding: 0 20px;
  height: 30px;
  width: auto;
  line-height: 30px;
}


/*.wFormDef .wFormRow:first-child {padding-top: 0;}*/





/*-------------------------------  cabinet  -------------------------------*/
  .lk_top {
    margin-bottom: 30px;
  }
  .account_name {
    color: #000;
    font: 24px/30px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
  }
  .account_name:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 6px;
    width: 46px;
    background: #cb2228;
  }
  .accoutn_btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    text-decoration: none;
  }
  .accoutn_btn svg {
    display: inline-block;
    vertical-align: top;
    max-height: 22px;
    max-width: 22px;
    fill: #000;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .accoutn_btn span {
    color: #000;
    font: 15px/22px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .accoutn_btn span:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    height: 3px;
    width: 36px;
    background: #cb2228;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .accoutn_btn:hover svg,
  .accoutn_btn.cur svg {
    fill: #cb2228;
  }
  .accoutn_btn:hover span,
  .accoutn_btn.cur span {
    color: #cb2228;
  }
  .accoutn_btn:hover span:after,
  .accoutn_btn.cur span:after {
    width: 70px;
  }
  .project_table_block {
    padding: 30px 0 60px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 20px 40px 84px rgba(0,0,0,0.25);
  }
  .project_top .item_page {
    padding-bottom: 0;
  }
  .project_table_block .item_page {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .project_table_th {
    height: 95px;
    background: #000;
    font-size: 0;
    margin-bottom: 1px;
  }
  .column {
    display: inline-block;
    vertical-align: top;
    padding: 30px 19px 20px;
    box-sizing: border-box;
    line-height: 45px;
    /*text-align: center;*/
  }
  .col_1 {width: 6%;}
  .col_2 {width: 13%;}
  .col_3,
  .col_4,
  .col_5,
  .col_6,
  .col_7,
  .col_8 {width: 10%;}
  .col_9 {width: 7%;}
  .col_10 {width: 7%;}
  .col_11 {width: 7%;}
  .project_table_body {
    border-top: 2px solid #d8d9dc;
    box-sizing: border-box;
  }
  .main_line {
    height: 35px;
    line-height: 35px;
    font-size: 0;
  }
  .dop_lines {
    border-top: 1px solid #d8d9dc;
    box-sizing: border-box;
    display: none;
    background: #f6f6f6;
  }
  .project_table_line {
    border-bottom: 1px solid #d8d9dc;
    box-sizing: border-box;
  }
  .project_table_line.show .dop_lines {
    display: block;
  }

  ._pointer_events {
    pointer-events: none;
  }
  .drop_services {
    position: absolute;
    top: 100%;
    left: 3.4%;
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    padding-top: 15px;
    width: 100%;
  }
  .main_list .main_item:hover + .drop_services,
  .drop_services:hover {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .drop_services li {
    width: 20%;
  }
  .drop_services a {
    background: #f0f0f0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
  }
  .drop_services a span {
    -webkit-transform: skewX(0);
    transform: skewX(0);
    padding-bottom: 0;
    font-size: 14px;
  }
  .drop_services a span:after {
    display: none;
  }
  .section_inview {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 1px;
    opacity: 0;
  }



  /*.how_work .section_wrapper,
  .prices .section_wrapper,
  .quote .section_wrapper {
    padding-top: 160px;
    position: relative;
  }*/

.about_icon_wrapp {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.how_work_list {
  z-index: 2;
}
.js-work-list-overlay {
  display: none;
}
.work-list-overlay-active .js-work-list-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.table_th_wrapp {
  display: inline-block;
  vertical-align: middle;
}
.table_th_wrapp span {
  color: #fff;
  font: 12px/20px 'PFDinTextProBold', Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  text-align: left;
  text-transform: uppercase;
}
.table_th_wrapp span + span {
  color: #8c8c8c;
  font: 12px/15px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: block;
  text-align: left;
  text-transform: none;
}
.filter_from_to {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  line-height: 0;
  cursor: pointer;
}
.table_th_wrapp .filter_from_to ~ span {
  display: inline-block;
  vertical-align: middle;
}
.table_th_wrapp input {
  width: 100%;
  border: none;
  display: block;
  border-bottom: 1px solid #d6d6d6;
  height: 25px;
  font: 12px/24px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
  background: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table_th_wrapp input:focus {
  background: #000 !important;
}
.table_select {
  position: relative;
  height: 25px;
}
.table_select img {
  position: absolute;
  line-height: 0;
  right: 0;
  top: 50%;
  margin-top: -5px;
  cursor: pointer;
}
.select_list {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  width: 240px;
  background: #fff;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 2px 5px 15px rgba(0,0,0,0.3);
  display: none;
  text-align: left;
}
.table_select.show .select_list {
  display: block;
}
.select_val {
  cursor: pointer;
  color: #000;
  font: 15px/32px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.select_val:hover {
  color: #cb2228;
}
.main_line .column {
  display: inline-block;
  vertical-align: middle;
  font: 12px/20px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #8c8c8c;
}
.table_link {
  height: 25px;
  width: 25px;
  display: block;
  /*text-decoration: none;*/
  /*margin: 0 auto;*/
}
.table_link svg {
  height: 25px;
  width: 25px;
  display: block;
  fill: #e0e0e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.table_link:hover svg {
  fill: #000;
}
.table_mail {
  height: 24px;
  width: 24px;
  display: block;
  text-decoration: none;
  /*margin: 0 auto;*/
}
.table_mail svg {
  height: 24px;
  width: 24px;
  display: block;
  fill: #e0e0e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.project_table_line .column {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.dop_line {
  height: 34px;
  line-height: 34px;
  font-size: 0;
  white-space: nowrap;
}
.dop_line .column {
  padding-left: 29px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  font: 12px/20px 'PFDinTextProLight', Arial, Helvetica, sans-serif;
}
.open_dop_lines {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  height: 20px;
}
.open_dop_lines span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}
.open_dop_lines:hover span {
  box-shadow: 2px 5px 15px rgba(0,0,0,0.3);
  padding: 0 5px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 14px;
  max-width: none;
  background: #fff;
}
.project_table_scroll {
  overflow: visible;
  min-height: 400px;
  overflow-x: auto;
  width: 100%;
}
.project_table {
  min-width: 1330px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.project_bot {
  overflow: hidden;
  padding: 30px 12.5% 100px;
  box-sizing: border-box;
  background: url(../pic/bg.jpg) top center repeat-y;
}
.project_form {
  background: #fff;
  box-shadow: 20px 40px 85px rgba(0,0,0,0.25);
  padding: 55px 40px;
  box-sizing: border-box;
}
.project_form .request_form {
  padding: 0;
  box-shadow: none;
  width: 100%;
  max-width: none;
}
.project_form .wFormDef .wFormRow:first-child {padding-top: 10px;}

.text_wrapp {
  padding-top: 30px;
  padding-bottom: 60px;
}