@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}

img {
  max-width: 100%;
}

body {
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
  min-width: 320px;
  font-family: "Open Sans";
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  font-family: "Open Sans";
}

button {
  padding: 0;
  cursor: pointer;
}

input {
  outline: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-moz-selection {
  background: #70a0e3;
  color: #fff;
}

::selection {
  background: #70a0e3;
  color: #fff;
}

:root {
  scroll-behavior: smooth;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.container {
  max-width: 1272px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.main {
  flex: 1 1 auto;
}

.project-block__project {
  margin-top: 35px;
}
@media (max-width: 950px) {
  .project-block__project {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.project-block__project h1 {
  font-weight: 600;
  font-size: clamp(1.5rem, 1.248rem + 1.26vw, 2.25rem);
  line-height: 120%;
  color: #000;
}
.project-block__back {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.project-block__back span {
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}
.project-block__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 950px) {
  .project-block__main {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}
.project-block__main img {
  max-width: 606px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: contain;
}
.project-block__info {
  max-width: 500px;
  width: 100%;
}
.project-block__info h2 {
  margin-top: 35px;
  font-weight: 300;
  font-size: 18px;
  line-height: 178%;
  color: #000;
}
.project-block__info p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}
.project-block__info button {
  max-width: 287px;
  width: 100%;
  border: 0;
  margin-top: 40px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 10px;
  line-height: 240%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  background-color: #cddde3;
}

.stages {
  margin-top: 80px;
}
.stages__info {
  display: flex;
  padding-bottom: 29px;
}
.stages__info span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #000;
  font-family: "Inter";
  background: white;
  z-index: 2;
}
.stages__point {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 950px) {
  .stages__point {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.stages__point:not(:last-child) span::after {
  content: "";
  position: absolute;
  top: 48px;
  border-left: 1px dotted #000;
  height: calc(100% - 48px);
  opacity: 0.4;
  z-index: -1;
}
.stages__point img {
  max-width: 394px;
  width: 100%;
  height: 205px;
  -o-object-fit: cover;
     object-fit: contain;
}
@media (max-width: 950px) {
  .stages__point img {
    padding-left: 70px;
  }
}
.stages__text {
  margin: 10px 0 0 19px;
}
.stages__text h2 {
  font-weight: 400;
  font-size: 22px;
  color: #000;
  font-family: "Inter";
}
.stages__text p {
  margin-top: 10px;
  max-width: 606px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}/*# sourceMappingURL=project.css.map */

.services__content {
  margin-bottom: 50px;
}

.services__cards_project {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 10px;
}

@media (max-width: 950px) {
  .services__cards_project {
      flex-direction: column;
      gap: 30px;
  }
}