.page-authorization-meatpers {
  max-width: 50rem;
}

.tabes {
  border: solid 1px #323233;
  border-radius: 6px;
  padding: 7px;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.tabes .tab.active {
  color: #ffffff;
  background: #2a2a2b;
  box-shadow: 0px 10px 40px #2a2a2b;
}

.tabes .tab.active:hover {
  color: #ffffff;
  background: #3e3e3e;
  box-shadow: 0px 10px 40px #2a2a2b;
}

.tabes .tab:hover {
  color: #ffffff;
  background: #2a2a2b;
}

.tab-contentes {
  display: none;
}

.tab-contentes.active {
  display: block;
}

.login_account_btn {
  width: 100%;
  border: 0;
  border-radius: 6px;
  background: #2a2a2b;
  padding: 14px;
  cursor: pointer;
  font-size: 11.5px;
  color: #e1e3e6;
  transition: 0.2s all;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
}

.login_account_btn:hover {
  width: 100%;
  border-radius: 6px;
  background: #2a2a2b;
  padding: 14px;
  cursor: pointer;
  font-size: 11.5px;
  color: #e1e3e6;
  transition: 0.2s all;
  display: flex;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border: 0;
  background-repeat: no-repeat;
  animation: bg-move linear 5s infinite;
}

.form_control_auth {
  font-size: 11.5px;
  font-weight: 600;
  width: 86%;
  border-radius: 0px 6px 6px 0px;
  text-indent: 0;
  background: #2a2a2b !important;
  border: none;
  color: #ffffff;
}

.form_control_auth:focus {
  border-color: #373744;
  color: #ffffff;
  background: #2a2a2b !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login_place {
  display: flex;
  flex-direction: column;
}

.input_login {
  display: flex;
  margin-bottom: 9px;
  background: #2a2a2b;
  border-radius: 11px;
  align-items: center;
}

.page_auth_left {
  width: 100%;
  display: flex;
  background-size: cover !important;
  justify-content: center;
  align-items: center;
  animation: zoomIn 1s;
}

.page_auth_right {
  display: flex;
  max-width: 28rem;
  padding: 70px 0px 70px 0px;
  justify-content: center;
  flex-direction: column;
  width: 50%;
  animation: zoomIn 1s;
}

.social_auth {
  display: flex;
  gap: 7px;
  align-items: center;
  margin-top: 15px;
}

.tab-contents {
  height: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.tabes {
  border: solid 1px #323233;
  border-radius: 6px;
  padding: 7px;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}

.tabes .tab.active {
  color: #ffffff;
  background: #2a2a2b;
  text-shadow: #00000085 1px 0 10px;
  box-shadow: 0px 10px 40px #2a2a2b;
}

.tabes .tab {
  cursor: pointer;
  height: 50px;
  display: flex;
  font-weight: 600;
  border-radius: 6px;
  color: #e1e3e6;
  align-items: center;
  transition: 0.2s;
  justify-content: center;
}

.tab {
  float: left;
  background-color: #171a2400;
  width: 100%;
}

.select_number {
  padding: 15px;
  background: linear-gradient(1deg, #3a3a4678 30%, #3a3a46 100%);
  border-radius: 15px;
  display: flex;
  gap: 6px;
  margin-bottom: 15px;
}

.input_login {
  display: flex;
  margin-bottom: 9px;
  background: #2a2a2b;
  border-radius: 11px;
  align-items: center;
}

.input_login i {
  height: 39px;
  background: linear-gradient(34deg, #828282 0%, rgb(130 130 130) 55%);
  text-shadow: #00000075 1px 0 10px;
  display: flex;
  width: 39px;
  margin-left: 7px;
  color: #e1e3e6;
  margin-right: 8px;
  font-size: 17px;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
}

.button_social {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 8px;
}

.auth-or-socials {
  display: flex;
  gap: 16px;
  margin-top: 13px;
}

.auth-social-icon img {
  width: 20px;
  height: 20px;
}

.auth-or-socials-btn {
  width: max-content;
  height: 50px;
  padding: 15px 22px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  width: 100%;
  border: 1px solid #503ca5;
  border-radius: 6px;
  background-size: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.auth-or-socials-btn:hover {
  background: #503ca5;
  border: 1px solid #503ca5;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  animation: bg-move linear 8s infinite;
  background-image: linear-gradient(
    270deg,
    rgb(89 62 234 / 0%) 48.44%,
    #8164ef 75.52%,
    rgb(122 96 234 / 0%) 100%
  );
}

.btn-new-reg-acc {
  padding: 10px 20px;
  border-radius: 15px;
  background: #3e3e49;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  transition: all 0.3s;
}

.authorization a.small {
  width: 100%;
  display: block;
  font-size: 12px;
  text-align: center;
  color: #606075;
  border: 0;
  padding-top: 10px;
}

.btn-new-reg-acc:hover {
  color: #fff;
  transition: all 0.3s;
}

.login_block {
  height: auto;
  width: 100%;
  margin-left: -65px;
  border-radius: 15px;
  padding: 35px;
  background: #222222;
}

.authorization_welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  gap: 5px;
  font-weight: bolder;
}

.page_authorization {
  display: flex;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
}

.block_auth_push {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  flex-direction: column;
}

.text_welcome {
  font-size: 18px;
}

.second_welcome {
  color: #e1e3e6;
  font-weight: bolder;
  text-align: center;
  line-height: 17px;
}

.login_place {
  display: flex;
  flex-direction: column;
}

.authorization .row {
  margin-right: -5px;
  margin-left: -5px;
}

.authorization {
  width: 100%;
  padding: 24px 16px;
  background: #22263400;
  padding: 0px !important;
  animation: zoomIn 1s;
}

.authorization .row > div[class^="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.flex_authorization_page {
  height: 87%;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.line_social {
  background: #3d3f4d;
  height: 3px;
  width: 70%;
  border-radius: 150%;
  display: flex;
  margin-bottom: 5px;
  margin-top: 5px;
  justify-content: center;
  align-items: center;
}

.circle_social {
  background: #3d414d;
  width: 16px;
  height: 16px;
  border: solid 3px #2a2a2b;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.circle_in_social {
  width: 4px;
  height: 4px;
  display: block;
  background: #fff;
  border-radius: 50%;
}

.privacy-policy {
  font-size: 12px;
  padding: 9px 11px;
  font-weight: 600;
  text-align: center;
  line-height: 18px;
  color: #606075;
}

.info_discount {
  padding: 20px;
  border: dashed 1px #464656;
  border-radius: 15px;
  background: #34344094;
}

.flex_discount {
  margin-bottom: 6px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.flex_discount i {
  font-size: 18px;
  color: #5cbf90;
}

.flex_discount span {
  font-weight: bold;
  font-size: 14px;
}

.text_discount_info {
  color: #747489;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  display: block;
}

.left_auth_block {
  display: flex;
  gap: 25px;
  flex-direction: column;
}

.text_auth_block {
  font-size: 60px;
  font-weight: 500;
  gap: 10px;
  line-height: 80px;
  display: flex;
  letter-spacing: 1px;
  flex-direction: column;
}

.future_text {
  font-size: 23px;
  border-radius: 6px;
  background: var(
    --GLOBAL,
    radial-gradient(100% 100% at 50% 0, #503ca5 0, #443864 100%)
  );
  text-shadow: #00000085 1px 0 10px;
  box-shadow: 0px 10px 40px #5244ae42;
  width: auto;
  font-weight: 600;
  color: #ffffff;
  display: inline-flex;
  padding: 1px 50px;
}

.text_description_auth {
  color: #60606c;
  font-size: 15px;
  display: block;
  line-height: 22px;
  font-weight: bolder;
}

.flex_auth_text {
  display: flex;
  align-items: center;
  gap: 15px;
}

.site_name_auth {
  font-size: 23px;
  border-radius: 30px;
  width: fit-content;
  font-weight: 600;
  background: #2a2a2b;
  box-shadow: 0 10px 40px #29292b;
  color: #fff;
  display: inline-flex;
  padding: 1px 50px;
  line-height: 80px;
  background-repeat: no-repeat;
  animation: bg-move linear 5s infinite;
}

.text_social {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.desp_social {
  font-weight: bold;
  color: #60606c;
  font-size: 13px;
}

.recovery_back {
  display: flex;
  gap: 8px;
  align-items: center;
  border: solid 1px #3e3e4d;
  border-radius: 6px;
  padding: 7px;
  margin-bottom: 20px;
}

.active_recovery {
  cursor: pointer;
  height: 50px;
  width: 100%;
  display: flex;
  font-weight: 600;
  background: var(
    --GLOBAL,
    radial-gradient(100% 100% at 50% 0, #503ca5 0, #443864 100%)
  );
  text-shadow: #00000085 1px 0 10px;
  box-shadow: 0px 10px 40px #5244ae42;
  border-radius: 6px;
  align-items: center;
  transition: 0.2s;
  justify-content: center;
}

.back_recovery {
  cursor: pointer;
  height: 50px;
  display: flex;
  font-weight: 600;
  border-radius: 6px;
  width: 100%;
  color: #636377;
  align-items: center;
  transition: 0.2s;
  justify-content: center;
}

.back_recovery:hover {
  background: #3a3a48;
  color: #fff;
}

.flex_social_text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  line-height: 18px;
}

.stable i {
  border-radius: 7px;
  font-size: 14px;
  color: rgb(101 206 155);
  display: flex;
  padding-left: 1px;
  width: 26px;
  height: 26px;
  background: rgb(76 216 148 / 14%);
  align-items: center;
  justify-content: center;
}

.stable {
  display: flex;
  position: relative;
  letter-spacing: 1px;
  transform: skewX(348deg);
  gap: 10px;
  background: linear-gradient(4deg, #4ee49b08 0%, #4ee49b12 55%);
  padding: 6px 16px 6px 6px;
  align-items: center;
  font-size: 8px;
  color: rgb(117 211 165);
  font-weight: 600;
  border-radius: 6px;
}

.circle_stats {
  width: 9px;
  display: block;
  height: 9px;
  position: relative;
  float: right;
  border-radius: 50%;
  border: solid 2px #575c74;
  margin-top: -26px;
  left: 4px;
  background: #373b4d;
}

.flex_online_block {
  display: flex;
  align-items: center;
  border-radius: 6px;
  padding: 0px 4px;
  background: #3f3f4b;
}

.arrow_users_top {
  background: #585868;
  height: 33px;
  width: 33px;
  border: solid 3px #3f3f4b;
  color: #9494ad;
  margin-left: -2px;
  display: flex;
  z-index: 1;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
}

.img_back_friends {
  position: relative;
  filter: blur(6px);
  opacity: 0.3;
  z-index: 0;
  margin-bottom: -55px;
  margin-left: -10px;
  width: 52px !important;
  height: 52px !important;
}

.img_back_user {
  position: relative;
  filter: blur(6px);
  opacity: 0.3;
  z-index: 0;
  border-radius: 14px;
  margin-bottom: 10px;
  margin-right: -59px;
  margin-left: -8px;
  width: 52px !important;
  height: 52px !important;
}

.img_back_head {
  position: relative;
  filter: blur(6px);
  opacity: 0.3;
  margin-bottom: -10px;
  margin-right: -53px;
  right: 10px;
  width: 40px !important;
  height: 40px !important;
}

.flex_profile_top {
  display: flex;
  gap: 8px;
  align-items: center;
}

.btn_admin_menu {
  width: 45px;
  background: var(
    --GLOBAL,
    radial-gradient(100% 100% at 50% 0, #503ca5 0, #443864 100%)
  );
  text-shadow: #000000d4 1px 0 10px;
  transition: 0.2s;
  height: 45px;
  font-size: 19px;
  display: flex;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
}

.btn_admin_menu:hover {
  opacity: 0.7;
  font-size: 19px;
}

input.form_control_auth,
.custom-file label.form_control_auth,
input[type="file"],
.custom-file label[type="file"],
select.form_control_auth,
select[type="file"] {
  padding: 6px 3px;
  line-height: 40px;
}

input.form_control_auth::-webkit-input-placeholder,
.custom-file label.form-control::-webkit-input-placeholder,
input[type="file"]::-webkit-input-placeholder,
.custom-file label[type="file"]::-webkit-input-placeholder,
select.form_control_auth::-webkit-input-placeholder,
select[type="file"]::-webkit-input-placeholder {
  font-size: 13px;
  color: #ffffff;
}

input.form_control_auth:-ms-input-placeholder,
.custom-file label.form_control_auth:-ms-input-placeholder,
input[type="file"]:-ms-input-placeholder,
.custom-file label[type="file"]:-ms-input-placeholder,
select.form_control_auth:-ms-input-placeholder,
select[type="file"]:-ms-input-placeholder {
  font-size: 13px;
  color: #ffffff;
}

input.form_control_auth::-ms-input-placeholder,
.custom-file label.form_control_auth::-ms-input-placeholder,
input[type="file"]::-ms-input-placeholder,
.custom-file label[type="file"]::-ms-input-placeholder,
select.form_control_auth::-ms-input-placeholder,
select[type="file"]::-ms-input-placeholder {
  font-size: 13px;
  color: #ffffff;
}

input.form_control_auth::placeholder,
.custom-file label.form-control::placeholder,
input[type="file"]::placeholder,
.custom-file label[type="file"]::placeholder,
select.form_control_auth::placeholder,
select[type="file"]::placeholder {
  font-size: 11.5px;
  color: #717183;
}

.icon-tg {
  background: #3b3b49;
  width: 47px;
  font-size: 19px;
  transition: 0.2s all;
  display: flex;
  color: #3eb4ed;
  height: 47px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.icon-vk {
  background: #3b3b49;
  width: 47px;
  font-size: 19px;
  transition: 0.2s all;
  display: flex;
  color: #0077ff;
  height: 47px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.icon-tg:hover {
  background: #2ba0d9;
  width: 47px;
  font-size: 19px;
  transition: 0.2s all;
  display: flex;
  color: #fff;
  height: 47px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.icon-vk:hover {
  background: #0077ff;
  width: 47px;
  font-size: 19px;
  transition: 0.2s all;
  display: flex;
  color: #fff;
  height: 47px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}

.bottom_new {
  display: none;
}

@media (max-width: 684px) {
  .page_auth_left {
    display: none;
  }
  .page_auth_right {
    width: 100%;
    margin-left: 0;
  }
}
