html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

:after, :before, :hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  text-decoration: none;
  outline: none;
  color: #fff;
  display: inline-block; }

p {
  word-wrap: break-word;
  line-height: 1.5; }

textarea, input, select, button {
  border: 0;
  outline: none; }

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer; }

strong {
  font-weight: bold; }

::-webkit-input-placeholder {
  color: #231f20;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px; }

::-moz-placeholder {
  color: #231f20;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px; }

:-ms-input-placeholder {
  color: #231f20;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px; }

:-moz-placeholder {
  color: #231f20;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 20px; }

::-moz-selection {
  background: #04A4CC;
  color: #000;
  text-shadow: none; }

::selection {
  background: #04A4CC;
  color: #000;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #000;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #000;
  text-shadow: none; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

/*mac*/
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  margin: 0; }

/*
@font-face {
  font-family:'Font-Name';
  src:url('fonts/font-name.eot');
  src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
  url('fonts/font-name.woff') format('woff'),
  url('fonts/font-name.ttf') format('truetype'),
  url('fonts/font-name.svg#font-name') format('svg');
  font-weight:normal;
  font-style:normal;
}*/
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  padding: 62px 55px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }

.logo img {
  width: 276px; }

.nav {
  margin-left: auto; }
  .nav ul li a {
    color: #231f20;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    .nav ul li a:hover {
      opacity: 0.8; }

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

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

body {
  color: #fff;
  background-color: #231f20;
  font-family: "Poppins", Helvetica, Arial, sans-serif; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/*main*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 55px; }

.content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .content_wrap .content {
    max-width: 984px;
    width: 100%; }

.title {
  font-weight: 700;
  font-size: 52px;
  line-height: 1.23; }

.arrow_link {
  font-size: 20px;
  color: #45d5e5;
  position: relative;
  font-weight: 600;
  padding-left: 15px;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .arrow_link:before {
    content: '';
    background: url("../img/next.svg") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
  .arrow_link:hover {
    opacity: 0.7; }

.main_top_banner {
  background: url("../img/top2.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 480px;
  margin-bottom: 70px;
  position: relative; }
  .main_top_banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(80%, #231f20));
    background-image: linear-gradient(to bottom, transparent 30%, #231f20 80%); }
  .main_top_banner .content {
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 2; }
  .main_top_banner .title_box {
    padding: 0 0 173px 0;
    max-width: 740px; }
    .main_top_banner .title_box h1 {
      font-size: 30px;
      font-weight: 700;
      line-height: 1.25;
      padding-bottom: 29px; }
    .main_top_banner .title_box .scroll_to_form {
      color: #45d5e5;
      font-size: 20px; }
      .main_top_banner .title_box .scroll_to_form:hover {
        text-decoration: underline; }
  .main_top_banner .text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 73px; }
    .main_top_banner .text_box .col {
      font-size: 20px;
      line-height: 1.4;
      width: 47.5%;
      padding-right: 7px;
      font-weight: 200; }
      .main_top_banner .text_box .col span {
        font-weight: 600;
        text-transform: uppercase;
        color: #45d5e5;
        letter-spacing: 0.035em; }

.main_technologies {
  padding-bottom: 179px; }
  .main_technologies .content {
    position: relative; }
  .main_technologies .number {
    width: 58px;
    height: 58px;
    line-height: 58px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    display: block;
    top: 6px;
    left: -107px; }
  .main_technologies .title {
    padding-bottom: 24px; }
  .main_technologies .desc {
    font-size: 20px;
    line-height: 1.4;
    max-width: 870px;
    padding-bottom: 60px;
    font-weight: 200; }
  .main_technologies .image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 115px; }
  .main_technologies .line {
    border-bottom: 1px solid #fff; }

.main_counting .content .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -28px; }

.main_counting .content .item {
  width: 33.3%;
  padding: 0 28px;
  font-weight: 200; }
  .main_counting .content .item .title {
    font-size: 50px;
    line-height: 1; }
  .main_counting .content .item span {
    color: #45d5e5;
    font-size: 20px;
    line-height: 1.4;
    display: block;
    border-bottom: 1px solid #45d5e5;
    padding-bottom: 17px;
    margin-bottom: 18px; }
  .main_counting .content .item p {
    font-size: 20px;
    line-height: 1.4; }

.main_what_we_do {
  padding-bottom: 215px; }
  .main_what_we_do .title_box {
    text-align: center;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding-top: 519px;
    padding-left: 30px; }
    .main_what_we_do .title_box:before {
      content: '';
      background: url("../img/swoosh_blue.png") no-repeat;
      position: absolute;
      left: 0;
      top: -107px;
      width: 1664px;
      height: 1056px;
      z-index: 1; }
    .main_what_we_do .title_box .title {
      max-width: 670px;
      margin: 0 auto 45px;
      font-size: 45px;
      letter-spacing: 0.03em;
      position: relative;
      z-index: 2; }
      .main_what_we_do .title_box .title span {
        color: #45d5e5; }
    .main_what_we_do .title_box p {
      color: #45d5e5;
      font-weight: 600;
      font-size: 20px;
      position: relative;
      z-index: 2; }
  .main_what_we_do .flex_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -55px;
    padding-top: 75px; }
    .main_what_we_do .flex_list li {
      width: 25%;
      border-right: 1px solid #fff;
      text-align: center;
      padding-bottom: 81px; }
      .main_what_we_do .flex_list li:last-of-type {
        border-right: 0; }
      .main_what_we_do .flex_list li img {
        display: block;
        margin: 45px auto 32px;
        width: 165px;
        height: 165px; }
      .main_what_we_do .flex_list li p {
        font-size: 18px;
        padding-bottom: 27px; }

.main_team {
  padding-bottom: 194px; }
  .main_team .content_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main_team .title_box {
    max-width: 165px;
    margin-left: 148px; }
    .main_team .title_box .title {
      line-height: 1.3;
      padding-bottom: 30px; }
    .main_team .title_box p {
      font-size: 23px;
      line-height: 1.26;
      padding-bottom: 35px;
      font-weight: 200; }
  .main_team .content {
    max-width: 792px;
    border-bottom: 1px solid #fff;
    padding-bottom: 195px; }
  .main_team .team_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px; }
    .main_team .team_box .item {
      width: 50%;
      padding: 0 20px 50px;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease; }
      .main_team .team_box .item .img {
        display: block;
        width: 100%;
        max-width: 280px;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
        .main_team .team_box .item .img:hover {
          -webkit-filter: none;
                  filter: none; }
      .main_team .team_box .item .text_wrap {
        padding-left: 46px;
        margin-top: -12px; }
      .main_team .team_box .item h3 {
        color: #45d5e5;
        font-weight: 700;
        font-size: 33px;
        line-height: 1.23; }
      .main_team .team_box .item p {
        font-size: 20px;
        padding-bottom: 52px; }

.main_job {
  padding-bottom: 202px; }
  .main_job .content_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .main_job .title_box {
    max-width: 250px;
    margin-left: 148px; }
    .main_job .title_box .title {
      line-height: 1.3;
      padding-bottom: 30px; }
  .main_job .content {
    max-width: 788px; }
    .main_job .content .title {
      color: #45d5e5;
      font-size: 50px;
      max-width: 440px;
      padding-bottom: 24px; }
    .main_job .content p {
      font-size: 20px;
      padding-bottom: 21px;
      font-weight: 200; }

.main_contacts {
  z-index: 0;
  padding-bottom: 423px;
  background: url("../img/Canyon_bottom.jpeg") no-repeat bottom center;
  background-size: cover;
  position: relative; }
  .main_contacts:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #231f20), color-stop(80%, transparent));
    background-image: linear-gradient(to bottom, #231f20 30%, transparent 80%); }
  .main_contacts .container {
    position: relative;
    z-index: 2; }
  .main_contacts .content_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    padding: 131px 0 0 0;
    color: #231f20; }
  .main_contacts .title_box {
    max-width: 310px;
    margin-left: 148px;
    margin-right: 40px;
    font-weight: 700;
    font-size: 20px; }
    .main_contacts .title_box .title {
      line-height: 1.3;
      padding-bottom: 10px;
      max-width: 280px; }
    .main_contacts .title_box a {
      color: #45d5e5;
      line-height: 1.4;
      display: block; }
    .main_contacts .title_box p {
      line-height: 1.4;
      display: block; }
    .main_contacts .title_box .for_form_message {
      padding-top: 27px;
      max-width: 230px; }
  .main_contacts .content {
    max-width: 788px;
    padding-right: 55px; }
  .main_contacts form {
    max-width: 654px;
    padding-top: 25px;
    margin-bottom: 65px; }
    .main_contacts form input:not([type="checkbox"]):not([type="radio"]), .main_contacts form select, .main_contacts form textarea {
      background-color: transparent;
      width: 100%;
      display: block;
      padding: 15px 0;
      font-size: 20px;
      line-height: 1.5; }
    .main_contacts form textarea {
      height: 271px;
      border-top: 2px solid #231f20;
      padding: 22px 0; }
    .main_contacts form label {
      display: block;
      width: 100%;
      border-bottom: 2px solid #231f20; }
    .main_contacts form ::-webkit-input-placeholder {
      color: #231f20;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-size: 21px;
      font-weight: 700;
      opacity: 1; }
    .main_contacts form ::-moz-placeholder {
      color: #231f20;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-size: 21px;
      font-weight: 700;
      opacity: 1; }
    .main_contacts form :-ms-input-placeholder {
      color: #231f20;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-size: 20px;
      font-weight: 700;
      opacity: 1; }
    .main_contacts form :-moz-placeholder {
      color: #231f20;
      font-family: "Poppins", Helvetica, Arial, sans-serif;
      font-size: 21px;
      font-weight: 700;
      opacity: 1; }
    .main_contacts form .form_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .main_contacts form .form_wrap label {
        padding-bottom: 33px; }
      .main_contacts form .form_wrap .email_col {
        width: 56%; }
      .main_contacts form .form_wrap .phone_col {
        width: 44%; }
    .main_contacts form .button_box {
      margin-top: 41px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .main_contacts form .button_box input[type='submit'] {
        font-size: 18px;
        font-weight: 400;
        padding: 10px 50px !important;
        background-color: #45d5e5;
        border: 0 !important;
        border-radius: 0 !important;
        color: #000;
        -ms-flex-item-align: end;
            align-self: flex-end;
        width: auto;
        cursor: pointer;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease; }
        .main_contacts form .button_box input[type='submit']:hover {
          opacity: 0.8; }

/*right button nav*/
.sticky_nav {
  position: fixed;
  top: 0;
  right: 10px;
  bottom: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
  z-index: 999; }
  .sticky_nav .to_down p {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #45d5e5;
    font-size: 20px;
    font-weight: 600;
    display: block; }
  .sticky_nav .to_down img {
    padding-left: 24px;
    padding-bottom: 27px;
    padding-top: 18px; }
  .sticky_nav .to_down:hover {
    cursor: pointer; }
  .sticky_nav .to_up p {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    color: #45d5e5;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    line-height: 2;
    font-size: 20px;
    font-weight: 600;
    display: block; }
  .sticky_nav .to_up img {
    padding-left: 24px;
    padding-top: 18px;
    padding-bottom: 10px; }
  .sticky_nav .to_up:hover {
    cursor: pointer; }

/*cf7*/
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 16px;
  font-weight: normal;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 300px; }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 2px solid #231f20; }

span.wpcf7-not-valid-tip {
  font-size: 12px; }

div.wpcf7-response-output {
  margin: 0; }

.form_inner {
  padding-bottom: 15px; }

footer {
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    footer .container:before, footer .container:after {
      display: none !important; }
  footer .copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: block; }
  footer .copyright {
    text-align: center;
    opacity: 0.8; }

@media screen and (min-width: 1800px) {
  .main_top_banner {
    position: relative;
    padding-top: 30%; } }

@media screen and (max-width: 1400px) {
  header {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .container {
    padding: 0 30px; }
  .main_team .title_box, .main_job .title_box, .main_contacts .title_box {
    margin-left: 48px; } }

@media screen and (max-width: 1200px) {
  .title {
    font-size: 42px; }
  .main_top_banner {
    margin-bottom: 50px; }
    .main_top_banner .title_box {
      padding-bottom: 100px; }
    .main_top_banner .text_box {
      padding-bottom: 50px; }
      .main_top_banner .text_box .col {
        font-size: 16px; }
  .main_technologies {
    padding-bottom: 100px; }
    .main_technologies .number {
      position: relative;
      top: auto;
      left: auto;
      margin-bottom: 30px; }
    .main_technologies .image {
      margin-right: 0;
      margin-bottom: 70px; }
    .main_technologies .desc {
      font-size: 16px; }
  .main_counting .content .item p {
    font-size: 16px; }
  .main_what_we_do .title_box .title {
    font-size: 42px; }
  .main_job .content .title {
    font-size: 42px; }
  .main_job .content p {
    font-size: 16px; }
  .main_team .title_box, .main_job .title_box, .main_contacts .title_box {
    margin-left: 0;
    margin-right: 40px; }
  .main_team .title_box p {
    font-size: 16px; }
  .main_contacts .content_wrap {
    padding-left: 30px; }
    .main_contacts .content_wrap .content {
      padding-right: 30px; } }

@media screen and (max-width: 1023px) {
  .main_what_we_do {
    padding-bottom: 100px; }
    .main_what_we_do .flex_list li {
      width: 50%; }
      .main_what_we_do .flex_list li:nth-child(even) {
        border-bottom: 0; }
    .main_what_we_do .title_box {
      padding-left: 0; }
  .main_team .content_wrap, .main_job .content_wrap, .main_contacts .content_wrap {
    display: block; }
  .main_team .title_box, .main_job .title_box, .main_contacts .title_box {
    text-align: center;
    max-width: 100%;
    margin: 0; }
  .main_team .content, .main_job .content, .main_contacts .content {
    max-width: 100%; }
  .main_team {
    padding-bottom: 100px; }
    .main_team .team_box .item {
      text-align: center; }
      .main_team .team_box .item .img {
        margin: 0 auto; }
      .main_team .team_box .item .text_wrap {
        padding-left: 0; }
    .main_team .content {
      padding-bottom: 70px; }
  .main_job {
    padding-bottom: 100px; }
    .main_job .content {
      text-align: center; }
      .main_job .content .title {
        margin: 0 auto; }
  .main_contacts {
    padding-bottom: 200px; }
    .main_contacts .content_wrap {
      padding: 50px 30px 0; }
      .main_contacts .content_wrap .content {
        padding: 50px 0 0; }
    .main_contacts .title_box .for_form_message {
      max-width: 100%; }
    .main_contacts .title_box .title {
      padding-bottom: 30px;
      max-width: 100%; }
    .main_contacts form {
      max-width: 100%; }
      .main_contacts form input:not([type="checkbox"]):not([type="radio"]), .main_contacts form select, .main_contacts form textarea {
        font-size: 14px; }
      .main_contacts form ::-webkit-input-placeholder {
        font-size: 14px; }
      .main_contacts form ::-moz-placeholder {
        font-size: 14px; }
      .main_contacts form :-ms-input-placeholder {
        font-size: 14px; }
      .main_contacts form :-moz-placeholder {
        font-size: 14px; } }

@media screen and (max-width: 760px) {
  header {
    padding-left: 20px !important;
    padding-right: 20px !important; }
  .container {
    padding: 0 20px; }
  .main_top_banner .text_box .col {
    width: 100%;
    padding: 0 0 40px 0; }
  .main_counting .content .item {
    width: 100%;
    padding-bottom: 60px; }
  .main_what_we_do .title_box {
    padding-top: 100px; }
    .main_what_we_do .title_box:before {
      display: none; } }

@media screen and (max-width: 650px) {
  .hide_on_mobile {
    display: none !important; }
  .show_on_mobile {
    display: inherit; }
  .nav {
    display: none; }
  .header {
    display: block; }
  .main_top_banner:before {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(60%, #231f20));
    background-image: linear-gradient(to bottom, transparent 20%, #231f20 60%); }
  .title {
    font-size: 30px; }
  .main_top_banner {
    padding-top: 300px; }
    .main_top_banner .title_box h1 {
      font-size: 24px; }
    .main_top_banner .text_box .col {
      font-size: 14px; }
  .main_technologies .desc {
    font-size: 14px; }
  .main_counting .content .item .title {
    font-size: 30px; }
  .main_counting .content .item span {
    font-size: 18px; }
  .main_counting .content .item p {
    font-size: 14px; }
  .main_what_we_do .title_box .title {
    font-size: 30px; }
  .main_job .content .title {
    font-size: 30px; }
  .main_job .content p {
    font-size: 14px; }
  .main_team .title_box p {
    font-size: 14px; }
  .main_team .team_box .item {
    width: 100%; }
  .main_what_we_do .title_box {
    padding: 80px 10px 0; }
  .main_what_we_do .flex_list {
    padding-top: 50px;
    margin: 0 -20px; }
    .main_what_we_do .flex_list li {
      border: 0 !important;
      padding: 0 10px 40px; }
      .main_what_we_do .flex_list li img {
        margin: 0 auto 10px;
        width: 120px;
        height: 120px; }
      .main_what_we_do .flex_list li p {
        font-size: 14px; }
  .main_contacts .title_box {
    font-size: 16px; }
  .main_contacts form .form_wrap .email_col {
    width: 100%; }
  .main_contacts form .form_wrap .phone_col {
    width: 100%; }
  .main_contacts form .button_box input[type='submit'] {
    width: 100%; }
  .sticky_nav {
    right: -17px; }
  footer {
    bottom: 12px; } }

@media screen and (max-width: 480px) {
  .main_top_banner {
    position: relative;
    padding-top: 348px;
    background: url(../img/top2.jpg) 59% top no-repeat;
    background-size: cover; } }

@media screen and (max-width: 480px) {
  .main_top_banner {
    position: relative;
    padding-top: 348px;
    background: url(../img/top2_mob.jpg) 63% top no-repeat;
    background-size: 230%; } }

@media screen and (max-width: 320px) {
  .logo img {
    width: 100%;
    height: auto; } }
