.ndmodal h1 {
    color: #444444;
    font-family: "Source Serif Pro";
    font-size: 48px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0px;
    text-align: left;
    opacity: .3;

  }
.ndmodal h2 {
  color: #444444;
  font-family: "Source Serif Pro";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0px;
  text-align: left;

}
.ndmodal h3 {
  color: #444444;
  font-family: "Source Serif Pro";
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0px;
  text-align: left;

}
.ndmodal h4 {
  color: #444444;
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: left;
}
.ndmodal h5 {
  color: #444444;
  font-family: "Source Serif Pro";
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0px;
  text-align: left;
}
.ndmodal p {
  color: #444444;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: left;
}

.ndmodal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 5555;
  background: rgba(0, 0, 0, 0.6);
  /* overflow-y: scroll; */
}
.ndmodal__inner {
  background: #fff;
  border-radius: 12px;
  font-family: 'Source Serif Pro';
  box-shadow: 0px 2px 20px 0px #0000001A;
  background: #FAFAFA;
}
.ndmodal__header {
  position: relative;
  padding: 22px;
  background: linear-gradient(0deg, #F5F2F3, #F5F2F3),
              linear-gradient(0deg, #F0F4F7, #F0F4F7);
  border: 1px solid #F0F4F7;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.ndmodal__close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0px;
  padding: 8px;
  cursor: pointer;
}

.ndmodal-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 35px 100px 22px;
  background: #FAFAFA;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.ndmodal-content__prompt {
  margin-bottom: 50px;
  color: #444444;
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
  text-align: center;

}

.ndmodal-create-folder .ndmodal-content{
  border-radius: 12px;
  padding: 35px 100px 40px;
}

h3.ndmodal-header__title {
  font-family: 'Source Serif Pro';
  font-style: normal;

  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  color: #444444;
}

.create-capsule_modal h4{
  background: url(../../assets/icon/user/ico_time-circle.svg) top center no-repeat;
  background-size: 51px;
  padding-top: 65.5px;
  margin: 62px auto 64px;
}

.modal_wrapper#login_enter input[type="button"].new.solid_btn{
  background-color: #326e5b;
  border-radius: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  font-family: "Proxima Nova";
  width: 100%;
  transition: all .2s ease-in-out;
  max-height: 50px;
  text-transform: none;
  padding: 16px 24px;
  margin-bottom: 12px;
}

.modal_wrapper#login_enter .form-reg__divide {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #444444;
  opacity: 0.7;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  position: relative;
}
.modal_wrapper#login_enter .form-reg__divide:before {
  left: 10%;
}
.modal_wrapper#login_enter .form-reg__divide:after {
  right: 10%;
}
.modal_wrapper#login_enter .form-reg__divide:before, .form-reg__divide:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #B7BDCE;
}
.modal_wrapper#login_enter input[type="button"].new.solid_btn#vk_enter{
  background: url(../../assets/icon/logo/logo-vk.svg) center no-repeat #0177FF;
  padding: 0;
  margin: 0 auto;
  width: 50px;
  max-width: unset;
}

.modal_wrapper#login_enter input[type="button"].new.solid_btn#empty_btn{
  color: #326E5B;
  background-color: transparent;
}

#interview_offer {
  display: none;
  opacity: 0;
  transition: 2s;
}

#interview_offer .modal_wrapper {
  width: 680px;
  padding: 52px 0 0;
  overflow: hidden;
}

#interview_offer .modal_wrapper .modal-settings__title{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 21px;
  padding: 0 40px;
}

#interview_offer .modal_wrapper .modal-settings__text {
  padding: 0 40px;
  margin-bottom: 14px;
}

#interview_offer .modal_wrapper .modal-settings__text p{
  font-family: "Proxima Nova", "Montserrat";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

#interview_offer .modal_wrapper .user-settings__buttons {
  padding: 25px 40px;
  background-color: rgba(183, 189, 206, 0.3);
  display: flex;
  justify-content: space-between;
}

#interview_offer .modal_wrapper .button-action {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  display: block;
  text-align: center;
  color: #FFF;
  background: #326E5B;
  border-radius: 100px;
  border: none;
  padding: 0 55px;
  height: 50px;
  border: 1px solid #326E5B;
  width: 270px;
}

#interview_offer .modal_wrapper #interview_offer__text{
  width: 310px;
}

#interview_offer .user-settings__notification{
  display: none;
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #FD2F2F;
  position: absolute;
  bottom: 9px;
  margin: 0;
}

#interview_offer .user-settings__buttons.interview_offer__error #interview_offer__text {
  border-color: #FD2F2F;
}

#interview_offer .user-settings__buttons.interview_offer__error .user-settings__notification {
  display: block;
}

#interview_offer_mini {
  background: linear-gradient(-45deg, #326E5B, #a98055, #f286e2, #681d7a);
  background-size: 400% 400%;
	animation: gradient 10s ease infinite;
  border-radius: 0px 15px 0px 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

#interview_offer_mini .interview_offer_mini__title {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
  padding: 12px 59px 12px 80px;
  cursor: pointer;
}

#interview_offer_mini .interview_offer_mini__close {
  background: url(../../assets/icon/media/delete-date.svg) center no-repeat transparent;
  width: 24px;
  height: 24px;
  align-items: center;
  cursor: pointer;
}

#interview_offer.interview_chat .modal_wrapper .button-action {
  width: auto;
}

#interview_offer_mini.interview_chat .interview_offer_mini__title {
  padding: 12px 39px 12px 60px;
}


#modal-balance {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.60);
  z-index: 150;
}
#modal-balance p {
  margin: 0;
}
#modal-balance .modal-balance__body {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  border: 1px solid #F0F4F7;
  background: var(--white, #FFF);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.10);
  width: 100%;
  max-width: 400px;
  overflow: hidden;
}

#modal-balance .modal-balance__header {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 22px 15px;
  background: var(--beige, #F5F2F3);
}
#modal-balance .modal-balance__title {
  color: var(--Black, #444);
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#modal-balance .modal-balance__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  gap: 16px;
}
#modal-balance .modal-balance__text {
  color: var(--Black, #444);
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 125% */
  max-width: 240px;
  width: 100%;
}

#modal-balance .modal-balance__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: 240px;

  padding: 16px;
  border-radius: 12px;
  background: rgba(183, 189, 206, 0.20);
}
#modal-balance .modal-balance__info a {

  text-align: center;
}
#modal-balance .modal-balance__close {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}
#modal-balance .modal-balance__close i {
  display: block;
  width: 30px;
  height: 30px;
}
#modal-balance .modal-balance__close i::before {
  background-color: #B7BDCE;
}

#modal-balance .modal-balance__close:hover i::before,
#modal-balance .modal-balance__close:active i::before {
  background-color: rgba(183, 189, 206, 0.3);
}

#modal-balance .balance-info__title {
  color: rgba(68, 68, 68, 0.70);
  font-family: "Proxima Nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

#modal-balance .balance-info__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
#modal-balance .balance-info__count {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--Black, #444);
  font-family: "Proxima Nova";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}



@media only screen and (max-width: 1023px) {
  .create-capsule_modal h4{
    margin: 75px auto 95px;
  }
}

@media screen and (max-width: 650px) {
  .ndmodal {
    top: unset;
    bottom: 0;
    align-items: flex-end;
  }
  .ndmodal .ndmodal__inner {
    width: 100%;
    /* height: 100%; */
    border-radius: unset;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow-y: auto;
  }
  .ndmodal-content {
    padding: 35px 25px 65px;
  }
  .ndmodal h4 {
    color: #444444;
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
    text-align: left;
  }
  h3.ndmodal-header__title {
    font-size: 20px;
  }
  .ndmodal-create-folder .ndmodal__inner{
    width: 100%;
  }
  .ndmodal-create-folder .ndmodal-content{
    border-radius: unset;
  }
  #interview_offer .modal_wrapper {
    width: 100%;
    padding: 54px 0 0;
  }
  #interview_offer .modal_wrapper .modal-settings__title {
    text-align: left;
    background: transparent;
    padding: 0 25px;
  }
  #interview_offer .modal_wrapper .modal-settings__text {
    padding: 0 25px;
    text-align: left;
    height: 250px;
    overflow: scroll;
  }
  #interview_offer .modal_wrapper .user-settings__buttons {
    padding: 25px;
    position: relative;
  }
  #interview_offer .modal_wrapper .button-action {
    margin: 25px 0 0 0;
  }
  #interview_offer .modal_wrapper #interview_offer__text {
    width: 100%;
  }
  #interview_offer .user-settings__buttons.interview_offer__error .user-settings__notification{
    bottom: auto;
    top: 78px;
    left: 25px;
  }

  #modal-balance {
    align-items: flex-end;
  }
  #modal-balance .modal-balance__body {
    width: 100%;
    max-width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media screen and (max-width: 450px) {
  #interview_offer_mini {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    padding: 0;
    justify-content: center;
  }

  #interview_offer_mini .interview_offer_mini__title {
    padding: 12px 80px 12px 80px;
  }

  #interview_offer_mini .interview_offer_mini__close {
    position: absolute;
    right: 10px;
  }
}