a{
  color: #777;
  font: 500 14px/1 GothamPro,sans-serif;
}
.header {
  border-bottom: 1px solid #1c1f22;
  width: 100%;
  z-index: 1;
}
.header_absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  align-items: center;
  padding: 6px 0 9px;
}
.header__wrapper_padding {
  padding: 30px 0;
}
.header__logo {
  padding: 0 10px;
  max-width: 175px;
  width: 100%;
}
.header__logo_dell {
  max-width: 120px;
}
.header__phone {
  padding: 0 10px;
  margin-right: 10px;
  width: 50%;
  text-align: right;
}
.header__phone a{
  color: #ff9800;
  text-decoration: none;
}
.header__account-wrapper {
  padding: 0 10px;
  display: flex;
  align-items: center;
  /*margin: 0 -21px;*/
  margin: 0 0;
  gap: 3rem;
}
#try-new-lk{
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 46px;
  border-radius: 4px;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  width: 100%;
  padding-left:32px;
}
#try-new-lk p{
  font-family: 'GothamPro';
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  color: black;
  margin-bottom: 0;
  margin-right: 40px;
}
.to-new-lk{
  max-width: 10rem;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  color: white;
  background-color: #F79900;
  padding: 8px 24px;
  margin-right: 10px;
  border-radius: 4px;
  text-decoration: none;
}
#try-new-lk img{
  height: 66px;
}
#try-new-lk .close-btn{
  position: absolute;
  right: 4px;
  top: 5px;
  cursor: pointer;
}
.header__account {
  /*padding: 0 21px;*/
}
.header__id {

  /*padding: 0 21px;*/
}
.header__id a:before {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.header__id a{
  position: relative;
  color: white;
  text-decoration: none;
  font: 400 14px/1 GothamPro,sans-serif;
  padding-right: 20px;
}
.content {
  position: relative;
  height: 100%;
}
.content__cover {
  height: 100%;
}
.content__wrapper {
  padding-top: 106px;
  display: flex;
  height: 100%;
}
.content__aside {
  width: 270px;
  flex: 0 0 auto;
  height: 100%;
}
.content__main {
  flex: 1 1 auto;
  height: 100%;
  width: calc(100% - 270px);
}
.aside {
  display: flex;
  flex-direction: column;
  padding-right: 36px;
  height: 100%;
  padding-bottom: 48px;
}
.aside__nav {
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  width: 4000px;
  display: flex;
  justify-content: flex-end;
  margin-left: -3766px;
}
.aside__social {
  flex: 0 0 auto;
}
.nav {
  width: 234px;
}
.nav__list {
  margin: -40px 0 0 0;
}
.nav__item {
  position: relative;
  padding: 20px 0;
}
.nav__item:first-child{
  padding-top: 40px;
}
.nav__item::before {
  content: "";
  display: block;
  width: 4000px;
  height: 1px;
  background: #212529;
  position: absolute;
  bottom: 0;
  right: 0;
}
.nav__item:last-child:before {
  display: none;
}
.nav__link {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  text-decoration: none;
}
.active .nav__link .nav__icon,
.nav__link:active .nav__icon,
.nav__link:hover .nav__icon,
.nav__list:not(:has(.active)) .nav__item:first-child .nav__link .nav__icon {
  fill: #f79900;
}
.active .nav__link .nav__text,
.nav__link:active .nav__text,
.nav__link:hover .nav__text,
.nav__list:not(:has(.active)) .nav__item:first-child .nav__link .nav__text{
  color: #f79900;
  text-decoration: underline;
}
.nav__icon-wrapper {
  padding: 0 10px;
}
.nav__icon {
  width: 35px;
  height: 35px;
  fill: #fff;
  transition: all .3s ease;
}

.nav__icon-templates-icon,
.nav__icon-psystems-icon,
.nav__icon-employees-icon
{
  stroke: #fff;
  fill: none;
}

.active .nav__icon-templates-icon,
.nav__link:hover .nav__icon-templates-icon,
.active .nav__link .nav__icon-psystems-icon,
.nav__link:hover .nav__icon-psystems-icon,
.active .nav__link .nav__icon-employees-icon,
.nav__link:hover .nav__icon-employees-icon
{
  stroke: #f79900;
  fill: none;
}

.nav__text {
  padding: 0 10px;
  color: #fff;
  font: 400 16px/1 GothamPro,sans-serif;
  max-width: 110px;
  transition: all .3s ease;
}
.main {
  position: relative;
  box-shadow: inset 0 0 20px 5px rgba(0,0,0,.25);
  border-radius: 10px 10px 0 0;
  height: 100%;
  padding-bottom: 35px;
}
.main__main {
  padding: 50px 55px 10px 50px;
  overflow: hidden;
  height: 100%;
}
.main__tab {
  /*display: none;*/
  height: 100%;
}
.main__tab.my-companies{
  display: none;
}
.main__tab.active{
  display: block;
}
.main__contracts {
  height: 100%;
}
.contracts{
  min-width: 1000px;
}
.main__footer {
  border-top: 1px solid rgba(0,0,0,.3);
  padding: 4px 30px 4px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.contracts__title,
.main__tab h1{
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font: 500 18px/1 GothamPro,sans-serif;
  padding-bottom: 40px;
  margin-bottom: 25px;
}
.contracts__title:before,
.main__tab h1:before{
  content: "";
  display: block;
  height: 2px;
  width: 257px;
  background: #1c2023;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contracts__filters-wrapper,
.partner__filters-wrapper
{
  display: flex;
  margin: 0 -15px;
  align-items: flex-end;
  /* max-width: 1050px; */
}


.partner__filters-wrapper{
  justify-content: space-between;
}


.contracts__filters,
.contacts__filters {
  display: flex;
  padding: 0 15px;
  margin: 0 -15px;
  /* flex: 1 1 auto; */
  width: 810px;
}
.contacts__filters{
  width: auto;
}

.contracts__filter.status-filter{
  max-width: 11rem;
}

#company-tab .contracts__filters{
  align-items: flex-end;
  width: 100%;
}
.contracts__filter {
  padding: 0 15px;
  max-width: 288px;
  width: 100%;
  margin-bottom: 30px;
}
.contracts__filter-dates{
  min-width: 257px;
}
.contacts__btn,
.templates__btn,
.contracts__btn {
  flex: 0 0 auto;
  margin-bottom: 30px;
}

.contacts__btn{
  padding: 0 15px;
}

.templates__btn{
  display: flex;
  justify-content: space-between;
  padding-right: 23px;
}
.templates__btn_group{
  gap: 30px;
  display: flex;
  align-items: center;
}
.templates__btn_group a{
  color: white;
}

.template__add,
.contracts__add, .invite_form,
.btn {
  display: inline-block;
  cursor: pointer;
  background: #f79900;
  outline: 0;
  text-decoration: none;
  color: #000;
  font: 500 14px/1 GothamPro,sans-serif;
  border: none;
  padding: 0 20px;
  height: 42px;
  border-radius: 4px;
}

.js-money:disabled{
  color: rgb(119,119,119);
  background-color: rgb(229,229,229);
  border-color: rgb(229,229,229);
}

.template__add{
  height: auto;
  padding: 20px 70px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
}
thead .table__row {
  border-bottom: 1px solid #16181a;
}
thead .table__cell {
  color: #777;
  font: 400 14px/1 GothamPro,sans-serif;
  text-align: left;
}
.table tbody {
  position: relative;
}
tbody .table__cell {
  color: #e5e5e5;
  font: 400 16px/1.3 Roboto,sans-serif;
  position: relative;
}
tbody .table__cell:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right,#515559 35%,transparent 40%);
  background-size: 10px 2px,100% 2px;
  border: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.table__cell {
  padding: 17px 10px 17px 0;
}
.table__cell_date {
  width: 140px;
}
.table__cell_name {
  /* min-width: 250px; */
  min-width: auto;
}
.table__cell_phone {
  width: 176px;
}
.table__cell_status {
  width: 140px;
}
.table__cell_code {
  width: 160px;
}
.table__cell_file {
  min-width: 255px;
}
.table__cell_file .table__text {
  color: #f79900;
  margin-right: 1rem;
}
.table__cell_file:hover .table__text {
  text-decoration: underline;
}
.table__cell_send, .table__cell_delete{
  min-width: 50px;
}
.table__link {
  display: flex;
  align-items: center;
  margin: 0 -9px;
  text-decoration: none;
}
.table__img {
  padding: 0 9px;
}
.table__icon-wrapper {
  width: 23px;
}
.table__icon {
  max-width: none;
  width: 100%;
}
.table__text {
  padding: 0 9px;
  color: #e5e5e5;
  font: 400 16px/1.3 Roboto,sans-serif;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -14px;
}
.footer__links {
  display: flex;
  margin: 0 -14px;
  padding: 0 14px;
  flex-wrap: wrap;
}
.footer__links-item {
  padding: 0 14px;
}
.footer__link {
  display: flex;
  align-items: center;
  height: 20px;
  font: 400 14px/Roboto,sans-serif;
  color: #777;
  text-decoration: none;
}
.menu__icon{
  margin-right: 5px;
}
.footer__copyright {
  flex: 0 0 auto;
  color: #777;
  font: 400 14px/Roboto,sans-serif;
  padding: 0 14px;
}
.add-contract, .invite-container {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg,#343a3f 0,#1b1e21 150%);
  padding: 42px 80px 47px;
  max-width: 537px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  overflow: visible;
  border-radius: 4px;
}
.invite-container{
  padding: 42px 50px 47px;
}
.invite-container textarea{
  width: 100%;
}
.add-contract__title {
  color: #fff;
  font: 300 24px/1 GothamPro,sans-serif;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #1b1e21;
  margin-bottom: 33px;
}
.add-contract__input, .form__input {
  margin-bottom: 18px;
}
.add-contract__btn {
  margin-bottom: 30px;
}
.add-contract__checkbox {
  margin-bottom: 20px;
}
.account-form {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg,#343a3f 0,#1b1e21 150%);
  padding: 42px 80px 47px;
  max-width: 1012px;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  overflow: visible;
  border-radius: 4px;
}

.account-form__form{
  min-height: calc(100vh - 5rem);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
}

.account-form.short-form{
  max-width: 506px;
}
.account-form__title {
  padding-bottom: 30px;
  border-bottom: 4px solid #1b1e21;
  margin-bottom: 33px;
  max-width: 376px;
}
.account-form__title-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.account-form__title-link:active .account-form__title-text,
.account-form__title-link:hover .account-form__title-text {
  text-decoration: underline;
}
.account-form__title-img {
  width: 39px;
  margin-right: 11px;
}
.account-form__title-text {
  color: #fff;
  font: 300 24px/1 GothamPro,sans-serif;
}
.account-form__inputs {
  display: flex;
  margin: 0 -55px;
}
.account-form__block {
  padding: 0 55px;
  width: 50%;
}
.short-form .account-form__block{
  width: 100%; 
}
.account-form__authorization {
  margin-bottom: 36px;
}
.account-form__input {
  margin-bottom: 18px;
}
.account-form__input.disabled {
  display: none;
}
.account-form__input.active {
  display: block;
}
.account-form__submit {
  margin-bottom: 18px;
}
.account-form__radio-btns {
  display: flex;
  margin-bottom: 18px;
}
.account-form__radio {
  max-width: 157px;
  width: 100%;
}
.account-form__btn{
  margin-top: 1.5rem;
}
.field-profileform-code{
  display: none;
  opacity: 0;
}


#profileform-code{
  width: 50%;
}
.hollow-btn{
  display: flex;
  height: 3.75rem;
  gap: 1rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-family: 'GothamPro', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: white;
  width: 100%;
  border: 1px solid var(--main-color);
  border-radius: 4px;
  background: no-repeat;
  padding: 18px 0;
  opacity: 0;
  animation: fadeOut .5s ease-in both;
}

.hollow-btn>div{
  text-align: center;
}

.visible{
  animation: fadeIn .7s ease-in both;
}

.invisible{
  animation: fadeOutUp .7s ease-in both;
}


.loader{
  animation: loading 1.5s linear infinite;
}
.loader-center{
  margin: 0 auto;
  display: block;
}

/*#profileform-code.visible{*/
/*  animation: fadeIn .5s ease-in both;*/
/*}*/

@keyframes loading{
  to{ transform: rotate(360deg); }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    display: none;
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.contract {
  background: linear-gradient(180deg,#343a3f 0,#1b1e21 100%);
  min-height: calc(100vh - 150px);
}
.contract__wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding-top: 51px;
  padding-bottom: 40px;
}
.contract__title {
  color: #fff;
  font: 400 18px/1.4 GothamPro,sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
.contract__document {
  position: relative;
  margin-bottom: 30px;
  max-height: 465px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.contract__inputs {
  max-width: 482px;
  margin: 0 auto 30px auto;
}
.contract__checkbox {
  margin-bottom: 20px;
}
.contract__submit {
  text-align: center;
}
.contract__submit-btn {
  display: inline-block;
  color: #000;
  font: 500 14px/1 GothamPro,sans-serif;
  background: #f79900;
  padding: 15px 55px;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
}
.document {
  background: #fff;
  padding: 19px 46px 11px;
  text-align: center;
  margin-top: 15px;
}
.document__number {
  text-transform: uppercase;
  color: #000;
  font: 400 14px/1.1 Roboto,sans-serif;
  margin-bottom: 34px;
}
.document__info {
  display: flex;
  justify-content: center;
  color: #000;
  font: 400 14px/1.1 Roboto,sans-serif;
  margin: 0 -69px;
}
.document__info-city {
  padding: 0 69px;
  margin-bottom: 20px;
}
.document__info-date {
  padding: 0 69px;
  margin-bottom: 20px;
}
.document__title {
  text-transform: uppercase;
  color: #000;
  font: 400 14px/1.1 Roboto,sans-serif;
  margin-bottom: 20px;
}
.document p {
  color: #000;
  font: 400 14px/1.1 Roboto,sans-serif;
  margin-bottom: 20px;
}
.big-footer {
  border-top: 1px solid #3e3e3e;
  background: #1b1e21;
}
.big-footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
  padding: 8px 0 9px;
}
.big-footer__support {
  padding: 0 10px;
}
.big-footer__support-link {
  display: block;
  text-decoration: none;
  color: #777;
  font: 400 14px/1 Roboto,sans-serif;
}
.big-footer__logo {
  max-width: 160px;
  width: 100%;
  flex: 0 0 auto;
  padding: 0 10px;
}
.big-footer__copyright {
  padding: 0 10px;
  color: #777;
  font: 400 14px/1 Roboto,sans-serif;
}
.logo__link {
  display: block;
}
.logo__img {
  max-width: none;
  width: 100%;
}
.logo .logo__img{
  max-width:100%;
  width: auto;
}
.account__link {
  display: flex;
  align-items: center;
  margin: 0 -6px;
  text-decoration: none;
}
.account__img {
  padding: 0 6px;
}
.account__icon-wrapper {
  position: relative;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: linear-gradient(180deg,#33393e 0,#1b1e21 100%);
  box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.account__icon {
  fill: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.account__content {
  padding: 0 6px;
}
.account__text {
  position: relative;
  color: #777;
  font: 500 14px/1 GothamPro,sans-serif;
  padding-right: 20px;
}
.account__text:before {
  content: "";
  display: block;
  border: 3px solid transparent;
  border-top: 5px solid #777;
  position: absolute;
  right: 0;
  top: 5px;
}
.social {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.social__item {
  padding: 8px;
}
.social__link {
  display: block;
  position: relative;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: linear-gradient(180deg,#b93826 0,#5e26b9 100%);
}
.social__link_blue {
  background: #1e97db;
}
.social__link_red {
  background: #ff2507;
}
.social__icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #fff;
}
.input {
  display: block;
  position: relative;
}
.input__title {
  display: block;
  color: #fff;
  font: 400 16px/1 GothamPro,sans-serif;
  margin-bottom: 11px;
}
.account-form__form .input__title {
  display: block;
  color: #fff;
  font: 400 14px/1 GothamPro,sans-serif;
  margin-bottom: 6px;
}
.input__input {
  background: #2f3439;
  border: 1px solid #fff;
  color: #fff;
  font: 400 16px/1 GothamPro,sans-serif;
  padding: 0 15px;
  width: 100%;
  outline: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 100px #2f3439;
  height: 42px;
  border-radius: 4px;
}
.key-input .input__input{
  border-radius: 4px 0 0 4px;
}
.input__file {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.input__file:active .input__file-text,
.input__file:hover .input__file-text {
  text-decoration: none;
}
.input__file-icon {
  fill: #fff;
  margin-right: 11px;
}
.input__file-text {
  color: #fff;
  font: 400 16px/1 GothamPro,sans-serif;
  text-decoration: underline;
}
.input__file-input {
  display: none;
}
.input__checkbox {
  display: flex;
}
.input__checkbox-btn {
  margin-right: 19px;
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  /* background: #272c30; */
  background: #ccc;
  border: 1px solid #404040;
  box-shadow: inset 0 4px 4px rgba(0,0,0,.25);
  outline: 0;
  border-radius: 0;
}
.input__checkbox-text {
  color: #777;
  font: 400 14px/1.1 Roboto,sans-serif;
  margin-left: 7px;
  margin-top: 5px;
}
.input__checkbox-text-personal{
  margin: 0;
}
.ssl-block{
  color: #fff;
  display: flex;
  align-items: center;
}
.ssl-icon{
  background-color: #E1FFD7;
  padding: 7px 8px;
  border-radius: 10px;
  margin-right: 7px;
  width: 28px;
  height: 28px;
}
.ssl-icon svg{
  fill: #2AA000;
}
.input__icon {
  fill: #fff;
  cursor: pointer;
}
.input__icon-wrapper {
  display: block;
  position: absolute;
  top: 30px;
  right: -40px;
}
.input__radio {
  display: none;
}
.input__radio:checked ~ .input__radio-text {
  background: #f79900;
  color: #2e3337;
  border-color: transparent;
}
.input__radio-text {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  font: 700 14px/1 GothamPro,sans-serif;
  color: #fff;
  border: 1px solid #232323;
  padding: 17px;
  transition: all .3s ease;
}
.select {
  position: relative;
}
.select__title {
  display: block;
  color: #fff;
  font: 400 16px/1 GothamPro,sans-serif;
  margin-bottom: 11px;
}
.select select {
  border: 1px solid #fff;
  border-radius: 0;
  background: #2f3439;
  padding: 11px 15px;
  color: #6c6c6c;
  font: 400 14px/1 GothamPro,sans-serif;
  width: 100%;
  overflow: hidden;
  box-shadow: inset 0 0 0 100px #2f3439;
}
.submit {
  display: block;
  width: 100%;
  cursor: pointer;
  outline: 0;
  background: #f79900;
  color: #000;
  font: 500 14px/1 GothamPro,sans-serif;
  text-align: center;
  border: 2px solid #f79900;
  padding: 18px;
  border-radius: 4px;
}
.submit-add{
  background-color: transparent;
  color: #ff9800;
}
.phone__link {
  display: block;
  color: #f79900;
  font: 400 18px/1 GothamPro,sans-serif;
  text-decoration: none;
  cursor: default;
  min-width:159px;
}

@media screen and (min-width:1620px) {

}

@media screen and (min-width:1200px) {
  .footer {
    margin: 0 -28px;
  }
  .footer__links {
    margin: 0 -28px;
    padding: 0 28px;
  }
  .footer__links-item {
    padding: 0 28px;
  }
  .footer__copyright {
    padding: 0 28px;
  }
}
@media screen and (max-width:1300px) {
  #try-new-lk{
    flex-wrap: wrap;
    padding-top: 24px;
  }
}

@media screen and (max-width: 430px){
  .contracts{
    min-width: auto;
  }
}
#invite h6{
  color: #fff;
  font-size: 24px;
}
#invite p{
  color: #ff9800;
  margin-bottom: 5px;
}
.success-h4{
  color: #fff;
}

.fund-sum__input{
  margin-bottom: 20px;
}
.fund-sum__input .input__input
{
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  border: none;
  margin-bottom: 0;
  background: rgba(229, 229, 229, 1);
  outline: none;
  color: #333;
  box-shadow: none;
}

.notice.act-downloaded{
  margin-top: 5rem;
}