.create-order-status__block {
  max-width: 840px;
  margin-inline: auto;
  margin-top: 60px;
}
.create-order-status__block.success .create-order-status__icon {
  border-color: rgba(64, 178, 49, 0.1);
}
.create-order-status__block.success .create-order-status__icon svg {
  color: #40b231;
}
.create-order-status__block.success .create-order-status__info p {
  max-width: 265px;
}
@media (min-width: 768px) {
  .create-order-status__block.success .create-order-status__info p {
    max-width: none;
  }
}
.create-order-status__block.success .create-order-status__footer p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .create-order-status__block.success .create-order-status__footer p {
    font-size: 22px;
  }
}
.create-order-status__block.error .create-order-status__icon {
  border-color: rgba(224, 37, 47, 0.1);
}
.create-order-status__block.error .create-order-status__icon svg {
  color: #e0252f;
}
.create-order-status__block.error .create-order-status__info p:nth-child(1) {
  max-width: 250px;
}
@media (min-width: 768px) {
  .create-order-status__block.error .create-order-status__info p:nth-child(1) {
    max-width: none;
  }
}
.create-order-status__block.error .create-order-status__info p:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
.create-order-status__block.error .create-order-status__note {
  display: none;
}
.create-order-status__block.error .create-order-status__manager-note {
  text-align: center;
  max-width: 400px;
  margin-inline: auto;
}
.create-order-status__block.error .create-order-status__manager-note a {
  font-weight: 600;
  white-space: nowrap;
}
.create-order-status__block.error .create-order-status__footer {
  display: none;
}
.create-order-status__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.create-order-status__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid transparent;
  border-radius: 100%;
}
.create-order-status__icon svg {
  border: 2px solid transparent;
  border-radius: 100%;
  width: 47px;
  height: 47px;
}
@media (min-width: 768px) {
  .create-order-status__icon svg {
    width: 56px;
    height: 56px;
  }
}
.create-order-status__title {
  text-align: center;
  color: #262627;
}
.create-order-status__content {
  margin-top: 24px;
  border-radius: 24px;
  padding: 24px 16px;
  background: #f6f6f6;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .create-order-status__content {
    margin-top: 40px;
    padding: 40px;
  }
}
.create-order-status__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.create-order-status__info p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.26;
  text-align: center;
  color: #3f4041;
}
@media (min-width: 768px) {
  .create-order-status__info p {
    font-size: 22px;
  }
}
.create-order-status__note {
  margin-top: 30px;
  border-radius: 20px;
  padding: 16px 24px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 16px 1fr;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
}
.create-order-status__note span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.create-order-status__note span svg {
  width: 16px;
  height: 16px;
  color: #636363;
}
.create-order-status__note p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #3f4041;
}
.create-order-status__link {
  margin-top: 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .create-order-status__link {
    margin-top: 30px;
  }
}
.create-order-status__manager-note {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .create-order-status__manager-note {
    margin-top: 30px;
  }
}
.create-order-status__manager-note p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #3f4041;
}
.create-order-status__manager-note p:nth-child(2) {
  font-weight: 600;
}
.create-order-status__footer {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .create-order-status__footer {
    margin-top: 40px;
  }
}
.create-order-status__footer p {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  text-align: center;
  color: #262627;
}