@charset "UTF-8";
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, sub, sup, 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; }

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 {
  content: '';
  content: none; }

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

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

body.preload {
  background-position-x: 200%; }
  body.preload .header__logo {
    position: relative;
    top: 75px; }
  body.preload .promo h1 {
    position: relative;
    left: -150%; }
  body.preload .promo .promo__description-container p {
    position: relative;
    left: -100%; }
  body.preload .header__nav ul {
    position: relative;
    left: -100%; }
  body.preload .scroll-btn {
    position: relative;
    bottom: 15%; }
  body.preload .callback-btn {
    opacity: 0; }

.success-msg {
  display: none; }

#form-submit-btn.active {
  position: relative; }
  #form-submit-btn.active .loading-pulse {
    display: block;
    position: absolute;
    left: 50%; }
  #form-submit-btn.active span {
    visibility: hidden; }
  #form-submit-btn.active:hover {
    background-color: white; }

.loading-pulse {
  margin: auto;
  display: none;
  margin: 0 auto;
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(162, 144, 129, 0.75);
  animation: pulse 750ms infinite;
  animation-delay: 250ms; }

.loading-pulse:before, .loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 6px;
  background: rgba(162, 144, 129, 0.5);
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 750ms infinite; }

.loading-pulse:before {
  left: -12px; }

.loading-pulse:after {
  left: 12px;
  animation-delay: 500ms; }

@keyframes pulse {
  50% {
    background: #a29081; } }

.call-to-action.init p {
  position: relative;
  left: -200%; }

.call-to-action.init .call-to-action__arrow {
  width: 0px; }

body.popup-opened {
  background-color: white;
  background-image: none;
  overflow: scroll;
  position: fixed;
  top: 0px;
  left: 0px;
  transition: none; }

html {
  background-color: #08298c; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.50;
  font-family: "Roboto", sans-serif;
  color: white;
  overflow-x: hidden;
  opacity: 1;
  background-color: #08298c;
  background-image: url("../img/clouds_bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position-x: 115%;
  background-position-y: 85%;
  transition: background 2.5s ease; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.container {
  min-width: 320px;
  max-width: 1210px;
  margin-left: 19.5%; }

.section__container {
  min-width: 320px;
  max-width: 900px;
  margin-left: 19.35%; }

.grid {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 30;
  pointer-events: none; }
  .grid span {
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    background-color: white;
    opacity: 0.2; }
    .grid span:nth-of-type(1) {
      left: 19.6%; }
    .grid span:nth-of-type(2) {
      left: 25%; }
    .grid span:nth-of-type(3) {
      left: 40.85%; }
    .grid span:nth-of-type(4) {
      left: 46.25%; }
    .grid span:nth-of-type(5) {
      left: 62.1%; }
    .grid span:nth-of-type(6) {
      left: 67.5%; }
    .grid span:nth-of-type(7) {
      left: 83.75%; }

.form-grid {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 100;
  pointer-events: none; }
  .form-grid span {
    position: absolute;
    width: 1px;
    height: 100%;
    display: block;
    background-color: #a29081;
    opacity: 0.2; }
    .form-grid span:nth-of-type(1) {
      left: 19.6%; }
    .form-grid span:nth-of-type(2) {
      left: 30%; }
    .form-grid span:nth-of-type(3) {
      left: 60.5%; }
    .form-grid span:nth-of-type(4) {
      left: 82.75%; }

.form-grid.active {
  display: block; }

.callback-btn {
  position: fixed;
  z-index: 35;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  right: 5%;
  bottom: 10%;
  border-radius: 50%;
  border: 3px solid #a29081;
  cursor: pointer;
  opacity: 1;
  transition: .45s; }
  .callback-btn svg {
    margin: auto;
    width: 25px;
    height: 25px;
    fill: #a29081; }
  .callback-btn:hover {
    background-color: #a29081; }
  .callback-btn:hover svg {
    fill: #1b1d25; }

.callback-btn.active {
  transition: none;
  background-color: #a29081;
  background-image: url("../img/close-popup.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat; }
  .callback-btn.active svg {
    display: none; }

.callback-popup {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 120vh;
  width: 100vw;
  background-color: white;
  position: fixed;
  z-index: 30;
  top: 0px;
  transition: .3s ease;
  overflow: scroll; }

.callback-popup.active {
  opacity: 1;
  visibility: visible; }

.callback-popup__content {
  position: absolute;
  width: calc(41% - 7px);
  top: 10%;
  left: 19.3%; }
  .callback-popup__content h2 {
    color: #1b1d25;
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 5%; }

textarea {
  -webkit-user-select: auto; }

#project-form {
  margin-left: 2px; }
  #project-form .form__row {
    width: 100%;
    border-bottom: 1px solid #a29081;
    padding: 14px 0px;
    cursor: pointer; }
    #project-form .form__row label {
      display: inline-block;
      color: #a29081;
      font-size: 22px;
      margin-left: 5px;
      width: 25%; }
    #project-form .form__row input {
      cursor: pointer;
      display: inline-block;
      width: 73%;
      height: 40px;
      border: none;
      font-size: 22px;
      color: #1b1d25; }
      #project-form .form__row input:focus {
        outline: none; }
    #project-form .form__row input.error::placeholder {
      color: red; }
    #project-form .form__row textarea {
      resize: none;
      overflow-y: scroll;
      width: 74.35%;
      height: 210px;
      font-size: 22px;
      color: #1b1d25;
      box-sizing: border-box;
      padding: 25px 0px;
      border: none; }
      #project-form .form__row textarea:focus {
        outline: none; }
    #project-form .form__row:last-of-type {
      margin-bottom: 32px; }
  #project-form .textarea__form {
    padding: 0px; }
    #project-form .textarea__form label {
      vertical-align: top;
      margin-top: 25px; }
  #project-form .form__row.active {
    border-bottom: 1px solid #1b1d25; }
  #project-form button {
    padding: 20px 50px;
    background-color: transparent;
    border: 2px solid #a29081;
    font-family: "Roboto Condensed", sans-serif;
    color: #a29081;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: .3s;
    cursor: pointer; }
    #project-form button:hover {
      background-color: #a29081;
      color: white; }
    #project-form button span .check-icon {
      display: inline-block;
      vertical-align: middle;
      width: 16px;
      height: 24px;
      background-image: url("../img/checked.svg");
      background-repeat: no-repeat;
      background-position: center;
      margin-top: -2px;
      margin-right: 6px; }

.scroll-btn {
  position: fixed;
  transition: .6s ease;
  height: 100px;
  display: block;
  bottom: 5%;
  left: 5.4%;
  overflow: hidden;
  cursor: pointer;
  z-index: 20; }
  .scroll-btn a.scroll-btn__text {
    display: block;
    position: relative;
    top: 25px;
    margin-left: auto;
    transform: rotate(270deg);
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    color: #a29081;
    font-size: 18px;
    letter-spacing: 0.1em;
    transition: .3s ease;
    cursor: pointer;
    text-decoration: none; }
  .scroll-btn .scroll-btn__text.hidden {
    top: 120px; }

header {
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 25; }

.header__container {
  position: relative;
  min-width: 320px;
  max-width: 92%;
  margin: 0px auto;
  padding-top: 45px;
  display: flex;
  justify-content: space-between; }

.header__logo {
  width: 120px;
  height: 55px;
  background-image: url("../img/logo.svg");
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  transition: .75s ease; }
  .header__logo a {
    display: block;
    width: 100%;
    height: 100%; }

.header__nav {
  width: 30%;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .header__nav ul {
    margin-left: auto;
    position: relative;
    left: 0px;
    transition: 1s ease; }
    .header__nav ul li {
      display: inline-block;
      margin-right: 35px; }
      .header__nav ul li:last-of-type {
        margin-right: 0px; }
      .header__nav ul li a:not(.active) {
        font-family: "Roboto Condensed", sans-serif;
        font-size: 18px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        text-decoration: none;
        color: #a29081; }
        .header__nav ul li a:not(.active):after {
          content: '';
          display: block;
          width: 0px;
          height: 2px;
          background-color: #a29081;
          transition: width .3s ease; }
        .header__nav ul li a:not(.active):hover:after {
          width: 100%; }

.promo {
  position: relative;
  padding-top: 23.5vh;
  z-index: 10; }
  .promo h1 {
    font-size: 150px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    left: 0px;
    transition: 1.5s ease; }
  .promo .promo__description-container {
    margin-left: 12%;
    overflow: hidden; }
    .promo .promo__description-container p {
      position: relative;
      left: 0px;
      transition: 1s ease;
      font-size: 30px;
      margin: 80px 0px 0px 0px; }

section h2 {
  position: relative;
  font-size: 150px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px; }

section .section__description-container {
  margin-left: 12%;
  overflow: hidden; }

section p {
  font-size: 30px;
  margin: 80px 0px 0px 0px; }

.technologies {
  position: relative;
  top: 380px; }
  .technologies p {
    position: relative;
    transition: 1s ease;
    left: 0px; }
  .technologies .column {
    width: 30%; }

.section__technologies {
  min-width: 320px;
  max-width: 63.75%;
  height: 90vh;
  position: relative;
  left: 25%;
  top: 80px; }
  .section__technologies .column {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    overflow: hidden; }
    .section__technologies .column ul {
      position: relative;
      left: 0px;
      transition: .6s ease; }
      .section__technologies .column ul li {
        font-size: 22px;
        line-height: 1.75; }
    .section__technologies .column ul.dash-bullet {
      margin-bottom: 10px; }
      .section__technologies .column ul.dash-bullet li {
        line-height: 1.5;
        font-weight: 300; }
        .section__technologies .column ul.dash-bullet li:before {
          content: '— '; }
    .section__technologies .column h3 {
      position: relative;
      left: 0px;
      transition: .6s ease;
      text-transform: uppercase;
      font-size: 36px;
      font-weight: 700;
      margin-top: 0px;
      line-height: 1;
      margin-bottom: 32px; }
    .section__technologies .column h4 {
      font-size: 22px;
      margin-bottom: 10px; }

.team {
  position: relative;
  margin-top: 27.5vh;
  padding-bottom: 10%;
  z-index: 10; }

.team__container {
  min-width: 320px;
  max-width: 63.75%;
  position: relative;
  left: 25%;
  top: 80px;
  margin-bottom: 140px; }
  .team__container .item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-weight: 300; }
    .team__container .item:first-of-type {
      margin-bottom: 100px; }
    .team__container .item span {
      display: block;
      font-weight: 300;
      font-size: 47px; }

.contacts {
  position: relative;
  height: 900px; }
  .contacts h2 {
    position: absolute;
    z-index: 10;
    top: 15%;
    left: 19.35%; }
  .contacts .contacts__office {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 900px;
    background-size: cover; }
    .contacts .contacts__office:after {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0px;
      background-color: #000;
      opacity: 0;
      transition: .3s; }
    .contacts .contacts__office:hover:after {
      opacity: 0.2; }
  .contacts .contacts__office.usa {
    width: 46.20%;
    background-image: url("../img/USA_office.jpg"); }
    .contacts .contacts__office.usa .contacts__office-content {
      left: 54%; }
  .contacts .contacts__office.europe {
    width: 53.8%;
    background-image: url("../img/Europe_office.jpg"); }
    .contacts .contacts__office.europe .contacts__office-content {
      left: 29.5%; }

.contacts__office-content {
  width: 40%;
  position: relative;
  top: 47%; }
  .contacts__office-content h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 45px; }
  .contacts__office-content .office-address {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 1.4; }
  .contacts__office-content .office-address__container {
    margin-bottom: 35px; }
    .contacts__office-content .office-address__container:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 35px;
      height: 50px;
      margin-right: 16px;
      margin-left: -56px;
      background-image: url("../img/marker.svg"); }
  .contacts__office-content .office-phone {
    font-size: 22px;
    margin-bottom: 35px; }
    .contacts__office-content .office-phone a {
      text-decoration: none;
      color: white; }
  .contacts__office-content .office-email a {
    font-size: 32px;
    color: #a29081;
    text-decoration: underline; }

section.call-to-action {
  background-color: #52138d; }
  section.call-to-action .section__container {
    display: inline-block; }
    section.call-to-action .section__container div {
      display: block;
      margin-left: 4px;
      overflow: hidden; }
  section.call-to-action p {
    margin: 0px;
    font-size: 28px;
    font-weight: 400;
    padding-top: 130px;
    padding-bottom: 100px;
    transition: 1s ease;
    position: relative;
    left: 0px; }

.call-to-action__arrow-container {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 33%;
  left: 7.2%;
  top: -100px;
  overflow: hidden; }

.call-to-action__arrow {
  display: block;
  margin-top: 26px;
  height: 3px;
  width: 65.5%;
  background-color: #a29081;
  transition: 1s width ease; }
  .call-to-action__arrow:after, .call-to-action__arrow:before {
    content: '';
    display: block;
    margin-left: auto;
    width: 3px;
    height: 32px;
    position: relative;
    background-color: #a29081; }
  .call-to-action__arrow:before {
    top: -26px;
    left: -12px;
    transform: rotate(130deg); }
  .call-to-action__arrow:after {
    top: -36px;
    left: -12px;
    transform: rotate(232deg); }

@media only screen and (max-width: 1440px) {
  .header__nav {
    width: 40%; }
  .promo {
    padding-top: 16.5vh; }
  .promo h1 {
    font-size: 140px; }
  .promo .promo__description-container {
    margin-left: 9%; }
  .promo .promo__description-container p {
    font-size: 26px; }
  .callback-popup__content h2 {
    font-size: 75px; }
  #project-form .form__row textarea {
    height: 155px; }
  .technologies {
    top: 280px; }
  .section__technologies {
    height: 100vh; }
  section .section__description-container {
    margin-left: 9%; }
  section.call-to-action p {
    font-size: 25px; }
  .call-to-action__arrow-container {
    width: 25%;
    left: 5.9%; }
  #project-form .form__row textarea {
    width: 74.75%; }
  #project-form .form__row:not(.textarea__form) {
    padding: 15px 0px; }
  #project-form .form__row label {
    margin-left: 0px; }
  .contacts .contacts__office.usa {
    background-position-x: 65%; }
  .contacts .contacts__office.europe {
    background-position-x: 25%; }
  .contacts__office-content {
    width: 50%;
    z-index: 5; }
  .callback-btn {
    bottom: 11%; } }

@media only screen and (max-width: 1368px) and (max-height: 768px) {
  .promo {
    padding-top: 14.5vh; }
  .promo h1 {
    font-size: 110px; }
  .promo .promo__description-container {
    margin-left: 8.5%; }
  .callback-popup__content h2 {
    line-height: 1.05; }
  #project-form .form__row:not(.textarea__form) {
    padding: 10px 0px; }
  #project-form .form__row input {
    height: 35px; }
  .promo .promo__description-container p {
    font-size: 24px; }
  #project-form .form__row label {
    width: 26%; }
  #project-form .form__row textarea {
    height: 115px;
    width: 73.75%; }
  #project-form button {
    padding: 15px 40px; }
  .section__container h2 {
    font-size: 100px; }
  .scroll-btn {
    bottom: 8%; }
  section p {
    font-size: 24px;
    margin: 40px 0px 0px 0px; }
  section h2 {
    font-size: 100px; }
  section .section__description-container {
    margin-left: 8.5%; }
  .call-to-action__arrow-container {
    left: 3.7%; }
  .contacts {
    height: 700px; }
  .contacts .contacts__office {
    height: 700px; }
  .contacts__office-content h4 {
    font-size: 24px; }
  .contacts__office-content .office-email a {
    font-size: 24px; }
  .contacts__office-content .office-address__container {
    margin-bottom: 16px; }
  .contacts__office-content .office-phone {
    margin-bottom: 16px; }
  .contacts__office-content {
    top: 50%; }
  .section__technologies {
    height: 115vh; }
  .section__technologies {
    top: 60px; }
  .team__container .item:first-of-type {
    margin-bottom: 65px; }
  section.call-to-action p {
    padding-bottom: 80px; } }

@media only screen and (max-width: 1280px) and (max-height: 800px) {
  .section__container {
    max-width: 800px; }
  .technologies {
    top: 180px; }
  .promo h1 {
    font-size: 130px; }
  .promo .promo__description-container p {
    font-size: 24px; }
  .section__technologies .column ul li {
    font-size: 18px; }
  section h2 {
    font-size: 120px; }
  section p {
    font-size: 24px; }
  .contacts__office-content {
    width: 60%; }
  section.call-to-action p {
    font-size: 22px; } }

@media only screen and (max-width: 1280px) and (max-height: 800px) {
  .section__container {
    max-width: 650px; }
  section h2 {
    font-size: 100px; }
  .header__nav {
    width: 60%; }
  .section__technologies .column h3 {
    font-size: 24px; }
  .section__technologies .column {
    width: 32.9%; }
  .team__container .item {
    width: 32.9%; }
  .section__technologies {
    height: 800px; }
  .contacts__office-content {
    width: 50%; }
  .contacts__office-content .office-address {
    font-size: 18px; }
  .contacts__office-content {
    top: 46%; }
  section.call-to-action p {
    font-size: 18px;
    padding-top: 80px;
    padding-bottom: 90px; }
  .call-to-action__arrow-container {
    left: 4.2%; } }

@media only screen and (max-width: 1024px) and (max-height: 1366px) and (orientation: portrait) {
  .header__nav {
    width: 55%; }
  .section__container {
    max-width: 720px; }
  .promo h1 {
    font-size: 110px; }
  .promo .promo__description-container {
    margin-left: 8%; }
  .promo .promo__description-container p {
    font-size: 24px; }
  section h2 {
    font-size: 100px; }
  section p {
    font-size: 24px; }
  section .section__description-container {
    font-size: 24px; }
  section .section__description-container {
    margin-left: 8%; }
  .section__technologies .column h3 {
    font-size: 24px; }
  .section__technologies {
    height: 50vh; }
  .section__technologies .column {
    width: 32.9%; }
  .team__container .item {
    width: 32.9%; }
  section.call-to-action p {
    font-size: 18px; }
  .call-to-action__arrow-container {
    left: 4.9%; }
  .callback-btn {
    bottom: 7%; } }

@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  body {
    background-position-x: 55%; }
  .header__nav ul li a:not(.active) {
    font-size: 16px; }
  .header__nav {
    width: 75%; }
  .promo {
    padding-top: 28.5vh; }
  .promo .promo__description-container {
    margin-left: 9%; }
  .section__container {
    max-width: 475px; }
  .promo h1 {
    font-size: 81px; }
  .promo .promo__description-container p {
    font-size: 20px; }
  section h2 {
    font-size: 73px; }
  section p {
    font-size: 20px; }
  .section__technologies .column h3 {
    font-size: 22px; }
  .technologies {
    top: 420px; }
  section .section__description-container {
    margin-left: 9%; }
  section .section__description-container br {
    display: none; }
  .section__technologies {
    height: 100vh; }
  .section__technologies .column {
    width: 32.75%; }
  .team__container .item {
    width: 32.75%; }
  .section__technologies .column ul li {
    font-size: 18px; }
  .contacts {
    height: 600px; }
  .contacts .contacts__office {
    height: 600px; }
  .callback-popup__content {
    top: 20%;
    width: calc(64% - 7px); }
  .callback-popup__content h2 {
    font-size: 50px; }
  #project-form .form__row textarea {
    width: 72.75%;
    margin-left: 10px; }
  .contacts__office-content h4 {
    font-size: 32px; }
  .contacts__office-content .office-address {
    font-size: 16px; }
  .contacts__office.usa .office-address br {
    display: none; }
  .contacts__office-content .office-email a {
    font-size: 22px; }
  .contacts h2 {
    top: 10%; }
  .contacts .contacts__office.usa .contacts__office-content {
    left: 43%; }
  .contacts__office-content {
    top: 32%; }
  section.call-to-action .section__container {
    display: block; }
  section.call-to-action p {
    padding-top: 80px;
    padding-bottom: 105px; }
  .call-to-action__arrow-container {
    display: block;
    top: -80px;
    width: 62%;
    left: 19.9%; }
  .call-to-action__arrow {
    width: 100%; } }

@media only screen and (max-width: 414px) and (max-height: 736px) {
  .grid span:nth-of-type(1) {
    left: 10%; }
  .grid span:nth-of-type(2) {
    left: 50%; }
  .grid span:nth-of-type(3) {
    left: 90%; }
  .grid span:nth-of-type(4) {
    display: none; }
  .grid span:nth-of-type(5) {
    display: none; }
  .grid span:nth-of-type(6) {
    display: none; }
  .grid span:nth-of-type(7) {
    display: none; }
  .form-grid span:nth-of-type(1) {
    left: 10%; }
  .form-grid span:nth-of-type(2) {
    left: 50%; }
  .form-grid span:nth-of-type(3) {
    left: 90%; }
  .form-grid span:nth-of-type(4) {
    display: none; }
  .callback-popup__content {
    top: 5%;
    width: 70%;
    left: 10%; }
  .callback-popup__content h2 {
    font-size: 30px;
    margin-bottom: 5%; }
  #project-form .form__row:not(.textarea__form) {
    padding: 5px 0px; }
  #project-form .form__row input {
    display: block;
    width: 100%;
    height: 25px;
    font-size: 16px; }
  #project-form .form__row textarea {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    font-size: 16px;
    height: 50px; }
  #project-form .form__row label {
    font-size: 16px; }
  #project-form button {
    font-size: 16px;
    padding: 10px 40px; }
  header {
    display: block;
    position: static; }
  .header__container {
    max-width: 80%; }
  .header__logo {
    width: 135px;
    height: 60px;
    position: relative;
    z-index: 30;
    margin: 0 auto;
    background-size: cover;
    background-position: center; }
  .header__nav {
    display: none; }
  .promo {
    padding-top: 15%; }
  .section__container {
    max-width: 300px;
    margin-left: 10%;
    overflow-x: hidden; }
  .contacts__office-content h4 {
    font-size: 28px; }
  .promo h1 {
    font-size: 50px; }
  .section__container h2 {
    font-size: 40px; }
  .contacts__office-content .office-email a {
    font-size: 16px; }
  .section__technologies {
    left: 10%;
    min-width: 335px;
    height: 830px; }
  .technologies {
    top: 270px; }
  .team__container {
    left: 10%; }
  .promo .promo__description-container {
    margin-left: 0%; }
  .promo .promo__description-container p {
    margin-top: 40px; }
  .scroll-btn {
    bottom: 3%;
    left: 4%; }
  section p {
    font-size: 16px; }
  section .section__description-container {
    margin-left: 0%; }
  .section__technologies .column h4 {
    font-size: 18px; }
  .callback-btn {
    width: 60px;
    height: 60px;
    border-width: 2px; }
  .contacts h2 {
    left: 10%;
    font-size: 40px; }
  .contacts .contacts__office.europe .contacts__office-content {
    left: 10%; }
  section.call-to-action p {
    font-size: 14px; }
  .call-to-action__arrow-container {
    left: 10%; }
  .contacts .contacts__office.europe {
    width: 50%; }
  .section__technologies .column {
    width: 50%; }
  .team__container {
    min-width: 330px; }
  .team {
    margin-top: 20%; }
  .column.ui {
    position: relative;
    top: -95px; }
  .team__container .item {
    width: 49.3%; }
  .team__container .item:nth-of-type(3) {
    margin-bottom: 65px; }
  .contacts {
    height: 710px; }
  .contacts .contacts__office {
    width: 100%;
    display: block;
    height: 400px; }
  .contacts h2 {
    top: 8%;
    margin-bottom: 32px; }
  .contacts__office-content h4 {
    font-size: 22px;
    margin-bottom: 20px; }
  .contacts .contacts__office.usa,
  .contacts .contacts__office.europe {
    width: 100%; }
  .contacts__office-content {
    left: 20%;
    width: 75%; }
  .contacts .contacts__office.usa {
    background-position-x: -275px;
    background-position-y: 465px;
    background-size: 175%; }
    .contacts .contacts__office.usa .contacts__office-content {
      top: 35%; }
  .contacts__office.europe {
    background-position-x: -275px;
    background-position-y: 465px;
    background-size: 175%;
    height: 320px; }
    .contacts__office.europe .contacts__office-content {
      top: 15%; }
  .contacts__office-content .office-address {
    display: inline-block;
    width: 80%; }
  .contacts__office-content .office-address__container:before {
    margin-left: 0%; }
  .contacts .contacts__office.usa .contacts__office-content {
    width: 70%;
    left: 10.5%; }
  .call-to-action__arrow-container {
    top: -60px; }
  section.call-to-action p {
    padding-bottom: 55px; } }

@media only screen and (max-width: 736px) and (max-height: 414px) and (orientation: landscape) {
  .callback-popup {
    z-index: 100; }
  .form-grid {
    z-index: 101; }
  .callback-btn {
    z-index: 101; }
  .callback-popup__content {
    top: 5%;
    width: 63%; }
  .callback-popup__content h2 {
    font-size: 43px; }
  #project-form .form__row label {
    font-size: 16px; }
  #project-form .form__row input {
    height: 20px; }
  #project-form .form__row textarea {
    padding: 5px 0px; }
  #project-form button {
    margin-top: 16px;
    font-size: 16px;
    padding: 10px 40px; }
  body {
    background-position-x: 90%; }
  .callback-btn {
    width: 50px;
    height: 50px; }
  .header__container {
    max-width: 92.75%;
    padding-top: 25px; }
  .header__logo {
    width: 100px;
    background-size: contain; }
  .section__container {
    max-width: 60%;
    overflow: hidden; }
  .header__nav {
    display: none; }
  .promo h1 {
    font-size: 60px; }
  .promo .promo__description-container p {
    font-size: 18px;
    margin-top: 30px; }
  .promo .promo__description-container {
    margin-left: 0%; }
  section .section__description-container {
    margin-left: 0%; }
  .section__container h2 {
    font-size: 50px; }
  section h2 {
    font-size: 50px; }
  section p {
    font-size: 18px;
    margin-top: 0px; }
  .section__technologies {
    left: 19.75%;
    top: 35px; }
  .team {
    margin-top: 0vh;
    padding-bottom: 0px; }
  .team__container {
    left: 19.75%;
    top: 40px; }
  .team__container .item {
    width: 32.3%; }
  .section__technologies {
    height: 690px; }
  .section__technologies .column h4 {
    font-size: 18px; }
  .section__technologies .column ul li {
    font-size: 16px; }
  .section__technologies .column {
    width: 33.3%; }
  .contacts .contacts__office {
    width: 100%;
    display: block;
    height: 400px; }
  .contacts h2 {
    top: 8%;
    margin-bottom: 32px;
    left: 20.35%; }
  .contacts__office-content h4 {
    font-size: 22px;
    margin-bottom: 20px; }
  .contacts .contacts__office.usa,
  .contacts .contacts__office.europe {
    width: 100%;
    overflow: hidden; }
  .contacts__office-content {
    left: 20%;
    width: 75%; }
  .contacts .contacts__office.usa {
    background-position-x: -275px;
    background-position-y: 465px;
    background-size: 175%; }
    .contacts .contacts__office.usa .contacts__office-content {
      top: 35%; }
  .contacts__office.europe {
    background-position-x: -275px;
    background-position-y: 465px;
    background-size: 175%;
    height: 320px; }
    .contacts__office.europe .contacts__office-content {
      top: 15%; }
  .contacts__office-content .office-address {
    display: inline-block;
    width: 80%; }
  .contacts__office-content .office-address__container:before {
    margin-left: 0%; }
  .contacts .contacts__office.usa .contacts__office-content {
    width: 70%;
    left: 19.5%; }
  .contacts .contacts__office.europe .contacts__office-content {
    left: 19.5%; }
  section.call-to-action p {
    padding-bottom: 55px; }
  section.call-to-action {
    overflow: hidden; }
  .call-to-action__arrow-container {
    width: 60%;
    left: 19.5%;
    top: -45px; }
  .call-to-action__arrow {
    width: 100%; } }

@media only screen and (max-width: 375px) and (max-height: 667px) {
  .promo h1 {
    font-size: 45px; }
  .promo .promo__description-container p {
    font-size: 18px; }
  .section__container {
    min-width: 270px; }
  .call-to-action__arrow-container {
    top: -55px;
    width: 55%; }
  .contacts .contacts__office.usa .contacts__office-content {
    width: 75%; }
  .team__container .item {
    width: 44.3%; } }

@media only screen and (max-width: 360px) and (max-height: 640px) {
  .section__container {
    max-width: 270px; }
  .section__technologies {
    min-width: 295px; }
  .team__container {
    min-width: 87%; }
  .contacts__office-content .office-address__container:before {
    background-repeat: no-repeat;
    width: 30px;
    margin-right: 5px; }
  .contacts .contacts__office.usa {
    background-position-y: 465px;
    background-position-x: -315px;
    background-size: 205%; }
  .contacts__office.europe {
    background-size: 200%; } }

@media only screen and (max-width: 320px) and (max-height: 568px) {
  .header__logo {
    background-size: contain;
    width: 105px; }
  .header__container {
    padding-top: 15px; }
  .scroll-btn {
    bottom: 5%;
    left: 2.8%;
    height: 80px; }
  .promo {
    padding-top: 10%; }
  .promo h1 {
    font-size: 36px; }
  .promo .promo__description-container p {
    font-size: 16px;
    margin-top: 20px; }
  #project-form .form__row input {
    width: 60%;
    display: inline-block; }
  #project-form .form__row textarea {
    display: block;
    height: 50px; }
  #project-form .form__row label {
    width: 30%; }
  .callback-popup__content {
    width: 80%; }
  .section__technologies {
    min-width: 256px; }
  .call-to-action__arrow-container {
    top: -50px; } }

@media only screen and (max-width: 320px) and (max-height: 534px) {
  section.contacts {
    overflow: hidden; }
  #project-form .form__row textarea {
    height: 50px; } }
