@charset "UTF-8";
@font-face {
    font-family: NunitoSans;
    src: local("NunitoSans"), url(../fonts/NunitoSans-700.woff2) format("woff2"), url(../fonts/NunitoSans-700.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NunitoSans;
    src: local("NunitoSans"), url(../fonts/NunitoSans-600.woff2) format("woff2"), url(../fonts/NunitoSans-600.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NunitoSans;
    src: local("NunitoSans"), url(../fonts/NunitoSans-400.woff2) format("woff2"), url(../fonts/NunitoSans-400.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}


:root {
  --white: #fff;
  --black: #333;
  --gray: #757575;
  --grayish: #999;
  --textSizeSm: 1.4rem;
  --textSizeMd: 1.6rem;
  --textSizeLg: 1.8rem;
  --transition: 0.3s ease;
  --approved: #88f7a7;
  --issued: #50d074;
  --rejection: #ff4c68;
  --new: #9de7ff;
  --work: #ffe560;
  --consideration: #e2d8fd;
  --postponed: #e5e5e5;
  --collecting-doc-bg: #EECB16;

  /*Primitive*/
  --blacK: #333333;
  --black-1: #1E1D1D;
  --black-2: #111111;
  --black-3: #222424;
  --black-4: #302F2F;
  --gray: #DFDFDF;
  --gray-1: #999999;
  --gray-2: #757575;
  --gray-3: #E5E5E5;
  --white: #F5F5F5;
  --yellow: #FFE560;
  --puple: #E2D8FD;
  --blue: #9DE7FF;
  --light-green: #88F7A7;
  --green: #50D074;
  --pink: #FF4C68;
  --light-pink: #FFC9C9;
  --red: #ED0606;

  /*Theme*/
  --header-bg: var(--black-3);
  --body-bg: var(--black-2);
  --card-bg: var(--black-3);
  --base-font-color: var(--white);
  --aditional-font-color: var(--gray-2);
  --action-color: var(--white);
  --bg-aside-clor: var(--black-3);
  --aside-link-text-color: var(--white);
  --aside-hover-color: var(--black-2);
  --base-input-bg: var(--black-4);
  --base-button-color: var(--black-3);
  --base-button-hover-bg: var(--white);
  --base-button-hover-text: var(--black-3);
  --base-button-border-color: var(--white);
  --base-button-hover-border: transparent;
  --base-button-hover-icon-color: var(--black-3);
  --base-chip-bg: var(--black-3);
  --base-chip-hover-color: var(--white);
  --base-chip-text-color: var(--gray-1);
  --base-chip-text-hover-color: var(--black-3);
  --base-label-color: var(--white);
  --base-radio-button-color: var(--gray-2);
  --base-radio-button-hover-color: var(--white);
  --base-bank-bg: var(--black-3);
  --base-bank-border-color: var(--black-4);
  --base-bank-border-hover-color: var(--white);
  --base-bank-label-bg-color:var(--white);
  --base-bank-label-color:var(--black-3)
}




.register-success{
  width: 380px;
  margin: 0 auto;
  padding-top: 138px;
  align-items: center;
}

.register-success .simple-text{
  font-weight: 400;
font-size: 16px;
line-height: 24px;
align-items: center;
text-align: center;
color: #555555;
}

.card__row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;

}

.register-success .register__image{
  margin-bottom: 0px
}


:root {
    --white: #fff;
    --black: #333;
    --gray: #757575;
    --grayish: #999;
    --textSizeSm: 1.4rem;
    --textSizeMd: 1.6rem;
    --textSizeLg: 1.8rem;
    --transition: 0.3s ease;
    --approved: #88f7a7;
    --issued: #50d074;
    --rejection: #ff4c68;
    --new: #9de7ff;
    --work: #ffe560;
    --consideration: #e2d8fd;
    --postponed: #e5e5e5;
    --collecting-doc-bg:#EECB16;
}


html {
    scroll-behavior: smooth;
    font-size: 62.5%
}

body {
    color: var(--black);
    font-size: 10px;
    line-height: 1.2;

}




/*.chevron:after {
  margin-left: 15px;
  width: 12px;
  height: 14px;
  display: block;
  background: url("../images/icons/chevron-down.svg") center no-repeat;
  content: "";
}*/

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown .dropdown-menu {
  display: none;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 100%;
  padding: 10px 0;
}
.dropdown .dropdown-menu__item {
  display: block;
  padding: 2px 25px;
  color: #333;
  font-weight: 400;
}
.dropdown .dropdown-menu__item:hover {
  background: #EAEAEA;
}
.dropdown.active .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  min-width: 100%;
}

.btn {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  vertical-align: top;
  font-size: var(--textSizeMd);
  line-height: 1;
  font-family: inherit;
  height: 4.8rem;
  font-weight: 600;
  -webkit-box-shadow: 0 2px 5px rgba(51, 51, 51, .11);
  box-shadow: 0 2px 5px rgba(51, 51, 51, .11);
  background: var(--base-button-color);
  color: var(--base-font-color);

  text-decoration: none;
  padding: 0 2rem;
  border-radius: 1.6rem;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  overflow: hidden

}


.btn_stroke {
  box-shadow: none;
  background: var(--base-button-color);
  border-radius: 16px;
  justify-content: center;
  border: 1px solid var(--base-button-border-color);
}

.btn-create-memo {
  align-items: center;
  gap: 9px;
}

.btn-create-memo:hover svg path {
  fill: var(--black-3)
}

.btn:hover {
  background: var(--base-button-hover-bg);
  color: var(--base-button-hover-text);
  border: 1px solid var(--base-button-hover-border-color);
}

.btn:focus {
  background: var(--grayish);
  color: var(--white)
}

.btn._active {
  background: var(--black);
  color: var(--white)
}

.btn._active:hover {
  background: var(--black);
  color: var(--white)
}

.btn__icon {
  width: 2rem;
  height: 2rem;
  fill: var(--base-font-color);
  margin-right: 8px;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease
}

.btn:focus .btn__icon, .btn:hover .btn__icon {
  fill: var(--black-3)
}


.btn-primary {
  background: var(--base-button-color);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--base-button-hover-bg);
  color: var(--base-button-hover-text);
}

input {
  border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 16px;
    background: #fff;
    padding: 15px 20px;
    font-family: "NunitoSans", sans-serif;
    font-size: 14px;
    line-height: 16px;
}
input::placeholder {
  color: #76767A;
}
input:focus, input:target {
  outline: none;
  box-shadow: none;
}
input:hover {
  border: 1px solid #C2C5DB;
}

.search-input {
  padding-right: 55px;
  background: url("../images/icons/search.svg") right 20px center no-repeat, #fff;
}

.select {
  position: relative;
}

.select.active .select__body {
  display: block;
  border: 1px solid #EAEAEA;
  border-top: 0;
}

.select.active .select__header {
  border: 1px solid #333;
}

.select.active .select__icon .svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #EAEAEA;
  cursor: pointer;
}
.select__header:hover {
  border: 1px solid #C2C5DB;
}

.select__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
  font-weight: 400;
  color: #76767A;
  font-size: 14px;
  line-height: 16px;
}

.select__icon {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.select__icon .svg {
  display: block;
  width: 8px;
  height: 8px;
  fill: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select__body {
  display: none;
  position: absolute;
  background: #fff;
  left: 0;
  top: calc(100% + 10px);
  border: 1px solid transparent;
  border-radius: 5px;
  border-top: 0;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  max-height: 250px;
  overflow: auto;
  padding: 10px 0;
  animation-duration: 0.3s;
  z-index: 4;
  width: auto;
  max-width: 500px;
  min-width: 100%;
}

.select__item {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  padding: 5px 25px;
  color: #121212;
  font-weight: 400;
}

.select__item:hover {
  background: #EAEAEA;
}

* {
  box-sizing: border-box;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}

button:focus, button:target, button:active {
  box-shadow: none;
  outline: none;
  border: none;
}

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: #ecedee;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #333;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #333;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 4px;
}

.ml-auto {
  margin-left: auto;
}

html, body {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

body {
  background: var(--body-bg);
  font-family: "NunitoSans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.header {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(48, 61, 110, 0.07);
  position: relative;
  z-index: 9;
  height: 72px;
  display: flex;
  align-items: center;
}
.header .container-fluid {
  width: 100%;
}
.header__row {
  display: flex;
}
.header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-notifications {
  margin-right: 15px;
}

.header-notifications svg {
  stroke: #999999;
}

.header__logo {
    margin-top: 32px;
    padding: 0 30px 0 40px;
}

.user_menu {
    margin-top: 32px;
    padding: 0;
}

.profile-block {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 8px;
}

.profile__main-info{
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
}
.profile__main-info  .profile-block__name {

font-style: normal;
 font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #333333;
}


.profile__main-info  .profile-block__job-title {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #999999;
}

.container-fluid {
  padding: 0 40px;
  margin: 0 auto;
}

main {
  display: flex;
  min-height: calc(100vh - 72px);
}
main aside {
  width: 288px;
    background: #fff;
    flex-shrink: 0;
    margin-right: 40px;
    position: sticky;
    border-right: 1px solid #EAEAEA;
    top: 0;

}

.aside-nav {
  margin-top: 32px;

}
.aside-nav__title {
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding: 0 0 0 40px;
}
.aside-nav__list {
  margin-bottom: 30px;
}
.aside-nav__list li {
  list-style-type: none;
  padding: 8px 0 12px 40px;
  }

.aside-nav__list li:hover {
  background-color: #fafafa;
}
.aside-nav__list a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.aside-nav__list a.disabled {
  opacity: 0.5;
  cursor: auto;
}
.aside-nav__list a:hover {
  color: #333;
}
.aside-nav__list a .icon {
  margin-right: 8px;
  display: flex;
  align-items: center;
  width: 20px;
  transition: all 0.2s;
}

.icon-ui_sidebar_feed {
 fill: #333;
  cursor: pointer;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;

}

.icon-ui_sidebar_feed:hover {
 fill: #000;


}

.main-content {
  padding-right: 40px;
  width: 100%;
}
.main-content__header {
  margin: 32px 0;
  display: flex;
  align-items: center;
}
.main-content__top-left {
  display: flex;
  align-items: center;
  width: 360px;
  margin-right: 20px;
  flex-shrink: 0;
}
.main-content__top-right {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-content__top-right .select {
  width: auto !important;
}
.main-content__top-right .item {
  margin-right: 12px;
}
.main-content__top-right .item:last-child {
  margin-right: 0;
}
.main-content__top-right .btn {
  background: #fff;
}
.main-content__back {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  flex-shrink: 0;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
}

.main-content__back:hover {
    outline: none;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}

.title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.card {
  background-color: var(--card-bg);
  border: 1px solid transparent;
  border-radius: 2rem;
  padding: 2rem
}
.card-header {
  padding: 20px 16px;
  display: flex;
  align-items: center;
}
.card-header__item {
  margin-right: 12px;
}
.card-header .search-input {
  width: 305px;
}
.card-header .form-group label ~ input[type=checkbox], .card-header .form-group label ~ .netliva-switch {
  margin: 0 16px;
}

.table {
  border-spacing: 0;
  width: 100%;
}
.table-data td, .table-data th {
  padding: 14px 16px;
  border-top: 1px solid #EAEAEA;
}
.table-data td:first-child, .table-data th:first-child {
  width: 48px;
}
.table-data th {
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  font-weight: 500;
  color: #333;
}
.table-data th a {
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.table-data th a.asc:after, .table-data th a.desc:after {
  content: "";
  width: 8px;
  height: 12px;
  margin-left: 10px;
  background: url("../images/icons/expand.svg") center no-repeat;
  display: block;
}
.table-data td {
  font-size: 12px;
  line-height: 18px;
  color: #333;
  font-weight: 400;
}

input[type=checkbox] {
  background: #eaeaea;
  border-radius: 2px;
  border: #eaeaea solid 1px;
  width: 16px;
  height: 16px;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-image: url("../images/icons/checked.svg");
  background-position: center;
}
.calc-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.calc-item {
    flex: 0 0 25%;
    max-width: 25%;
	padding: 0 20px 20px 0;
	text-align: center;
	height: 120px;
}

.calc-item:hover {

    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
}


.calc-body {
    padding: 20px;
    box-shadow: rgb(48 61 110 / 5%) 0px 4px 32px;
    border-radius: 16px;
	background: #fff;
}

.calc-block img {

	height: 32px;
	width: auto;
	max-height: 100px;
	margin-bottom: 8px;
}

.calc-body a {

	text-decoration: none;
}

.calc-item i {
  background: #d2d2d2;
    width: 20px;
    color: #fff;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}


.entity-section {
  display: flex;
}
.entity-section hr {
  background: none;
  height: 1px;
  border: 1px dashed #DDDEF0;
  box-sizing: border-box;
  margin: 20px 0;
}
.entity-section__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #333;
  margin-bottom: 20px;
}
.entity-section__aside {
  width: 360px;
  margin-right: 20px;
  flex-shrink: 0;
}
.entity-section .card {
  padding: 28px;
  margin-bottom: 20px;
  border-radius: 12px;
}
.entity-section .card.card_np {
  padding: 0 0 28px;
}
.entity-section .card.card_np .entity-section__title {
  padding: 28px 28px 0;
}
.entity-section .card.card_np .table-data th:first-child, .entity-section .card.card_np .table-data td:first-child {
  padding-left: 28px;
}
.entity-section .card.card_np .table-data th:last-child, .entity-section .card.card_np .table-data td:last-child {
  padding-right: 28px;
}
.entity-section .card.card_np .card-body__body {
  padding: 0 28px;
  color: #76767A;
}
.entity-section .card.card_np .card-body__body p {
  font-size: 14px;
  line-height: 18px;
}
.entity-section .control-label {
  color: #333;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
}
.entity-section input:not([type=checkbox]) {
  width: 100%;
}
.entity-section input::placeholder {
  color: #B5B5B5;
}
.entity-section .form-group {
  margin-bottom: 15px;
}
.entity-section .form-group.has-error input {
  color: #ED0606;
}
.entity-section .form-group.has-error input::placeholder {
  color: #ED0606;
}
.entity-section .select__header {
  height: auto;
  border: none;
}
.entity-section .select__current {
  padding: 0;
}
.entity-section .select.active .select__header {
  border: none;
}
.entity-section__section {
  width: 100%;
}
.entity-section .add-more-entity {
  color: #B5B5B5;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.entity-section .add-more-entity:hover {
  color: #333;
}
.entity-section__actions .card {
  padding: 14px 28px;
  width: 100%;
}
.entity-section__actions .btn {
  border: none;
}
.entity-section__actions .btn:focus, .entity-section__actions .btn:target, .entity-section__actions .btn:active {
  outline: none;
  box-shadow: none;
}

.help-block {
  color: #ED0606;
  margin-top: 10px;
  margin-bottom: 20px;
}
.help-block:empty {
  display: none;
}

.field-usersearch-type, .field-brandssearch-status {
  width: 250px;
}

.comments {
    max-height: 300px !important;
    overflow: auto;
	height: 200px !important;
	}

.journal__area {
  /* F5F8FD */
  background: #F5F8FD;
  border-radius: 10px;
  margin-top: 20px;
  padding: 15px;
}
.journal__area textarea {
  background: none;
  resize: none;
  width: 100%;
  border: none;
  font-family: "NunitoSans", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.journal__area textarea:focus, .journal__area textarea:target, .journal__area textarea:active {
  outline: none;
  box-shadow: none;
}
.journal__area textarea::placeholder {
  color: #76767A;
}
.journal__area .btn {
  background: #C7C7C7;
  color: #fff;
  font-weight: 400;
  border: none;
}

.filter-modal {
  width: 315px;
  position: fixed;
  right: 0;
  top: 72px;
  background: #fff;
  padding: 28px;
  height: calc(100vh - 72px);
  z-index: 8;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  animation-duration: 0.7s;
  display: none;
}
.filter-modal label {
  display: block;
  margin-bottom: 8px;
}
.filter-modal__body {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.filter-modal form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.filter-modal .btn {
  margin-top: auto;
  padding: 17px;
}
.filter-modal__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  margin-bottom: 20px;
}
.filter-modal .form-group {
  margin-bottom: 16px;
  width: 100%;
}
.filter-modal .select {
  width: 100% !important;
}
.filter-modal input, .filter-modal .select__header {
  background: #F5F8FD;
  width: 100%;
  margin-right: 0;
  border: none;
  padding: 15px;
}
.filter-modal .select__current {
  padding: 0;
}

.flex {
  display: flex;
  align-items: center;
}
.flex .badge {
  margin-right: 8px;
}

.badge-text {
  font-size: 10px;
  color: #333;
  padding: 2px 8px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.03em;
}

.badge {
  font-size: 10px;
  color: #333;
  padding: 2px 8px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.03em;
}
.badge:empty {
  width: 14px;
  height: 14px;
  padding: 0;
  display: block;
}
.badge-active {
  background: #88F7A7;
}
.badge-inactive {
  background: #E5E5E5;
}
.badge-work {
  background: #FDF7D8;
}
.badge-danger {
  background: #FF4C68;
}
.badge-success {
  background: #88F7A7;
}
.badge-archive {
  background: #FFC9C9;
}
.badge-maybe {
  background: #D8F4FD;
}
.badge-primary {
  background: #E2D8FD;
}

.chosen-container-multi .chosen-choices li.search-choice {
  background: #EAEAEA;
  border-radius: 12px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  box-shadow: none;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  border: none
}

.chosen-container .chosen-drop{
  top: 64px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: relative;
  top: 0;
  right: 0;
  margin-left: 10px;
  color: black;
}

.chosen-container .chosen-choices {
  border: none;
  background: none;
  box-shadow: none;
  min-height: 20px;
  margin-top: 40px;
  overflow: visible;
  margin-left: 0;
  padding-left: 0;
  padding-top: 12px;
}

.chosen-container-multi .chosen-choices li.search-field {
  position: absolute;
  top: -41px;
  height: 18px;
  width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
      border: 1px solid rgb(234, 234, 234) !important;
      box-sizing: border-box;
      border-radius: 16px;
      background: rgb(255, 255, 255);
      padding: 15px 20px !important;
      font-family: NunitoSans, sans-serif;
      font-size: 14px;
      line-height: 16px;
      height: auto !important;
      width: 100% !important;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text]::placeholder {
  color: #B5B5B5 !important;
}

.chosen-container .chosen-drop {
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
  padding: 10px 0;
  border: none;
  margin-top: -25px;
}

.chosen-container .chosen-results li.highlighted {
  background: #333;
}

.distributors-contacts-item {
  position: relative;
}

.delete-contact {
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0.7;
}
.delete-contact:hover {
  opacity: 1;
}

.files {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.file-item {
  display: flex;
  margin-bottom: 20px;
  margin-right: 20px;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
}
.file-item__name {
  margin-left: 8px;
  font-size: 12px;
  line-height: 13px;
  color: #333;
  text-decoration: none;
  max-width: 90px;
  overflow: hidden;
  text-overflow: clip;
}
.file-item:hover {
  opacity: 0.85;
}

.js-dropzone {
  border: 1px dashed #B5B5B5;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  padding: 24px;
  text-align: center;
  display: block;
  cursor: pointer;
  margin: 0 0 15px;
}
.js-dropzone.dragging, .js-dropzone:hover {
  border-color: #333;
  color: #333;
}
.js-dropzone input[type=file] {
  display: none;
}
.js-dropzone__img {
  margin-bottom: 15px;
}
.js-dropzone__message {
  font-size: 12px;
  line-height: 16px;
  color: #B5B5B5;
  font-weight: 400;
}
.js-dropzone__content {
  display: flex;
  flex-wrap: wrap;
}

.redactor-editor {
  font-family: "NunitoSans", sans-serif !important;
  font-size: 12px;
  line-height: 16px;
}

.redactor-editor p {
  margin-bottom: 0;
}

.site-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
}

.user-login__link-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 300px;
  gap:12px;
	margin: 0 auto;
}

.user-login__link-block a {
  font-weight: 400;
font-size: 16px;
line-height: 24px;


display: flex;
align-items: center;



color: var(--base-font-color);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
.user-login__link-block a:hover {
  color: var(--base-font-color);
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#login-form {
  width: 300px;
  margin: 0 auto;
}


#login-form .personal-agree {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-top: 60px;
}
#login-form .form-group {
  margin-bottom: 20px;

}

#login-form .login-form__action {
  display: flex;
  flex-direction: column;
  gap:20px;
  align-items: center;
}

#login-form .login-form__action .change-mind{
  text-decoration: none;
  font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #333333;
}


#login-from input:hover{
  outline: none;
  border: none !important;
}
#login-form input {
  background: #FFFFFF;
  border: none;
 box-shadow: 0px 2px 5px rgba(51, 51, 51, 0.11);
  border-radius: 16px;
  height: 58px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999

}


#login-form input:placeholder{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #999999
}
#login-form .btn {
  width: 100%;
  padding: 22px 20px;
  background: #333;
  box-shadow: 0px 4px 32px rgba(51, 51, 51, 0.05);
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;


}

#login-form .btn:hover {
  background: #000;

}

#more-brand-block .select {
  width: 100% !important;
}

.input-group label {
  margin-right: 10px;
  flex-shrink: 0;
}

.bank-contacts-item {
  position: relative;
}
.bank-contacts-item .delete-contact {
  top: auto;
  bottom: 23px;
  right: 10px;
}

input.datepicker-input {
  background-image: url("../images/icons/datepicker.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  padding-right: 22px;
}

.relative {
  position: relative;
}

.autocomplete-block {
  background: #fff;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 25px;
  padding: 10px 15px;
  width: 100%;
  z-index: 9;
  max-height: 100px;
  overflow: auto;
}
.autocomplete-block a {
  list-style-type: none;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  color: #0a0a0a;
}
.autocomplete-block a span.phone {
  display: block;
  font-size: 12px;
  color: #B5B5B5;
}

.tt-form .flex {
  width: 100%;
}
.tt-form .flex label {
  width: 100%;
}
.tt-form .select__header {
  background-color: #fff;
  border-radius: 12px;
  padding: 8px 15px;
  height: 59px;
  border: 1px solid #EAEAEA;
}
.tt-form__more {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.tt-form .form-group {
  width: 100%;
  margin-right: 16px;
}
.tt-form .form-group:last-child {
  margin-right: 0;
}
.tt-form .form-group .help-block {
  display: none;
}
.tt-form .form-group input {
  background: #fff;
  border-radius: 16px;
  padding: 15px;

}
.tt-form .input-block {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 8px 16px;
  margin-bottom: 15px;
  border: 1px solid #EAEAEA;
}
.tt-form .input-block + .input-block {
  margin-left: 15px;
}
.tt-form .input-block__label {
  color: #76767A;
  font-size: 12px;
  margin-bottom: 6px;
  display: block;
}
.tt-form .input-block input {
  background: none;
}
.tt-form .input-block input[type=range] {
  margin-bottom: -13px;
  display: block;
  border: none;
}

.text-right {
  text-align: right;
}

label.afterfix {
  display: inline-block;
}
label.afterfix input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label.afterfix input::-ms-clear {
  display: none;
}
label.afterfix span {
  position: relative;
}
label.afterfix span::before {
  position: relative;
  display: inline-block;
  content: attr(data-val);
  white-space: pre;
  max-width: 300px;
  min-width: 2px;
  height: 20px;
  overflow: hidden;
  padding: 0 3px 0 0;
}

.tt-table {
  margin-top: 20px;
}

.bank-detail {
  display: none;
}
.bank-detail .form-group label {
  font-size: 14px;
}
.bank-detail .select {
  width: auto !important;
}
.bank-row {
  cursor: pointer;
}
.bank-row:hover {
  background: #f5f8fc;
}

#agreement-checkbox ~ label, #anketa-checkbox ~ label {
  margin-right: 15px;
}

.docs-contacts-item {
  position: relative;
}
.docs-contacts-item .delete-contact {
  top: auto;
  bottom: 20px;
}

.action-img {
  margin-right: 15px;
}

.table-action-link {
  visibility: hidden;
}

.table-data tr:hover .table-action-link {
  visibility: visible;
}

.additional-row .select {
  margin-bottom: 10px;
  width: 100px;
}

.modal {
  display: none;
  z-index: 900;
}
.modal.active {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(2, 2, 10, 0.67);
  align-items: center;
  justify-content: center;
}
.modal-body {
  padding: 28px;
  background: #FFFFFF;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  width: 750px;
  max-width: 90vw;
  position: relative;
}
.modal-close {
  position: absolute;
  right: 28px;
  top: 28px;
  cursor: pointer;
}

.credit-addition-row > * {
  margin-right: 15px;
}
.credit-addition-row .select {
  margin-bottom: 0;
  margin-right: 40px;
}

.slider-range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  outline: none;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
.slider-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border: 0;
  cursor: pointer;
  background: #333;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.slider-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 0;
  background: #333;
  box-shadow: 0px 7px 25px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
.calc-result-row {
  margin-bottom: 20px;
}

.calc-result-row strong {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-left: 44px;
  color: #333;
}

.dashboard-section {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;


}
.dashboard-item {


    width: calc(1/2*100% - (1 - 1/2)*20px);

   }

.dashboard-body {
	padding: 28px;
    margin-bottom: 20px;
	box-shadow: 0 1px 2px 0 rgb(0 0 0 / 12%);
    border-radius: 12px;
    background: #fff;

}

.dashboard-header {
	display: flex;
    align-items: center;
}

.dashboard-header__item {
    margin-right: 12px;
}

.dashboard-body__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: rgb(51, 51, 51);
    margin-bottom: 20px;
	text-align: left;
}

.dashboard-task {
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;


}

.dashboard-task-item {
	padding: 20px;
    width: calc(1/3*100% - (1 - 1/3)*10px);
	border: 1px solid #EAEAEA;
box-sizing: border-box;
border-radius: 16px;
text-align: left;


}

.dashboard-task-item__title {
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #76767A;
margin-bottom: 8px;

}
.dashboard-task-item__quantity {
	font-weight: bold;
font-size: 16px;
line-height: 20px;
color: #333333;
}


.dashboard-item_max {
	width: 100%;
    margin-bottom: 20px;

}

.progress {
    overflow: hidden;
    height: 8px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    background-color: #e9ecef;

}

.col {
	margin: 20px 0;
}
.col_title {
	text-align: left;
	font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #333333;
margin-bottom: 8px;
}

.list-group-item {

	list-style-type: none;
}


.register__image {
  margin-bottom: 80px;
}

.register__title {
font-weight: 700;
font-size: 22px;
line-height: 24px;
color: var(--base-font-color);
text-align: center;
margin-bottom: 20px;
}

@media screen and (max-width:400px   ) {
.register-success{
  width: 300px
}
}


/*customCheckbox */

.checkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


 .checkcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}


.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}


.checkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}


.checkcontainer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}


.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.filter__inner{
  display: flex;
  flex-direction: column;
  gap:20px;
}

.filter__inner label{
  display: block;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #757575;
margin-bottom: 8px;
}

.filter__inner  div {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.select2-container--open {
    z-index: 9999999
}

.filter__inner .select2-container {
  width: 100% !important;
}

.filter__bottom{
  display: flex;
  align-items:center;
  margin-top: 20px
}

.filter__reset{
font-weight: 400;
font-size: 16px;
line-height: 24px;

margin-left: 22px;
color: #757575;

}


.btn_filter{
  display: flex;
  align-items: center;
}


.btn_filter svg {
    margin-right: 8px
}






.modal_filter  .content{
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 20px;
  max-width: 375px;
  padding: 24px;

}

.modal_filter  .content h3 {
font-weight: 700;
font-size: 18px;
line-height: 20px;
color: #333333;
margin-bottom: 20px
}

.modal_filter .modal__header{
  flex-direction: row-reverse;
  padding-right: 20px;
  padding-left: 20px;
}

.status__intial{
  display: flex;
  flex-direction: row;
  align-items: center;

}


.status__intial.hidden{

  display: none;
}





.modal{
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: none;
  top: 0;
  left: 0;
  z-index: 10001;
  overflow: auto;

}

.modal__back{
  background: #F2F2F2;
}

.modal_active{
  display: flex;
  flex-direction: column;
  align-items: center;
}


.modal__header {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  padding: 32px 0px;
}

.modal__wrap{
  padding: 0 40px;
  width: 100%;
}


.modal__close{
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.modal__btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 42px;
  gap:20px;
}

.modal__btn > div{

  cursor: pointer;
}

.modal__actions{
  display: flex;
  align-items: center;
  gap:17px;
  margin-right: 42px;
}


.modal__spacer{
  width: auto;
  display: block;
  margin-left: auto;
}

.modal__content{
  display: flex;
  flex-direction: column;
  margin: 0 auto;
 max-width: 920px;
}

.modal__top{
  margin-bottom: 28px;
  width: 100%;
}


.modal__top .info-block {
  max-width: 100%;
}


.modal__bottom{
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(51, 51, 51, 0.05);
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}


.modal__bottom-wrap{
  padding: 20px;
}


.modal_filter{
  background: rgba(51, 51, 51, 0.7);
}



.select2-container--default .select2-selection--single {
    height: 4.8rem;
    border-radius: 1.6rem;
    padding: 0 4rem 0 2rem;
    font-size: var(--textSizeMd);
    border: 1px solid #EAEAEA;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 4.8rem;
    color: var(--grayish);
    padding: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 1.6rem;
    width: 100%
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 20px
}

.select2-container--open .select2-dropdown--below {
    top: 1.3rem;
    border-radius: 1.6rem;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    z-index: 100
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    margin-top: 8px;
    border: none;
    border-bottom: 1px solid #eaeaea
}

.select2-dropdown .select2-dropdown--below {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important
}

.select2-results__option {
    padding: 1rem 2.4rem;
    font-size: 1.4rem
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--black)
}

.select2-dropdown {
    border: none;
    -webkit-box-shadow: 0 2px 5px rgba(51, 51, 51, .11);
    box-shadow: 0 2px 5px rgba(51, 51, 51, .11);
    overflow: hidden
}

.custom-select .select2-container--default .select2-selection--single {
    height: 3.2rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.custom-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3.2rem;
    padding: 0
}

.custom-select .select2-selection__arrow {
    display: none
}


.select2-container{
    max-width: 100%;
}


.select2-container--default.shadow-drop .select2-selection {
    box-shadow: 0px 2px 5px 0px rgba(51, 51, 51, 0.11);

}


.select2-results__option {
    padding: 1rem 2.4rem;
    font-size: 1.4rem;
}


.file-item__icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/icons/fileIcon.svg) center no-repeat;
    background-size: 100% 100%;
    background-position: center;
    font-size: 8px;
    font-weight: 700;
    color: #757575;
    width: 28px;
    height: 28px;
}

.table-checkbox{
  gap: 8px;
}


