/*! 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.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  font-family: "NAMU";
  margin: 0;
}

/**
 * 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-family: monospace, monospace;
  /* 1 */
  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-family: monospace, monospace;
  /* 1 */
  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.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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 */
  text-transform: none;
}

/**
 * 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;
}



h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.header {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
}

.header--nav {
  top: 0;
  left: 0;
  right: 0;
  display: block;
  background: linear-gradient(0deg, rgba(27, 27, 27, 0) 0%, #1B1B1B 100%);
  z-index: 1;
}

.header--nav.active {
  display: block;
}

.header--nav .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
}

.header--nav li {
  display: block;
}

.header--nav a {
  display: flex;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  padding: 34px;
}

.header--nav a:hover {
  text-decoration: underline;
}

.header--nav .header--logo img {
  width: 100%;
}

.header .header-logo--responsive {
  display: none;
}

.header .header-logo--responsive a {
  display: block;
}

.header .btn-nav {
  display: none;
  background-image: url("../img/icon-line.svg");
  background-repeat: no-repeat;
  background-size: 70% 70%;
  background-position: 50% 50%;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
  z-index: 2;
  background-color: transparent;
}

.header .btn-nav.active {
  background-image: url("../img/icon-close.svg");
}

.footer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-color: #1B1B1B;
  padding: 0 60px 60px;
}

.footer .title {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 0.75;
  color: rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
  display: block;
  margin: 0 0 20px 0;
}

.footer-block--1 {
  grid-area: 1/1/2/3;
  padding: 60px 0 120px;
}

.footer-block--2 {
  grid-area: 1/3/2/5;
  padding: 60px 0 120px;
}

.footer-block--2 p {
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 0.962962963;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.footer-block--2 b {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.footer-block--3 {
  grid-area: 2/1/3/3;
  padding: 96px 40px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-block--3 p {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0;
}

.footer-block--4 {
  grid-area: 2/3/3/5;
  border: 2px solid rgba(255, 255, 255, 0.1);
  padding: 56px 0;
  margin-left: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.footer-block--4 a {
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: #fff;
  width: 100%;
}

.footer-block--4 a:last-child {
  margin-bottom: 0;
}

.footer-block--5 {
  grid-area: 3/1/4/3;
  padding: 58px 0;
}

.footer-block--5 p {
  font-weight: 900;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0;
}

.footer-block--6 {
  grid-area: 3/3/4/4;
  padding: 48px 0 30px;
}

.footer-block--7 {
  grid-area: 3/4/4/5;
  display: flex;
  justify-content: end;
  padding: 48px 0 30px;
}

.footer-block--7 a {
  font-size: 1.6rem;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  margin: 0 0 0 20px;
  line-height: 6.25;
}

.footer-block--7 a:hover {
  text-decoration: none;
}

.footer-block--8 {
  grid-area: 4/1/5/5;
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-block--8 p {
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.footer-block--9 {
  grid-area: 5/1/6/3;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 44px 0;
}

.footer-block--9 p {
  font-size: 900;
  font-size: 1.6rem;
  line-height: 1.125;
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
}

.footer-block--10 {
  grid-area: 5/3/6/5;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 44px 0;
}

.footer-block--10 p {
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1.125;
  color: rgba(255, 255, 255, 0.25);
  margin: 0;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.footer-menu a {
  font-weight: 900;
  text-decoration: underline;
  color: #fff;
  font-size: 1.6rem;
  line-height: 6.25;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  display: block;
}

.footer-menu a:hover {
  text-decoration: none;
}

.btn-go-top {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.btn-go-top svg {
  width: 32px;
  height: 32px;
}

.block-cases {
  padding: 60px 60px 0;
  margin: 0 0 120px 0;
}

.block-cases h2 {
  font-weight: 100;
  font-size: 5.4rem;
  line-height: 1.1111111111;
  color: #1B1B1B;
  margin: 0 0 70px 0;
  text-transform: uppercase;
}

.block-cases--items {
  display: flex;
  grid-column-gap: 4px;
  align-items: flex-start;
}

.block-cases .item-cases {
  width: 25%;
}

.block-cases .item-cases img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  vertical-align: top;
  object-fit: cover;
}

.block-cases .item-cases h3 {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 16px 0;
  color: #1B1B1B;
  text-decoration: underline;
}

.block-cases .item-cases p {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  color: rgba(27, 27, 27, 0.5);
}

.block-cases .item-cases .text {
  margin: 20px 0 0 0;
}

.block-cases .img {
  position: relative;
  padding-bottom: 72%;
}

.block-cases .item-cases--all {
  width: 25%;
  background: rgba(27, 27, 27, 0.05);
}

.block-cases .item-cases--all .content {
  padding-bottom: 72%;
  position: relative;
}

.block-cases .item-cases--all .all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-cases .item-cases--all span {
  font-size: 12rem;
  line-height: 1;
  color: rgba(27, 27, 27, 0.25);
}

.block-technologies {
  padding: 0 60px;
  margin-bottom: 80px;
}

.block-technologies h2 {
  font-weight: 100;
  font-size: 5.4rem;
  line-height: 1;
  color: #1B1B1B;
  margin: 0 0 40px 0;
  text-transform: uppercase;
}

.block-technologies .text {
  width: 50%;
  margin: 0 0 60px 0;
}

.block-technologies .text p {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  margin: 0;
}

.block-technologies--technologies h4 {
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  width: 50%;
}

.block-technologies--technologies .technologie {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-technologies--technologies .item-technologie {
  display: flex;
  border-bottom: 2px solid rgba(27, 27, 27, 0.05);
  padding: 40px;
  width: 50%;
  box-sizing: border-box;
}

.block-technologies--technologies .technologie-icon {
  font-size: 1.5rem;
  line-height: 1.0666666667;
  margin: 0 20px 12px 0;
}

.block-technologies .technologie--all {
  display: flex;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(27, 27, 27, 0.05);
}

.block-technologies .technologie--all .coll {
  width: 50%;
  padding: 40px 40px;
}

.block-technologies .technologie--all .coll--1 {
  color: #1B1B1B;
}

.block-technologies .technologie--all .coll--2 {
  color: rgba(27, 27, 27, 0.5);
}

.block-partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin: 0 0 140px 0;
  padding: 0 60px;
}

.block-partners h2 {
  grid-area: 1/3/2/5;
  font-weight: 100;
  font-size: 5.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 70px 0;
}

.block-partner {
  background: rgba(27, 27, 27, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 70px;
  height: 200px;
}

.block-partner img {
  width: 100%;
  height: 80%;
}

.block-partner--1 {
  grid-area: 2/3/3/4;
}

.block-partner--2 {
  grid-area: 2/4/3/5;
}

.block-partner--3 {
  grid-area: 3/2/4/3;
}

.block-partner--4 {
  grid-area: 3/3/4/4;
}

.block-partner--5 {
  grid-area: 3/4/4/5;
}

.block-partner--6 {
  grid-area: 4/1/5/2;
}

.block-partner--7 {
  grid-area: 4/2/5/3;
}

.block-partner--8 {
  grid-area: 4/3/5/4;
}

.block-projects {
  padding: 60px 60px 0;
  display: flex;
  margin: 0 0 120px 0;
}

.block-projects .separator {
  background: rgba(27, 27, 27, 0.05);
  display: block;
  width: 2px;
  margin: 0 0 0 40px;
}

.block-projects .coll {
  display: flex;
  align-items: center;
  width: 50%;
  color: #1B1B1B;
}

.block-projects .coll:last-child {
  padding: 0 0 0 40px;
}

.block-projects p {
  font-size: 5.4rem;
  line-height: 1;
  margin: 0;
}

.block-projects strong {
  display: block;
  font-size: 12rem;
  margin: 0 40px 0 0;
}

.block-services {
  padding: 60px 60px 80px;
}

.block-services h2 {
  font-weight: 100;
  font-size: 5.4rem;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 0 60px 0;
  color: #1B1B1B;
}

.block-services--info {
  display: flex;
}

.block-services--info h3 {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}

.block-services--info p {
  font-weight: 900;
  font-size: 2.4rem;
  color: rgba(27, 27, 27, 0.5);
  margin: 0;
}

.block-services--info .item-info {
  width: 25%;
  padding: 40px;
  border-right: 2px solid rgba(27, 27, 27, 0.05);
  box-sizing: border-box;
}

.block-services--info .item-info:last-child {
  border-right: 2px solid transparent;
}

.block-services--info .img {
  margin: 0 0 40px 0;
}

.block-info {
  padding: 0 60px 60px;
}

.block-info h1 {
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.2222222222;
  text-align: center;
  color: #1B1B1B;
  margin: 0 0 60px 0;
}

.block-info img {
  line-height: 1.2222222222;
  vertical-align: text-bottom;
}

.block-info p {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
  margin: 0;
}

.block-top {
  margin: 0 0 120px 0;
  height: 920px;
  position: relative;
}

.block-top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-top--content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 120px 200px 120px 60px;
  background-color: #fff;
}

.block-top--content span {
  font-weight: 700;
  font-size: 5.4rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  display: block;
  color: rgba(27, 27, 27, 0.5);
}

.block-top--content strong {
  display: block;
  text-align: left;
}

.block-top--content strong img {
  width: 100%;
  height: 100%;
}

.btn-go-bottom {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1B1B1B;
}

.btn-go-bottom svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 1270px) {
  .footer {
    padding: 0 40px 40px;
  }

  .footer-block--1 {
    padding: 40px 0 40px;
  }

  .footer-block--2 p {
    font-size: 3.2rem;
  }

  .footer-block--2 {
    padding: 40px 0 40px;
  }

  .footer-block--3 {
    padding: 20px;
  }

  .footer-block--4 a {
    font-size: 3.2rem;
    margin-bottom: 0;
  }

  .footer-block--4 {
    padding: 20px 0;
  }

  .footer-block--5 p {
    font-size: 1.4rem;
  }

  .footer-block--5 {
    padding: 20px 0;
  }

  .footer-block--6 {
    padding: 20px 0 20px;
  }

  .footer-block--7 a {
    font-size: 1.4rem;
  }

  .footer-block--7 {
    padding: 20px 0 20px;
  }

  .footer-block--8 {
    padding: 20px 0;
  }

  .footer-block--9 {
    padding: 20px 0;
  }

  .footer-block--10 {
    padding: 20px 0;
  }

  .footer-menu a {
    font-size: 1.4rem;
  }

  .btn-go-top svg {
    width: 24px;
    height: 24px;
  }

  .btn-go-top {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
  }

  .block-cases {
    padding: 40px 40px 0;
    margin: 0 0 60px 0;
  }

  .block-cases h2 {
    font-size: 3.2rem;
    margin: 0 0 30px 0;
  }

  .block-cases .item-cases h3 {
    font-size: 1.6rem;
  }

  .block-cases .item-cases p {
    font-size: 1.6rem;
  }

  .block-cases .item-cases--all span {
    font-size: 8rem;
  }

  .block-technologies {
    padding: 0 40px;
    margin-bottom: 70px;
  }

  .block-technologies h2 {
    font-size: 3.2rem;
    margin: 0 0 30px 0;
  }

  .block-technologies .text {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .block-technologies .text p {
    font-size: 2rem;
  }

  .block-technologies--technologies .item-technologie {
    width: 100%;
    padding: 20px;
  }

  .block-partners {
    padding: 0 40px;
    margin: 0 0 70px 0;
  }

  .block-partners h2 {
    font-size: 3.2rem;
    margin: 0 0 30px 0;
  }

  .block-partner {
    padding: 0 40px;
    height: 140px;
  }

  .block-projects {
    padding: 40px 40px 0;
    margin: 0 0 70px 0;
  }

  .block-projects p {
    font-size: 3.4rem;
  }

  .block-projects strong {
    font-size: 8rem;
  }

  .block-services {
    padding: 40px 40px 70px;
  }

  .block-services h2 {
    font-size: 3.2rem;
    margin: 0 0 30px 0;
  }

  .block-services--info h3 {
    margin: 0 0 20px 0;
    font-size: 2rem;
  }

  .block-services--info p {
    font-size: 1.8rem;
  }

  .block-services--info .item-info {
    padding: 20px;
  }

  .block-services--info .img {
    margin: 0 0 20px 0;
  }

  .block-info {
    padding: 0 40px 40px;
  }

  .block-info h1 {
    font-size: 3.2rem;
  }

  .block-info img {
    vertical-align: bottom;
    width: 50px;
  }

  .block-info p {
    font-size: 2rem;
  }

  .block-top {
    margin: 0 0 60px 0;
    height: 600px;
  }

  .block-top--content {
    padding: 60px 100px 60px 30px;
  }

  .block-top--content span {
    font-size: 3.2rem;
  }

  .block-top--content strong {
    width: 200px;
  }

  .btn-go-bottom {
    width: 60px;
    height: 60px;
    right: 40px;
  }

  .btn-go-bottom svg {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 1090px) {
  .footer-block--1 {
    grid-area: 1/1/2/5;
  }

  .footer-block--2 {
    grid-area: 2/1/3/5;
  }

  .footer-block--3 {
    grid-area: 3/1/4/5;
    margin-bottom: 4px;
  }

  .footer-block--4 {
    grid-area: 4/1/5/5;
    margin-left: 0;
  }

  .footer-block--5 {
    grid-area: 5/1/6/5;
  }

  .footer-block--6 {
    grid-area: 6/1/7/4;
  }

  .footer-block--7 {
    grid-area: 6/4/7/5;
  }

  .footer-block--8 {
    grid-area: 7/1/8/5;
  }

  .footer-block--9 {
    grid-area: 8/1/9/3;
  }

  .footer-block--10 {
    grid-area: 8/3/9/5;
  }
}

@media (max-width: 1024px) {
  .block-services--info {
    flex-wrap: wrap;
  }

  .block-services--info .item-info:nth-child(even) {
    border-right: none;
  }

  .block-services--info .item-info {
    width: 50%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 940px) {
  .block-partner {
    height: 130px;
  }
}

@media (max-width: 768px) {
  .header {
    background-color: #1B1B1B;
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
  }

  .header--nav {
    background-color: #1B1B1B;
    bottom: 0;
    width: 250px;
    top: 70px;
    display: none;
    position: fixed;
  }

  .header--nav .nav {
    flex-wrap: wrap;
  }

  .header--nav li {
    width: 100%;
  }

  .header--nav .header--logo {
    display: none;
  }

  .header .header-logo--responsive {
    display: block;
    z-index: 100;
  }

  .header .btn-nav {
    display: block;
  }

  .footer {
    padding: 0 20px 20px;
  }

  .footer-block--1 {
    grid-area: 1/1/2/5;
    padding: 20px 0 20px;
  }

  .footer-block--2 p {
    font-size: 2.4rem;
  }

  .footer-block--2 {
    grid-area: 2/1/3/5;
    padding: 20px 0 20px;
  }

  .footer-block--3 {
    grid-area: 3/1/4/5;
  }

  .footer-block--4 a {
    font-size: 2.4rem;
  }

  .footer-block--4 {
    grid-area: 4/1/5/5;
  }

  .footer-block--5 {
    grid-area: 5/1/6/5;
  }

  .footer-block--6 {
    grid-area: 6/1/7/5;
  }

  .footer-block--7 a {
    line-height: 1;
    margin: 0 20px 0 0;
  }

  .footer-block--7 {
    grid-area: 7/1/8/5;
    justify-content: left;
  }

  .footer-block--8 {
    grid-area: 8/1/9/5;
  }

  .footer-block--9 {
    grid-area: 9/1/10/5;
    border-bottom: none;
  }

  .footer-block--10 {
    grid-area: 10/1/11/5;
  }

  .footer-menu a {
    line-height: 1.5;
  }

  .block-cases {
    padding: 20px 20px 0;
    margin: 0 0 30px 0;
  }

  .block-cases--items {
    flex-wrap: wrap;
  }

  .block-cases .item-cases {
    width: 100%;
    margin-bottom: 20px;
  }

  .block-cases .img {
    padding-bottom: 40%;
  }

  .block-cases .item-cases--all .content {
    padding-bottom: 40%;
  }

  .block-cases .item-cases--all {
    width: 100%;
  }

  .block-technologies {
    padding: 0 20px;
  }

  .block-technologies--technologies h4 {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .block-technologies--technologies .technologie {
    width: 100%;
  }

  .block-technologies--technologies .item-technologie {
    flex-wrap: wrap;
  }

  .block-technologies .technologie--all .coll {
    padding: 20px 20px;
    font-size: 1.6rem;
  }

  .block-partners {
    padding: 0 20px;
  }

  .block-partners h2 {
    grid-area: 1/1/2/5;
  }

  .block-partner--1 {
    grid-area: 2/1/3/3;
  }

  .block-partner--2 {
    grid-area: 2/3/3/5;
  }

  .block-partner--3 {
    grid-area: 3/1/4/3;
  }

  .block-partner--4 {
    grid-area: 3/3/4/5;
  }

  .block-partner--5 {
    grid-area: 4/1/5/3;
  }

  .block-partner--6 {
    grid-area: 4/3/5/5;
  }

  .block-partner--7 {
    grid-area: 5/1/6/3;
  }

  .block-partner--8 {
    grid-area: 5/3/6/5;
  }

  .block-projects {
    padding: 20px 20px 0;
  }

  .block-projects .separator {
    display: none;
  }

  .block-projects p {
    font-size: 2.4rem;
  }

  .block-projects strong {
    font-size: 5.4rem;
    margin: 0 20px 0 0;
  }

  .block-services {
    padding: 20px 20px 30px;
  }

  .block-services--info .item-info {
    width: 100%;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }

  .block-services--info .img {
    margin: 0 0 20px 0;
  }

  .block-info {
    padding: 0 20px 20px;
  }

  .block-info p {
    font-size: 1.6rem;
  }

  .block-top--content {
    padding: 20px 20px 20px 20px;
  }

  .btn-go-bottom {
    display: none;
  }
}

@media (max-width: 540px) {
  .block-projects {
    flex-wrap: wrap;
  }

  .block-projects .coll:last-child {
    padding: 0;
  }

  .block-projects .coll:first-child {
    margin-bottom: 20px;
  }

  .block-projects .coll {
    width: 100%;
  }
}

@media (max-width: 468px) {
  .block-technologies--technologies h4 {
    font-size: 1.6rem;
  }

  .block-technologies .technologie--all {
    flex-wrap: wrap;
  }

  .block-technologies .technologie--all .coll--2 {
    border-top: 2px solid rgba(27, 27, 27, 0.05);
  }

  .block-technologies .technologie--all .coll {
    width: 100%;
  }
}

@media (max-width: 458px) {
  .block-partners h2 {
    grid-area: 1/1/2/5;
  }

  .block-partner img {
    height: 50%;
  }

  .block-partner--1 {
    grid-area: 2/1/3/5;
  }

  .block-partner--2 {
    grid-area: 3/1/4/5;
  }

  .block-partner--3 {
    grid-area: 4/1/5/5;
  }

  .block-partner--4 {
    grid-area: 5/1/6/5;
  }

  .block-partner--5 {
    grid-area: 6/1/7/5;
  }

  .block-partner--6 {
    grid-area: 7/1/8/5;
  }

  .block-partner--7 {
    grid-area: 8/1/9/5;
  }

  .block-partner--8 {
    grid-area: 9/1/10/5;
  }
}
/*# sourceMappingURL=maps/main.css.map */
