html * {
  max-height: 9999999px; }

body {
  -webkit-text-size-adjust: 100%; }

.main-row {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1024px) {
    .main-row {
      max-width: 1920px; } }

.row {
  max-width: 1920px; }

.menu-btn {
  height: 74px;
  width: 74px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 320px) {
    .menu-btn {
      width: 50px;
      height: 50px; } }

.text-cols {
  max-width: 920px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .text-cols {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 60px;
      -moz-column-gap: 60px;
      column-gap: 60px;
      -webkit-column-rule: 1px solid #eaeaea;
      -moz-column-rule: 1px solid #eaeaea;
      column-rule: 1px solid #eaeaea; } }
  @media screen and (min-width: 1024px) {
    .text-cols {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 60px;
      -moz-column-gap: 60px;
      column-gap: 60px;
      -webkit-column-rule: 1px solid #eaeaea;
      -moz-column-rule: 1px solid #eaeaea;
      column-rule: 1px solid #eaeaea; } }

.red-one {
  background-color: #fc6a45; }

.red-two {
  background-color: #f3623f; }

.red-three {
  background-color: #d74336; }

.red-four {
  background-color: #cf3a32; }

.grey-one {
  background-color: #343434; }

.accent {
  color: #F26A41;
  border-bottom: dotted 3px #F26A41;
  cursor: pointer;
  text-decoration: none; }
  .accent:active, .accent:focus, .accent:hover {
    color: #F26A41; }

.noscroll {
  overflow: hidden; }

.opened {
  display: block !important; }

@media screen and (max-width: 749px) {
  .logo {
    padding: 4px 0 0 0;
    width: 124px; } }
@media screen and (min-width: 750px) and (max-width: 1023px) {
  .logo {
    padding: 4px 0 0 0; } }
@media screen and (min-width: 1024px) {
  .logo {
    padding: 0 0 0 41px; } }
@media screen and (max-width: 320px) {
  .logo {
    width: 87px;
    padding: 2px 0 0 0; } }
.logo img {
  width: 124px;
  margin: 6px 0 0 0; }
  @media screen and (max-width: 749px) {
    .logo img {
      margin: 2px 0 0 10px; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .logo img {
      margin: 2px 0 0 10px; } }
  @media screen and (max-width: 320px) {
    .logo img {
      width: 85px;
      margin: 0 0 0 10px; } }

.top-menu {
  padding: 0; }
  @media screen and (max-width: 749px) {
    .top-menu {
      width: calc(100% - 272px);
      text-align: right;
      position: static; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .top-menu {
      width: calc(66.66667% - 148px);
      text-align: right;
      position: static; } }
  @media screen and (min-width: 1024px) {
    .top-menu {
      padding: 18px 0 0 3%; } }
  @media screen and (max-width: 320px) {
    .top-menu {
      width: calc(100% - 187px); } }
  .top-menu .top-menu-btn {
    background: #fc6a45; }
    @media screen and (min-width: 1024px) {
      .top-menu .top-menu-btn {
        display: none; } }

.top-menu-list {
  text-transform: uppercase;
  color: #3d3d3d;
  font-weight: 700; }
  @media screen and (max-width: 749px) {
    .top-menu-list.open {
      left: 0 !important;
      right: 0 !important;
      top: 72px !important;
      width: 100% !important;
      max-width: none !important; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .top-menu-list.open {
      left: 0 !important;
      right: 0 !important;
      top: 72px !important;
      width: 100% !important;
      max-width: none !important; } }
  @media screen and (max-width: 749px) {
    .top-menu-list.open:before {
      left: auto !important;
      right: 177px !important; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .top-menu-list.open:before {
      left: auto !important;
      right: 177px !important; } }
  @media screen and (max-width: 749px) {
    .top-menu-list.open:after {
      left: auto !important;
      right: 176px !important; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .top-menu-list.open:after {
      left: auto !important;
      right: 176px !important; } }
  @media screen and (min-width: 1024px) {
    .top-menu-list {
      position: relative !important;
      left: 0 !important;
      top: 0 !important;
      border: 0;
      width: auto;
      max-width: initial;
      white-space: nowrap; }
      .top-menu-list:before {
        content: none; }
      .top-menu-list:after {
        content: none; } }
  .top-menu-list li {
    text-align: center;
    padding: 10px 25px;
    margin: 0; }
    @media screen and (min-width: 1024px) {
      .top-menu-list li {
        display: inline-block;
        font-size: 11px; } }
    .top-menu-list li:hover, .top-menu-list li:focus {
      background: transparent; }
    .top-menu-list li a {
      padding: 0;
      color: inherit; }

header {
  position: relative;
  padding-top: 74px; }
  @media screen and (max-width: 320px) {
    header {
      padding-top: 50px; } }

.phone-decor {
  font-family: Tahoma;
  font-size: 10px;
  position: relative;
  top: -3px; }

.phone {
  padding: 0; }
  @media screen and (min-width: 1024px) {
    .phone {
      font-weight: 600;
      position: relative;
      white-space: nowrap; } }
  @media screen and (max-width: 749px) {
    .phone .number {
      display: none; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .phone .number {
      display: none; } }
  .phone .phone-btn {
    background: #f3623f; }
    @media screen and (min-width: 1024px) {
      .phone .phone-btn {
        display: none; } }

.contact-form {
  text-align: right;
  padding: 0; }
  @media screen and (max-width: 749px) {
    .contact-form {
      width: 74px; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .contact-form {
      width: 74px; } }
  @media screen and (max-width: 320px) {
    .contact-form {
      width: 50px; } }
  .contact-form button {
    background: #d74336; }
    .contact-form button:hover {
      background: #fc6a45; }

.contact-form-wrap {
  width: 100%;
  position: absolute;
  z-index: 50;
  top: 74px;
  display: none; }
  @media screen and (max-width: 320px) {
    .contact-form-wrap {
      top: 50px; } }

.top-line {
  top: 0;
  z-index: 50;
  background-color: #fff;
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e5e5e5;
  position: fixed; }
  @media screen and (max-width: 320px) {
    .top-line {
      height: 50px; } }
  .top-line .phone {
    text-align: right; }
    @media screen and (min-width: 1024px) {
      .top-line .phone {
        font-size: 20px;
        padding-top: 23px; } }
    @media screen and (max-width: 749px) {
      .top-line .phone {
        width: 74px; } }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .top-line .phone {
        width: 74px; } }
    @media screen and (max-width: 320px) {
      .top-line .phone {
        width: 50px; } }

.scrolling-top-line .prev-project, .scrolling-top-line .next-project, .scrolling-top-line .close-project {
  display: inline-block;
  height: 74px;
  width: 74px;
  color: #000;
  cursor: pointer;
  text-align: center;
  line-height: 74px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase; }
  @media screen and (max-width: 320px) {
    .scrolling-top-line .prev-project, .scrolling-top-line .next-project, .scrolling-top-line .close-project {
      height: 50px;
      width: 50px;
      line-height: 50px; } }
.scrolling-top-line .prev-project .fa, .scrolling-top-line .next-project .fa, .scrolling-top-line .close-project .fa {
  font-size: 25px;
  position: relative;
  top: 5px; }
.scrolling-top-line .project-top-line {
  height: 73px;
  position: absolute;
  right: 0;
  z-index: 60;
  width: 70%;
  background-color: #fff; }
  @media screen and (max-width: 320px) {
    .scrolling-top-line .project-top-line {
      height: 50px;
      width: 50%; } }
.scrolling-top-line .lang {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #bfbfbf;
  border: 2px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: width 0.5s ease-out 0.2s;
  -moz-transition: width 0.5s ease-out 0.2s;
  -o-transition: width 0.5s ease-out 0.2s;
  transition: width 0.5s ease-out 0.2s;
  width: 65px;
  position: relative;
  padding: 7px 0;
  margin: 21px 0 0 23px; }
  @media screen and (max-width: 320px) {
    .scrolling-top-line .lang {
      margin: 8px 0 0 0; } }

.st-form {
  width: 100%;
  background-color: #449cf0;
  color: #fff; }
  @media screen and (max-width: 749px) {
    .st-form {
      padding: 109px 20px 132px 20px; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .st-form {
      padding: 109px 120px 132px 120px; } }
  @media screen and (min-width: 1024px) {
    .st-form {
      padding: 109px 120px 132px 120px; } }
  .st-form.row {
    margin: 0; }
  .st-form h3 {
    font-size: 36px;
    color: #fff;
    margin: -3px 0 20px 0; }
    @media screen and (min-width: 1024px) {
      .st-form h3 {
        margin-bottom: 60px; } }
  @media screen and (max-width: 749px) {
    .st-form .form-part {
      display: none; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .st-form .form-part {
      display: none; } }
  .st-form .anyidea {
    font-size: 16px;
    margin-bottom: 20px; }
    @media screen and (min-width: 1024px) {
      .st-form .anyidea {
        margin-bottom: 36px;
        width: 450px; } }
  @media screen and (max-width: 749px) {
    .st-form .left {
      width: 100%; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .st-form .left {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .st-form .left {
      padding-right: 38px; } }
  @media screen and (max-width: 749px) {
    .st-form .right {
      width: 100%; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .st-form .right {
      width: 100%; } }
  @media screen and (min-width: 1024px) {
    .st-form .right {
      padding-left: 39px; } }

.slide-block {
  position: relative;
  width: 100%;
  color: #fff;
  height: 500px;
  overflow: hidden;
  background: url("../img/slider/1.jpg") center 74px no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 749px) {
    .slide-block {
      background-position: center top;
      background-attachment: scroll; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .slide-block {
      background-position: center top;
      background-attachment: scroll; } }

.slide-info-wrap {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  justify-content: center; }
  @media screen and (max-width: 749px) {
    .slide-info-wrap {
      padding: 10px; } }
  .slide-info-wrap h2 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 23px; }
    @media screen and (max-width: 749px) {
      .slide-info-wrap h2 {
        margin-bottom: 15px;
        font-size: 50px; } }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .slide-info-wrap h2 {
        font-size: 102px;
        line-height: 85px; } }
    @media screen and (min-width: 1024px) {
      .slide-info-wrap h2 {
        font-size: 102px;
        line-height: 85px; } }
    @media screen and (max-width: 320px) {
      .slide-info-wrap h2 {
        font-size: 30px; } }
  .slide-info-wrap h3 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    padding-left: 10px; }
    @media screen and (max-width: 749px) {
      .slide-info-wrap h3 {
        font-size: 12px; } }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .slide-info-wrap h3 {
        font-size: 14px; } }
    .slide-info-wrap h3:before {
      content: url("../img/slider/decor-caption.jpg");
      margin-right: 14px;
      position: relative;
      top: -3px; }

.slide-text {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  margin: 22px 0 31px 0;
  padding-left: 10px; }
  @media screen and (max-width: 749px) {
    .slide-text {
      font-size: 12px;
      margin-top: 10px; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .slide-text {
      font-size: 14px; } }
  @media screen and (min-width: 1024px) {
    .slide-text {
      max-width: 480px; } }

.mCS-kauz > .mCSB_container {
  margin-right: 15px; }
.mCS-kauz .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #cf3a32; }
.mCS-kauz .mCSB_scrollTools .mCSB_draggerRail {
  background: #fc6a45; }

.mCS-kauz-contact > .mCSB_container {
  margin-right: 0; }

.service-text {
  display: none;
  padding: 0 30px;
  text-align: left;
  line-height: 24px;
  height: 200px;
  overflow: auto; }

.service-number {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  position: absolute;
  top: 26px;
  left: 39px; }

.service {
  position: relative;
  min-height: 352px; }
  .service h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin-top: 50px;
    padding: 0 50px; }
  .service.red-three .service-number {
    color: #ec5a3d; }
  .service.red-four .service-number {
    color: #f3623f; }

html:not(.touch) .service:hover {
  background-color: #fff; }
  html:not(.touch) .service:hover h4 {
    color: #333;
    margin: 78px 0 17px 30px;
    padding: 0;
    text-align: left;
    line-height: 17px;
    height: 34px; }
  html:not(.touch) .service:hover .service-text {
    display: block; }
  html:not(.touch) .service:hover .service-number {
    color: #333; }
  html:not(.touch) .service:hover .service-pic {
    display: none; }

@media screen and (min-width: 1024px) {
  .develop {
    width: 50%; } }
.develop .service-number {
  color: #d74336; }

@media screen and (min-width: 1024px) {
  .adservices {
    width: 50%; } }

@media screen and (max-width: 749px) {
  .services-block li {
    width: 100%; } }

.touch .service-number {
  top: 17px; }
.touch .service-pic {
  margin-top: 25px; }
.touch .service {
  min-height: 200px; }
  .touch .service h4 {
    margin-top: 20px;
    margin-bottom: 20px; }
.touch .service-text {
  display: block;
  background-color: #fff;
  margin-left: -20px;
  margin-right: -10px;
  margin-bottom: -20px;
  padding: 20px 30px 40px 30px;
  height: auto; }

.wecan {
  text-align: center;
  padding-top: 60px; }
  .wecan h2 {
    font-size: 30px;
    margin-bottom: 13px; }
  .wecan p {
    font-size: 16px;
    max-width: 610px;
    margin: 0 auto;
    padding: 0 20px; }

.our-services h3 {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  border-top: 1px solid #eaeaea;
  margin: 0 40px;
  text-align: left;
  padding: 33px 2px 36px 1px; }
  @media screen and (max-width: 749px) {
    .our-services h3 {
      text-align: center; } }
  @media screen and (min-width: 750px) and (max-width: 1023px) {
    .our-services h3 {
      text-align: center; } }

.our-services h3 .fa {
  float: right;
  color: #fc6a45; }

@media screen and (min-width: 1024px) {
  .project-info {
    padding: 57px 37px 0 22px; } }

@media screen and (min-width: 1024px) {
  .question-field {
    padding-left: 3px;
    margin-top: 0; } }

.question-form input[type=submit] {
  background-color: #2876c1;
  color: #fff;
  width: 154px;
  padding: 13px 0;
  margin-right: 6px; }
  @media screen and (max-width: 749px) {
    .question-form input[type=submit] {
      width: calc(50% - 6px); } }
.question-form input[type=reset] {
  background-color: transparent;
  color: #2876c1;
  width: 154px;
  padding: 13px 0; }
  @media screen and (max-width: 749px) {
    .question-form input[type=reset] {
      width: calc(50% - 6px); } }

.project-wrap {
  background-color: #fff;
  width: 100%;
  padding-bottom: 0; }
  .project-wrap .project-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .project-wrap .left {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding-top: 50px;
    padding-bottom: 50px; }
    @media screen and (max-width: 749px) {
      .project-wrap .left {
        order: 2;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px; }
        .project-wrap .left h2 {
          font-size: 30px;
          line-height: 30px;
          margin-bottom: 50px; } }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .project-wrap .left {
        order: 2;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px; }
        .project-wrap .left h2 {
          font-size: 70px;
          line-height: 70px;
          margin-bottom: 70px; } }
    @media screen and (min-width: 1024px) {
      .project-wrap .left {
        -webkit-flex-basis: 58%;
        flex-basis: 58%; }
        .project-wrap .left h2 {
          font-size: 70px;
          line-height: 70px;
          margin-bottom: 100px; } }
  .project-wrap .right {
    -webkit-flex-basis: 100%;
    flex-basis: 100%; }
    @media screen and (max-width: 749px) {
      .project-wrap .right {
        order: 1;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px; }
        .project-wrap .right h2.project-name {
          margin-top: 30px; } }
    @media screen and (min-width: 750px) and (max-width: 1023px) {
      .project-wrap .right {
        order: 1;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 10px; } }
    @media screen and (min-width: 1024px) {
      .project-wrap .right {
        -webkit-flex-basis: 36%;
        flex-basis: 36%; } }
  .project-wrap .with-text {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    justify-content: center;
    flex-direction: column;
    min-height: 300px; }
    .project-wrap .with-text h2 {
      color: #fff;
      font-weight: 700; }
    .project-wrap .with-text .project-text {
      color: #fff; }
    .project-wrap .with-text.bw h2 {
      color: #222; }
    .project-wrap .with-text.bw .project-text {
      color: #222; }
    .project-wrap .with-text.condensed h2 {
      max-width: 570px; }
    .project-wrap .with-text.condensed .project-text {
      max-width: 570px; }

.aboutus {
  padding: 80px 0 80px 0; }
  .aboutus h2 {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #343434;
    text-align: center;
    letter-spacing: 4px; }

.cta {
  font-size: 30px;
  text-align: center;
  line-height: 36px;
  margin: 63px auto 49px auto;
  max-width: 600px; }
  @media screen and (max-width: 320px) {
    .cta {
      font-size: 25px; } }

.social-link {
  background-color: #404040;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 49px;
  text-align: center;
  margin-right: 7px;
  font-size: 20px; }
  .social-link:hover {
    background-color: #3d8dda;
    color: inherit; }

.footer .phone {
  font-weight: 600;
  padding-left: 104px;
  background: url("../img/icon-phone.png") 37px 0 no-repeat;
  margin-top: -11px; }
  @media screen and (max-width: 749px) {
    .footer .phone {
      width: 100%;
      padding-bottom: 40px;
      padding-left: 20px;
      padding-right: 20px;
      background: url(../img/icon-phone.png) 20px 0 no-repeat; } }
  @media screen and (max-width: 749px) {
    .footer .phone .number {
      font-size: 20px;
      line-height: 52px;
      padding-left: 65px; } }
@media screen and (max-width: 749px) {
  .footer .address {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px; } }
@media screen and (max-width: 749px) {
  .footer .address p {
    margin-left: 0; } }
.footer .social-links {
  margin-top: -11px;
  text-align: center; }
  @media screen and (max-width: 749px) {
    .footer .social-links {
      width: 100%; } }
.footer .copyright {
  padding-bottom: 100px; }
  @media screen and (max-width: 749px) {
    .footer .copyright {
      width: 100%;
      padding: 30px 20px 20px 20px; } }

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