/*!
Theme Name: construction
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background: linear-gradient(118.04deg, #151515 29.02%, #000000 81.62%);
  background-attachment: fixed;
}
/* Sections
    ========================================================================== */
/**
  * Remove the margin in all browsers.
  */
body {
  margin: 0;
  font-family: 'Gilroy';
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  background: url(img/line.png) top center repeat-y;
  height: 100%;
  color: #FFF;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1220px) {
  body {
    background: linear-gradient(118.04deg, #151515 29.02%, #000000 81.62%);
    background-attachment: fixed;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-button {
  background-color: #666;
}
::-webkit-scrollbar-track {
  background-color: #999;
}
::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #15C7FF;
  border-radius: 3px;
}
::-webkit-scrollbar-corner {
  background-color: #999;
}
::-webkit-resizer {
  background-color: #666;
}
/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
}
/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
    ========================================================================== */
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
    ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}
/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
}
/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}
/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
    ========================================================================== */
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}
/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  /* 1 */
}
/**
  * Correct the inability to style clickable types in iOS and Safari.
  */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}
/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}
/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
    ========================================================================== */
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}
/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}
/* Misc
    ========================================================================== */
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}
/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}
.container {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  min-height: 100vh;
}
@media screen and (max-width: 1220px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1220px) {
  .fixed {
    left: 10px!important;
    right: 10px!important;
  }
}
@media screen and (max-width: 1220px) {
  .project-new {
    padding-left: 10px!important;
    padding-right: 10px!important;
  }
}
.line1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  height: 100%;
  z-index: 99;
}
@media screen and (max-width: 1220px) {
  .line1 {
    display: none!important;
  }
}
.line2 {
  position: absolute;
  left: 25%;
  top: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .line2 {
    display: none!important;
  }
}
.line3 {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .line3 {
    display: none!important;
  }
}
.line4 {
  position: absolute;
  right: 25%;
  top: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  height: 100%;
}
@media screen and (max-width: 1220px) {
  .line4 {
    display: none!important;
  }
}
.line5 {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.13);
  height: 100%;
  z-index: 99;
}
@media screen and (max-width: 1220px) {
  .line5 {
    display: none!important;
  }
}
.email-button {
  display: block;
  position: fixed;
  width: 205px;
  height: 205px;
  background: url(img/mail2.svg) center center no-repeat;
  right: -25px;
  bottom: 20px;
  transition: 0.5s background;
  z-index: 9999;
}
@media screen and (max-width: 860px) {
  .email-button {
    width: 70.18px;
    height: 70.18px;
    right: 10px;
  }
}
.email-button:hover {
  background: url(img/mail2hover.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .email-button:hover {
    background: url(img/mail2.svg) center center no-repeat !important;
  }
}
.thanks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 50px;
}
.thanks .left h1 {
  font-size: 50px;
  font-weight: 900;
  position: relative;
  padding-top: 20px;
}
.thanks .left h1::before {
  position: absolute;
  left: -50px;
  top: 40px;
  content: "";
  width: 28.15px;
  height: 20.36px;
  background: url(img/thanks.svg);
  display: block;
}
.thanks .left .description {
  font-size: 18px;
  margin-bottom: 40px;
}
.thanks .left .button a {
  display: block;
  height: 58px;
  line-height: 58px;
  width: 220px;
  position: relative;
  color: #FFF;
  text-decoration: none;
  padding-left: 30px;
}
.thanks .left .button a span {
  position: relative;
}
.thanks .left .button a:hover::before {
  width: 100%;
}
.thanks .left .button a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #15C7FF;
  content: "";
  width: 40%;
  transition: 0.8s width;
}
.thanks .left .button a::after {
  width: 35px;
  height: 9px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background: url(img/arrowright.svg);
}
.privacy h1 {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 40px;
}
.privacy p {
  font-weight: 300px;
  line-height: 23px;
  margin: 25px 0;
}
.servicesh3 {
  display: none;
}
@media screen and (max-width: 860px) {
  .servicesh3 {
    display: block;
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
  }
  .servicesh3 span {
    font-weight: 300;
  }
}
a {
  color: #FFF;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'), url('fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Regular.woff2') format('woff2'), url('fonts/Gilroy-Regular.woff') format('woff'), url('fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-ExtraboldItalic.eot');
  src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'), url('fonts/Gilroy-ExtraboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-ExtraboldItalic.woff2') format('woff2'), url('fonts/Gilroy-ExtraboldItalic.woff') format('woff'), url('fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Bold.woff2') format('woff2'), url('fonts/Gilroy-Bold.woff') format('woff'), url('fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Black.eot');
  src: local('Gilroy Black'), local('Gilroy-Black'), url('fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Black.woff2') format('woff2'), url('fonts/Gilroy-Black.woff') format('woff'), url('fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Light.eot');
  src: local('Gilroy Light'), local('Gilroy-Light'), url('fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Light.woff2') format('woff2'), url('fonts/Gilroy-Light.woff') format('woff'), url('fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Semibold.eot');
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'), url('fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Semibold.woff2') format('woff2'), url('fonts/Gilroy-Semibold.woff') format('woff'), url('fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'), url('fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Medium.woff2') format('woff2'), url('fonts/Gilroy-Medium.woff') format('woff'), url('fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-MediumItalic.eot');
  src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'), url('fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('fonts/Gilroy-MediumItalic.woff') format('woff'), url('fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-BlackItalic.eot');
  src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'), url('fonts/Gilroy-BlackItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-BlackItalic.woff2') format('woff2'), url('fonts/Gilroy-BlackItalic.woff') format('woff'), url('fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-UltraLight.eot');
  src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'), url('fonts/Gilroy-UltraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-UltraLight.woff2') format('woff2'), url('fonts/Gilroy-UltraLight.woff') format('woff'), url('fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-RegularItalic.eot');
  src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'), url('fonts/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('fonts/Gilroy-RegularItalic.woff') format('woff'), url('fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-SemiboldItalic.eot');
  src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'), url('fonts/Gilroy-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-SemiboldItalic.woff2') format('woff2'), url('fonts/Gilroy-SemiboldItalic.woff') format('woff'), url('fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-HeavyItalic.eot');
  src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'), url('fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-HeavyItalic.woff2') format('woff2'), url('fonts/Gilroy-HeavyItalic.woff') format('woff'), url('fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Extrabold.eot');
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'), url('fonts/Gilroy-Extrabold.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Extrabold.woff2') format('woff2'), url('fonts/Gilroy-Extrabold.woff') format('woff'), url('fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-BoldItalic.eot');
  src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'), url('fonts/Gilroy-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-BoldItalic.woff2') format('woff2'), url('fonts/Gilroy-BoldItalic.woff') format('woff'), url('fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-UltraLightItalic.eot');
  src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'), url('fonts/Gilroy-UltraLightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-UltraLightItalic.woff2') format('woff2'), url('fonts/Gilroy-UltraLightItalic.woff') format('woff'), url('fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-LightItalic.eot');
  src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'), url('fonts/Gilroy-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-LightItalic.woff2') format('woff2'), url('fonts/Gilroy-LightItalic.woff') format('woff'), url('fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Heavy.eot');
  src: local('Gilroy Heavy'), local('Gilroy-Heavy'), url('fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Heavy.woff2') format('woff2'), url('fonts/Gilroy-Heavy.woff') format('woff'), url('fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Thin.eot');
  src: local('Gilroy Thin'), local('Gilroy-Thin'), url('fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-Thin.woff2') format('woff2'), url('fonts/Gilroy-Thin.woff') format('woff'), url('fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-ThinItalic.eot');
  src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'), url('fonts/Gilroy-ThinItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Gilroy-ThinItalic.woff2') format('woff2'), url('fonts/Gilroy-ThinItalic.woff') format('woff'), url('fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(118.04deg, #151515 29.02%, #000000 81.62%);
  z-index: 99999;
}
@media screen and (max-width: 860px) {
  .fixed {
    position: fixed;
    right: 10px;
    left: 10px;
    width: auto;
  }
}
header {
  max-width: 1220px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 53px 0.5fr 0.5fr 60px;
  grid-gap: 40px;
  height: 75px;
  align-items: center;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 860px) {
  header {
    grid-template-columns: 36px 107px 1fr 40px;
    grid-gap: 15px;
    height: 56px;
    width: 100%;
  }
}
header .nav {
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 860px) {
  header .nav {
    padding-top: 4px;
  }
}
header .nav .burger {
  cursor: pointer;
  z-index: 9999;
  width: 53px;
}
header .nav .burger:hover span:first-child {
  width: 50%;
}
header .nav .burger:hover span:last-child {
  width: 100%;
}
header .nav .burger span {
  background: #FFF;
  height: 3px;
  margin-bottom: 8px;
  display: block;
  transition: 0.5s width;
}
header .nav .burger span:first-child {
  width: 100%;
}
header .nav .burger span:last-child {
  width: 50%;
  transition: 0.5s width;
}
header .nav .burgertitle {
  position: absolute;
  left: -100%;
  top: 5px;
  margin-right: -5px;
  color: #FFF;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.8s opacity;
}
header .nav:hover .burgertitle {
  opacity: 1;
}
@media screen and (max-width: 860px) {
  header .nav:hover .burgertitle {
    opacity: 0!important;
  }
}
@media screen and (max-width: 860px) {
  header .logo img {
    width: 107px;
  }
}
header .social {
  text-align: right;
}
header .social a {
  margin: 0 8px;
  display: inline-block;
  font-size: 0px;
}
header .social a img {
  transition: 0.8s transform;
}
header .social a img:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 860px) {
  header .social a img {
    width: 22px;
  }
}
@media screen and (max-width: 860px) {
  header .social a {
    margin: 0 2px;
  }
}
header .lang select {
  background: none;
  color: #FFF;
  border: none;
  cursor: pointer;
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'Gilroy';
  font-weight: 300;
}
header .lang select option {
  color: #000;
  padding: 5px;
  border: none;
}
@media screen and (max-width: 860px) {
  header .lang {
    display: none;
  }
}
header .email-mob2 {
  display: none;
  background: url(img/mail.svg);
  background-size: cover;
  width: 40px;
  height: 30px;
  transition: 0.7s transform;
}
@media screen and (max-width: 860px) {
  header .email-mob2 {
    display: block;
  }
}
header .email-mob2:hover {
  transform: scale(1.2);
}
.nmenu {
  position: fixed;
  left: 0;
  top: -100%;
  background: url(img/bg.png);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 9998;
  transition: 0.7s top;
  padding-top: 140px;
}
@media screen and (max-width: 860px) {
  .nmenu {
    padding-top: 60px;
  }
}
.nmenu .container {
  padding-left: 10px;
}
.nmenu .container ul {
  list-style-type: none;
}
.nmenu .container ul li a {
  display: block;
  color: #FFF;
  font-size: 50px;
  font-weight: 600;
  padding: 15px 0;
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .nmenu .container ul li a {
    font-size: 30px;
    padding: 5px 0;
  }
}
.nmenu .container ul li a:hover {
  color: #15C7FF;
}
.nmenu .container .actburger2 {
  position: absolute;
  left: 5px;
  top: -110px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .nmenu .container .actburger2 {
    top: -20px;
  }
}
.nmenu .container .actburger2:hover span {
  background: #15C7FF;
}
.nmenu .container .actburger2 span {
  background: #FFF;
  height: 2px;
  display: block;
}
.nmenu .container .actburger2 span:nth-child(1) {
  transform: rotate(45deg);
  width: 100%;
}
.nmenu .container .actburger2 span:nth-child(2) {
  transform: rotate(-45deg);
  width: 100%;
  margin-top: -2px;
}
.nmenu .container .mcontact-list {
  display: grid;
  grid-template-columns: 1fr 230px;
  padding-top: 120px;
  color: #626262;
}
@media screen and (max-width: 860px) {
  .nmenu .container .mcontact-list {
    padding-top: 30px;
    display: block;
  }
}
.nmenu .container .mcontact-list p {
  line-height: 22.8px;
  margin-bottom: 20px;
}
.nmenu .container .mcontact-list p strong {
  font-weight: 700;
}
.nmenu .container .mcontact-list .right h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.nmenu .container .mail {
  position: absolute;
  right: 0;
  top: -140px;
  background: url(img/mail.svg);
  width: 73.54px;
  height: 54.47px;
  display: block;
  transition: 0.7s transform;
}
.nmenu .container .mail:hover {
  transform: scale(1.2);
}
.active-menu {
  top: 0;
}
.video {
  position: relative;
}
.video .videofile {
  position: relative;
}
.video .mob-title {
  display: none;
  font-size: 36px;
  font-weight: 900;
  line-height: 38.51px;
  text-transform: uppercase;
  max-width: 850px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.video .videofile .slick-prev{
	position:absolute;
	left:40px;
	bottom:40px;
	width:57px;
	height:38px;
	background:url(./img/sh-left.png) center center no-repeat;
	z-index:99;
	border:1px solid #FFF;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
	
}
.video .videofile .slick-prev:hover{
	background:url(./img/sh-left-hover.png) center center no-repeat;
	border:1px solid #15C7FF;
	
}

.video .videofile .slick-next{
	position:absolute;
	left:110px;
	bottom:40px;
	width:57px;
	height:38px;
	background:url(./img/sh-right.png) center center no-repeat;
	z-index:99;
	border:1px solid #FFF;
	text-indent:-9999px;
	display:block;
	cursor:pointer;
}
.video .videofile .slick-next:hover{
	background:url(./img/sh-right-hover.png) center center no-repeat;
	border:1px solid #15C7FF;
	
}


.videofile .slick-dots{
	position:absolute;
	left:0;
	bottom:40px;
	width:100%;
	text-align:center;
}
.videofile .slick-dots li{
	display:inline-block;
	width:13px;
	height:5px;
	background:#D8D8D8;
	margin:0 3px;
}
.videofile .slick-dots li button{
	text-indent:-9999px;
	border:none;
	background:none;
}
.videofile .slick-dots li.slick-active{
	width:60px;
	background:#15C7FF;
}


.videofile .slick-slide{
	position:relative;
}
.videofile .slick-slide::before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.45);
}


@media screen and (max-width: 860px) {
	.videofile{
		margin-bottom:20px;
	}
	
	.video .mob-title{
		line-height:45px;
	}
	
	.videofile .slick-dots{
	position:absolute;
	left:0;
	bottom:-60px;
	width:100%;
	text-align:right;
	padding-right:0px;
	display:none!important;
}


.video .videofile .slick-prev{
	position:absolute;
	left:0px;
	bottom:-60px;
	display:none!important;
	
}


.video .videofile .slick-next{
	position:absolute;
	left:70px;
	bottom:-60px;
	display:none!important;
	
}



	
	
  .video .mob-title {
    display: block;
  }
}
.video .video-text {
  position: absolute;
  left: 42px;
  top: 85px;
  z-index: 2;
  color: #FFF;
}
@media screen and (max-width: 860px) {
  .video .video-text {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 30px;
  }
}
.video .video-text .title {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 850px;
  margin-bottom: 40px;
  color:#E7E7E7;
}
@media screen and (max-width: 860px) {
  .video .video-text .title {
    display: none;
  }
}
.video .video-text .text {
  line-height: 22.8px;
  max-width: 520px;
  margin-bottom: 75px;
}
.video .video-text .text p {
  margin-bottom: 10px;
}
.video .video-text .text p strong {
  font-weight: 700;
}
.video .video-text .button a {
  display: block;
  height: 58px;
  line-height: 58px;
  padding-left: 25px;
  width: 220px;
  position: relative;
  color: #FFF;
  text-decoration: none;
}
.video .video-text .button a::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #15C7FF;
  content: "";
  width: 40%;
  transition: 0.8s width;
}
.video .video-text .button a span {
  position: relative;
}
.video .video-text .button a::after {
  width: 35px;
  height: 9px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background: url(img/arrowright.svg);
}
.video .video-text .button a:hover::before {
  width: 90%;
}
.video .mail {
  position: absolute;
  right: 0;
  top: 0;
  background: url(img/mail.svg);
  width: 73.54px;
  height: 54.47px;
  display: block;
  transition: 0.7s transform;
}
@media screen and (max-width: 860px) {
  .video .mail {
    display: none;
  }
}
.video .mail:hover {
  transform: scale(1.1);
}
.video .bottom {
  position: absolute;
  right: 0;
  bottom: 0px;
  background: url(img/bottom.svg);
  width: 74px;
  height: 49.47px;
  display: block;
  transition: 0.7s transform;
}
@media screen and (max-width: 860px) {
  .video .bottom {
    display: none;
  }
}
.video .bottom:hover {
  transform: scale(1.1);
}
.team {
  padding: 105px 0 70px 0;
  color: #FFF;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media screen and (max-width: 860px) {
  .team {
    padding: 40px 0 40px 0;
    display: block;
  }
}
.team .left {
  padding-left: 5px;
}
.team .left .title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 53.25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  .team .left .title {
    font-size: 36px;
    line-height: 39px;
  }
}
.team .left .title span {
  font-weight: 900;
}
.team .left .subtitle {
  font-weight: 300;
}
.team .right {
  line-height: 24.8px;
  padding-left: 5px;
  font-weight: 300;
}
.services .item {
  position: relative;
  margin-bottom: 10px;
  padding: 30px 50px;
  background: #212121;
  cursor: pointer;
  transition: 0.8s background;
}
@media screen and (max-width: 860px) {
  .services .item {
    padding: 30px 15px;
    padding-top: 120px;
  }
}
.services .item:last-child {
  margin-bottom: 0px;
}
.services .item .title {
  font-size: 29px;
  font-weight: 300;
  color: #E6E6E6;
  margin-bottom: 15px;
}
.services .item .subtitle {
  color: #787878;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.88px;
  max-width: 70%;
}
.services .item .img {
  visibility: hidden;
  position: absolute;
  right: 190px;
  top: -100%;
  z-index: 10;
  transition: 0.8s opacity;
  opacity: 0;
}
@media screen and (max-width: 860px) {
  .services .item .img {
    display: none;
  }
  .services .item .img img {
    width: 100%;
    object-fit: cover;
  }
}
.services .item:hover {
  background: #070707;
}
@media screen and (max-width: 860px) {
  .services .item:hover {
    background: none!important;
  }
}
.services .item:hover .img {
  position: absolute;
  top: 50%;
  right: 190px;
  transform: translateY(-50%);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 860px) {
  .services .item:hover .img {
    display: none!important;
  }
}
.services .item:nth-child(1)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r1.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(1)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(1):hover::before {
  background: url(img/r1hover.svg) center center no-repeat;
}
.services .item:nth-child(2)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r2.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(2)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(2):hover::before {
  background: url(img/r2hover.svg) center center no-repeat;
}
.services .item:nth-child(3)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r3.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(3)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(3):hover::before {
  background: url(img/r3hover.svg) center center no-repeat;
}
.services .item:nth-child(4)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r4.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(4)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(4):hover::before {
  background: url(img/r4hover.svg) center center no-repeat;
}
.services .item:nth-child(5)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r5.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(5)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(5):hover::before {
  background: url(img/r5hover.svg) center center no-repeat;
}
.services .item:nth-child(6)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r6.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(6)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(6):hover::before {
  background: url(img/r6hover.svg) center center no-repeat;
}
.services .item:nth-child(7)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r7.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(7)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(7):hover::before {
  background: url(img/r7hover.svg) center center no-repeat;
}
.services .item:nth-child(8)::before {
  width: 45px;
  height: 45px;
  content: "";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -22px;
  background: url(img/r8.svg) center center no-repeat;
}
@media screen and (max-width: 860px) {
  .services .item:nth-child(8)::before {
    left: 15px;
    top: 60px;
  }
}
.services .item:nth-child(8):hover::before {
  background: url(img/r8hover.svg) center center no-repeat;
}
.project-new {
  z-index: 999;
  padding-left: calc((100% - 1220px)/2);
}
.project-new .title {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  padding-left: 5px;
  margin-bottom: 45px;
}
@media screen and (max-width: 860px) {
  .project-new .title {
    font-size: 36px;
    margin-bottom: 30px;
    padding-top: 30px;
  }
}
.project-new .title span {
  font-weight: 900;
}
.project-new .prline {
  position: relative;
  padding-top: 140px;
}
@media screen and (max-width: 860px) {
  .project-new .prline {
    padding-top: 40px;
    padding-top: 0px!important;
    text-align: center;
  }
}
.project-new .prline .line1 {
  left: 0!important;
  z-index: 10;
}
.project-new .prline .line2 {
  left: 305px!important;
  z-index: 10;
}
.project-new .prline .line3 {
  left: 610px!important;
  z-index: 10;
}
.project-new .prline .line4 {
  left: 915px!important;
  z-index: 10;
}
.project-new .prline .line5 {
  left: 1220px!important;
  z-index: 10;
}
.project-new .sl-block {
  position: relative;
}
.project-new .sl-block .slide-slide .read {
  width: 91px;
  margin-top: 40px;
  height: 13px;
  background: none;
  display: block;
  transition: 0.5s background;
}
.project-new .sl-block .slide-slide:hover .read {
  background: url(img/arrowpr.svg);
}
.project-new .sl-block .slide-slide .thumb {
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 9999;
}
.project-new .sl-block .slide-slide .thumb img {
  transition: 1s transform;
  height: auto;
}
.project-new .sl-block .slide-slide .thumb:hover img {
  transform: scale(1.1);
}
.project-new .sl-block .slide-slide .prname a {
  color: #FFF;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}
.project-new .sl-block .slide-slide:nth-child(1) {
  padding-top: 43px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(1) {
    padding-top: 0px;
  }
}
.project-new .sl-block .slide-slide:nth-child(2) {
  padding-top: 10px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(2) {
    padding-top: 0px;
  }
}
.project-new .sl-block .slide-slide:nth-child(3) {
  padding-top: 68px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(3) {
    padding-top: 0px;
  }
}
.project-new .sl-block .slide-slide:nth-child(4) {
  padding-top: 0px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(4) {
    padding-top: 0px;
  }
}
.project-new .sl-block .slide-slide:nth-child(5) {
  padding-top: 43px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(5) {
    padding-top: 0px;
  }
}
.project-new .sl-block .slide-slide:nth-child(6) {
  padding-top: 10px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(6) {
    padding-top: 0px;
  }
}
.project-new .sl-block .slide-slide:nth-child(7) {
  padding-top: 68px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(7) {
    padding-top: 0px;
  }
}
.project-new .sl-block .slide-slide:nth-child(8) {
  padding-top: 0px;
}
@media screen and (max-width: 860px) {
  .project-new .sl-block .slide-slide:nth-child(8) {
    padding-top: 0px;
  }
}
.project-new .slick-dots {
  position: relative;
  padding-left: 530px;
  padding-top: 90px;
  list-style-type: none;
  width: 100%;
}
@media screen and (max-width: 860px) {
  .project-new .slick-dots {
    padding-left: 0px;
    padding-top: 20px;
  }
}
.project-new .slick-dots li {
  width: 13.34px;
  height: 5.15px;
  background: #5F5F5F;
  border-radius: 0;
  display: inline-block;
  margin: 0 3.5px;
}
.project-new .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: none!important;
}
.project-new .slick-dots .slick-active {
  width: 59.91px;
  background: #15C7FF;
}
.project-new .slick-prev {
  position: absolute;
  width: 49px;
  height: 44px;
  border: 1px solid #15C7FF;
  background: #000 url(img/arleft.svg) center center no-repeat;
  left: 1100px;
  bottom: 15px;
  transition: 0.8s background;
  text-indent: -9999px !important;
  cursor: pointer;
  z-index: 99;
  display: block!important;
}
@media screen and (max-width: 860px) {
  .project-new .slick-prev {
    left: 0px;
    bottom: -60px;
    display: none;
  }
}
.project-new .slick-prev:hover {
  background: #15C7FF url(img/arleft.svg) center center no-repeat;
}
.project-new .slick-next {
  position: absolute;
  width: 49px;
  height: 44px;
  border: 1px solid #15C7FF;
  background: #000 url(img/arright.svg) center center no-repeat;
  left: 1170px;
  bottom: 15px;
  transition: 0.8s background;
  text-indent: -9999px !important;
  cursor: pointer;
  z-index: 99;
  display: block!important;
}
@media screen and (max-width: 860px) {
  .project-new .slick-next {
    left: 60px;
    bottom: -60px;
    display: none;
  }
}
.project-new .slick-next:hover {
  background: #15C7FF url(img/arright.svg) center center no-repeat;
}
.prin {
  padding-top: 140px;
}
@media screen and (max-width: 860px) {
  .prin {
    padding-top: 100px;
  }
}
.prin .title {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 90px;
}
@media screen and (max-width: 860px) {
  .prin .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.prin .title span {
  font-weight: 900;
}
.prin .prinlist {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 860px) {
  .prin .prinlist {
    display: block;
  }
}
.prin .prinlist .item {
  display: grid;
  grid-template-columns: 68px 1fr;
}
@media screen and (max-width: 860px) {
  .prin .prinlist .item {
    margin-bottom: 30px;
  }
}
.prin .prinlist .item .img {
  padding-left: 5px;
}
.prin .prinlist .item .txt {
  line-height: 25.8px;
  font-weight: 300;
}
.team2 {
  overflow: hidden;
  width: 100%;
  padding-top: 145px;
  position: relative;
}
@media screen and (max-width: 860px) {
  .team2 {
    padding-top: 40px;
  }
}
.team2 .title {
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 60px;
}
@media screen and (max-width: 860px) {
  .team2 .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.team2 .slick-dots {
  position: relative;
  text-align: center;
  padding-top: 90px;
  list-style-type: none;
  width: 100%;
}
.team2 .slick-dots li {
  width: 13.34px;
  height: 5.15px;
  background: #5F5F5F;
  border-radius: 0;
  display: inline-block;
  margin: 0 3.5px;
}
.team2 .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: none;
}
.team2 .slick-dots .slick-active {
  width: 59.91px;
  background: #15C7FF;
}
.team2 .slick-prev {
  position: absolute;
  width: 49px;
  height: 44px;
  border: 1px solid #15C7FF;
  background: #000 url(img/arleft.svg) center center no-repeat;
  right: 60px;
  bottom: 0;
  transition: 0.8s background;
  text-indent: -9999px !important;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 860px) {
  .team2 .slick-prev {
    left: 0px;
    bottom: -60px;
  }
}
.team2 .slick-prev:hover {
  background: #15C7FF url(img/arleft.svg) center center no-repeat;
}
.team2 .slick-next {
  position: absolute;
  width: 49px;
  height: 44px;
  border: 1px solid #15C7FF;
  background: #000 url(img/arright.svg) center center no-repeat;
  right: 0px;
  bottom: 0;
  transition: 0.8s background;
  text-indent: -9999px !important;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (max-width: 860px) {
  .team2 .slick-next {
    left: 60px;
    bottom: -60px;
  }
}
.team2 .slick-next:hover {
  background: #15C7FF url(img/arright.svg) center center no-repeat;
}
.team2 .swiper-wrapper {
  position: relative;
}
.team2 .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-columns: 50% 50%;
}
.team2 .swiper-wrapper .swiper-slide .img {
  overflow: hidden;
}
.team2 .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  transition: 1s transform;
}
.team2 .swiper-wrapper .swiper-slide .img:hover img {
  transform: scale(1.1);
}
.team2 .swiper-wrapper .swiper-slide .txt {
  padding-left: 15px;
}
.team2 .swiper-wrapper .swiper-slide .txt p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22.8px;
  color: #ABABAB;
}
.team2 .swiper-wrapper .swiper-slide .txt strong {
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
}
footer {
  padding-top: 145px;
  display: grid;
  grid-template-columns: 1fr 480px;
  padding: 135px 0 55px 0;
}
@media screen and (max-width: 860px) {
  footer {
    display: block;
    padding-top: 40px;
  }
}
@media screen and (max-width: 860px) {
  footer .left {
    margin-bottom: 30px;
  }
}
footer .left .title {
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 70px;
  text-transform: uppercase;
}
@media screen and (max-width: 860px) {
  footer .left .title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
footer .left .text {
  font-size: 20px;
}
footer .left .text a {
  color: #FFF;
}
@media screen and (max-width: 860px) {
  footer .left .text {
    font-size: 16px;
  }
}
footer .left .text p {
  padding: 11px 0;
}
footer .left .text p strong {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 860px) {
  footer .left .text p strong {
    font-size: 18px;
  }
}
footer .left .text .addr1 {
  background: url(img/loc.svg) left center no-repeat;
  padding-left: 40px;
}
footer .left .text .addr2 {
  background: url(img/phone.svg) left center no-repeat;
  padding-left: 40px;
}
footer .left .text .addr3 {
  background: url(img/email.svg) left center no-repeat;
  padding-left: 40px;
}
footer .right form .formh3 {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 22px;
  min-width: 390px;
}
@media screen and (max-width: 860px) {
  footer .right form .formh3 {
    min-width: 100px;
  }
}
footer .right form input {
  color: #858585;
  font-size: 16px;
  font-family: 'Gilroy';
}
footer .right form input::placeholder {
  color: #858585;
  font-size: 16px;
  font-family: 'Gilroy';
}
footer .right form textarea {
  color: #858585;
  font-size: 16px;
  font-family: 'Gilroy';
  padding: 15px;
  min-height: 138px;
}
footer .right form textarea::placeholder {
  color: #858585;
  font-size: 16px;
  font-family: 'Gilroy';
}
footer .right form .button {
  display: block;
  height: 58px;
  line-height: 58px;
  width: 195px;
  position: relative;
  color: #FFF;
  text-decoration: none;
}
footer .right form .button::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #15C7FF;
  content: "";
  width: 40%;
  transition: 0.8s width;
}
footer .right form .button input {
  position: relative;
  border: none;
  background: none;
  color: #FFF;
  font-size: 16px;
  font-family: 'Gilroy';
  height: 58px;
  width: 100%;
  cursor: pointer;
  padding: 0 0;
  padding-left: 25px;
  text-align: left;
}
footer .right form .button::after {
  width: 35px;
  height: 9px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
  background: url(img/arrowright.svg);
}
footer .right form .button:hover::before {
  width: 90%;
}
.form-group {
  position: relative;
}
.form-label {
  position: absolute;
  left: 15px;
  top: 15px;
  color: #999;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-label span {
  color: red;
}
.form-group + .form-group {
  margin-top: 30px;
}
.focused .form-label {
  transform: translateX(-200%);
}
input[type=text] {
  height: 53px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
}
input[type=tel] {
  height: 53px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
}
input[type=email] {
  height: 53px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
}
textarea {
  height: 53px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 15px;
  resize: none;
}
.bottomfooter {
  padding: 30px 0 40px 0;
  color: #969696;
  display: grid;
  grid-template-columns: 25% 25% 1fr;
}
@media screen and (max-width: 860px) {
  .bottomfooter {
    display: block;
  }
}
@media screen and (max-width: 860px) {
  .bottomfooter .copy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 860px) {
  .bottomfooter .polit {
    margin-bottom: 30px;
  }
}
.bottomfooter .polit a {
  color: #969696;
  text-decoration: none;
}
.bottomfooter .polit a:hover {
  color: #FFF;
  text-decoration: underline;
}
.bottomfooter .fsocial {
  text-align: right;
}
@media screen and (max-width: 860px) {
  .bottomfooter .fsocial {
    text-align: left;
  }
}
.bottomfooter .fsocial a {
  margin: 0 8px;
  display: inline-block;
  font-size: 0px;
}
.bottomfooter .fsocial a img {
  transition: 0.8s transform;
}
.bottomfooter .fsocial a img:hover {
  transform: scale(1.2);
}
.projectlist {
  padding-top: 50px;
  z-index: 9999;
}
.projectlist h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
}
@media screen and (max-width: 860px) {
  .projectlist h1 {
    font-size: 36px;
  }
}
.projectlist h1 span {
  font-weight: 300;
}
.projectlist .project-list {
  padding-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media screen and (max-width: 860px) {
  .projectlist .project-list {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
@media screen and (max-width: 560px) {
  .projectlist .project-list {
    display: block;
    padding-top: 20px;
  }
}
.projectlist .project-list .news-item .img {
  margin-bottom: 25px;
  overflow: hidden;
}
.projectlist .project-list .news-item .img img {
  transition: 1s transform;
  height: auto;
}
.projectlist .project-list .news-item .img img:hover {
  transform: scale(1.1);
}
.projectlist .project-list .news-item .title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 75px;
}
.projectlist .project-list .news-item .title a {
  text-decoration: none;
  color: #FFF;
}
.projectlist .project-list .news-item:nth-child(2) {
  margin-top: -40px;
}
@media screen and (max-width: 860px) {
  .projectlist .project-list .news-item:nth-child(2) {
    margin-top: 0px;
  }
}
.projectlist .project-list .news-item:nth-child(3) {
  margin-top: -80px;
}
@media screen and (max-width: 860px) {
  .projectlist .project-list .news-item:nth-child(3) {
    margin-top: 0px;
  }
}
.projectlist .project-list .news-item:nth-child(5) {
  margin-top: -40px;
}
@media screen and (max-width: 860px) {
  .projectlist .project-list .news-item:nth-child(5) {
    margin-top: 0px;
  }
}
.projectlist .project-list .news-item:nth-child(6) {
  margin-top: -80px;
}
@media screen and (max-width: 860px) {
  .projectlist .project-list .news-item:nth-child(6) {
    margin-top: 0px;
  }
}
.projectlist .project-list .news-item:nth-child(8) {
  margin-top: -40px;
}
@media screen and (max-width: 860px) {
  .projectlist .project-list .news-item:nth-child(8) {
    margin-top: 0px;
  }
}
.projectlist .project-list .news-item:nth-child(9) {
  margin-top: -80px;
}
@media screen and (max-width: 860px) {
  .projectlist .project-list .news-item:nth-child(9) {
    margin-top: 0px;
  }
}
.project-page {
  padding-top: 30px;
}
.project-page .goback a {
  background: url(img/back.svg) left center no-repeat;
  color: #FFF;
  text-decoration: none;
  padding-left: 45px;
  font-size: 18px;
}
.project-page h1 {
  font-size: 53px;
  font-weight: 300;
  text-transform:uppercase;
}
@media screen and (max-width: 860px) {
  .project-page h1 {
    font-size: 36px;
  }
}
.project-page .description {
  font-size: 18px;
  margin-bottom: 60px;
}
.project-page .pcontent {
  display: grid;
  grid-template-columns: 50% 50%;
  padding-bottom: 140px;
}
@media screen and (max-width: 860px) {
  .project-page .pcontent {
    display: block;
  }
}
.project-page .pcontent .left {
  max-width: 420px;
  line-height: 26px;
}
@media screen and (max-width: 860px) {
  .project-page .pcontent .left {
    margin-bottom: 30px;
  }
}
.project-page .pcontent .left strong {
  font-size: 21px;
  font-weight: 600;
}
.project-page .pcontent .left p {
  margin: 15px 0;
}
.project-page .pcontent .left ul {
  margin-left: 35px;
}
.project-page .pcontent .left ol {
  margin-left: 35px;
}
.project-page .pcontent .right .scarousel {
  position: relative;
}
.project-page .pcontent .right .scarousel .slick-prev {
  position: absolute;
  width: 49px;
  height: 44px;
  border: 1px solid #15C7FF;
  background: #000 url(img/arleft.svg) center center no-repeat;
  left: -132px;
  bottom: 0;
  transition: 0.8s background;
  text-indent: -9999px !important;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .project-page .pcontent .right .scarousel .slick-prev {
    left: 0px;
    bottom: -60px;
  }
}
.project-page .pcontent .right .scarousel .slick-prev:hover {
  background: #15C7FF url(img/arleft.svg) center center no-repeat;
}
.project-page .pcontent .right .scarousel .slick-next {
  position: absolute;
  width: 49px;
  height: 44px;
  border: 1px solid #15C7FF;
  background: #000 url(img/arright.svg) center center no-repeat;
  left: -65px;
  bottom: 0;
  transition: 0.8s background;
  text-indent: -9999px !important;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .project-page .pcontent .right .scarousel .slick-next {
    left: 60px;
    bottom: -60px;
  }
}
.project-page .pcontent .right .scarousel .slick-next:hover {
  background: #15C7FF url(img/arright.svg) center center no-repeat;
}


.mobile-lang{
	margin-top:15px;
	display:none;
}
.mobile-lang select{
	padding:7px 30px;
	font-weight:700;
	
}

@media screen and (max-width: 860px){
	.mobile-lang{

	display:block;
	
}
.mobile-lang{}
.mobile-lang li{
	list-style-type:none;
	display:inline-block;
}
.mobile-lang li a{
	text-decoration:none;
	text-transform:uppercase;
	font-size:22px;
	padding:0 5px;
}

.mobile-lang .current-lang a{
	color:#666;
	text-decoration:underline;
}

header .email-mob2{z-index:9999!important;}


}

.slide-slide{
	padding-right:20px;
}


@media screen and (max-width: 860px){


.team .left .subtitle{
	display:none;
}
.team .right {display:none;}



.thanks{
	display:block;
	padding-top: 0px;
}

.thanks .right{
	display:none;
}

.thanks .left h1 {
    font-size: 36px;
    font-weight: 900;
    position: relative;
    padding-top: 0px;
}


}