/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');*/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}
/* Reset */
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;
}
strong,
b {
  font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'Roboto', sans-serif;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before,
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.container:after,
.container:before {
  display: table;
  content: " ";
  zoom: 1;
}
.container:after,
.row:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1400px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1744px;
    padding-right: 0;
    padding-left: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.centered {
  text-align: center;
}
.half {
  width: 50%;
}
.third {
  width: 33.33%;
}
.two-thirds {
  width: 66%;
}
a {
  text-decoration: none;
  color: #000000;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
}
.home header ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.home header :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.home header ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.home header ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.home header :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.home header ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}
header {
  position: relative;
  height: 105px;
  padding: 22px 0 26px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  color: #000000;
  z-index: 10;
}
.home header a,
.home header {
  color: #fff;
}
a.logo {
  display: inline-block;
  vertical-align: middle;
  width: 89px;
  height: 57px;
  background-image: url(../img/logo-b.svg);
  margin-right: 56px;
}
.home a.logo {
  background-image: url(../img/logo-w.svg);
}
.header-search {
  display: inline-block;
  vertical-align: middle;
}
input[type=search] {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  padding: 10px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
}
.home input[type=search] {
  color: #fff;
  background-color: transparent;
}
.search-btn {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  border: none;
  padding: 0;
  background-color: transparent;
  background-image: url(../img/search-b.svg);
  cursor: pointer;
}
.home .search-btn {
  background-image: url(../img/search-w.svg);
}
ul#header-menu {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
}
ul#header-menu li {
  display: inline-block;
}
ul#header-menu li:not(:first-child) {
  margin-left: 50px;
}
#write-us {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 30px;
  margin-left: 50px;
  margin-right: 30px;
  border-left: 1px solid;
  border-right: 1px solid;
}
video {
  max-width: 100%;
}
.first {
  position: relative;
  margin-top: -121px;
  z-index: 3;
  padding-bottom: 49%;
  overflow: hidden;
}
.first .video {
  position: absolute;
  left: 0;
  top: 0;
}
.first .container {
  position: absolute;
  bottom: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  text-transform: uppercase;
}
.first .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.first h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 112px;
  padding-right: 70px;
}
.first-text-wrap {
  height: 200px;
  overflow: hidden;
  background-color: rgba(0, 83, 116, 0.7);
  padding: 10px 10px 0 10px;
}
.first-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  -webkit-animation-name: first-text;
          animation-name: first-text;
  -webkit-animation-duration: 21s;
          animation-duration: 21s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes first-text {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  19% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  39% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  40% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  59% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  60% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  79% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  80% {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
}
@keyframes first-text {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  19% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  20% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  39% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  40% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  59% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  60% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  79% {
    -webkit-transform: translateY(-300px);
            transform: translateY(-300px);
  }
  80% {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  100% {
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
}
.point {
  position: relative;
  width: 680px;
  max-width: 100%;
  padding: 0 90px 20px 0;
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
.point-link {
  position: absolute;
  right: 0;
  bottom: 21px;
}
.h-about {
  padding: 90px 0;
}
.h-about .half {
  width: calc(50% - 8px);
}
.h-about .half:nth-child(1) {
  position: relative;
  background-image: url(../img/h-about.jpg);
  background-size: cover;
  color: #fff;
  text-transform: uppercase;
}
.hashtag {
  position: absolute;
  left: 50px;
  top: 50px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.h-about-text-l {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 57px;
  margin-bottom: 20px;
}
.btn-orange {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 20px;
  background: #F0A433;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.btn-orange:hover {
  background: #ff9800;
  color: #000;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.btn-ll {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 10px 28px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  color: inherit;
}
.btn-ll:hover {
  background-color: #d5d5d5;
  border: 1px solid #000;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.h-about .gray {
  background: #F3F3F3;
  padding: 60px 80px;
}
.h-about .gray p {
  margin-bottom: 50px;
}
.h-services {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 80px 0;
}
.h-services p {
  margin-bottom: 0;
  padding-right: 50px;
}
.points {
  margin-bottom: 140px;
}
.points .half {
  width: calc(50% - 50px);
}
.points .point {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: calc(100% - 105px);
  max-width: unset;
  padding: 0 90px 20px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}
.number {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
  color: #eee;
  margin-right: 24px;
  margin-bottom: 25px;
}
.orange-bg {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 50px 70px;
  background: #F0A433;
  color: #FFF;
  margin-bottom: 15px;
}
.orange-bg h2 {
  margin-bottom: 0;
}
.orange-bg p {
  margin-bottom: 0;
  max-width: 800px;
  text-align: right;
}
.orange-bg .btn-ll:hover {
  color: #000;
  background: #ff9800;
}
.full-width {
  width: 100%;
  position: relative;
  margin-bottom: 16px;
}
.integration {
  min-height: 500px;
  background-image: url(../img/integration.jpg);
  background-size: cover;
  color: #FFF;
  text-transform: uppercase;
}
.solutions {
  margin-bottom: 160px;
}
.solutions .third {
  position: relative;
  width: calc(33.33% - 11px);
  background-color: #F3F3F3;
  height: 542px;
  padding: 30px;
}
.solutions .hashtag {
  text-transform: uppercase;
  left: 30px;
  top: 30px;
}
.solution-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 300px;
  padding: 40px 20px 30px 20px;
}
.solution-desc {
  height: 130px;
  padding-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  border-top: 1px solid;
  margin-bottom: 34px;
}
.map {
  position: relative;
  min-height: 600px;
  background-image: url(../img/map.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.map-logo {
  position: absolute;
  left: 88px;
  bottom: 110px;
}
.map-text {
  position: absolute;
  right: 88px;
  bottom: 80px;
}
footer {
  background: #212121;
  color: #FFF;
  padding: 35px 0;
}
footer a {
  color: #FFF;
}
footer h3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 68px;
  text-transform: uppercase;
}
.always {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.always a {
  display: inline-block;
  vertical-align: middle;
}
footer .mail {
  font-size: 45px;
}
footer .wa-link {
  margin-left: 35px;
  margin-right: 40px;
}
.footer-tel {
  font-weight: 500;
  font-size: 40px;
  line-height: 68px;
}


.header-tel {
  font-weight: 500;
  font-size: 40px;
  line-height: 68px;
}


.footer-tel span {
  color: #FCB040;
}

.header-tel span {
  color: #FCB040;
}


.footer-conts {
  margin-bottom: 130px;
}
ul.footer-menu {
  list-style-type: none;
}
ul.footer-menu li {
  display: inline-block;
  margin-right: 50px;
}
ul.footer-menu li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
}
.credentials {
  font-size: 18px;
  line-height: 151.19%;
  color: #7C7C7C;
}
.page-banner {
  margin-bottom: 70px;
}
.page-banner img {
  width: 100%;
}
.mb100 {
  margin-bottom: 100px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb40 {
  margin-bottom: 40px;
}
.pr100 {
  padding-right: 100px;
}
.pr50 {
  padding-right: 50px;
}
.about-3 {
  position: relative;
  text-transform: uppercase;
  background-image: url(../img/about-3.jpg);
  background-size: cover;
  color: #FFF;
}
.orange-banner {
  background: #F0A433;
  padding: 40px;
  color: #FFF;
}
.orange-banner img {
  margin-bottom: 100px;
}
.orange-banner h2 {
  font-weight: 500;
  line-height: 82px;
  margin-bottom: 0;
}
.tar {
  text-align: right;
}
.why {
  padding-left: 300px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
.why h2 {
  position: relative;
}
.why h2:before {
  position: absolute;
  left: -80px;
  top: 20px;
  display: block;
  content: '“';
  font-size: 128px;
}
.mark {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  margin-right: 80px;
}
.mark .big {
  display: block;
  font-weight: 600;
  font-size: 64px;
  line-height: 75px;
}
#mob-menu-btn {
  display: none;
}
.projects .solutions .third {
  margin-bottom: 17px;
}
.solutions .third.third-form {
  background-color: #fff !important;
  padding-top: 17px;
}
.third-form input {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #000;
}
.third-form-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: #F0A433;
  margin-bottom: 40px;
}
.acceptance {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #7C7C7C;
  margin-bottom: 0;
}
.contact {
  width: 40%;
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
}
.contact .big {
  display: block;
  font-weight: 700;
  font-size: 40px;
  line-height: 68px;
}
.contact .big span {
  color: #FCB040;
}
.wide-form input {
  display: block;
  width: 49%;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  text-transform: uppercase;
  padding: 15px 0;
  margin-bottom: 25px;
  border: none;
  border-bottom: 1px solid #000;
}
.wide-form input.wide {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 1100px) {
  .first {
    background: url(../img/first-bg.jpg);
    position: relative;
    margin-top: -121px;
    z-index: 3;
    padding-bottom: 0;
    height: 550px;
  }
  .first-video {
    display: none;
  }
  #write-us {
    display: none;
  }
  header .mail {
    margin-left: 50px;
  }
  .header-search {
    display: none;
  }
  .first .container {
    bottom: 0;
  }
  .first h1 {
    font-size: 50px;
    line-height: 50px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  h2 {
    font-size: 36px;
    line-height: 45px;
  }
  h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .h-about .gray {
    padding: 30px;
  }
  .points .half {
    width: calc(50% - 25px);
  }
  .h-about-text-l {
    left: 30px;
  }
  .h-about {
    padding: 50px 0 0;
  }
  .h-services {
    padding: 50px 0;
    margin: 0;
  }
  .jcsa,
  .jcsb:not(header .row):not(.credentials),
  .jcc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .half,
  .third,
  .two-thirds {
    width: 100% !important;
  }
  .pr100,
  .pr50 {
    padding-right: 0;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .h-about .half:nth-child(1) {
    height: 500px;
  }
  .h-services p {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .points {
    margin-bottom: 30px;
  }
  .orange-bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px;
  }
  .orange-bg p {
    margin: 50px 0;
    text-align: center;
  }
  .solutions {
    margin-bottom: 50px;
  }
  .solutions .third {
    margin-bottom: 30px;
  }
  .map-logo {
    left: 50px;
    bottom: unset;
  }
  .map-text {
    right: unset;
    bottom: 80px;
    left: 50px;
  }
  ul.footer-menu {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #mob-menu-btn {
    display: block;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 25px;
    height: 3px;
    background-color: #000;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 15;
  }
  #mob-menu-btn:before {
    display: block;
    content: '';
    position: absolute;
    top: -6px;
    width: 25px;
    height: 3px;
    background-color: #000;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -6px;
    width: 25px;
    height: 3px;
    background-color: #000;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .home #mob-menu-btn,
  .home #mob-menu-btn:before,
  .home #mob-menu-btn:after {
    background: #FFF;
  }
  #mob-menu-btn.active {
    background-color: transparent;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active:before {
    -webkit-transform: rotate(405deg) translate(4px, 4px);
            transform: rotate(405deg) translate(4px, 4px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu-btn.active:after {
    -webkit-transform: rotate(-405deg) translate(4px, -4px);
            transform: rotate(-405deg) translate(4px, -4px);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  #mob-menu {
    //color:#000000;  
    position: fixed;
    left: -100%;
    top: 104px;
    text-align: center;
    background: #333;
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  ul#header-menu li {
    display: block;
    padding: 10px 20px;
  }
  ul#header-menu li:not(:first-child) {
    margin-left: 0;
  }
  #mob-menu.active {
    left: 0;
    //color:#000000; 
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
  }
  .first {
    background: url(../img/first-ipad-bg.jpg);
    position: relative;
    margin-top: -121px;
    z-index: 3;
    padding-bottom: 0;
    height: 500px;
  }
  .home header a,
  #write-us {
    color: #fff;
  }
  .first .container {
    bottom: 15px;
    left: 15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .first h1 {
    font-size: 40px;
    line-height: 45px;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .point {
    margin-top: 12px;
    margin-bottom: 13px;
  }
  .first-text-wrap {
    height: 175px;
  }
  .first-text {
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
  @-webkit-keyframes first-text {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    32% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    33.33% {
      -webkit-transform: translateY(-180px);
              transform: translateY(-180px);
    }
    65.66% {
      -webkit-transform: translateY(-180px);
              transform: translateY(-180px);
    }
    66.66% {
      -webkit-transform: translateY(-360px);
              transform: translateY(-360px);
    }
    98.99% {
      -webkit-transform: translateY(-360px);
              transform: translateY(-360px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  @keyframes first-text {
    0% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    32% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    33.33% {
      -webkit-transform: translateY(-180px);
              transform: translateY(-180px);
    }
    65.66% {
      -webkit-transform: translateY(-180px);
              transform: translateY(-180px);
    }
    66.66% {
      -webkit-transform: translateY(-360px);
              transform: translateY(-360px);
    }
    98.99% {
      -webkit-transform: translateY(-360px);
              transform: translateY(-360px);
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
  }
  h2,
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 600px) {
  .first {
    background: url(../img/first-mob-bg.jpg);
    position: relative;
    margin-top: -121px;
    z-index: 3;
    padding-bottom: 0;
    height: 700px;
  }
  .first .container {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    padding-top: 300px;
  }
  .first .row {
    margin: 0;
  }
  .first h1 {
    font-size: 45px;
    line-height: 45px;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .first-text-wrap {
    height: 155px;
  }
  .point {
    height: 130px;
    padding: 0 50px 20px 0;
  }
  .first-text {
    -webkit-animation-duration: 24s;
            animation-duration: 24s;
  }
  @-webkit-keyframes first-text {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    16% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    16.66% {
      -webkit-transform: translateY(-153px);
              transform: translateY(-153px);
    }
    32.66% {
      -webkit-transform: translateY(-153px);
              transform: translateY(-153px);
    }
    33.32% {
      -webkit-transform: translateY(-298px);
              transform: translateY(-298px);
    }
    49.32% {
      -webkit-transform: translateY(-298px);
              transform: translateY(-298px);
    }
    49.98% {
      -webkit-transform: translateY(-442px);
              transform: translateY(-442px);
    }
    65.98% {
      -webkit-transform: translateY(-442px);
              transform: translateY(-442px);
    }
    66.64% {
      -webkit-transform: translateY(-582px);
              transform: translateY(-582px);
    }
    82.64% {
      -webkit-transform: translateY(-582px);
              transform: translateY(-582px);
    }
    83.30% {
      -webkit-transform: translateY(-725px);
              transform: translateY(-725px);
    }
    99.30% {
      -webkit-transform: translateY(-725px);
              transform: translateY(-725px);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  @keyframes first-text {
    0% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    16% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
    16.66% {
      -webkit-transform: translateY(-153px);
              transform: translateY(-153px);
    }
    32.66% {
      -webkit-transform: translateY(-153px);
              transform: translateY(-153px);
    }
    33.32% {
      -webkit-transform: translateY(-298px);
              transform: translateY(-298px);
    }
    49.32% {
      -webkit-transform: translateY(-298px);
              transform: translateY(-298px);
    }
    49.98% {
      -webkit-transform: translateY(-442px);
              transform: translateY(-442px);
    }
    65.98% {
      -webkit-transform: translateY(-442px);
              transform: translateY(-442px);
    }
    66.64% {
      -webkit-transform: translateY(-582px);
              transform: translateY(-582px);
    }
    82.64% {
      -webkit-transform: translateY(-582px);
              transform: translateY(-582px);
    }
    83.30% {
      -webkit-transform: translateY(-725px);
              transform: translateY(-725px);
    }
    99.30% {
      -webkit-transform: translateY(-725px);
              transform: translateY(-725px);
    }
    100% {
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
    }
  }
  .solutions .third {
    height: auto;
  }
  .solutions .hashtag {
    left: 30px;
    top: 30px;
    font-size: 11px;
  }
  .solution-desc {
    height: auto;
  }
  .h-about-text-l {
    left: 30px;
  }
  .h-about .gray {
    padding: 30px;
  }
  .number {
    font-size: 50px;
    line-height: 1;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-left: 10px;
  }
  .points .point {
    height: auto;
    padding: 0 30px 20px 0;
    line-height: 24px;
  }
  .map {
    background-position: -560px -70px;
  }
  .always {
    margin: 0 0 40px;
    text-align: center;
  }
  .always .left {
    width: 100%;
  }
  .always .right {
    width: 100%;
  }
  footer h3 {
    font-size: 24px;
    line-height: 40px;
  }
  footer .wa-link {
    margin-right: 0;
  }
  .footer-tel {
    font-size: 30px;
  }

  .header-tel {
    font-size: 22px;
  }



  .footer-conts {
    margin: 0 0 50px;
  }
  ul.footer-menu {
    display: none;
  }
  .footer-address {
    width: 100%;
    text-align: center;
  }
  .credentials {
    margin: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .row,
  .about .row,
  .services .row,
  .projects .row,
  .contacts .row {
    margin-left: 0;
    margin-right: 0;
  }
  .why {
    padding-left: 50px;
  }
  .why h2:before {
    left: -50px;
    font-size: 100px;
  }
  .orange-banner h2 {
    line-height: 40px;
  }
  .about-3 {
    height: 500px;
    margin-top: 50px;
  }
  .about > .row > .third > h2,
  .services > .row > .third > h2,
  .projects > .row > .third > h2,
  .contacts > .row > .third > h2 {
    margin-bottom: 0;
  }
  .page-banner {
    margin-bottom: 50px;
  }
  .solutions .third.third-form {
    height: auto;
    padding: 20px;
  }
  .acceptance {
    margin-bottom: 30px;
  }
  .contact .big {
    font-size: 36px;
  }
  .wide-form input {
    width: 100%;
  }
  .wide-form input.wide {
    margin-bottom: 25px;
  }
}
