/*! 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%;
  scroll-behavior: smooth;
}

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

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

body {
  font-family: "Lack";
  margin: 0;
  background-color: #fff;
}

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

svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

@font-face {
  font-family: "Lack";
  src: local("Lack Italic"), local("Lack-Italic"), url("../fonts/Lackitalic.woff2") format("woff2"), url("../fonts/Lackitalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Lack";
  src: local("Lack Regular"), local("Lack-Regular"), url("../fonts/Lackregular.woff2") format("woff2"), url("../fonts/Lackregular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Cerebri Sans Regular";
  src: url("../fonts/Cerebrisansregular .woff2") format("woff2"), url("../fonts/Cerebrisansregular .woff") format("woff");
}

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

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 42px;
}

.header .logo {
  margin: 0 82px 0 0;
}

.header .btn-nav {
  background-color: #fff;
  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;
  display: none;
}

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

.header--nav-wrapper {
  display: flex;
  align-items: center;
}

.header--nav li {
  margin: 0 4px;
}

.header--nav a {
  font-size: 1.6rem;
  line-height: 3.75;
  display: block;
  text-decoration: none;
  color: #1B1B1B;
  padding: 0 32px;
}

.header--nav {
  top: 0;
  left: -100%;
  width: 250px;
  height: 100%;
  background: #fff;
  transition: left 0.3s ease-in-out;
}

.header--nav.active {
  left: 0;
}

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


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

.header--nav .nav {
  display: flex;
  list-style: none;
}

.header .contacts {
  display: flex;
}

.header .contacts a {
  display: flex;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: rgba(27, 27, 27, 0.05);
  justify-content: center;
  align-items: center;
  margin: 0 0 0 4px;
}

.header .contacts a svg {
  width: 24px;
  height: 24px;
}

.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  background-image: url(../img/bg-footer.jpg);
  background-size: cover;
  background-position: 100% 50%;
  background-color: #292929;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  padding: 0 42px 0;
}

.footer-block--1 {
  grid-area: 1/1/2/3;
  padding: 60px 0 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.footer-block--2 {
  grid-area: 1/3/2/4;
  padding: 60px 0 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.footer-block--2 p {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.25;
  margin: 0;
}

.footer-block--3 {
  grid-area: 1/4/2/5;
  padding: 60px 0 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.footer-block--4 {
  grid-area: 2/1/3/3;
  display: flex;
  padding: 60px 0 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.footer-block--4 a {
  display: flex;
  width: 60px;
  height: 60px;
  margin: 0 4px 0 0;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.footer-block--4 a svg {
  width: 24px;
  height: 24px;
}

.footer-block--5 {
  grid-area: 2/3/3/5;
  padding: 60px 0 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}

.footer-block--6 {
  grid-area: 3/1/4/3;
  padding: 60px 0 90px;
}

.footer-block--7 {
  grid-area: 3/3/4/5;
  padding: 60px 0 90px;
}

.footer-block--7 p {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.25);
}

.footer-block--7 p.italic {
  font-style: italic;
}

.footer .title {
  font-size: 2.4rem;
  line-height: 1;
  display: block;
  color: rgba(255, 255, 255, 0.5);
}

.footer .title--min {
  font-size: 1.6rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  display: block;
}

.footer .email {
  font-size: 5.4rem;
  font-style: italic;
  line-height: 1.2962962963;
  display: block;
  text-decoration: none;
  color: #fff;
}

.footer .slogan {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.footer .footer--logo {
  width: 398px;
  display: block;
}

.footer .footer--logo img {
  width: 100%;
}

.footer .footer--nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer--nav a {
  font-size: 1.6rem;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
}

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

.footer .tel {
  font-size: 5.4rem;
  line-height: 1.2962962963;
  text-decoration: none;
  color: #fff;
}

.blocks-partners {
  background-color: rgba(27, 27, 27, 0.1);
  border-radius: 32px 32px 0 0;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 40px;
}

.block-partner {
  background-color: #fff;
  margin: 0 4px 8px 4px;
  padding: 0 84px;
  height: 200px;
  border-radius: 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.block-partner img {
  display: block;
  height: 74px;
  width: 100%;
}

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

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

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

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

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

.block-partner--6 {
  grid-area: 2/7/4/9;
}

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

.block-partner--8 {
  grid-area: 4/7/6/9;
}

.block-partners-slogan {
  padding: 80px 42px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

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

.block-partners-slogan .title {
  font-size: 2.4rem;
  color: rgba(27, 27, 27, 0.5);
  line-height: 1;
  margin: 0 0 20px 0;
  display: block;
}

.block-partners-slogan p {
  font-size: 5.4rem;
  line-height: 1;
  font-style: italic;
  color: #1B1B1B;
  margin: 0;
}

.block-services {
  background-image: url("../img/bg-services.jpg");
  background-blend-mode: saturation;
  background-color: #0407FF;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 22px 120px;
  border-radius: 32px;
}

.block-services .title {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 0 20px;
  margin: 0 0 32px 0;
}

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

.block-services--top .coll-1,
.block-services--top .coll-2 {
  padding: 0 20px 80px;
  width: 50%;
  box-sizing: border-box;
}

.block-services--top .coll-1 p {
  font-size: 5.4rem;
  line-height: 1.2222222222;
  color: #fff;
  margin: 0;
}

.block-services--top .coll-2 p {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  text-align: right;
  color: #fff;
  margin: 0;
}

.block-services--info {
  display: flex;
  align-items: start;
  margin: 0 0 80px 0;
}

.block-services--info .item-info {
  width: calc(25% - 20px);
  box-sizing: border-box;
  padding: 40px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  margin: 0 10px;
  border-radius: 24px;
  transition: all 0.3s ease-in;
}

.block-services--info .item-info:hover {
  border-color: #fff;
  background-color: #fff;
}

.block-services--info .item-info:hover .icon svg {
  fill: #1B1B1B;
}

.block-services--info .item-info:hover h3 {
  color: #1B1B1B;
}

.block-services--info .item-info:hover p {
  color: rgba(27, 27, 27, 0.5);
}

.block-services--info .icon {
  width: 36px;
  height: 36px;
  display: block;
  margin: 0 0 40px 0;
}

.block-services--info .icon svg {
  fill: #fff;
  transition: fill 0.3s ease-in;
}

.block-services--info h3 {
  font-size: 2.4rem;
  line-height: 1.25;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin: 0 0 40px 0;
  transition: fill 0.3s ease-in;
}

.block-services--info p {
  font-size: 2.4rem;
  line-height: 1.1666666667;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  text-transform: lowercase;
  transition: fill 0.3s ease-in;
}

.block-services--slogan {
  margin: 0 0 80px 0;
}

.block-services--slogan p {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin: 0;
  padding: 0 20px;
  color: #fff;
  width: 25%;
}

.block-services--technologies {
  display: flex;
  flex-wrap: wrap;
  margin: 0 10px;
}

.block-services--technologies .item-technologie {
  width: calc(50% - 20px);
  display: flex;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  box-sizing: border-box;
  margin: 0 10px 20px;
  padding: 28px 40px;
  border-radius: 24px;
}

.block-services--technologies .item-technologie h4 {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #fff;
  text-transform: lowercase;
  width: 100%;
}

.block-services--technologies .item-technologie img {
  display: block;
}

.block-services--technologies .technologie {
  height: 40px;
  display: flex;
  align-items: center;
}

.block-services--technologies .technologie-icon {
  font-family: "Cerebri Sans Regular";
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  margin: 0 8px;
  display: block;
}

.block-services--technologies .all {
  font-size: 1.6rem;
  line-height: 2.5;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 48px;
  color: #fff;
  padding: 0 10px;
  margin: 0 0 0 10px;
}

.block-services .all-technologie {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  width: calc(100% - 24px);
  background: rgba(255, 255, 255, 0.05);
  margin: 0 12px;
  text-align: center;
  color: #fff;
  border-radius: 24px;
  padding: 34px 0;
}

.block-cases {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 120px 0;
}

.block-cases--top {
  width: 40%;
  margin: 0 0 40px;
}

.block-cases--top .title {
  font-size: 2.4rem;
  color: rgba(27, 27, 27, 0.5);
  display: block;
  margin: 0 0 32px 0;
}

.block-cases--top p {
  font-size: 5.4rem;
  line-height: 1.2222222222;
  color: #1B1B1B;
  text-transform: lowercase;
  margin: 0 0 32px;
}

.block-cases .swiper-btn {
  display: flex;
}

.block-cases .swiper-btn-custom-prev,
.block-cases .swiper-btn-custom-next {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: rgba(27, 27, 27, 0.05);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 0 0;
}

.block-cases .swiper-btn-custom-prev svg,
.block-cases .swiper-btn-custom-next svg {
  width: 24px;
  height: 24px;
}

.swiper .swiper-slide {
  position: relative;
  border-radius: 24px;
}

.swiper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  opacity: 0.5;
  transition: all 0.3s ease;
  filter: grayscale(1);
}

.swiper .swiper-slide.swiper-slide-active img {
  opacity: 1;
  filter: grayscale(0);
}

.swiper .label {
  font-size: 1.6rem;
  line-height: 1.375;
  border-radius: 16px;
  display: block;
  padding: 18px 32px;
  position: absolute;
  background-color: #fff;
  text-transform: uppercase;
  top: 32px;
  left: 32px;
  z-index: 1;
}

.block-top {
  background-image: url("../img/bg-block-top.jpg");
  background-color: #090BFF;
  background-position: 100% 50%;
  background-blend-mode: color;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  padding: 0 22px;
  margin: 0 0 90px 0;
  min-height: 800px;
  overflow: hidden;
}

.block-top .logo {
  width: 100%;
  max-width: 398px;
}

.block-top .logo img {
  vertical-align: top;
  width: 100%;
}

.block-top .slogan p {
  font-size: 5.4rem;
  line-height: 1.2222222222;
  text-transform: lowercase;
  color: #fff;
  margin: 0;
}

.block-top--slogan {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px 80px;
  align-self: end;
}

.block-top--grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, calc(25% - 20px));
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 50%;
  margin: -170px 10px 0 0;
  justify-content: end;
}

.block-top--grid .grid {
  border-radius: 24px;
  margin: 0 10px 20px;
  box-sizing: border-box;
  display: grid;
}

.block-top--grid .grid strong {
  font-weight: normal;
  font-size: 5.4rem;
  line-height: 0.7037037037;
  display: block;
}

.block-top--grid .grid p {
  font-size: 2rem;
  line-height: 1.1;
  margin: 0;
  align-self: end;
}

.block-top--grid .grid img {
  height: 100%;
  vertical-align: top;
  border-radius: 50%;
  min-height: 100%;
}

.block-top--grid .grid--1 {
  grid-area: 1/1/2/2;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.block-top--grid .grid--2 {
  grid-area: 1/2/2/3;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.block-top--grid .grid--3 {
  grid-area: 1/3/2/5;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.block-top--grid .grid--4 {
  grid-area: 2/2/3/3;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.block-top--grid .grid--5 {
  grid-area: 2/3/3/4;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.block-top--grid .grid--8 {
  grid-area: 3/3/4/4;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.block-top--grid .grid--9 {
  grid-area: 3/4/4/5;
  background: rgb(255, 255, 255);
  padding: 32px 24px;
  color: #1B1B1B;
}

.block-top--grid .grid--10 {
  grid-area: 4/2/5/3;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 32px 24px;
  color: #fff;
}

.block-top--grid .grid--11 {
  grid-area: 4/3/5/5;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1520px) {
  .block-services--technologies .item-technologie {
    width: calc(100% - 20px);
  }
}

@media (max-width: 1270px) {
  .footer {
    padding: 0 20px 0;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

  .blocks-partners {
    padding: 16px;
  }

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

  .block-partners-slogan {
    display: flex;
    padding: 40px 20px;
  }

  .block-services {
    padding: 30px 12px 60px;
  }

  .block-services .title {
    padding: 0 8px;
  }

  .block-services--top {
    flex-wrap: wrap;
  }

  .block-services--top .coll-1,
  .block-services--top .coll-2 {
    width: 100%;
  }

  .block-services--top .coll-2 p {
    text-align: left;
  }

  .block-services--top .coll-2 br {
    display: none;
  }

  .block-services--info {
    flex-wrap: wrap;
    align-items: stretch;
  }

  .block-services--info .item-info {
    width: calc(50% - 20px);
    padding: 20px;
    margin: 0 10px 20px;
  }

  .block-services--slogan p {
    width: calc(100% - 16px);
    padding: 0 8px;
  }

  .block-services--technologies {
    margin: 0;
  }

  .block-services--technologies .item-technologie {
    margin: 0 8px 10px;
    padding: 14px 20px;
    border-radius: 16px;
  }

  .block-services .all-technologie {
    padding: 20px 0;
    border-radius: 16px;
  }

  .block-cases--top {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .block-top {
    min-height: auto;
  }

  .block-top--grid {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }

  .block-top--grid .grid--1 {
    display: none;
  }

  .block-top--grid .grid--2 {
    display: none;
  }

  .block-top--grid .grid--3 {
    display: none;
  }

  .block-top--grid .grid--4 {
    display: none;
  }

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

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

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

  .block-top--grid .grid--8 {
    grid-area: 2/2/3/3;
  }

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

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

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

@media (max-width: 1024px) {
  body {
    padding-top: 60px;
  }

  .header {
    padding: 10px 20px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 3;
  }

  .header .logo {
    margin: 0 40px 0 0;
  }

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

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

  .header--nav a {
    font-size: 1.4rem;
    line-height: 2.8571428571;
    padding: 0 20px;
  }

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

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

  .header--nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: none;
  }

  .header .contacts a svg {
    width: 16px;
    height: 16px;
  }

  .header .contacts a {
    width: 40px;
    height: 40px;
  }

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

  .footer-block--4 a {
    width: 40px;
    height: 40px;
  }

  .footer-block--4 a svg {
    width: 16px;
    height: 16px;
  }

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

  .footer .title {
    font-size: 1.6rem;
  }

  .footer .title--min {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }

  .footer .email {
    font-size: 3.4rem;
  }

  .footer .slogan {
    font-size: 1.6rem;
  }

  .footer .footer--logo {
    width: 240px;
  }

  .footer .tel {
    font-size: 3.4rem;
  }

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

  .block-partners-slogan .title {
    font-size: 1.4rem;
    margin: 0 0 10px 0;
  }

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

  .block-services .title {
    font-size: 1.4rem;
    margin: 0 0 16px 0;
  }

  .block-services--top .coll-1,
  .block-services--top .coll-2 {
    padding: 0 8px 20px;
  }

  .block-services--top .coll-1 p {
    font-size: 3.4rem;
  }

  .block-services--top .coll-2 p {
    font-size: 1.6rem;
  }

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

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

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

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

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

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

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

  .block-cases--top .title {
    font-size: 1.4rem;
    margin: 0 0 16px 0;
  }

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

  .block-cases .swiper-btn-custom-prev svg,
  .block-cases .swiper-btn-custom-next svg {
    width: 16px;
    height: 16px;
  }

  .block-cases .swiper-btn-custom-prev,
  .block-cases .swiper-btn-custom-next {
    width: 40px;
    height: 40px;
  }

  .swiper .label {
    font-size: 1.4rem;
    border-radius: 14px;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
  }

  .block-top {
    flex-wrap: wrap;
    padding: 0 10px;
    margin: 0 0 40px 0;
  }

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

  .block-top--slogan {
    width: 100%;
  }

  .block-top--grid {
    width: 100%;
    grid-template-rows: repeat(3, calc(33% - 20px));
  }

  .block-top--grid .grid {
    border-radius: 16px;
  }

  .block-top--grid .grid strong {
    font-size: 3.4rem;
  }

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

@media (max-width: 800px) {
  .block-partner {
    height: 100px;
    border-radius: 8px;
  }
}

@media (max-width: 768px) {
  .blocks-partners {
    border-radius: 16px 16px 0 0;
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

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

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

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

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

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

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

  .block-services--info .item-info {
    width: calc(100% - 20px);
  }

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

  .block-services--technologies .item-technologie h4 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }

  .block-services--technologies .technologie {
    width: 100%;
    justify-content: center;
    height: auto;
    flex-wrap: wrap;
  }

  .block-services--technologies .technologie-icon {
    height: auto;
    margin: 10px 8px;
  }

  .block-services--technologies .all {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
  }

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

@media (max-width: 540px) {
  .block-top--grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, calc(40% - 20px));
  }

  .block-top--grid .grid--5 {
    display: none;
  }

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

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

  .block-top--grid .grid--8 {
    display: none;
  }

  .block-top--grid .grid--9 {
    grid-area: 2/2/3/3;
  }

  .block-top--grid .grid--10 {
    grid-area: 1/1/2/2;
  }

  .block-top--grid .grid--11 {
    display: none;
  }
}

@media (max-width: 492px) {
  .blocks-partners {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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