body {
  padding: 0;
  margin: 0;
  background: radial-gradient(63.64% 161.09% at 41.86% 50%, #250303 0%, #000000 100%);
}

@font-face {
  font-family: "ChronicType";
  src: url("fonts/ChronicType-Regular.woff2") format("woff2"), url("fonts/ChronicType-Regular.woff") format("woff"), url("fonts/ChronicType-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.container {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.jewelry {
  font-family: "ChronicType", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f4d9b6;
  padding: 0 20px;
}

.logo-img {
  width: 150px;
  margin-top: 30px;
}

.jewelry-img {
  width: 260px;
}

.container-title {
  font-size: 20px;
  margin-bottom: 50px;
}
.container-title span {
  color: #ff8000;
}

.jewelry-cost {
  margin-bottom: 0;
  font-size: 22px;
}

.jewelry-sale {
  color: #ff9c11;
  margin: 0;
  margin-bottom: 30px;
  font-size: 24px;
}

.jewelry-parther-name {
  font-weight: 200;
}

.container-btn {
  font-family: "ChronicType", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 12px 22px;
  background: linear-gradient(90deg, #ff9e2f 0%, #d44000 100%);
  box-shadow: 0px 0px 20px #d53900, 0px 0px 5px #ff8000;
  color: #f4d9b6;
  border: 1px solid #f4d9b6;
  margin-bottom: 35px;
  text-decoration: none;
  width: 200px;
}

.container-parther {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.parther-img {
  margin-bottom: 50px;
}

.order-input {
  width: 90%;
  padding: 10px 10px;
  margin-bottom: 15px;
  border: 1px solid #f4d9b6;
  color: #fff;
  outline: red;
  background: rgba(47, 35, 35, 0.5);
}
.order-input::-moz-placeholder {
  text-transform: uppercase;
  color: #857663;
}
.order-input::placeholder {
  text-transform: uppercase;
  color: #857663;
}
.order-input:last-child {
  margin-bottom: 20px;
}

.order-pharmacy {
  margin-bottom: 30px;
}/*# sourceMappingURL=styles.css.map */