.description {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .description {
    margin-top: 50px;
  }
}

.description__text > div {
  border-left: 2px solid rgba(239, 72, 36, 1);
}

.text__block {
  margin-top: 25px;
  max-width: 1210px;
}

@media screen and (max-width: 768px) {
  .text__block {
    margin-top: -5px;
  }
}

.text__block2 {
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .text__block2 {
    margin-top: 35px;
  }
}

.text__paragraph {
  margin: 20px 0 0 10px;
  max-width: 1210px;
}

@media screen and (max-width: 768px) {
  .description {
    margin-top: 50px;
  }
}

.text__paragraph li::before {
  content: "\2022";
  color: rgba(239, 72, 36, 1);
  display: inline-block;
  margin-right: 5px;
  width: 5px;
}

.text__paragraph2 {
  margin-top: 20px;
  color: rgba(43, 41, 39, 0.9);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.text__paragraph2 > li > span {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .text__paragraph2 {
    margin-top: 15px;
  }
}

.text__paragraph2 > li:not(:last-child) {
  margin-bottom: 10px;
}

.text__paragraph2 > li:before {
  content: "\2022 ";
  color: rgba(239, 72, 36, 1);
  font-size: 15px;
  margin-right: 3px;
}

.text__paragraph2 > li > div > span {
  font-weight: 700;
}

.text__paragraph2 > li {
  display: flex;
}

.catalog__hr {
  margin: 40px 0 50px 0;
  width: 100%;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

@media screen and (max-width: 768px) {
  .catalog__hr {
    margin: 35px 0 35px 0;
  }
}

.sd {
  margin: 0 auto;
}

.seo__catalog {
  margin: 160px 0 160px 0;
}

.seo__catalog > .desc {
  margin-top: 30px;
  height: 170px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .seo__catalog {
    margin: 80px 0 80px 0;
  }
  .seo__catalog > .desc {
    height: 140px;
  }
}

.text__block-1 {
  margin-top: 50px;
}

@media screen and (max-width: 425px) {
  .text__block-1 {
    display: none;
  }
}
