@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;900&family=Noto+Sans:wght@900&display=swap');
:root {
  --primary: #041836;
  --secondary: #041836;
  --dark: #4e5456;
  --white: #fff;
  --light-grey: #1e356b;
}


.grecaptcha-badge {
	width: 256px;
    height: 60px;
    display: block;
    transition: right 0.3s ease 0s;
    position: fixed;
    bottom: 14px;
    right: -186px;
    box-shadow: gray 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
    opacity: 0;

}





.p-0 {
    padding: 8px !important;
}

.input__register__item {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #4e5456;
  background: #dee6e8;
}

.logout__btn {
  background-color: transparent;
  height: fit-content;
  padding: 5px 10px;
  border-radius: 20px;
  border: none
}

.input-profile-link {
  border-radius: 30px;
  border: 1px solid transparent;
  background: #dee6e8;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25) inset;
}


.Toastify__toast-body [data-testid="toast-content"] {
    color: var(--primary) !important;
}


* {
  font-family: 'Noto Sans';
  color: var(--white);
  box-sizing: border-box;
}
header {
  background: var(--primary);
  height: 70px;
  transition: all .3s linear;
}
.form-buffer a {
  color: #4e5456;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  transition: all .3s linear;
}
.form-buffer a:hover {
  color: var(--primary);
  transition: all .3s linear;
}
.form-buffer {
  padding: 50px 110px;
  border-radius: 10px;
  background: #dee6e8;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
a:hover {
  color: var(--light-grey);
}
select {
  border-radius: 60px;
  background: #dee6e8;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 100%;
  min-height: 45px;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 1.5rem;
}
.modal-content {
  border-radius: 30px;
  background: #184048;
  padding: 50px 100px;
}
input:not([type="radio"]), textarea {
  border-radius: 10px;
  border: 3px solid #4e5456;
  resize: none;
  width: 100%;
  background: transparent;
  box-shadow: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  padding: 20px 42px;
  color: black;
  background: #dee6e8;
  outline: none;
  box-shadow: none;
}
input:not([type="radio"]) {
  height: 30px;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow: hidden;  /* Скрыть стандартный скроллбар */
  overflow-y: scroll;  /* Оставить возможность вертикальной прокрутки */
  -ms-overflow-style: none;  /* IE и Edge */
  scrollbar-width: none;  /* Firefox */
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;  /* Chrome, Safari и Opera */
}

main {
  flex: 1 0 auto;
}
.bg-prim {
  background-color: var(--primary);
}

.bg-prim * {
  z-index: 1;
}
.main-title {
  font-family: 'Noto Sans', sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%; /* 89.6px */
  text-align: center;
}
.small-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}
.lg-color {
  color: var(--light-grey);
}
a {
  text-decoration: none;
}
.fw-bold {
  font-weight: 900;
}
section {
  padding: 100px 0;
}
footer {
  background-color: var(--primary);
  z-index: 1;
}
.card {
  height: 100%;
  text-align: center;
  border-radius: 300px 300px 10px 10px;
  background: var(--light-grey);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 42px;
}
.section-title {
  text-align: center;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
}
.contacts {
  background-image: url(../img/back/b1.png);
  background-position: 50% 50%;
}
.img-buffer img {
  scale: 1.05;
}
.img-buffer {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.modal-content .close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}
.modal-backdrop {
  opacity: 1;
  background-color: rgba(222, 230, 232, 0.7);
}
.bg-img {
  padding: 0;
  position: absolute;
  height: 460px;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 0;
  overflow: hidden;
}
.nav-tabs .nav-link.nav-link.active:hover {
  color: #fff !important;
}
.nav-tabs .nav-link:hover {
  color: #184048 !important;
}
.nav-tabs .nav-link.active {
	border-radius:10px !important;
  color: white;
  border-color: #184048;
  background: #184048;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.nav-tabs .nav-link {
  border: 0px;
  min-height: 67px !important;
  font-family: 'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  border-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important ;
  background: linear-gradient(276deg, #8baabf 2.87%, #dee6e8 101.23%);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
header a, footer a {
  color: var(--white);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.middle-text {
  font-size: 20px;
}
.text-white {
  color: var(--white);
}

.show-password {
  position: absolute;
  right: 15px;
  top: 50%;
  background: transparent;
  border: none;
  transform: translateY(-50%);
}

.btn {
  transition: all .3s linear;
  font-family: 'Noto Sans';
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  color: var(--dark);
  background: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  min-height: 77px;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.btn:hover {
  background-color: var(--primary);
  color: var(--light-grey) !important;
  border-color: var(--light-grey);
}
.first-section {
  background: url(../img/back/b1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.mont {
  font-family: 'Montserrat';
  font-weight: 600;
}

.noto {
  font-family: 'Noto Sans';
  font-weight: 900;
}
.date {
  font-size: 14px;
}
.getCodeButton {
  position: absolute;
  top: 10px;
  right: 20px;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  width: 230px;
  min-height: 42px;
  padding: unset;
}
.form-buffer label {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin-top: 10px;
}
.help-form input:not([type="radio"]), .help-form textarea {
  background: #dee6e8;
  border: 0px;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.help-form textarea {
  border-radius: 30px;
}
.feedback {
  height: 100%;
  border-radius: 100px 30px 30px 30px;
  background: #dee6e8;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.feedback .profile-img {
  transform: translateY(-14px);
  width: max-content;
  height: max-content;
  border: 0px;
  border-radius: 300px 300px 30px 30px;
  background: #dee6e8;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.help-form input:not([type="radio"]) {
  margin-top: 5px;
  height: 50px;
}
.help-form {
  padding: 50px 40px;
  border-radius: 30px;
  background: var(--primary);
}
.btn.small {
  width: max-content;
  min-height: 52px;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;

}
.sidebar {
  overflow-y: scroll;
  width: 270px;
  height: 100vh;
  z-index: 1;
  padding: 10px 38px;
  bottom: 0;
  float: none;
  left: 0;
  position: fixed;
  top: 2px;
  background: var(--primary);
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
  transition: all .3s linear;
  margin: 63px;
margin-left: 0px !important;
}
.hide {
  transition: all .1s linear;
}
.sidebar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidebar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hi-sec {
  padding: 50px 0;
  /*background: url(../img/bg1.webp);*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
}
body.profile header, body.profile .main-content {
  transition: all .3s linear;
  padding-left: 270px;
}
body.profile.collapse-side aside > .profile-img {
  transition: all .3s linear;
  border: 0px !important;
  padding: 0;
}
body.profile.collapse-side .hide {
  opacity: 0;
}

@media (max-width: 992px) {
  body.profile.collapse-side .hides a > i {
    display: none;
  }
}

@media (min-width: 992px) {
  body.profile.collapse-side .hides a > span {
    display: none;
  }

  body.profile.collapse-side .hides a > i {
    opacity: 1;
  }

  body.profile .hides a > i {
    opacity: 1;
  }
}


body.profile.collapse-side header, body.profile.collapse-side .main-content {
  transition: all .3s linear;
  padding-left: 60px;
}
 /* body.profile header {
  margin-left: 10px;
  padding-right: 20px;
}  */
body.profile.collapse-side .sidebar {
  transition: all .3s linear;
  width: 60px;
  padding: 10px;
}
.links, .hides {
  margin-bottom: 150px;
}
.links a {
  color: #dee6e8;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  display: flex;
  width: 100%;
  padding: 10px;
  transition: all .3s linear;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #293f48;
  /* box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25); */
}
.links a:hover {
  background-color: var(--primary);
  color: var(--white);
  transition: all .3s linear;
}

body.profile header .col-12 > div {
  height: 60px;
}
.program-family, .program-family *,
.referal-card, .referal-card *,
.new-node-card, .new-node-card *,
.clones-cards, .clones-cards * {
  font-family: Montserrat !important;
}
.referal-card * {
  font-size: 14px;
}
.profile-name {
  color: #293f48;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.profile-login {
  color: #293f48;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.profile-img {
  transition: all .3s linear;
  display: flex;
  flex-direction: column;
  padding: 23px 30px 9px 30px;
  border-radius: 300px 300px 30px 30px;
  /* border: 3px solid #8baabf; */
}
.profile-img img {
  border-radius: 50%;
}
.item-card {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  background: #dee6e8;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.item-card img {
  border-radius: 15px;
}
.more {
  transition: all .3s linear;
  color: #4e5456;
  text-align: center;
  font-family: Montserrat;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.total-sum {
  color: #dee6e8;
  background: var(--primary);
  border-radius: 15px;
  padding: 2px 15px;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
}
.circle-buffer {
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
  width: 145px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.more-1 {
  position: relative;
}
.more-1::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  border: 1px solid var(--dark);
  width: 100%;
}
.more-1::after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: -9px;
  border: 5px solid transparent; border-left: 5px solid var(--dark);
}
.more-1 a {
  font-weight: 300;
  font-size: 0.90em;
  color: var(--dark);
}
.more::after {
  position: absolute;
  content: url(../img/arrow.svg);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.more:hover {
  color: var(--primary);
}
.text-dark {
  color: #4e5456;
}
.help-block {
  border-radius: 60px;
  background: #0c234f;
  padding: 15px 7px;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.grey-buffer {
  border-radius: 30px;
  background: #dee6e8;
  box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
}
.btn.gradient {
  background: linear-gradient(276deg, #8baabf 2.87%, #dee6e8 101.23%);
  border: 0px !important;
}
.btn.gradient:hover {
  color: var(--dark) !important;
}
.team-item a {
  color: var(--dark);
}
.bg-img.center {
  bottom: 30%;
}
.tiny-text {
  font-family: 'Montserrat';
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}
.help-wrapper-buffer::-webkit-scrollbar {
  display: none;
}

.team-buffer {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.level.l2 {
  background-color: #f19d9d;
}
.level.l3 {
  background-color: #4e5456;
}
.level.l4 {
  background-color: #31b4ce;
}
.level.l5 {
  background-color: #648a33;
}
.circle-buffer.small {
  width: 62px;
}
.main-content {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../img/back/b1.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.srch-input {
  width: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 300px;
  border: 3px solid #4e5456;
  background: #dee6e8;
  padding: 8px 15px;

}
.srch-input input {
  border-radius: 0x;
  padding: 0px;
  border: 0px;
  height: max-content;
  background: transparent;
}
.pagination {
  display: flex;
  border-radius: 300px;
  background: #dee6e8;
  padding: 3px 8px;
}
.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all .3s linear;
  color: #4e5456;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  margin: 0 2px;
}
.prim-buffer {
  height: 100%;
  border-radius: 30px;
  background: linear-gradient(305deg, #7EAEAE 0%, #184049 91.58%);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
    font-weight: 700;
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}
.pop-number {
  display: flex;
  justify-content: center;
  align-content: inherit;
  padding: 10px 28px;
  width: max-content;
  margin-top: 12px;color: #4e5456;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  border-radius: 60px;
  background: #dee6e8;
}
.pagination a.active {
  color: var(--white);
  background: var(--primary);
}
.pagination a:hover {
  background: #8baabf;
  transition: all .3s linear;
}

.structure-form {
  background: #184048;
  border-radius: 30px;
}

@media (max-width: 1200px) {
  .team-buffer-wrapper {
    overflow-x: scroll;
  }
  .team-buffer {
    display: flex;
    flex-wrap: nowrap;
    width: 1200px !important;
  }
}
@media (max-width: 992px) {
  .mont{
    font-size: 9px;
  }
  .bg-img.center {
    bottom: 18%;
  }
  .sidebar {
    transform: translateX(-100%);
  }
  .help-wrapper-buffer {
    overflow-y: scroll;
  }

  .help-wrapper {
    width: 666px !important;
  }
  .help-block {
    width: auto;
    flex-wrap: nowrap;
    border-radius: 10px;
    height: 85px;
  }
  body.profile header, body.profile .main-content {
    transition: all .3s linear;
    padding-left: 0px;
    margin: 0;
  }
  body.profile.collapse-side .sidebar {
   /* margin-top: 58px; */
    transform: translateX(0%);
    width: 250px;
    z-index: 999;
  /*  padding-top: 80px; */
  }
  body.profile.collapse-side .hide {
    opacity: 1;
  }
  body.profile.collapse-side header {
    padding: 0 20px;
  }
  body.profile.collapse-side .main-content {
    transition: all .3s linear;
    padding-left: unset;
    margin: 0;
  }
  .form-buffer {
    padding: 50px 20px;
  }
  .feedback .circle-buffer {
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
    width: 105px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.25);
  }
  body.profile .bg-img {
    height: 940px;
  }
  header {
    z-index: 9999;
  }
  .btn.small {
    width: 100%;
    margin-right: 90px;
  }
  body.profile header {
    z-index: 100;
    padding: 0 20px;
  }
  .bars {
    z-index: 99999;
    width: 34px;
    height: 21px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .bars span {
    border-radius: 10px;
    transition: all .3s linear;
    width: 100%;
    height: 4px;
    background: var(--white);
    content: '';
  }
  .mob-menu {
    z-index: 999;
    left: 0;
    opacity: 0;
    width: 100%;
    background-color: var(--primary);
    position: fixed;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    top: 0;
    transition: all .3s linear;
    transform: translateY(-100%);
  }
  body.show-menu .mob-menu {
    opacity: 1;
    transition: all .3s linear;
    transform: translateY(0%);
    top: 70px;
  }
  body.show-menu .bars span:nth-child(1) {
    transform: translateY(4px) rotate(45deg);
  }
  body.show-menu .bars span:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
  }
  body.show-menu .bars span:nth-child(3) {
    width: 0px;
  }
  footer {
    padding: 50px 0;
  }
  .btn {
    width: 100%;
  }
  .contacts {
    background-position: 65% 50%;
  }
  .bg-img img {
    height: 100%;
  }
  .bg-img {
    height: 540px;
  }
  section {
    padding: 50px 0;
  }
  .first-section {
    padding: 100px 0;
    height: unset;
    background-position: 30%;
  }
  .main-title {
    font-size: 30px;
  }
  .middle-text {
    font-size: 20px;
  }
  .small-text {
    font-size: 16px;
  }
  .getCodeButton {
    font-family: 'Noto Sans' !important;
    font-size: 14px;
    font-style: normal;
    width: 150px;
  }
}
@media (max-width: 840px) {
  .help-wrapper {
    width: 700px !important;
  }
}
@media (max-width: 840px) {
  .help-wrapper {
    width: 700px !important;
  }
}
@media (max-width: 750px) {
  .btn.small{
    padding: 0px 60px;
    margin-right: 50px;
  }

  .help-wrapper {
    width: 500px !important;
  }
}
@media (max-width: 530px) {

  .help-wrapper {
    width: 430px !important;
  }
}
@media (max-width: 450px) {

  .help-wrapper {
    width: 430px !important;
  }
}
@media (max-width: 380px) {
  .help-wrapper {
    width: 390px !important;
  }
  .mont{
    font-size: 9px;
  }
  .btn.small{
    font-size: 10px;
    margin-right: 26px;
  }
  .btn.small{
    padding: 0px 38px;
  }
}
.logo-header{
  width: 100px !important;
}
