@charset "UTF-8";
.VkIdSdk_oauth_link_text {
  display: none !important;
}

.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;
  color: black;
  font-size: 18px;
}

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

.VkIdSdk_oauth_item[data-oauth="mail_ru"]::after {
  content: 'mail';
  display: block;
  color: black;
  font-size: 18px;
}

.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;
  gap: 5px;
}

.auth-btn .text {
  width: auto;
  font-size: 18px;
  line-height: 1;
}

.auth-btn_google .text {
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.auth-btn_yandex {
  gap: 0;
}

.auth-btn_yandex .text {
  -webkit-transform: translateY(-0.1em) translateX(0px);
          transform: translateY(-0.1em) translateX(0px);
}

#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;
}

.lk-social-container_google .auth-btn_google {
  display: none !important;
}

.lk-social-container_ya .auth-btn_yandex {
  display: none !important;
}

.lk-social-container_vk .VkIdSdk_oauth_item {
  display: none !important;
}

.pe__user-profile__add__right {
  padding-left: 0;
}

.btn-remove-social {
  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;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.btn-remove-social:before {
  content: '';
  display: block;
  aspect-ratio: 1/1;
  width: 35px;
  background-color: white;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.btn-remove-social_google:before {
  background-color: transparent;
  background-image: url(/assets/images/google-logo.svg);
}

.btn-remove-social_ya:before {
  background-color: transparent;
  background-image: url(/assets/images/ya-logo.svg);
}

.btn-remove-social_vk:before {
  background-color: transparent;
  background-image: url(/assets/images/logo-vk.svg);
}

.btn-remove-social_ok:before {
  background-color: #FF7700;
  -webkit-mask-image: url(/templates/svg/icons/ok.svg);
          mask-image: url(/templates/svg/icons/ok.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.btn-remove-social_fb:before {
  background-color: #3b5998;
  -webkit-mask-image: url(/templates/svg/icons/facebook.svg);
          mask-image: url(/templates/svg/icons/facebook.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.btn-remove-social_mailru:before {
  background-color: transparent;
  background-image: url(/assets/images/logo-mailru.svg);
}
/*# sourceMappingURL=style.css.map */