.yandex-auth-btn {
  width: 100%;
}
.yandex-auth-btn__btn_hidden {
  display: none;
}
.yandex-fake-btn {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "YS Text", "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  outline: 0;
  transition: opacity 0.6s, background-color 0.3s;
  position: relative;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  height: 56px;
  min-width: 194px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 20px;
  border-radius: 15px;
}
.yandex-fake-btn__icon {
  width: 32px;
  height: 32px;
  position: relative;
  left: -3px;
}