body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
:root {
  --primary-color: "#007bff";
  --secondary-color: "#0056b3";
}
body {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
}
.headerImg {
  height: auto;
  width: 100%;
}
.delivery-box,
.discount-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 10px #0000001a;
  margin: 10px 0;
  padding: 20px;
  text-align: center;
  width: 90%;
}
.delivery-box h2,
.discount-box h2 {
  font-size: 24px;
  margin: 0 0 10px;
}
.delivery-box p,
.discount-box p {
  color: #777;
  font-size: 14px;
  margin: 10px 0;
}
.delivery-box .info,
.discount-box .price {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.delivery-box .info span,
.discount-box .price span {
  font-size: 24px;
  margin: 0 10px;
}
.discount-box .price .old-price {
  color: #999;
  text-decoration: line-through;
}
.discount-box .price .new-price {
  color: "#007bff";
  color: var(--primary-color);
}
.discount-box button {
  background-color: "#007bff";
  background-color: var(--primary-color);
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 10px 20px;
}
.discount-box span {
  color: "#007bff";
  color: var(--primary-color);
}
.discount-box button:hover {
  background-color: "#0056b3";
  background-color: var(--secondary-color);
}
.delivery-box .info {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  margin: 10px 0;
  padding: 10px;
}
.delivery-box .info:last-child {
  border-bottom: none;
}
.delivery-box .info .Image {
  background-color: "#0056b3";
  background-color: var(--secondary-color);
  border-radius: 100%;
  color: #fff;
  height: 40px;
  line-height: 48px;
  margin-right: 10px;
  max-height: 40px;
  max-width: 40px;
  text-align: center;
  width: 40px;
}
.delivery-box .info .Image .Icon {
  height: 20px;
  width: 20px;
}
.delivery-box .info div {
  flex: 1 1;
}
.delivery-box .info strong {
  color: #333;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.delivery-box .info p {
  color: #777;
  font-size: 14px;
  margin: 0;
}
.tech-block {
  background-color: #fff;
  box-shadow: 0 0 10px #0000001a;
  overflow: hidden;
  width: 100%;
}
.tech-header {
  background-color: #f7f7f7;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
.tech-block img {
  margin: 10px 0зч;
  width: 100%;
}
.tech-description {
  padding: 20px;
}
.tech-description p {
  margin: 10px 0;
}
.form-group {
  margin: 6px 0;
}
.form-group input {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  font-size: 14px;
  height: 24px;
  margin: 5px 0;
  padding: 10px;
  width: 90%;
}
.form-group input:focus {
  border-color: "#007bff";
  border-color: var(--primary-color);
  outline: none;
}
.contact-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 10px #0000001a;
  margin: 10px 0;
  max-width: 400px;
  padding: 20px;
  text-align: center;
  width: 90%;
}
.contact-box p {
  color: #333;
  font-size: 14px;
  margin: 5px 0;
}
.contact-box strong {
  display: block;
  margin-top: 10px;
}
.contact-box a,
.contact-box strong {
  color: "#007bff";
  color: var(--primary-color);
}
.contact-box a {
  text-decoration: none;
}
.contact-box a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=main.c3223592.css.map*/
