.input__error {
  border: 1px solid red;
}

#myModal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

#myModal_content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 27px 38px 48px 38px;
  border: 1px solid #888;
  max-width: 456px;
  position: relative;
}

#myModal_close {
  float: right;
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 10px;
}

#myModal_close:hover,
#myModal_close:focus {
  text-decoration: none;
  cursor: pointer;
}


p#myBtn {
  display: inline-block;
  padding: 10px 20px;
  margin: 0;
  height: 40px;
  line-height: 20px;
  border: 1px solid #1bc62d;
  background-color: transparent;
  color: #1bc62d;
  font-size: 16px;
  border-radius: 1px;
  font-family: 'Century Gothic', sans-serif;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  width: 26rem;
}

p#myBtn:hover {
  background-color: #1bc62d;
  color: #fff;
}


p.p_form_i {
  text-align: center;
  font-size: 20px;
  font-weight: bolder;
  color: #333;
  margin-bottom: 17px;
}

p#name_prod_popup {
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}

.fiz_ur {
  display: flex;
  justify-content: space-around;
  margin-bottom: 18px;
}

.fiz_ur > div {
  display: flex;
  align-items: center;
}

input#tel {
  height: 36px;
  margin-bottom: 15px;
}

.r_city {
  margin-bottom: 16px;
}

button#myModal_btnForm {
  font-size: 14px;
  color: #fff;
  background: #67C15E;
  border: 1px solid #67C15E;
  padding: 16px;
}

button#myModal_btnForm:hover {
  color: #67C15E;
  background: #fff;
}

button#myModal_btnForm:disabled, button#myModal_btnForm[disabled] {
  background: #999;
}


.box-cart-bottom {
  padding-top: 10px;
}