@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;
}

.nav-page {
  background: url("../../img/cover.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.nav-page__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 250px;
}
.nav-page__nav {
  margin: auto 0 56px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-page__nav a {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: clamp(1rem, 0.916rem + 0.42vw, 1.25rem);
  line-height: 160%;
  color: #fff;
}
.nav-page__nav a:not(:last-child)::after {
  content: "";
  display: block;
  background: url("../../img/arr.svg") no-repeat;
  width: 29px;
  height: 8px;
}

.design-block__content {
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
@media (max-width: 950px) {
  .design-block__content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.design-block__info h1 {
  font-family: "Inter";
  font-weight: 600;
  font-size: clamp(1.5rem, 1.248rem + 1.26vw, 2.25rem);
  line-height: 120%;
  color: #000;
}
.design-block__info h2 {
  margin-top: clamp(1.313rem, -2.375rem + 6.21vw, 2.563rem);
  max-width: 505px;
  font-weight: 400;
  font-size: clamp(1.25rem, 1.082rem + 0.84vw, 1.75rem);
  line-height: 129%;
  color: #000;
}
.design-block__info p {
  margin-top: 20px;
  max-width: 500px;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}
.design-block__info video {
  margin-top: clamp(1.875rem, 1.329rem + 2.73vw, 3.5rem);
  max-width: 605px;
  width: 100%;
  height: 341px;
}

.services {
  margin-top: 40px;
}
.services__title h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 129%;
  color: #000;
}
.services__title p {
  margin-top: 15px;
  max-width: 711px;
  font-weight: 300;
  font-size: 14px;
  line-height: 171%;
  color: #000;
}
.services__cards {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 950px) {
  .services__cards {
    flex-direction: column;
    gap: 30px;
  }
}
.services__card {
  max-width: 394px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
}
.services__card img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.services__card h3 {
  margin-top: 24px;
}
.services__card p {
  margin-top: 10px;
  font-weight: 300;
}
.services__services {
  margin-top: 20px;
}
.services__services h4 {
  font-weight: 300;
  font-size: 14px;
  line-height: 143%;
  color: #000;
}
.services__list {
  display: flex;
  flex-direction: column;
}
.services__list span {
  padding: 20px 0;
  border-bottom: 1px solid #cddde3;
}
.services__list span:first-child {
  margin-top: 10px;
  border-top: 1px solid #cddde3;
}
.services__buttons {
  margin-top: 29px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.services__buttons button {
  padding: 15px clamp(2.188rem, -3.16rem + 9.01vw, 4rem);
  background-color: #cddde3;
  border: 1px solid #cddde3;
  font-weight: 600;
  font-size: 10px;
  line-height: 240%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
}
.services__buttons a {
  display: block;
  padding: 15px clamp(1.563rem, -4.154rem + 9.63vw, 3.5rem);
  border: 1px solid #cddde3;
  font-weight: 600;
  font-size: 10px;
  line-height: 240%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}

.list-price__content {
  max-width: 603px;
  width: 100%;
}
.list-price h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #000;
}
.list-price__lists {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.list-price__line {
  display: inline-flex;
  width: 100%;
}
.list-price__line span {
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 300;
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  line-height: 171%;
  color: #000;
}
.list-price__line hr {
  margin-left: 5px;
  margin-right: 5px;
  border: 0;
  width: 100%;
  border-bottom: 1px dotted black;
}
.list-price__button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.list-price__button button {
  padding: 15px clamp(1.625rem, 1.205rem + 2.1vw, 2.875rem);
  background-color: #cddde3;
  font-weight: 600;
  font-size: 10px;
  line-height: 240%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000;
  border: 0;
}/*# sourceMappingURL=design.css.map */

.services__card h3 {
  height: 40px;
}

.services__card p {
  height: 60px;
}

.textile-page__container {
  margin-top: 50px !important;
}

.image-background-prez {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 169px;
  height: 174.49px;
  top: 23.81px;
  left: 85px;
  gap: 0px;
}

.textile-blog__item_prez {
  display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 60px;
    padding: 50px 0;
}

@media (max-width: 767px) {
  .textile-blog__item_prez {
        flex-direction: column;
        gap: 18px;
  }
}

.textile-blog__info_btn_prez {
  padding: 10px 50px 10px 60px;
  border: 1px solid #cddde3;
  font-weight: 600;
  font-size: 10px;
  line-height: 33px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.image-background-small {
  position: relative;
  top: 6px;
  right: 15%;
}

.textile-blog__info_title_prez {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32.68px;
  text-align: left;
}

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

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

.services__card_m {
  flex: 0 0 24%;
  max-width: 394px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #000;
}

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

.textile-header__video {
  width: 100% !important;
  margin-top: 25%;
}

.services {
  font-family: Open\ Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.services__content {
  font-family: Open Sans;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 20px !important;
}

.services__card_m {
  text-align: center;
}

.textile-blog__info_title_prez {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
  text-align: left;
}

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

.textile-blog__info_btn {
  font-family: Open Sans;
  font-size: 10px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}

.textile-steps__title {
  font-family: Inter;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}

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