@font-face {
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-display: swap;
}
*, :before, :after {
  outline: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --app-height: 100vh;
  --offset-left: 48px;
  --offset-right: 32px;
  --main-radius: 10px;
  --text-color: #6C7279;
  --headers-color: #0A0E1C;
  --main-color: #406AFF;
  --main-color-hover: #5C80FF;
  --main-light-color: #F5F7FF;
  --main-shadow: 0 4px 45px rgba(0,0,0,.03);
  --accent-color: #F19F4E;
  --error-color: #EB5757;
  scroll-behavior: auto;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: var(--text-color);
}

::-moz-placeholder {
  opacity: 1;
  color: var(--text-color);
}

:-ms-input-placeholder {
  opacity: 1;
  color: var(--text-color);
}

::-ms-input-placeholder {
  opacity: 1;
  color: var(--text-color);
}

::placeholder {
  opacity: 1;
  color: var(--text-color);
}

body, html {
  font-size: 14px;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  background: #FAFAFA;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: var(--text-color);
}

a {
  text-decoration: none;
  color: var(--main-color);
}
a:hover {
  text-decoration: underline;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 600;
}

b {
  font-weight: bold;
}

p, blockquote, ul, ol {
  margin: 0 0 1rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem;
  color: var(--headers-color);
}

h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-weight: normal;
  line-height: 1.2;
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-weight: 500;
  font-size: 1rem;
}

img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.img-box {
  position: relative;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.tt-upper {
  text-transform: uppercase;
}

.tt-none {
  text-transform: none;
}

.c-dark {
  color: var(--headers-color);
}

.c-main {
  color: var(--main-color);
}

.c-accent {
  color: var(--accent-color);
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 13px 19px;
  background: var(--main-color);
  border: 1px solid transparent;
  border-radius: 7px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background: var(--main-color-hover);
  text-decoration: none;
}
.btn .ic {
  display: inline-block;
  vertical-align: middle;
  margin: -0.15em 0.3em 0 0;
}
.btn .ic._right {
  margin-left: 0.3em;
  margin-right: 0;
}
.btn .ic-close, .btn .ic[class*=chevron] {
  margin: -0.05em 0.5em 0 0;
  font-size: 0.85em;
}
.btn .ic-close._right, .btn .ic[class*=chevron]._right {
  margin-left: 0.5em;
  margin-right: 0;
}
.btn._rs {
  border-radius: 100px;
}
.btn._bd {
  border-color: #E7E9F2;
  background: none;
  color: var(--text-color);
}
.btn._bd:hover {
  border-color: #BABFC7;
}
.btn._bd._white {
  background-color: #fff;
}
.btn._red {
  background-color: #FFF5F5;
  color: #E73030;
}
.btn._red:hover {
  background-color: #FDEAEA;
}
.btn._py-big {
  padding-top: 16px;
  padding-bottom: 15px;
}
.btn._full {
  width: 100%;
}
.btn[disabled], .btn.disabled {
  pointer-events: none;
  border-color: transparent;
  background-color: #F7F8FC;
  color: #BABFC7;
}

.link-more {
  position: relative;
  display: inline-block;
  padding-right: 1.3em;
  font-weight: 500;
  color: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-more:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.4em;
  content: "\e911";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 0.8em;
  color: var(--headers-color);
}
.link-more:hover {
  text-decoration: none;
  color: var(--headers-color);
}
.link-more._back {
  margin-bottom: 30px;
  padding: 0 0 0 1.3em;
}
.link-more._back:after {
  content: "\e90e";
  left: 0;
  right: auto;
}

.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link-icon > * {
  display: inline-block;
}
.link-icon .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  min-width: 1em;
  font-size: 20px;
}
.link-icon span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.link-icon:hover {
  text-decoration: none;
  color: var(--main-color);
}

.main-icon {
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--main-light-color);
}
.main-icon img {
  max-width: 50%;
  max-height: 50%;
}

.form-row {
  margin-bottom: 45px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row .org-item {
  margin-bottom: 25px;
}

.form-title {
  margin-bottom: 20px;
}
.form-title._grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.form-title__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.form-title__descr {
  margin: 0;
  font-size: 12px;
  color: #BABFC7;
}

.form-item {
  margin-bottom: 20px;
}
.form-item__head {
  margin-bottom: 10px;
  color: var(--headers-color);
}
.form-item__head span {
  color: #FF2121;
}
.form-item__descr {
  margin-top: 10px;
  font-size: 12px;
  color: #BABFC7;
}
.form-item__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
}
.form-item__choice span {
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 13px;
  background: var(--main-light-color);
  line-height: 1.3;
  font-weight: 500;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-item__choice span:hover {
  background-color: #f0f3ff;
}

.form-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 13px 24px 14px;
  background: #fff;
  border: 1px solid #E7E9F2;
  border-radius: 7px;
  line-height: 1.5;
  font-weight: normal;
  font-size: 14px;
  color: var(--headers-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field:hover {
  border-color: #BABFC7;
}
.form-field:focus {
  border-color: var(--text-color);
}
.form-field._err {
  border-color: var(--error-color);
}

.form-field._line {
  padding: 0 0 23px;
  background: none;
  border: none;
  border-bottom: 1px solid #E7E9F2;
}
.form-field._line::-webkit-input-placeholder {
  color: var(--headers-color);
}
.form-field._line::-moz-placeholder {
  color: var(--headers-color);
}
.form-field._line:-ms-input-placeholder {
  color: var(--headers-color);
}
.form-field._line::-ms-input-placeholder {
  color: var(--headers-color);
}
.form-field._line::placeholder {
  color: var(--headers-color);
}

textarea.form-field {
  resize: none;
}
textarea.form-field:not([rows]) {
  height: 150px;
}

select.form-field {
  cursor: pointer;
  padding-right: 34px;
  background: #fff url("../img/select.svg") no-repeat calc(100% - 15px) 50%;
  text-overflow: ellipsis;
}

.form-field-password {
  position: relative;
}
.form-field-password__toggle {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
  font-size: 18px;
  color: #BABFC7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-field-password__toggle:hover {
  color: var(--main-color);
}
.form-field-password .form-field {
  padding-right: 45px;
}
.form-field-password._line .form-field-password__toggle {
  top: 0.65rem;
  right: 0;
}

.form-option {
  cursor: pointer;
  display: inline-block;
  line-height: 1.4;
  font-size: 14px;
}
.form-option input {
  display: none;
}
.form-option input:checked ~ span:before {
  border-color: var(--main-color);
  background-color: var(--main-color);
}
.form-option input:checked ~ span:after {
  opacity: 1;
}
.form-option span {
  display: block;
  position: relative;
  padding: 0 0 0 30px;
  min-height: 20px;
}
.form-option span:before, .form-option span:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-option span:before {
  content: "";
  border: 1px solid #EDEFF6;
  border-radius: 5px;
}
.form-option span:after {
  text-align: center;
  content: "\e91e";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
}
.form-option:hover span:before {
  border-color: #BABFC7;
}

.form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 35px;
}

.form-file__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 13px 19px 14px;
  margin-bottom: 10px;
  border: 1px solid #E7E9F2;
  border-radius: 7px;
  line-height: 1.5;
}
.form-file__item:last-child {
  margin-bottom: 0;
}
.form-file__item-head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  position: relative;
  height: 1.5em;
  color: var(--main-color);
}
.form-file__item-head span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-file__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-file__btn-input {
  display: none;
}
.form-file__btn-grid {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 15px;
  border-radius: 7px;
  background: var(--main-light-color);
  width: 100%;
  min-height: 65px;
  text-align: center;
  color: var(--main-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-file__btn-grid > * {
  display: inline-block;
}
.form-file__btn-grid .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 16px;
}
.form-file__btn-grid:hover {
  background-color: #f0f3ff;
}

.sandwich {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: var(--main-light-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sandwich i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--main-color);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sandwich i:nth-of-type(1) {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.sandwich i:nth-of-type(2) {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.sandwich.active i:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sandwich.active i:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hint-item.ic {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.3em;
  cursor: default;
  font-size: 17px;
  color: #BABFC7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hint-item.ic._open {
  color: var(--main-color);
}

a.hint-item.ic {
  cursor: pointer;
}

.hint-modal {
  display: none;
  position: absolute;
  z-index: 11000;
  padding: 15px 18px;
  width: 320px;
  border-radius: 7px;
  background: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  color: var(--text-color);
  -webkit-animation: 0.3s tooltipTopOut forwards;
  animation: 0.3s tooltipTopOut forwards;
}
.hint-modal__triangle {
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 0;
  margin: 0 0 -5px -5px;
  width: 10px;
  height: 10px;
  background: inherit;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hint-modal__content {
  line-height: 1.5;
  font-size: 13px;
}
.hint-modal__content > * {
  margin-bottom: 8px;
}
.hint-modal__content > *:last-child {
  margin-bottom: 0;
}
.hint-modal._show {
  -webkit-animation-name: tooltipTopIn;
  animation-name: tooltipTopIn;
}
.hint-modal._right {
  -webkit-animation-name: tooltipRightOut;
  animation-name: tooltipRightOut;
}
.hint-modal._right._show {
  -webkit-animation-name: tooltipRightIn;
  animation-name: tooltipRightIn;
}
.hint-modal._right .hint-modal__triangle {
  bottom: 50%;
  left: 0;
}

@-webkit-keyframes tooltipTopIn {
  0% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tooltipTopIn {
  0% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes tooltipTopOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
}
@keyframes tooltipTopOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
}
@-webkit-keyframes tooltipRightIn {
  0% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes tooltipRightIn {
  0% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes tooltipRightOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
}
@keyframes tooltipRightOut {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
}
.page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.page__header {
  padding: 30px var(--offset-right) 0 var(--offset-left);
}
.page__header .title {
  margin-top: 45px;
}
.page__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 45px 0;
  padding: 45px var(--offset-right) 48px var(--offset-left);
}
.page__container > * {
  width: 100%;
}

.mob-add-btn {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: var(--offset-right);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--main-color);
}
.mob-add-btn:before, .mob-add-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
  background: #fff;
}
.mob-add-btn:before {
  width: 26px;
  height: 2px;
}
.mob-add-btn:after {
  width: 2px;
  height: 26px;
}

.aside {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 270px;
  height: var(--app-height);
  border-radius: 0 calc(var(--main-radius) * 2) calc(var(--main-radius) * 2) 0;
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.aside .scrollbar-inner {
  height: 100%;
}
.aside .scrollbar-inner > .scroll-element.scroll-y {
  top: 20px;
  right: 4px;
  bottom: 20px;
  height: auto;
}
.aside__roll {
  cursor: pointer;
  position: absolute;
  z-index: 200;
  top: 40px;
  right: -13px;
  border: 1px solid #E7E9F2;
  border-radius: 50%;
  background: #fff;
  width: 26px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  font-size: 8px;
  color: var(--text-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.aside__roll:hover {
  color: var(--main-color);
}
.aside__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: var(--app-height);
}
.aside__logo {
  padding: 28px 28px 0;
}
.aside__logo-close {
  display: none;
}
.aside__logo-wrap {
  overflow: hidden;
  position: relative;
}
.aside__logo-wrap img {
  display: block;
  width: 30px;
}
.aside__logo-wrap span {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 0;
  margin-top: -0.5em;
  font-weight: 600;
  line-height: 1;
  font-size: 20px;
  color: var(--headers-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.aside__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0;
  padding: 18px;
  list-style: none;
}
.aside__menu li {
  width: 100%;
}
.aside__menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 7px;
  font-weight: 500;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.aside__menu a .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1em;
  font-size: 20px;
}
.aside__menu a span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  line-height: 1.2;
}
.aside__menu a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.aside__menu a.active {
  background-color: var(--main-light-color);
  color: var(--main-color);
}
.aside__menu._bot {
  margin-top: auto;
  border-top: 1px solid #E7E9F2;
}

.head-dropdown {
  position: relative;
}
.head-dropdown__btn {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 11px 44px 11px 19px;
  border: 1px solid #E7E9F2;
  border-radius: 100px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__btn > * {
  display: inline-block;
}
.head-dropdown__btn .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  font-size: 20px;
}
.head-dropdown__btn:after {
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -0.5em;
  content: "\e915";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 10px;
  color: #B3B6BA;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__btn:hover:after {
  color: var(--main-color);
}
.head-dropdown__wrap {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 50%;
  margin: 20px 0 0 -160px;
  padding: 24px 28px;
  width: 320px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.03);
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__wrap:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.head-dropdown__wrap._right {
  left: auto;
  right: 0;
  margin-left: 0;
}
.head-dropdown__wrap._right:before {
  left: auto;
  right: 70px;
  margin-left: 0;
}
.head-dropdown__wrap._user {
  padding-top: 30px;
  padding-bottom: 30px;
}
.head-dropdown__close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.head-dropdown__close:hover {
  color: var(--main-color);
}

.head-dropdown._show .head-dropdown__btn {
  border-color: var(--main-light-color);
  background-color: var(--main-light-color);
}
.head-dropdown._show .head-dropdown__btn:after {
  color: var(--main-color);
}
.head-dropdown._show .head-dropdown__wrap {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.logo > * {
  display: inline-block;
}
.logo img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 30px;
}
.logo span {
  font-weight: 600;
  font-size: 17px;
  color: var(--headers-color);
}
.logo._big {
  gap: 12px;
}
.logo._big img {
  width: 45px;
}
.logo._big span {
  font-size: 28px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
.header__sandwich {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
}
.header__logo, .header__add {
  margin-right: auto;
}
.header__icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #E7E9F2;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header__icon:hover {
  text-decoration: none;
  color: var(--main-color);
}

.arrow-btn {
  display: inline-block;
  border-radius: 50%;
  background: #EDEFF6;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: var(--text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.arrow-btn._light {
  background-color: #F7F8FC;
}
.arrow-btn:hover {
  background-color: var(--main-color);
  text-decoration: none;
  color: #fff;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.title .arrow-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.title__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin-bottom: 0;
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 35px;
}
.subtitle._mb-small {
  margin-bottom: 20px;
}
.subtitle__head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0;
}
.subtitle__mob-more {
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: var(--text-color);
}
.subtitle__mob-more:hover {
  text-decoration: none;
}

.label {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 15px;
  border-radius: 100px;
  background: #F7F8FC;
  line-height: 1.2;
  font-weight: 500;
  font-size: 12px;
}
.label._success {
  background-color: #E9FBE2;
  color: #50C526;
}
.label._done {
  background-color: #F5F7FF;
  color: #406AFF;
}
.label._pending {
  background-color: #FFFAF5;
  color: #F19F4E;
}

.balance {
  margin-top: 15px;
}

.balance-slider {
  overflow: visible;
}

.balance-item {
  position: relative;
  padding: 25px 30px;
  border-radius: var(--main-radius);
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}
.balance-item__content {
  padding-right: 60px;
  min-height: 60px;
}
.balance-item__head {
  margin-bottom: 15px;
  font-weight: 500;
}
.balance-item__head ._mob {
  display: none;
}
.balance-item__count {
  word-wrap: break-word;
  line-height: 1;
  font-size: 36px;
  color: var(--headers-color);
}
.balance-item__reserve {
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0 5px;
  padding: 11px 19px 10px;
  border: 1px solid #EDEFF6;
  border-radius: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.balance-item__reserve span {
  display: inline-block;
  color: var(--headers-color);
}
.balance-item .main-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}
.balance-item._dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #EDEFF6;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.balance-item._dropdown:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.balance-item._dropdown .main-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  top: 0;
  right: 0;
}
.balance-item._dropdown .balance-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding: 0;
}
.balance-item._dropdown .balance-item__head {
  margin-bottom: 10px;
}
.balance-item._dropdown .balance-item__count {
  font-size: 26px;
}

.balance-item._sm .balance-item__reserve {
  margin-top: 50px;
}

.order-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.order-row._title {
  padding: 15px 30px 15px 20px;
  border-radius: var(--main-radius) var(--main-radius) 0 0;
  background: rgba(108, 114, 121, 0.05);
  margin-bottom: 25px;
  font-weight: 500;
  color: var(--headers-color);
}
.order-row._title._once {
  margin-bottom: 10px;
  border-radius: var(--main-radius);
}
.order-row._title:last-child {
  margin-bottom: 0;
}
.order-row._item {
  padding: 13px 30px 13px 20px;
  border-radius: var(--main-radius);
  background: #fff;
  margin-bottom: 10px;
}
.order-row._item:last-child {
  margin-bottom: 0;
}
.order-row._white {
  background-color: #fff;
}
.order-row__col {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.order-row__col._head {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.order-row__col._curr {
  width: 15%;
}
.order-row__col._rate {
  width: 14%;
}
.order-row__col._sum {
  width: 14%;
}
.order-row__col._status {
  width: 17%;
}
.order-row__col._btn {
  width: 20px;
}
.order-row__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  line-height: 1.2;
  color: var(--headers-color);
}
.order-row__head-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.toggle-menu {
  position: relative;
}
.toggle-menu__btn {
  cursor: default;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  -webkit-box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
  box-shadow: 0 -7px 0 currentColor, 0 7px 0 currentColor;
}
.toggle-menu__btn:hover {
  color: var(--headers-color);
}
.toggle-menu__wrap {
  position: absolute;
  z-index: 50;
  top: 100%;
  right: -25px;
  width: 220px;
  padding: 35px 20px 15px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__wrap:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 7px;
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
}
.toggle-menu__wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 25px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.toggle-menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.toggle-menu__list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EDEFF6;
}
.toggle-menu__list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.toggle-menu__list a {
  color: var(--text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle-menu__list a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.toggle-menu._show .toggle-menu__wrap {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.toggle-menu._top .toggle-menu__wrap {
  top: auto;
  bottom: 100%;
  padding-top: 15px;
  padding-bottom: 35px;
}
.toggle-menu._top .toggle-menu__wrap:before {
  top: 0;
  bottom: 20px;
}
.toggle-menu._top .toggle-menu__wrap:after {
  top: auto;
  bottom: 0;
  border-bottom-color: transparent;
  border-top-color: #fff;
}

.user-info {
  text-align: center;
}
.user-info__img {
  display: block;
  width: 75px;
  height: 75px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: url("../img/logo.png") center/cover;
}
.user-info__name {
  margin-bottom: 6px;
}
.user-info__contact {
  margin-bottom: 6px;
  font-size: 12px;
}
.user-info__contact:last-child {
  margin-bottom: 0;
}
.user-info__contact a {
  color: inherit;
}
.user-info__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #EDEFF6;
  list-style: none;
  text-align: left;
}
.user-info__menu > * {
  max-width: 100%;
}

.add-order-title {
  margin-bottom: 25px;
}

.add-order-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.add-order-links a {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
  min-height: 75px;
  border-radius: 7px;
  -webkit-box-shadow: inset 0 0 0 1px #E7E9F2;
  box-shadow: inset 0 0 0 1px #E7E9F2;
  text-align: center;
  font-weight: 500;
  color: var(--text-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.add-order-links a:hover {
  -webkit-box-shadow: inset 0 0 0 2px var(--main-color);
  box-shadow: inset 0 0 0 2px var(--main-color);
  text-decoration: none;
}

.add-order-descr {
  max-width: 390px;
  margin: 0 auto;
  text-align: center;
  color: #BABFC7;
}

.orgs-empty {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.orgs-empty__wrap {
  width: 100%;
  max-width: 475px;
  text-align: center;
}
.orgs-empty__img {
  margin-bottom: 45px;
}
.orgs-empty__img img {
  opacity: 0.3;
  max-height: 325px;
}
.orgs-empty__descr {
  font-weight: 500;
  color: #BABFC7;
}
.orgs-empty__action {
  margin-top: 45px;
}

.orgs__add {
  margin-bottom: 25px;
}

.org-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 25px;
  padding: 25px 30px;
  border-radius: var(--main-radius);
  background: #fff;
  margin-bottom: 10px;
}
.org-item:last-child {
  margin-bottom: 0;
}
.org-item__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.org-item__content > * {
  margin-bottom: 5px;
}
.org-item__content > *:last-child {
  margin-bottom: 0;
}
.org-item__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.2em;
  padding: 11px 19px;
  border: 1px solid #E7E9F2;
  border-radius: 100px;
  font-weight: 500;
}
.org-item__count > * {
  display: inline-block;
}
.org-item__count strong {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: var(--headers-color);
}
.org-item__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.org-item__toggle-wrap {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 20px;
  height: 20px;
  font-size: 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.org-item__toggle-wrap .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.org-item__toggle-wrap span {
  display: none;
}
.org-item__toggle-wrap:hover {
  color: var(--headers-color);
}
.org-item__toggle-wrap.active .ic {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.org-item__dropdown {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  width: 100%;
  padding: 20px 0 0;
}

.org-item._bill {
  gap: 0 15px;
}

.org-item._btn {
  gap: 12px 15px;
  background-color: var(--main-light-color);
}

.req-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.req-list li {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 240px;
  padding-top: 10px;
  border-top: 1px solid #E7E9F2;
}
.req-list li > * {
  display: block;
}
.req-list li strong {
  font-weight: normal;
  color: var(--headers-color);
}

.info-box__wrap {
  border-radius: var(--main-radius);
  background: #fff;
}
.info-box__row {
  padding: 35px 40px;
}
.info-box__row:nth-child(n+2) {
  border-top: 1px solid #EDEFF6;
}
.info-box__row._action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.info-box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 2px;
}
.info-box__top-item {
  position: relative;
  padding-right: 14px;
}
.info-box__top-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.info-box__top-item:last-child {
  padding-right: 0;
}
.info-box__top-item:last-child:after {
  display: none;
}
.info-box__title {
  margin-bottom: 25px;
}

.orders-balance-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.orders-balance-items .balance-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  min-width: 40%;
}

.filter {
  margin-bottom: 35px;
  padding: 18px 20px;
  border-radius: var(--main-radius);
  background: #fff;
}
.filter__top {
  position: relative;
}
.filter__top .form-calendar {
  position: absolute;
  top: 0;
  left: 0;
  width: 275px;
}
.filter__toggle {
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #E7E9F2;
  border-radius: 7px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.filter__toggle:hover {
  border-color: #BABFC7;
}
.filter__toggle.active {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.filter__grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.filter__item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 275px;
}
.filter__item._w-auto {
  width: auto;
}

.form-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-calendar__btn {
  cursor: pointer;
  width: 40px;
  height: 50px;
  border: 1px solid #E7E9F2;
  line-height: 48px;
  text-align: center;
  font-size: 12px;
  color: var(--headers-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-calendar__btn:first-child {
  border-radius: 7px 0 0 7px;
}
.form-calendar__btn:last-child {
  border-radius: 0 7px 7px 0;
}
.form-calendar__btn:hover {
  border-color: var(--main-color);
  background-color: var(--main-color);
  color: #fff;
}
.form-calendar__btn.disabled {
  cursor: default;
  border-color: #E7E9F2;
  background-color: transparent;
  color: #BABFC7;
}
.form-calendar__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  border-top: 1px solid #E7E9F2;
  border-bottom: 1px solid #E7E9F2;
  line-height: 1.2;
  text-align: center;
}
.form-calendar__info > * {
  display: inline-block;
}
.form-calendar__info input {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: transparent;
  opacity: 0;
}
.form-calendar__info .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 10px;
  font-size: 20px;
}

.form-row._disabled,
.form-title._disabled,
.form-item._disabled {
  pointer-events: none;
  opacity: 0.3;
}

.orders-wrap__row {
  margin-bottom: 35px;
}
.orders-wrap__row:last-child {
  margin-bottom: 0;
}

.orders-action {
  margin-top: 25px;
}

.doc-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 30px;
  margin-bottom: 10px;
  padding: 25px 30px;
  border-radius: var(--main-radius);
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.doc-item:last-child {
  margin-bottom: 0;
}
.doc-item__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
}
.doc-item__head {
  width: 100%;
  margin: 0;
}
.doc-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.doc-item__info li {
  position: relative;
  padding-right: 14px;
}
.doc-item__info li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.doc-item__info li:last-child {
  padding-right: 0;
}
.doc-item__info li:last-child:after {
  display: none;
}
.doc-item__label {
  position: relative;
  padding-left: 14px;
}
.doc-item__label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.doc-item__btn {
  opacity: 0;
}
.doc-item__menu {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.doc-item:hover {
  -webkit-box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
  box-shadow: 0 4px 45px rgba(0, 0, 0, 0.07);
}
.doc-item:hover .doc-item__btn {
  opacity: 1;
}

.doc-popup__title {
  margin-bottom: 20px;
}
.doc-popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.doc-popup__top-item {
  position: relative;
  padding-right: 14px;
}
.doc-popup__top-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #E7E9F2;
}
.doc-popup__top-item:last-child {
  padding-right: 0;
}
.doc-popup__top-item:last-child:after {
  display: none;
}
.doc-popup__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.doc-popup__list li {
  position: relative;
  padding-top: 10px;
  border-top: 1px solid #E7E9F2;
}
.doc-popup__list li strong {
  display: block;
  font-weight: normal;
  color: var(--headers-color);
}
.doc-popup__action {
  margin-top: 45px;
}

.balance-page .balance-item {
  margin-bottom: 20px;
}
.balance-page .balance-item:last-child {
  margin-bottom: 0;
}

.att-info {
  position: relative;
  max-width: 1035px;
  margin-bottom: 45px;
  padding: 18px 20px 18px 58px;
  border-radius: 5px;
  background: #FFFAF5;
  color: var(--headers-color);
}
.att-info:before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -0.5em;
  content: "\e921";
  font-family: "icomoon";
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  color: #F19F4E;
}

.progress {
  margin-bottom: 35px;
  max-width: 325px;
}
.progress__head {
  margin-bottom: 5px;
}
.progress__wrap {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: #E7E9F2;
}
.progress__wrap span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  min-width: 1%;
  max-width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--main-color);
}

.info-box._order .info-box__top {
  margin-bottom: 15px;
}
.info-box._order .info-box__title {
  margin-bottom: 20px;
}
.info-box._order .req-list {
  margin-bottom: 45px;
}

.order-info-row {
  margin-bottom: 40px;
  max-width: 600px;
}
.order-info-row:last-child {
  margin-bottom: 10px;
}
.order-info-row__head {
  margin-bottom: 20px;
}
.order-info-row .org-item {
  margin-bottom: 15px;
}

.attached-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.attached-file:last-child {
  margin-bottom: 0;
}
.attached-file .main-icon {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 15px;
}
.attached-file__main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.attached-file__head {
  position: relative;
  height: 1.5em;
  color: var(--main-color);
}
.attached-file__head span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.auth {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px 0;
  min-height: var(--app-height);
  padding: 30px 30px 62px;
}
.auth__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
  margin-bottom: auto;
}
.auth__top .logo {
  margin: 0 auto;
}
.auth__container {
  margin: 0 auto;
  width: 410px;
}
.auth__container._logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5px;
}
.auth__container._descr {
  text-align: center;
}
.auth__container._descr a {
  font-weight: 500;
}
.auth__container:last-child {
  margin-bottom: auto;
}
.auth__box {
  position: relative;
  padding-bottom: 14px;
}
.auth__box:before {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 14px;
  border-radius: 0 0 10px 10px;
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}
.auth__box-wrap {
  position: relative;
  z-index: 1;
  padding: 35px 30px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: var(--main-shadow);
  box-shadow: var(--main-shadow);
}
.auth__title {
  margin-bottom: 25px;
}
.auth__field {
  margin-bottom: 40px;
}
.auth__field:last-child {
  margin-bottom: 0;
}
.auth__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-top: 25px;
}
.auth__options > * {
  max-width: 100%;
}
.auth__options .form-option {
  font-weight: 500;
}
.auth__link {
  margin-top: 25px;
  text-align: center;
}
.auth__link a {
  font-weight: 500;
}
.auth__action {
  margin-top: 25px;
}

.popup-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  overflow: auto;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.popup._show {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.popup__wrapper {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: var(--app-height);
  padding: 20px var(--offset-right);
}
.popup__wrap {
  position: relative;
  width: 600px;
  max-width: 100%;
  border-radius: 20px;
  background: #fff;
  padding: 35px 40px 40px;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.popup__close {
  cursor: pointer;
  position: absolute;
  z-index: 100;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.popup__close:hover {
  color: var(--headers-color);
}
.popup__tap {
  display: none;
  position: absolute;
  z-index: 80;
  top: -50px;
  left: 0;
  width: 100%;
  height: 65px;
}
.popup__tap:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 54px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.3;
}
.popup__title {
  margin-bottom: 25px;
}
.popup._small .popup__wrap {
  width: 445px;
}

.add-order-popup .popup__wrap {
  padding: 10px 0;
}
.add-order-popup__row {
  padding: 25px 40px;
  border-bottom: 1px solid #EDEFF6;
}
.add-order-popup__row:last-child {
  border-bottom: none;
}

.user-info-popup .popup__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
.user-info-popup .user-info {
  max-width: 270px;
  margin: 0 auto;
}
.user-info-popup .user-info__name {
  font-size: 20px;
}

.thanks-popup__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.thanks-popup__head > * {
  display: inline-block;
}
.thanks-popup__head .ic {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  background: #50C526;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.thanks-popup__head span {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.thanks-popup__descr {
  margin-bottom: 0;
}
.thanks-popup .btn {
  margin-top: 30px;
}

.scrollbar-inner > .scroll-element {
  z-index: 100;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 0;
  height: 4px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
  width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: 0.1;
  background: var(--main-color);
}

.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
  background: var(--main-color) !important;
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
  cursor: pointer;
}

.air-datepicker {
  --adp-border-radius: 7px;
  --adp-cell-background-color-hover: #F7F8FC;
  --adp-cell-background-color-selected: #406AFF;
  --adp-cell-background-color-selected-hover: #5C80FF;
  --adp-color-current-date: #406AFF;
  --adp-border-color: transparent;
  --adp-font-family: "Inter", sans-serif;
  --adp-poiner-border-radius: 0;
  -webkit-box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 25px rgba(0, 0, 0, 0.05);
}

.air-datepicker--pointer:after {
  border: none;
}