.content__wrap {
  padding: 20px;
}
@media (max-width: 990px) {
  .content__wrap {
    padding: 10px;
  }
}
.content__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 47px;
  margin: 0 0 15px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .content__title {
    font-size: 24px;
    line-height: normal;
  }
}
.content__btn {
  margin: 15px auto 0 auto;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  max-width: 150px;
}
@media (max-width: 576px) {
  .content__btn {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
  }
}
.content__output {
  margin-top: 10px;
}
.content__output h1, .content__output h2, .content__output h3, .content__output h4, .content__output h5 {
  font-weight: 700;
}
.content__output h1 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 29px;
}
@media (max-width: 990px) {
  .content__output h1 {
    font-size: 23px;
    line-height: normal;
  }
}
.content__output h2 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 25px;
}
@media (max-width: 990px) {
  .content__output h2 {
    font-size: 22px;
    line-height: normal;
  }
}
.content__output h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}
@media (max-width: 990px) {
  .content__output h3 {
    font-size: 20px;
    line-height: normal;
  }
}
.content__output h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 990px) {
  .content__output h4 {
    font-size: 18px;
    line-height: normal;
  }
}
.content__output h5 {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 990px) {
  .content__output h5 {
    font-size: 16px;
    line-height: normal;
  }
}
.content__output p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin: 0 0 10px 0;
}
@media (max-width: 990px) {
  .content__output p {
    font-size: 14px;
    line-height: 21px;
  }
}
.content__output ul, .content__output ol {
  margin: 0 0 10px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  position: relative;
  z-index: 2;
}
@media (max-width: 990px) {
  .content__output ul, .content__output ol {
    grid-template-columns: 1fr;
  }
}
.content__output li {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  font-weight: 400;
}
@media (max-width: 990px) {
  .content__output li {
    font-size: 14px;
    line-height: 21px;
  }
}
.content__output ul {
  padding-left: 20px;
}
.content__output ol {
  padding-left: 20px;
}
.content__output a {
  text-decoration: none;
}
.content__output img {
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  .content__output img {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
  }
}
.content__output strong {
  font-weight: 700;
}
.content__output blockquote {
  padding: 15px 10px 15px 25px;
  margin: 0 0 15px 0;
}
.content__output blockquote p {
  margin: 0;
}
.content__output p:last-child {
  margin-bottom: 0;
}
.content__table {
  margin-top: 20px;
}
.content__table-item {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .content__table-item {
    grid-template-columns: 150px 1fr;
    grid-gap: 15px;
  }
}
.content__table-title {
  font-weight: bold;
  font-size: 18px;
}
.content__table-text {
  font-weight: 400;
  font-size: 15px;
}
.content .instructions {
  padding: 0 35px;
  display: grid;
  margin-top: 100px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media (max-width: 990px) {
  .content .instructions {
    margin-top: 35px;
    grid-template-columns: 1fr;
    padding: 0 0 0 15px;
  }
}
@media (max-width: 990px) {
  .content .instructions:last-child {
    margin: 0;
  }
}
.content .instructions__item {
  position: relative;
  height: 100px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 990px) {
  .content .instructions__item {
    margin-top: 0;
    padding-bottom: 50px;
    height: auto;
    width: 100%;
    text-align: left;
    padding-left: 50px;
  }
}
.content .instructions__item::before {
  content: "";
  position: absolute;
  top: -59px;
  right: -4px;
  width: calc(100% + 4px);
  height: 2px;
  background: rgb(255, 255, 255);
}
@media (max-width: 990px) {
  .content .instructions__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10.5px;
    width: 2px;
    height: calc(100% - 0px);
    border: none;
  }
}
.content .instructions__item::after {
  content: "";
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 21px;
  border: 2px solid #fff;
  background: #000;
  border-radius: 50%;
}
@media (max-width: 990px) {
  .content .instructions__item::after {
    top: 0;
    left: 0;
    transform: translateX(0%);
  }
}
.content .instructions__item strong {
  font-weight: bold;
}
.content .instructions__item:first-child::after {
  background-color: #fff;
  box-shadow: 0px 0px 50px 20px rgba(255, 255, 255, 0.5);
}
.content .last-coll .instructions__item:first-child::after {
  background-color: #000;
  box-shadow: none;
}
@media (max-width: 990px) {
  .content .last-coll .instructions__item:first-child::after {
    top: 0;
    left: 0;
    transform: translateX(0%);
  }
}
.content .last-coll .instructions__item:first-child::before {
  width: 100%;
}
@media (max-width: 990px) {
  .content .last-coll .instructions__item:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10.5px;
    width: 2px;
    height: calc(100% - 0px);
    border: none;
  }
}
.content .last-coll .instructions__item:last-child::after {
  background-color: #dc4641;
  box-shadow: 0px 0px 50px 20px rgba(220, 70, 65, 0.5);
  width: 35px;
  height: 35px;
  top: -75px;
  border-width: 4px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .content .last-coll .instructions__item:last-child::after {
    top: -3px;
    left: -5px;
  }
}
.content .last-coll .instructions__item:last-child::before {
  width: 50%;
  right: 50%;
}
@media (max-width: 990px) {
  .content .last-coll .instructions__item:last-child::before {
    background: transparent;
    width: 100%;
  }
}

/*# sourceMappingURL=content.css.map */
