@charset "UTF-8";
/** Подключение шрифтов локально из папки "./src/fonts" */
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Prosto One";
  font-display: swap;
  src: url("../fonts/ProstoOne-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.font-prosto {
  font-family: "Prosto One", sans-serif;
}

.font-500 {
  font-weight: 500;
}

.font-400 {
  font-weight: 400;
}

/** Обнуление */
/*! 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 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  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;
}

/**
	* Библиотеки
	* раскомментировать для использования
	*/
/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
body,
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --color-black: #161616;
  --color-pink: #8A31EF;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
  width: 90%;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  position: relative;
  color: var(--color-black);
}
body.no-scroll {
  overflow: hidden;
}
body.no-scroll .body-wrapper {
  filter: blur(5px);
}

button {
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

input {
  outline: none;
}

.header {
  padding-bottom: 102px;
  border-bottom: 1px solid #C6C6C6;
}
.header__bg {
  color: #fff;
  padding-top: 50px;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-image: url("../images/ogheader-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;

  position: relative;
}

.phone-banner {
  position: absolute;
  top: 50%;  /* vertically center or adjust */
  right: 2%; /* distance from right edge */
  transform: translateY(-40%);
  display: block;
  border: 2px solid white; 
}
.phone-banner img {
    width: 50vw;       /* scale relative to viewport width */
    max-width: 550px;  /* don’t get too big */
    height: auto;      /* keep proportions */
}


.header__wrapper {
  display: flex;
  justify-content: space-between;
}
.header__logo svg {
  width: 238px;
}
.header__call {
  padding: 12px 40px;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-right: 27px;
  font-size: 15px;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
}
.header__call:hover {
  background: #fff;
  color: #000;
}
.header__nav {
  margin-top: 60px;
  margin-left: 340px;
}
.header__nav-item {
  margin-right: 30px;
  position: relative;
  padding-bottom: 1px;
}
.header__nav-item::after {
  content: "";
  margin: 0 auto;
  width: 0;
  height: 1.5px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
}
.header__nav-item:hover::after {
  width: 100%;
}
.header__bg-bottom {
  color: #fff;
  font-size: 140px;
  line-height: 1.4;
  font-family: "Prosto One", sans-serif;
}
.header__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Prosto One", sans-serif;
}
.header__info-text {
  font-size: 140px;
  line-height: 1.4;
}
.header__info-right {
  display: flex;
}
.header__info-list {
  list-style: none;
  position: relative;
  margin-right: 29px;
}
.header__info-list__item {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 1.4;
}
.header__info-list__item:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 169px 0 131px;
  background: var(--color-black);
  color: #fff;
  position: relative;
}
.footer h3 {
	margin-bottom:20px;
}
.FLink {
	display:inline-block;
	margin-bottom:10px;
}
.footer__star {
  position: absolute;
  right: 10.5%;
  top: 17.9%;
}
.footer__container {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__title {
  font-family: "Prosto One", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 110%; /* 88px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 79px;
}
.footer__link {
  margin-bottom: 29px;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
}
.footer__link a {
  text-decoration: underline;
  white-space: nowrap;
}
.footer__line {
  margin-top: 51px;
  max-width: 763px;
  background: #5C5C5C;
  margin-bottom: 29px;
}
.footer__button {
  margin-top: 60px;
  border-radius: 50%;
  background: var(--color-pink);
  flex: 0 0 217px;
  width: 217px;
  height: 217px;
  color: #fff;
  font-family: "Prosto One", sans-serif;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  padding: 30px;
  border: 2px solid var(--color-pink);
  transition: all 0.3s;
}
.footer__button:hover {
  background: transparent;
  color: var(--color-pink);
}

.popup {
  position: fixed;
  background: #fff;
  padding: 80px 93px;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}
.popup__descr {
  color: #797C84;
  line-height: 150%;
  max-width: 70%;
  margin: 0 auto 40px;
}
.popup__form {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
.popup__form-item {
  color: #797C84;
  text-align: left;
}
.popup__form-item input {
  display: block;
  padding: 16px 30px;
  margin-top: 10px;
}
.popup__form-wrong {
  color: #CC0033;
  text-align: center;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.popup__form-wrong.active {
  opacity: 1;
  visibility: visible;
}
.popup__form-wrong.success {
  color: var(--color-pink);
}
.popup__form-submit {
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 75px;
  color: #fff;
  border: 1px solid var(--color-pink);
  background: var(--color-pink);
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 1.86;
}
.popup__form-submit:disabled {
  pointer-events: none;
  opacity: 0.6;
}
.popup__form-submit:hover {
  background: #fff;
  color: var(--color-pink);
}

.overflow {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overflow.active {
  opacity: 1;
  visibility: visible;
}

.responsible {
  padding: 150px 0 215px;
  font-family: "Prosto One", sans-serif;
}
.responsible__container {
  max-width: 1740px;
  margin: 0 auto;
  width: 90%;
}
.responsible__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 125px;
}
.responsible__call {
  border-radius: 50%;
  background-color: var(--color-pink);
  flex: 0 0 217px;
  height: 217px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  border: solid 2px var(--color-pink);
  color: #fff;
  transition: all 0.3s;
}
.responsible__call:hover {
  background: transparent;
  color: var(--color-pink);
}
.responsible__text {
  flex-shrink: 1;
  font-size: 50px;
  line-height: 157.5%;
}

.services {
  padding: 155px 0 169px 169px;
  color: #fff;
  display: flex;
  gap: 45px;
  background-color: var(--color-black);
}
.services__wrapper {
  padding-top: 50px;
  font-family: "Prosto One", sans-serif;
  flex: 0 0 510px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services__title {
  font-weight: 400;
  font-size: 50px;
  line-height: 157.5%;
}
.services__navigation {
  align-self: flex-end;
}
.services__navigation-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  width: 65px;
  height: 65px;
  transition: all 0.3s;
}
.services__navigation-item:hover {
  background: #fff;
}
.services__navigation-item:hover path {
  fill: var(--color-black);
}
.services__navigation-item svg {
  width: 21px;
  height: 8px;
  transition: path 0.3s;
}
.services__navigation-item svg path {
  fill: #fff;
}
.services .swiper-container {
  width: 100%;
}
.services .service {
  border: 1px solid #fff;
  flex: 0 0 319px;
  margin-right: 38px;
  font-size: 24px;
  line-height: 1.56;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services .service__title {
  padding: 46px 0 24px;
  text-align: center;
}
.services .service__img {
  height: 378px;
}
.services .service__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech {
  padding-top: 139px;
}
.tech__info {
  margin: 0 auto 155px;
  font-family: "Prosto One", sans-serif;
  font-size: 50px;
  line-height: 157.5%;
  width: 90%;
  max-width: 1316px;
  padding-left: 70px;
  position: relative;
}
.tech__info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 230px;
  background: #000;
}
.tech__info span {
  color: var(--color-pink);
}
.tech__img {
  position: relative;
}
.tech__img-absolute {
  position: absolute;
  bottom: -20%;
  right: 8%;
}

.automation {
  margin-top: 270px;
  padding-top: 200px;
  margin-bottom: 302px;
}
.automation__wrapper {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 184px;
}
.automation__title {
  font-family: "Prosto One", sans-serif;
  font-size: 50px;
  line-height: 140%;
  font-weight: 400;
  margin-bottom: 33px;
}
.automation__title span {
  color: var(--color-pink);
}
.automation__list {
  padding-left: 40px;
}
.automation__list-item {
  margin-bottom: 49px;
  font-size: 20px;
  font-weight: 500;
  line-height: 157.5%;
}
.automation__list-item:last-child {
  margin-bottom: 40px;
}
.automation__button {
  margin-left: 27px;
  padding: 11px 39px;
  font-size: 15px;
  font-weight: 500;
  line-height: 186%;
  border: 1px solid var(--color-black);
  background: var(--color-black);
  color: #fff;
  transition: all 0.3s;
}
.automation__button:hover {
  background: #fff;
  color: var(--color-black);
}

.team {
  background-image: url("../images/team.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 210px 0 219px;
  color: #fff;
}
.team__container {
  width: 90%;
  max-width: 1480px;
  margin: 0 auto;
}
.team__title {
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 62px;
  font-family: "Prosto One", sans-serif;
  line-height: 157.5%;
}
.team__list {
  margin-left: 20px;
  max-width: 590px;
}
.team__list-item {
  font-size: 20px;
  line-height: 255.5%;
}
.team__button {
  margin-top: 24px;
  border: 1px solid #fff;
  background: transparent;
  transition: all 0.3s;
  color: #fff;
  padding: 20px 55px;
}
.team__button:hover {
  background: #fff;
  color: var(--color-black);
}

.contact {
  padding-top: 190px;
  padding-bottom: 200px;
  border-bottom: 1px solid #D7CFDE;
}
.contact__wrapper {
  display: flex;
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
  gap: 25px;
  align-items: center;
}
.contact__title {
  font-family: "Prosto One", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 157.5%;
  flex: 0 0 55%;
}
.contact__title span {
  color: var(--color-pink);
}
.contact__form-input, .contact__form-submit {
  display: block;
  width: 100%;
}
.contact__form-wrong {
  color: #CC0033;
  text-align: center;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.contact__form-wrong.active {
  opacity: 1;
  visibility: visible;
}
.contact__form-wrong.success {
  color: var(--color-pink);
}
.contact__form {
  flex: 0 0 29.5%;
  margin-top: 10px;
}
.contact__form-input {
  margin-bottom: 22px;
  border: none;
  border-bottom: 1px solid var(--color-black);
  padding: 9px 0 16px;
}
.contact__form-submit {
  margin-top: 39px;
  background: var(--color-black);
  border-radius: 2px;
  border: 1px solid var(--color-black);
  padding: 20px;
  transition: all 0.3s;
  color: #fff;
}
.contact__form-submit:disabled {
  opacity: 0.6;
  pointer-events: none;
}
.contact__form-submit:hover {
  background: transparent;
  color: var(--color-black);
}

.storages {
  text-align: center;
  padding-bottom: 142px;
}
.storages__title {
  padding-top: 142px;
  font-family: "Prosto One", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 157.5%;
  margin-bottom: 8px;
}
.storages__description {
  line-height: 1.5;
  margin-bottom: 71px;
}
.storages__list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 82px;
  flex-wrap: wrap;
}
.storages__list-item {
  flex: 0 0 452px;
  text-align: center;
}
.storages__list-item__img {
  margin-bottom: 10px;
}
.storages__list-item__img img {
  width: 100%;
  object-fit: cover;
}
.storages__list-item__text {
  font-size: 20px;
  line-height: 300%;
}

@media (max-width: 1600px) {
  .header__bg-bottom, .header__info-text {
    font-size: 100px;
  }
  .services {
    padding: 100px 0 100px 5%;
  }
  .tech {
    padding-top: 100px;
  }
  .tech__info {
    font-size: 36px;
    margin: 0 auto 100px;
  }
  .tech__img-main {
    max-width: 70vw;
  }
  .tech__img-absolute {
    max-width: 40vw;
  }
  .automation {
    margin-top: 100px;
    padding-top: 100px;
  }
  .automation__wrapper {
    gap: 50px;
  }
  .automation__img {
    flex: 0 0 40%;
  }
  .automation__img img {
    max-width: 100%;
  }
  .automation__title {
    font-size: 36px;
  }
  .automation__list-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .popup {
    max-width: 80vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, -50%);
    padding: 40px;
  }
  .popup__form {
    flex-direction: column;
    align-items: stretch;
  }
  .popup__form-item {
    flex-grow: 1;
  }
  .popup__form-item input {
    width: 100%;
  }
  .popup__form-submit {
    flex-grow: 1;
  }
  .header__bg {
    min-height: 70vh;
  }
  .header__bg-bottom, .header__info-text {
    font-size: 60px;
  }
  .header__info {
    margin-top: 16px;
    flex-wrap: wrap;
    gap: 16px;
  }
  .header__nav {
    margin-left: 0;
  }
  .responsible {
    padding: 100px 0;
  }
  .responsible__wrapper {
    gap: 20px;
    justify-content: space-between;
  }
  .responsible__call {
    flex: 0 0 150px;
    height: 150px;
  }
  .responsible__text {
    font-size: 36px;
  }
  .services__wrapper {
    flex: 0 0 350px;
  }
  .services__title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .automation {
    margin-bottom: 50px;
  }
  .automation__wrapper {
    flex-direction: column;
  }
  .automation__img {
    flex: 0 0 400px;
    width: 100%;
    overflow: hidden;
    object-position: center;
    text-align: center;
  }
  .automation__img img {
    height: 100%;
    width: 50%;
    object-fit: cover;
    object-position: center;
  }
  .team {
    background-position: center center;
    padding: 100px 0;
  }
  .contact {
    padding: 100px 0;
  }
  .contact__wrapper {
    flex-direction: column;
  }
  .contact__title {
    font-size: 36px;
    text-align: center;
  }
  .storages {
    padding-bottom: 100px;
  }
  .storages__title {
    padding-top: 100px;
  }
  .storages__description {
    margin-bottom: 50px;
  }
  .storages__list {
    gap: 30px;
  }
  .storages__list-item {
    flex: 0 0 40%;
  }
  .storages__list-item__text {
    line-height: 1.5;
  }
  .footer {
    padding: 100px 0;
  }
  .footer__title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .header__call {
    padding: 12px 20px;
    margin-right: 0;
  }
  .responsible {
    padding: 25px 0;
  }
  .responsible__wrapper {
    flex-direction: column-reverse;
  }
  .responsible__text {
    text-align: center;
    font-size: 24px;
  }
  .responsible__call {
    width: 150px;
  }
  .services {
    flex-direction: column;
    padding: 50px 0 50px 0;
    overflow-x: hidden;
  }
  .services__wrapper {
    padding-right: 5%;
    padding-left: 5%;
    flex: 0 0 auto;
  }
  .services__navigation {
    display: flex;
    flex-direction: row-reverse;
    gap: 16px;
  }
  .services__navigation-item {
    margin-top: 20px;
  }
  .services .swiper {
    padding-left: 5%;
  }
  .tech {
    padding-top: 50px;
  }
  .tech__info {
    font-size: 24px;
    padding-left: 20px;
    margin: 0 auto 50px;
  }
  .tech__info::before {
    height: 100%;
  }
  .tech__img-absolute {
    right: 0;
  }
  .automation {
    margin-bottom: 30px;
  }
  .automation__img img {
    width: 80%;
  }
  .team__title {
    font-size: 36px;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__title {
    font-size: 24px;
  }
  .footer__star {
    right: 30px;
    top: 30px;
  }
  .footer__link {
    margin-bottom: 15px;
  }
  .footer__button {
    flex: 0 0 150px;
    height: 150px;
    width: 150px;
    padding: 20px;
    font-size: 16px;
    margin: 20px auto 0;
  }
}
@media (max-width: 540px) {
  .popup {
    max-width: 90vw;
  }
  .popup__form-submit {
    padding: 12px;
  }
  .popup__title {
    font-size: 24px;
  }
  .popup__descr {
    max-width: 90%;
  }
  .header {
    padding-bottom: 50px;
  }
  .header__wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .header__logo svg {
    width: 150px;
  }
  .header__bg {
    min-height: 50vh;
    padding-top: 20px;
  }
  .header__bg-bottom, .header__info-text {
    font-size: 40px;
  }
  .header__nav {
    width: 105%;
    display: flex;
    margin-top: 30px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
  }
  .header__nav-item {
    white-space: nowrap;
  }
  .header__info-right {
    justify-content: space-between;
    flex-grow: 1;
  }
  .header__info-right img {
    width: 60px;
  }
  .header__info-list__item {
    margin-bottom: 7px;
    font-size: 16px;
  }
  .services__title {
    font-size: 24px;
  }
  .services .service {
    flex: 0 0 250px;
  }
  .services .service__img {
    height: auto;
  }
  .automation__wrapper {
    gap: 20px;
  }
  .automation__img img {
    width: 100%;
  }
  .automation__title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
  .automation__list {
    padding-left: 20px;
  }
  .automation__list-item {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .automation__button {
    margin-left: 0;
    width: 100%;
  }
  .team__list-item {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .team__button {
    padding: 20px;
    width: 100%;
  }
  .contact {
    padding: 50px 0;
  }
  .contact__title {
    font-size: 24px;
  }
  .contact__wrapper {
    align-items: stretch;
  }
  .storages {
    padding-bottom: 50px;
  }
  .storages__title {
    padding-top: 50px;
  }
  .storages__list-item {
    flex: 0 0 90%;
  }
}