@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;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}
.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;
}

.decore-block__text p:nth-child(1) {
  margin-top: 35px;
  font-weight: 300;
  font-size: 18px;
  line-height: 178%;
  color: #000;
}
.decore-block__text p:nth-child(2) {
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}

.price {
  margin-top: 80px;
}
.price h2 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  color: #000;
}
.price__prices {
  margin-top: 36px;
}
@media (max-width: 950px) {
  .price__prices {
    overflow: auto;
  }
}
.price__top, .price__block {
  display: grid;
  grid-template-columns: 33.27% 16.66% 16.66% 30.91%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 300;
  line-height: 178%;
  color: #000;
}
@media (max-width: 950px) {
  .price__top, .price__block {
    grid-template-columns: 423px 212px 212px 394px;
    border-bottom: 0;
  }
}
.price__top {
  padding: 10px 0;
  font-size: 14px;
}
.price__block {
  padding: 23px 0;
  font-size: 18px;
}
.price__text-b {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #757575;
}

.category-block {
  margin-top: 80px;
}
.category-block__content {
  display: flex;
  flex-direction: column;
  gap: 63px;
}
.category-block__category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 750px) {
  .category-block__category {
    flex-direction: column;
    gap: 30px;
  }
}
.category-block__category img {
  max-width: 394px;
  height: 205px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-block__info {
  max-width: 760px;
  width: 100%;
}
.category-block__info h2 {
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  color: #000;
}
.category-block__info p {
  margin-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}

.links {
  margin-top: clamp(3.75rem, 2.489rem + 6.3vw, 7.5rem);
}
.links__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.links__link {
  position: relative;
  padding: 36px 0;
  max-width: 393px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.links__link span {
  font-weight: 300;
  font-size: 16px;
  line-height: 175%;
  color: #000;
}
.links__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.links__link:nth-child(1)::after {
  background: url("../../img/one.svg") no-repeat;
}
.links__link:nth-child(2)::after {
  background: url("../../img/two.svg") no-repeat;
}
.links__link:nth-child(3)::after {
  background: url("../../img/three.svg") no-repeat;
}/*# sourceMappingURL=decor.css.map */

.stages__text p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}

.textile-advantages__title, .textile-portfolio__title {
  font-family: Open Sans;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  text-align: left;
  padding-bottom: 10px;
}

.textile-advantages__item_text {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}

.services__card {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.portfolio-slide__content_text, .portfolio-slide__properties {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
}

.portfolio-slide__title {
  font-family: Inter;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.63px;
  text-align: left;
}

.services__card h4 {
  padding-top: 15px;
  font-size: 20px;
}