.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  cursor: pointer;
  padding: 12px 18px 12px 24px;
  border-radius: 5px;
}

.video-overlay {
  display: block;
  position: absolute;
  top: -1px;
  left: 9px;
  right: 9px;
  bottom: -1px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  pointer-events: none;
  border-radius: 10px;
}
.buttonSend[disabled] {
  background-color: #888;
  cursor: not-allowed;
}
.links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.links a:hover {
  text-decoration: underline;
}
.form__protect {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 10px 25px 25px 25px;
}

.form__protect-icon {
  width: 35.021px;
  height: 25px;
  flex-shrink: 0;
}

.form__protect-title {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin: 0;
  padding: 0;
}

.form__protect-description {
  color: #fff;
  font-size: 6px;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  margin: 0;
  padding: 0;
}
