.timer {
  margin-bottom: 15px;
}

input::placeholder {
  border: none !important;
}

.countdown-block {
  text-align: center;
  color: #000;
  padding-bottom: 10px;
  box-shadow: 0 0 black;
}

.countdown-block h3 {
  font-weight: 800;
  font-size: 28px;
  padding-top: 5px;
  margin: 0;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
}
.left {
  position: relative;
}
.countdown-container {
  max-width: 220px;
  border: 5px solid #000;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .countdown-container {
    max-width: 250px !important;
  }
  
}

.countdown-container h3 {
  color: #fff;
  margin: 0 auto;
  margin-top: -10px;
  background: #000;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
}

.countdown {
  display: flex;
  color: #000;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}

.countdown-item {
  color: #000;
  width: 80px;
  font-weight: bold;
  text-align: center;
}

.countdown-divider {
  color: #000;
  width: 1rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #000;
  width: 90%;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.countdown-text span {
  text-align: center;
  width: 33%;
}

.product {
  margin: 0 auto;
  display: flex;
}

.product .left {
  width: 50%;
}

.product .right {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

input,
button,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input::placeholder {
  font-family: sans-serif;
  color: grey !important;
}

@media screen and (max-width: 759px) {
  .product {
    display: block;
  }

  .product .left,
  .product .right {
    width: 50%;
  }
}

.countdown-container h3 {
  font-size: 1rem;
}

.countdown-text {
  font-size: 0.8rem;
}

.countdown-block,
.countdown-container,
.countdown-container h3,
.countdown-text {
}

@media (max-width: 600px) {
}
.footer {
  padding: 20px 10px;
}
.footer * {
  font-size: 13px;
}
