 .open-btn {
    padding: 4px 16px;
    background: #FAA732;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

p {
  font-family: verdana;
  font-size: 26px;
  font-style:bold;
  color: black;
  text-align: center;
}

.modal2 {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
 
    align-items: center;      /* по вертикали */
    justify-content: center;  /* по горизонтали */
}

.modal-content {
    background: #fff;
    width: 350px;
    padding: 20px;
    border-radius: 8px;
}

.close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 22px;
    cursor: pointer;
}

input, textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
	color: black;
}

textarea {
    resize: none;
    height: 100px;
}

.submit-feedback {
    width: 100%;
    padding: 10px;
    background: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
	text-align: center;
}

.success {
    display: none;
    text-align: center;
}

.checkmark {
    font-size: 48px;
    color: #4CAF50;
}