.ya-site-form__input-text {
  height: 44px;
  width: 100%;
  padding-right: 17px;
  padding-left: 17px;
  position: relative;
  z-index: 1;
  font-family: inherit;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: #27262B;
  border: 1px solid #3F3E43;
  border-radius: 16px;
  outline: none;
}

.ya-site-form__input-text::placeholder {
  opacity: 0.4;
}

.ya-site-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  margin-top: 12px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  background-color: #9C2D2D;
  border: 0;
  border-radius: 8px;
  position: relative;
  padding-right: 17px;
  padding-left: 17px;
  cursor: pointer;
}