@charset "UTF-8";
.VkIdSdk_oauth_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  height: auto !important;
}

.VkIdSdk_oauth_item {
  margin: 0 !important;
  padding: 0 !important;
  padding-left: 12px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  min-height: 46px !important;
  border-radius: 8px !important;
}

.VkIdSdk_oauth_item[data-oauth="ok_ru"] {
  display: none !important;
}

.VkIdSdk_oauth_item[data-oauth="vkid"] {
  position: relative;
}

.VkIdSdk_oauth_item[data-oauth="vkid"]::after {
  content: '';
  display: block;
  aspect-ratio: 4/1;
  width: 107px;
  background-image: url(/assets/images/vk-text.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.VkIdSdk_oauth_item[data-oauth="mail_ru"] {
  position: relative;
}

.VkIdSdk_oauth_item[data-oauth="mail_ru"]::after {
  content: '';
  display: block;
  aspect-ratio: 4/1;
  width: 68px;
  background-image: url(/assets/images/mail-ru-text.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.auth-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.auth-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 5px 11px 15px;
  width: 100%;
  border-radius: 8px;
}

.auth-btn_google {
  gap: 10px;
}

#rjs-user-page .VkIdSdk_oauth_list, #rjs-user-page .auth-btns {
  width: 100%;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#rjs-user-page .VkIdSdk_oauth_list *, #rjs-user-page .auth-btns * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#rjs-user-page .auth-btns {
  margin-top: 10px;
}

#rjs-user-page .auth-btn span {
  font-size: 18px;
}

#rjs-user-page .VkIdSdk_oauth_item[data-oauth="vkid"]::after {
  content: 'Добавить Вконтакте' !important;
  display: block;
  background: none !important;
  color: black;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  aspect-ratio: 0;
}

#rjs-user-page .VkIdSdk_oauth_item[data-oauth="mail_ru"] {
  position: relative;
}

#rjs-user-page .VkIdSdk_oauth_item[data-oauth="mail_ru"]::after {
  content: 'Добавить Mail.ru';
  display: block;
  background: none !important;
  color: black;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  aspect-ratio: 0;
}
/*# sourceMappingURL=style.css.map */