.ru-auth-oauth {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 16px;
}

.ru-auth-oauth__btn {
  display: block;
  padding: 12px 16px;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
}

.ru-auth-oauth__btn--vk {
  background: #0077ff;
}

.ru-auth-oauth__btn--yandex {
  background: #fc3f1d;
}

.ru-auth-oauth__btn--sber {
  background: #21a038;
}

.ru-auth-oauth__btn--tinkoff {
  background: #ffdd2d;
  color: #333;
}

.ru-auth-divider {
  text-align: center;
  margin: 16px 0;
  color: #888;
}

.ru-auth-divider span {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  position: relative;
}

.ru-auth-domains {
  font-size: 13px;
  color: #666;
  margin-top: 12px;
}

.ru-auth-flash {
  margin-bottom: 16px;
}
