

/* Start:/local/templates/tradeflow-auth/assets/css/style.css?1730953040106896*/
@charset "UTF-8";
@font-face {
  font-family: "LabGrotesque";
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Regular.woff") format("woff");
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LabGrotesque";
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Medium.woff") format("woff");
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mantera Sans";
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/ManteraSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
::-moz-selection {
  color: #000000;
  background: rgba(0, 0, 0, 0.125);
}

::selection {
  color: #000000;
  background: rgba(0, 0, 0, 0.125);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, border-color 0.3s ease;
}

a:hover {
  color: inherit;
  border-color: inherit;
}

button:focus {
    outline: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-ui li {
  position: relative;
  padding-left: 24px;
  font-family: "LabGrotesque", Helvetica, Arial, sans-serif, -apple-system;
  font-size: 16px;
}
.list-ui li:not(:last-child) {
  margin-bottom: 18px;
}
.list-ui li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

html,
body {
  width: 100%;
  font-size: 14px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "LabGrotesque", "Arial", sans-serif;
}

html {
  /* for firefox */
  scrollbar-color: #8f8f8f #cccccc;
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #cccccc;
}

html::-webkit-scrollbar-thumb {
  background-color: #8f8f8f;
}

body.no-scroll {
  overflow: hidden !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
}

.row {
  --bs-gutter-x: 20px;
}

.container {
  width: 100%;
  max-width: 1480px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

@media all and (min-width: 1024px) {
  .container, .container-sm {
    max-width: 768px;
  }
  .col-container {
    padding-left: 24px;
    padding-right: 24px;
    border-left: 1px solid #C5C9CC;
  }
  .col-container--nobd {
    border-left: 1px solid transparent;
  }
  .col-menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (min-width: 1240px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1024px;
  }
}
@media all and (min-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-ui {
    max-width: 1480px;
  }
}
html, body {
  height: 100%;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}
.page-header .search {
  margin: 0;
}
.page-header--start {
  align-items: start;
}
.page__label {
  font-size: 16px;
  display: block;
  padding: 8px 16px;
  border-radius: 4px;
  white-space: nowrap;
}
.page__label--new {
  background: #F7F4F1;
}
.page__label--moderation {
  background: #6C4DFA;
  color: #ffffff;
}
.page__label--accept {
  background: #6CD27C;
  color: #ffffff;
}
.page__label--reject {
  background: #D26C6C;
  color: #ffffff;
}
.page__label--id {
  padding: 8px 10px;
  background: #F9E44D;
}
.page-hidden-text {
  max-height: 56px; /*указать свою высоту*/
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.page-hidden-text.open::before {
  display: none;
}

.navigation {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 100px);
}

.main {
  display: grid;
  grid-template-columns: 292px 1144px;
}

.user {
  text-align: right;
  font-size: 16px;
  height: 42px;
}
.user__role {
  color: #C5C9CC;
  font-size: 14px;
}

.back-link a {
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px dashed #000;
}
.back-link a:hover {
  border-color: transparent;
}

.search {
  width: 100%;
  display: flex;
  gap: 24px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.header {
  border-bottom: 1px solid #C5C9CC;
}
.header__wrap {
  display: grid;
  grid-template-columns: 292px 1144px;
  height: 99px;
}
.header .logo,
.header .logo svg {
  width: 202px;
  height: 20px;
}
.header .logo-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin: 0;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
  background: #EDEDFF;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 14px;
  height: 14px;
  right: -7px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #00C65E;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border-radius: 50%;
  background: #00C65E;
  cursor: default;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 9px;
  width: 1px;
  background: #00C65E;
  left: 3px;
  top: 3px;
}

.noUi-handle:after {
  left: 10px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  color: rgba(2, 25, 19, 0.3);
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  left: 0;
  top: 23px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff; /*background:var(--adp-background-color-selected-other-month)*/
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- { /*background-color:var(--adp-background-color-in-range);*/
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  height: 28px;
  font-size: 14px;
}

.air-datepicker-cell.-weekend- {
  color: #FF4242;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-cell-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: #ECECEC;
  border-radius: 8px;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 8px;
}

.air-datepicker-cell.-range-to- {
  border: 1px solid #F9E44D;
  background-color: #ECE7E3;
  border-radius: 8px;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: 8px;
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: #000000;
}

.air-datepicker-cell.-selected-.-current- {
  color: #000;
  background: #F9E44D;
}

.air-datepicker-cell.-selected-.-focus- {
  background: #F9E44D;
  color: #000;
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 0;
  border-bottom: 1px solid #B6B6B6;
}

.air-datepicker-body--day-name {
  height: 30px;
  color: #181818;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: lowercase;
  font-size: 16px;
}

.air-datepicker-body--day-name:nth-last-child(-n+2) {
  color: #FF4242;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
  grid-column-gap: 4px;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 24px;
  height: 24px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #021913;
}

.air-datepicker-nav--title i {
  font-style: normal;
  font-size: 16px;
  color: #181818;
  margin-left: 0.3em;
} /*.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}*/
.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  box-sizing: border-box;
  --adp-font-family: "LabGrotesque","Futura PT", "Arial", sans-serif;
  --adp-font-size: 14px;
  --adp-width: 260px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: "nav" "body" "timepicker" "buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #181818;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: #000000;
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #d7d7d7;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #ff9a19;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 40px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  padding: 16px;
  background: var(--adp-background-color);
  border: none;
  box-shadow: 0px 0px 25px rgba(220, 220, 245, 0.7);
  border-radius: 10px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, -10px);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: 0px 0px 25px rgba(220, 220, 245, 0.7);
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  display: none;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
  padding: var(--adp-padding);
  margin-top: 16px;
}

.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
  padding-top: 16px;
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

@media all and (max-width: 768px) {
  .air-datepicker {
    --adp-width: 303px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/local/templates/tradeflow-auth/assets/css/../../assets/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/tradeflow-auth/assets/css/./fonts/slick.eot");
  src: url("/local/templates/tradeflow-auth/assets/css/./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/tradeflow-auth/assets/css/./fonts/slick.woff") format("woff"), url("/local/templates/tradeflow-auth/assets/css/./fonts/slick.ttf") format("truetype"), url("/local/templates/tradeflow-auth/assets/css/./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.typography-h1 {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}
.typography-h1 span {
  position: relative;
}
.typography-h1 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #F9E44D;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.typography-h2-big {
  font-size: 28px;
  line-height: 1.1;
  font-weight: 400;
}

.typography-h2 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}

.typography-h2-up {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
}
.typography-h2-up span {
  border-bottom: 4px solid #F9E44D;
}

.typography-mantera {
  font-size: 16px;
}

.typography-transparent {
  color: transparent;
}

.typography-grey {
  color: #C5C9CC !important;
}

.text-center {
  text-align: center;
}

[class*=typography] svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.link {
  text-decoration: underline;
  color: #000000;
}
.link:hover {
  text-decoration: none;
}

.truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate-3 {
  -webkit-line-clamp: 3;
}

.truncate-4 {
  -webkit-line-clamp: 4;
}

.burger {
  appearance: none;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  height: 24px;
  width: 24px;
  padding: 5px 2px;
}

.burger__lines {
  width: 100%;
  height: 100%;
}

.burger__line {
  height: 1px;
  background-color: #b18e70;
  border-radius: 10px;
}

.burger__line-big {
  width: 20px;
  margin-bottom: 5px;
}

.burger__line-small {
  width: 10px;
}

@media screen and (min-width: 1240px) {
  .burger {
    display: none;
  }
}
.button {
  font-family: "LabGrotesque", Helvetica, Arial, sans-serif, -apple-system;
  appearance: none;
  border-width: 0;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 18px;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  width: max-content;
}
.button svg {
  transition: color 0.5s ease;
}
.button-primary {
  background: #F9E44D;
  color: #000000;
}
.button-primary:hover {
  background: #F4DE3E;
  color: #000000;
}
.button-secondary {
  padding-top: 11px;
  padding-bottom: 11px;
  border: 1px solid transparent;
  background: transparent;
  color: #000000;
}
.button-secondary:hover {
  border-color: #F9E44D;
}
.button-white {
  background: transparent;
  color: #000000;
}
.button-block {
  background: rgba(207, 172, 142, 0.2);
  color: #000000;
}
.button-text {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "LabGrotesque", Helvetica, Arial, sans-serif, -apple-system;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.button-full {
  width: 100%;
}
.button[disabled] {
  background: #C5C9CC;
  pointer-events: none;
}
.button-icon {
  padding: 0;
}
.button-icon svg {
  width: 24px;
  height: 24px;
  color: #000000;
}
.button-with-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button-with-icon svg {
  width: 24px;
  height: 24px;
}
.button-with-icon:hover svg {
  color: #ffffff;
}
.button-with-icon[disabled] {
  background: #ffffff;
  border-color: #C5C9CC;
  pointer-events: none;
}
.button-with-icon[disabled] svg {
  color: #C5C9CC;
}

@media all and (max-width: 1239px) {
  .button {
    width: 100%;
  }
}
.menu {
  margin-top: 24px;
}
.menu > ul {
  display: grid;
  gap: 4px;
  list-style: none;
}
.menu__item {
  cursor: pointer;
  position: relative;
}
.menu__item-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 12px 16px;
  min-height: 48px;
}
.menu__item-name svg {
  min-width: 24px;
}
.menu__item-name .minus {
  display: none;
}
.menu__item-name .minus,
.menu__item-name .plus {
  margin-left: auto;
}
.menu__item.active {
  background: #F7F4F1;
}
.menu__item svg {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.menu__item.open .menu-submenu {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
}
.menu__item.open .menu__item-name .plus {
  display: none;
}
.menu__item.open .menu__item-name .minus {
  display: block;
}
.menu-submenu {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s ease;
}
.menu-submenu li a {
  display: flex;
  align-items: center;
  padding: 7px 16px 7px 56px;
  position: relative;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  height: 48px;
}
.menu-submenu__item {
  color: #000000;
}
.menu-submenu__item.active, .menu-submenu__item:hover {
  background: #F7F4F1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:-internal-autofill-selected, textarea:-internal-autofill-selected {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-text-fill-color: #000000;
}

.form input[disabled],
.form textarea[disabled] {
  background: #F1F1F1;
  border-color: #F1F1F1 !important;
  pointer-events: none;
}
.form input[disabled]::-webkit-input-placeholder,
.form textarea[disabled]::-webkit-input-placeholder {
  color: #eeeeee;
}
.form input[disabled]:-moz-placeholder,
.form textarea[disabled]:-moz-placeholder {
  color: #eeeeee;
}
.form input[disabled]::-moz-placeholder,
.form textarea[disabled]::-moz-placeholder {
  color: #eeeeee;
}
.form input[disabled]:-ms-input-placeholder,
.form textarea[disabled]:-ms-input-placeholder {
  color: #eeeeee;
}
.form input[type=time] {
  padding: 12px 15px;
}
.form input[type=time]:focus::-webkit-calendar-picker-indicator {
  background: url("/assets/sprites/dist/assets/sprites/intermediate-svg/clock-active.svg") center center no-repeat;
  background-size: contain;
}
.form input.changed[type=time]::-webkit-calendar-picker-indicator {
  background: url("/assets/sprites/dist/assets/sprites/intermediate-svg/clock.svg") center center no-repeat;
  background-size: contain;
}
.form input[type=time]::-webkit-calendar-picker-indicator {
  background: url("/assets/sprites/dist/assets/sprites/intermediate-svg/clock.svg") center center no-repeat;
  pointer-events: none;
  background-size: contain;
}
.form input[type=number] {
  -moz-appearance: textfield;
}
.form input[type=number]::-webkit-outer-spin-button,
.form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-row--end {
  align-items: end;
}
.form-row--wrap {
  flex-wrap: wrap;
}
.form-row:not(:last-child) {
  margin-bottom: 20px;
}
.form-row__buttons {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: 0px 4px 10.2px 0px rgba(69, 91, 99, 0.08);
  margin-top: 50px;
  margin-bottom: 30px;
}
.form-col-1 {
  width: 8.33333333%;
}
.form-col-2 {
  width: 16.66666667%;
}
.form-col-3 {
  width: 25%;
  max-width: 258.75px;
}
.form-col-4 {
  width: 33.33333333%;
}
.form-col-5 {
  width: 41.66666667%;
}
.form-col-6 {
  width: 50%;
  max-width: 538px;
}
.form-col-7 {
  width: 58.33333333%;
}
.form-col-8 {
  width: 66.66666667%;
}
.form-col-9 {
  width: 75%;
}
.form-col-10 {
  width: 83.33333333%;
  max-width: 880px;
}
.form-col-11 {
  width: 91.66666667%;
  max-width: 977px;
}
.form-col-12 {
  width: 100%;
}
.form-mb-sm, .form-mb {
  margin-bottom: 0;
}
.form-policy {
  font-size: 14px;
  color: #C5C9CC;
}
.form-policy--dark {
  font-size: 12px;
  color: #000000;
}
.form-policy--dark a {
  text-decoration: underline;
}
.form-policy--dark a:hover {
  text-decoration: none;
}
.form-policy a {
  text-decoration: underline;
}
.form-policy a:hover {
  text-decoration: none;
}
.form__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.form-content.hide, .form-message, .form-message-error {
  display: none;
}
.form-message.active, .form-message-error.active {
  display: block;
}
.form.disabled button[type=submit] {
  pointer-events: none;
  background: #f1f1f1;
}
@media all and (max-width: 1239px) {
  .form-mb {
    margin-bottom: 16px;
  }
  .form button:not(.button-full) {
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .form-item--search {
    height: 48px;
  }
  .form-item--search .form-item__input {
    border-color: transparent;
    width: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: width 0.5s ease, border-color 0.5s ease;
    z-index: 1;
    cursor: pointer;
  }
  .form-item--search .form-item__input:focus, .form-item--search .form-item__input.changed {
    border-color: #181818;
    width: 100%;
    transition: width 0.5s ease;
  }
  .form-item--search .form-item__input:focus::-webkit-search-cancel-button, .form-item--search .form-item__input.changed::-webkit-search-cancel-button {
    width: 24px;
    height: 24px;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/local/templates/tradeflow-auth/assets/css/../images/close.png") center center no-repeat;
    cursor: pointer;
  }
  .form-item--search .form-item__input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .form-item--search .form-item__input:-moz-placeholder {
    color: #ffffff;
  }
  .form-item--search .form-item__input::-moz-placeholder {
    color: #ffffff;
  }
  .form-item--search .form-item__input:-ms-input-placeholder {
    color: #ffffff;
  }
  .form-item--search button {
    right: 15px;
  }
}

.form-item {
  display: block;
  width: 100%;
  position: relative;
}
.form-item__input, .form-item__textarea, .form-item__textarea--input {
  font-family: "LabGrotesque", "Arial", sans-serif;
  outline: none;
  width: 100%;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #C5C9CC;
  border-radius: 4px;
  transition: border-color 0.3s ease;
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
}
.form-item__input:focus, .form-item__input:focus, .form-item__textarea:focus, .form-item__textarea:focus, .form-item__textarea--input:focus, .form-item__textarea--input:focus {
  border-color: #000000;
}
.form-item__textarea {
  display: block;
  height: 170px;
}
.form-item__textarea--input {
  display: block;
  height: 40px;
  padding: 1px 12px;
  resize: none;
}
.form-item__input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-item__input--file, .form-item__input--checkbox {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-item__input--checkbox:checked + .form-item__checkbox {
  background: #000000;
  border-color: #000000;
}
.form-item__input--checkbox:checked + .form-item__checkbox svg {
  display: block;
}
.form-item__input--checkbox:disabled + .form-item__checkbox {
  background: #F2F2F2;
  border-color: #F2F2F2;
}
.form-item__name {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: #C5C9CC;
}
.form-item__name--file {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-item__name--file svg {
  width: 20px;
  height: 20px;
}
.form-item__name--checkbox {
  font-size: 14px;
  color: #000000;
}
.form-item__name > span {
  color: #E30505;
}
.form-item__label {
  display: block;
  color: #000000;
  margin-bottom: 4px;
  font-size: 14px;
}
.form-item__label--file {
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-item__label--file svg {
  width: 20px;
  height: 20px;
}
.form-item__label--checkbox {
  color: #9E8575;
}
.form-item__label > span {
  color: #E30505;
}
.form-item__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #B6B6B6;
  margin-right: 8px;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}
.form-item__checkbox svg {
  display: none;
  width: 12px;
  height: 12px;
  color: #ffffff;
}
.form-item__checkbox.right {
  margin-left: 8px;
  margin-right: 0;
}
.form-item__input:focus + .form-item__name, .form-item__textarea:focus + .form-item__name, .js-input.changed + .form-item__name {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transform: translate(-13px, -32px);
  transition: all 0.3s ease;
  background: white;
  padding: 0 10px;
  color: #000000;
}
.form-item__input:focus + .form-item__name span, .form-item__textarea:focus + .form-item__name span, .js-input.changed + .form-item__name span {
  display: none;
}
.form-item__input.js-input.changed {
  border-color: #000000;
}
.form-item__input.js-input.changed:focus {
  border-color: #000000;
}
.form-item__input.js-input.changed:focus + .form-item__name {
  color: #000000;
}
.form-item__input.js-input.changed + svg {
  color: #000000;
}
.form-item__textarea.js-input.changed {
  border-color: #000000;
}
.form-item .js-input.error {
  border-color: #E30505;
}
.form-item--search {
  position: relative;
  cursor: pointer;
}
.form-item--search button {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.form-item--search button svg {
  width: 24px;
  height: 24px;
  color: #C5C9CC;
}
.form-item--checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-item--checkbox .form-item__input--checkbox:checked[disabled] + .form-item__checkbox {
  background: #C5C9CC;
  border-color: #C5C9CC;
}
.form-item--checkbox.disabled .form-item__name--checkbox {
  color: #C5C9CC;
}
.form-item--file {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.form-item--file::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/tradeflow-auth/assets/css/../images/paperclip.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.form-item--datepicker {
  position: relative;
}
.form-item--datepicker .form-item__input {
  padding-right: 50px;
}
.form-item--datepicker .form-item__input:focus + svg {
  color: #000000;
}
.form-item--datepicker .form-item__input:disabled + svg {
  color: #C5C9CC;
}
.form-item--datepicker > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #C5C9CC;
}
.form-item--textarea .form-item__name {
  top: 11px;
  transform: translateY(0);
}
.form-item .eye,
.form-item .eye-off {
  position: absolute;
  top: 10px;
  right: 18px;
}
.form-item .eye.hide,
.form-item .eye-off.hide {
  display: none;
}
.form-item .eye svg,
.form-item .eye-off svg {
  width: 24px;
  height: 24px;
  color: #C5C9CC;
}
.form-item--label .button-icon {
  top: 32px;
}
.form-item--label .form-item__name {
  top: 33px;
  transform: unset;
}
.form-item--label .form-item__input:focus + .form-item__name, .form-item--label .js-input.changed + .form-item__name {
  transform: translate(-13px, -22px);
}
.form-item--label.form-item--datepicker > svg {
  top: 31px;
}
.form-item__link, .form-item__status {
  position: absolute;
  top: 65px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
}
.form-item__link {
  color: #E30505;
  border-bottom: 1px solid #E30505;
}
.form-item__status {
  color: #6CD27C;
}

.form-files {
  min-height: 80px;
}
.form-files.highlight {
  background: rgba(237, 237, 255, 0.6);
}
.form-files.upload {
  border: none;
  background: #ffffff;
}
.form-files.upload .form-files__wrap {
  display: none;
}
.form-files.upload .form-files__list {
  display: block;
}
.form-files__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  height: 150px;
  text-align: center;
  border: 1px dashed #C5C9CC;
}
.form-files__wrap.hide {
  opacity: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  padding: 0;
}
.form-files__list {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.form-files__list.show {
  border: 1px dashed #000;
  padding: 24px;
}
.form-files__img {
  text-align: center;
}
.form-files__img img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 4px;
}
.form-files__svg svg {
  width: 40px;
  height: 40px;
}
.form-files__svg-name {
  font-size: 11px;
  padding: 0 10px;
  display: block;
  margin-top: 8px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-files__svg-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 150px;
  height: 150px;
  border: 1px solid #C5C9CC;
  padding: 0 20px;
  text-align: center;
}
.form-files__title {
  font-size: 11px;
}
.form-files__button, .form-files__button-more {
  cursor: pointer;
}
.form-files__button-text, .form-files__button-more-text {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  max-width: 260px;
}
.form-files__button input, .form-files__button-more input {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form-files__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.form-files__buttons span.form-files__button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-files__buttons span.form-files__button,
.form-files__buttons svg {
  width: 16px;
  height: 16px;
  color: #C5C9CC;
}

.form-switch {
  display: inline-block;
  height: 20px;
  position: relative;
  width: 38px;
}
.form-switch__wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 5px;
  font-size: 14px;
}
.form-switch__wrap .js-switch-status-2 {
  display: none;
}
.form-switch__slider {
  background-color: #C5C9CC;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.form-switch__slider::before {
  background-color: #ffffff;
  bottom: 2px;
  content: "";
  height: 16px;
  left: 2px;
  position: absolute;
  transition: 0.4s;
  width: 16px;
}
.form-switch__slider.round {
  border-radius: 20px;
}
.form-switch__slider.round::before {
  border-radius: 50%;
}
.form-switch input {
  display: none;
}
.form-switch input:checked + .form-switch__slider {
  background-color: #000000;
}
.form-switch input:checked + .form-switch__slider:before {
  transform: translateX(18px);
}

.field {
  position: relative;
}
.field.bad .form-item__input,
.field.bad .form-item__textarea {
  border-color: #E30505;
}
.field.bad .form-item__input:focus + .form-item__name,
.field.bad .form-item__textarea:focus + .form-item__name {
  color: #E30505;
}
.field.bad .js-input.changed + .form-item__name {
  color: #E30505;
}
.field.bad .js-input.changed:focus + .form-item__name {
  color: #000000;
}

.alert,
.alert-absolute {
  color: #E30505;
  font-size: 12px;
  line-height: 1.2;
  margin: 2px 0;
  background: transparent;
  text-align: left;
  padding: 0;
}

.alert-absolute {
  position: absolute;
}

.js-form-error,
.js-form-success,
.js-form-btn {
  display: none;
}
.js-form-error.show,
.js-form-success.show,
.js-form-btn.show {
  display: block;
}

.form-select {
  display: grid;
  gap: 4px;
  position: relative;
}
.form-select__item {
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  background: #F1F1F1;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.04);
  font-size: 14px;
}
.form-select__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #FCFCFC;
  height: 18px;
  cursor: pointer;
  transition: box-shadow 0.3s ease;
}
.form-select__arrow svg {
  height: 22px;
  width: 22px;
  color: #C5C9CC;
  transition: transform 0.5s ease;
}
.form-select__arrow:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04);
}
.form-select__list {
  display: grid;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
}
.form-select__list .form-select__item {
  height: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
.form-select__list.show {
  gap: 4px;
}
.form-select__list.show .form-select__item {
  height: 40px;
  padding: 10px 12px;
  opacity: 1;
  visibility: visible;
}
.form-select__list.show .form-select__arrow svg {
  transform: rotate(-180deg);
}

.card-ui {
  display: flex;
  align-items: flex-start;
  gap: 57px;
}
.card-ui:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
}
.card-ui-list {
  display: grid;
  gap: 30px;
}
.card-ui-list--grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card-ui-slider {
  margin-left: -65px;
  min-width: 620px;
  height: 400px;
}
.card-ui-slider .slider__wrap {
  width: 490px;
}
.card-ui-slider .mobile-slider__item picture,
.card-ui-slider .mobile-slider__item img {
  aspect-ratio: 490/400;
  border-radius: 4px;
}
.card-ui-slider .slider__arrows {
  top: 200px;
}
.card-ui-slider .tns-item {
  height: 400px;
}
.card-ui-info {
  display: grid;
  gap: 24px;
  padding: 30px 18px 30px 0;
}
.card-ui-info__items {
  display: grid;
  gap: 16px;
}
.card-ui-info__item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.card-ui-info__item svg {
  width: 24px;
  height: 24px;
}
.card-ui-info__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}
.card-ui-info__date {
  color: #C5C9CC;
}
.card-ui__image {
  max-width: 388px;
  border-radius: 4px;
  overflow: hidden;
}
.card-ui__image img {
  width: 388px;
  height: 220px;
  object-fit: cover;
}
.card-ui--grid {
  flex-direction: column;
  gap: 16px;
}
.card-ui--grid:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: unset;
}
.card-ui--grid .card-ui-info {
  gap: 16px;
  padding: 0;
}
.card-ui--spa {
  align-items: center;
}
.card-ui--spa .card-ui__image {
  min-width: 490px;
  max-width: 490px;
  overflow: hidden;
}
.card-ui--spa .card-ui__image img {
  width: 490px;
  height: 400px;
  object-fit: cover;
}
@media all and (max-width: 1239px) {
  .card-ui {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .card-ui:not(:last-child) {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .card-ui-slider {
    width: 100%;
    min-width: 343px;
    margin-left: 0;
    height: auto;
  }
  .card-ui-slider .slider__wrap {
    width: 100%;
  }
  .card-ui-slider .mobile-slider__card {
    min-height: 215px;
  }
  .card-ui-slider .mobile-slider__item picture,
  .card-ui-slider .mobile-slider__item img {
    aspect-ratio: 343/215;
  }
  .card-ui-slider .tns-item {
    height: auto;
  }
  .card-ui-info {
    padding: 0;
    gap: 16px;
  }
  .card-ui-info .truncate-3 {
    -webkit-line-clamp: 4;
  }
  .card-ui-info__buttons {
    flex-direction: column;
    gap: 16px;
  }
  .card-ui-info__buttons button {
    width: 100%;
  }
  .card-ui-list--grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .card-ui--grid .truncate-4 {
    -webkit-line-clamp: 5;
  }
  .card-ui--grid:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media all and (max-width: 991px) {
  .card-ui__image {
    max-width: 100%;
  }
  .card-ui__image img {
    width: 100%;
  }
  .card-ui--spa .card-ui__image {
    max-width: 100%;
    min-width: 300px;
  }
  .card-ui--spa .card-ui__image img {
    width: 100%;
    min-height: 215px;
    max-height: 500px;
    height: auto;
  }
}

.select-parent {
  display: grid;
  gap: 16px;
}

.select-ui {
  width: 100%;
  position: relative;
}
.select-ui__apply {
  margin-top: 16px;
}
.select-ui__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.select-ui__list--multiselect {
  padding: 20px 0;
}
.select-ui__dropdown {
  display: none;
  position: absolute;
  z-index: 101;
  top: 44px;
  left: 0;
  right: 0;
  min-width: 155px;
  width: auto;
  max-height: 280px;
  overflow-y: auto;
  background: #ffffff;
  box-shadow: 0px 4px 10.2px 0px rgba(69, 91, 99, 0.08);
  padding: 4px 0;
}
.select-ui__dropdown::-webkit-scrollbar {
  width: 5px;
  background: #eee;
  border-radius: 14px;
}
.select-ui__dropdown::-webkit-scrollbar-thumb {
  background: #C5C9CC;
  border-radius: 14px;
}
.select-ui__dropdown--multiselect {
  min-width: 255px;
  width: 100%;
  border: none;
  box-shadow: 0px 4px 20px #000000;
  top: 38px;
}
.select-ui__backdrop {
  position: fixed;
  display: none;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: transparent;
}
.select-ui__hidden-select {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -100;
  max-width: 100%;
}
.select-ui__val {
  display: none;
  border-radius: 4px;
  background: rgba(207, 172, 142, 0.2);
  padding: 12px 18px;
  text-transform: uppercase;
}
.select-ui__val.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-ui__delete {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "LabGrotesque", Helvetica, Arial, sans-serif, -apple-system;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin-left: 10px;
}
.select-ui__delete svg {
  width: 24px;
  height: 24px;
}
.select-ui__label {
  font-size: 14px;
  margin-bottom: 3px;
  line-height: 1.3;
}
.select-ui.label .select-ui__input::after,
.select-ui.label .select-ui__input--multiselect::after {
  top: unset;
  bottom: 22%;
}
.select-ui.label .select-ui__dropdown {
  top: 66px;
}
.select-ui.multiselect .select-ui__checkbox-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}
.select-ui.multiselect .select-ui__name--checkbox {
  font-size: 16px;
  line-height: 1.25;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
.select-ui.multiselect .select-ui__name--checkbox::before, .select-ui.multiselect .select-ui__name--checkbox::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #9E8575;
  border-radius: 4px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.select-ui.multiselect .select-ui__input--checkbox {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}
.select-ui.multiselect .select-ui__input--checkbox:checked + .select-ui__name--checkbox::after {
  background: #9E8575 url("/assets/sprites/dist/assets/sprites/intermediate-svg/checkbox.svg") center center no-repeat;
}
.select-ui.error .select-ui__input {
  border-color: #E30505;
}
.select-ui.disabled {
  pointer-events: none;
}
.select-ui.disabled .select-ui__input.selected,
.select-ui.disabled .select-ui__input {
  border-color: #f2f2f2;
  background: #f2f2f2;
}
.select-ui.disabled .select-ui__input::after,
.select-ui.disabled .select-ui__input.selected::after {
  display: none;
}
.select-ui.table-select.open .select-ui__dropdown {
  top: 50px;
  width: 100%;
  padding: 12px 18px;
}
.select-ui.table-select .select-ui__input {
  height: 44px;
  border-bottom: 1px solid #9E8575;
  background: #ffffff;
  justify-content: center;
  border-radius: 0;
}
.select-ui.table-select .select-ui__input-arrow {
  display: none;
}
.select-ui.table-select .select-ui__input.selected {
  border-top: none;
  border-left: none;
  border-right: none;
}
.select-ui.table-select .select-ui__input.selected [data-type=value] {
  color: #181818;
}
.select-ui.table-select .select-ui__input.selected::after {
  border-width: 1px;
  border-color: #9E8575;
}
.select-ui.table-select .select-ui__list {
  display: grid;
  gap: 16px;
}
.select-ui.table-select .select-ui__item {
  font-size: 18px;
  border-bottom: unset;
  padding: 0;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.select-ui.table-select .select-ui__item.selected::after {
  display: none;
}
.select-ui.table-select .select-ui__item.selected, .select-ui.table-select .select-ui__item:hover {
  color: #B18E70;
}
.select-ui.table-select .select-ui__dropdown {
  border-radius: 8px;
}

.select-ui.open .select-ui__input {
  border-color: #000;
  cursor: pointer;
}
.select-ui.open .select-ui__input-name,
.select-ui.open .select-ui__input span {
  color: #000000;
}
.select-ui.open .select-ui__input::after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(-45deg);
}
.select-ui.open .select-ui__input--without-frame::after {
  transform: rotate(-45deg);
}
.select-ui.open .select-ui__input.buttons .select-ui__input-arrow {
  transform: rotate(-180deg);
}
.select-ui.open .select-ui__dropdown, .select-ui.open .select-ui__backdrop {
  display: block;
}

.select-ui__input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border: 1px solid #C5C9CC;
  height: 40px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  color: #C5C9CC;
}
.select-ui__input-btns {
  margin-right: -7px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.select-ui__input-arrow {
  transition: transform 0.3s ease;
}
.select-ui__input-arrow svg {
  width: 24px;
  height: 24px;
}
.select-ui__input.buttons svg {
  display: block;
  height: 20px;
  width: 20px;
}
.select-ui__input.buttons::after {
  display: none;
}
.select-ui__input > span {
  min-width: 100px;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
}
.select-ui__input > span > span {
  color: #F55050;
}
.select-ui__input-name {
  position: absolute;
  opacity: 0;
}
.select-ui__input::after, .select-ui__input--multiselect::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #C5C9CC;
  border-right: 1px solid #C5C9CC;
  position: absolute;
  right: 20px;
  top: 46%;
  z-index: 1;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.2s;
}
.select-ui__input.selected {
  border-color: #000000;
  color: #000000;
}
.select-ui__input.selected::after {
  border-color: #000000;
}
.select-ui__input--multiselect {
  font-size: 20px;
  line-height: 1.25;
  cursor: pointer;
  padding-right: 35px;
}
.select-ui__input--multiselect::after {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.select-ui__input-link {
  color: #000000;
  border-bottom: 1px dotted #000000;
}
.select-ui__input-truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select-ui__list {
  display: grid;
}
.select-ui__list.arrow .select-ui__item.selected::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("/assets/sprites/dist/assets/sprites/intermediate-svg/checkbox.svg") center center no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.select-ui__item {
  padding: 8px 12px;
  background: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.select-ui__item:hover {
  background: #F7F4F1;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.select-ui__item.selected {
  background: #F7F4F1;
  position: relative;
}

.select-ui-tabs-links {
  display: flex;
  align-items: center;
  padding: 10px;
}
.select-ui-tabs-links__item {
  width: 100%;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: rgba(2, 25, 19, 0.3);
  padding: 6.5px 10px;
  cursor: pointer;
}
.select-ui-tabs-links__item:first-child {
  border-radius: 4px 0px 0px 4px;
}
.select-ui-tabs-links__item:last-child {
  border-radius: 0px 4px 4px 0px;
}
.select-ui-tabs-links__item.selected {
  background: #00C65E;
  border: 1px solid #00C65E;
  color: #FFFFFF;
}
.select-ui-tabs-content .select-ui__item {
  padding: 7.5px 10px;
  font-size: 13px;
}
.select-ui-tabs-content .select-ui__list {
  display: none;
}
.select-ui-tabs-content .select-ui__list.selected {
  display: block;
}

.select-ui-fake,
.form-item--time .select-ui__input::after {
  display: none;
}

.select-input {
  width: 52px;
  height: 40px;
  background: #C5C9CC;
  border-radius: 0 4px 4px 0;
  position: absolute;
  top: 24px;
  right: 0;
  cursor: pointer;
}
.select-input svg {
  width: 24px;
  height: 24px;
  color: #ffffff;
}
.select-input__arrow {
  height: 16px;
}
.select-input__arrow svg {
  width: 16px;
  height: 16px;
}
.select-input__name {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.select-input__value {
  height: 23px;
}
.select-input__list {
  width: 100%;
  position: absolute;
  top: 40px;
  right: 0;
  background: #C5C9CC;
  border-radius: 0 0 4px 4px;
  display: grid;
  gap: 4px;
  text-align: center;
  display: none;
  z-index: 100;
}
.select-input__item {
  padding: 5px;
}
.select-input__item:hover {
  background: rgba(255, 255, 255, 0.3);
}
.select-input__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.select-input.open .select-input__list {
  display: grid;
}
.select-input.open .select-input__backdrop {
  display: block;
}
.select-input.disabled {
  pointer-events: none;
  background: #F2F2F2;
  width: 36px;
}
.select-input.disabled .select-input__arrow {
  display: none;
}
.select-input.disabled svg {
  color: #C5C9CC;
}

.profile__checking-account.changed .select-input,
.profile__checking-account.changed .select-input__list {
  background: #000;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: start;
}
.breadcrumbs__wrap {
  padding: 0 0 16px;
}
.breadcrumbs__link {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease;
  position: relative;
}
.breadcrumbs__link a {
  white-space: nowrap;
}
.breadcrumbs__link:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.3);
}
.breadcrumbs__link:hover, .breadcrumbs__link:last-child {
  color: #000000;
}
.breadcrumbs__link:last-child, .breadcrumbs__link.ellipsis a {
  display: block;
  max-width: 1030px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__link.ellipsis a {
  max-width: 830px;
}

.modal-custom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0 20px;
}
.modal-custom .form-row:not(:last-child) {
  margin-bottom: 24px;
}
.modal-custom .logo {
  width: 130px;
  height: 50px;
  margin: 0 auto 40px;
}
.modal-custom.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
  z-index: 100;
}
.modal-custom__body {
  max-width: 500px;
  width: 100%;
  max-height: 90%;
  background: #ffffff;
  padding: 32px;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 4px;
}
.modal-custom__body::-webkit-scrollbar {
  width: 5px;
  background: #cccccc;
  border-radius: 14px;
}
.modal-custom__body::-webkit-scrollbar-thumb {
  background: #8f8f8f;
  border-radius: 14px;
}
.modal-custom__body--auto {
  width: auto;
  max-width: auto;
  padding: 24px 32px;
}
.modal-custom__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 32px;
  right: 32px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.modal-custom__close svg {
  color: #000000;
  width: 24px;
  height: 24px;
}
.modal-custom__title {
  font-weight: 500;
  margin-bottom: 24px;
  padding-right: 31px;
}
.modal-custom__subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}
.modal-custom__buttons {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1239px) {
  .modal-custom__body {
    max-width: 343px;
  }
}

.logo svg {
  width: 436px;
  height: 44px;
  max-width:100%;
}
.logo-link {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.ui-kit {
  padding: 50px 0;
}
.ui-kit__block {
  margin-bottom: 50px;
}
.ui-kit__row {
  margin-bottom: 30px;
}
.ui-kit__row * {
  margin-bottom: 20px;
}

.structure ul {
  list-style: none;
}
.structure ul ul {
  padding-left: 0;
}
.structure ul li {
  margin-bottom: 10px;
}
.structure ul li > ul {
  padding-left: 20px;
}

.auth {
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
.auth-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth__wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 50%;
  padding-bottom: 60px;
}
.auth__wrap .form-wrap-content {
  margin-bottom: 40px;
}
.auth__wrap .back-link {
  text-align: center;
  margin-top: auto;
}
.auth__wrap--registration {
  padding-top: 150px;
}
.auth .form-content {
  max-width: 436px;
  margin: 0 auto;
}
.auth .logo-link {
  margin-bottom: 40px;
}
.auth .typography-h2 {
  margin-bottom: 24px;
  text-align: center;
}
.auth .form {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.auth .form-message .button {
  width: 274px;
  margin: 24px auto 0;
}
.auth .form-item--checkbox {
  margin-top: 14px;
}
.auth-forget-link {
  font-size: 14px;
}
.auth-forget-link:hover {
  color: #C5C9CC;
}
.auth .captcha {
  height: 50px;
  border: 1px solid #000;
  margin-bottom: 4px;
}
.auth--reg {
  max-width: 768px;
}
.auth--reg .typography-mantera {
  margin-bottom: 65px;
}

.lots {
  padding-top: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.lots .profile-status {
  margin: 0;
}
.lots .form-row:not(:last-child) {
  margin-bottom: 20px;
}
.lots-screen {
  max-width: 540px;
  margin: 103px auto 0;
}
.lots-screen .logo svg {
  width: 540px;
  height: 54px;
}
.lots-screen .logo-link {
  margin-bottom: 60px;
}
.lots-screen__wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 260px);
  gap: 20px;
  margin-bottom: 40px;
}
.lots-screen__item {
  padding: 42px 16px 28px;
  text-align: center;
  word-wrap: break-word;
  border: 1px solid #C5C9CC;
  font-size: 11px;
}
.lots-screen__item svg {
  width: 44px;
  height: 44px;
  margin-bottom: 8px;
}
.lots-screen__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.lots__copyright {
  font-size: 11px;
  width: max-content;
  margin: auto auto 50px;
}

.profile {
  padding-top: 24px;
}
.profile-status {
  display: grid;
  gap: 16px;
  background: #F7F4F1;
  border: 1px solid #C5C9CC;
  padding: 24px;
  margin: 24px 0;
}
.profile-status .typography-h2-up {
  display: flex;
  margin: 0 !important;
}
.profile-form {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 321px);
}
.profile-form .form-row__buttons {
  margin-top: auto;
}
.profile-business-form {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 185px);
  margin-top: 24px;
}
.profile-business-form .form-row__buttons {
  margin-top: auto;
}
.profile__checking-account {
  display: flex;
  align-items: end;
  position: relative;
}
.profile__checking-account .field {
  min-width: 260px;
}
.profile__checking-account .js-select-input-add {
  margin-left: 16px;
  min-width: 40px;
  height: 40px;
  background: #F9E44D;
}
.profile__checking-account .js-select-input-remove {
  font-size: 12px;
  color: #E30505;
  position: absolute;
  top: 3px;
  right: 0;
  cursor: pointer;
}
.profile-documents__button input {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.profile-documents__list {
  display: none;
}
.profile-documents__list.show {
  display: grid;
  justify-items: start;
  gap: 8px;
  margin-bottom: 20px;
}
.profile-documents-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.profile-documents-item__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  border-bottom: 1px solid #000000;
}
.profile-documents-item__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: #F7F4F1;
  cursor: pointer;
}
.profile-documents-item__btn svg {
  width: 24px;
  height: 24px;
}
.profile__header {
  margin: 24px 0 16px;
}
.profile-activity {
  background: #F7F4F1;
  padding: 17px 12px;
  margin: 16px 0 20px;
}
.profile .button-text {
  font-size: 16px;
  border-bottom: 1px dashed #000;
}
.profile .typography-h2-up {
  margin-bottom: 24px;
  margin-top: 40px;
}
.profile .table-ui .form-item__input {
  padding: 7px 12px;
}
.profile .table-ui .button-primary {
  padding: 8px 18px;
}
.profile .table-ui .profile-documents-item {
  gap: 8px;
}
.profile .table-ui .profile-documents-item__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-bottom: none;
}
.profile .table-ui .profile-documents-item__name svg {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.profile .table-ui .profile-documents-item__name span {
  border-bottom: 1px solid #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 159px;
}
.profile .table-ui .profile-documents-item__btn {
  width: 100%;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
}
.profile .table-ui .profile-documents-item__btn svg {
  width: 16px;
  height: 16px;
}
.profile .table-ui .profile-documents__list.show {
  margin-bottom: 0;
}
.profile .table-ui .profile-documents__button.hide {
  display: none;
}
.profile .table-row {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #C5C9CC;
  display: grid;
  grid-template-columns: 40px 300px 310px 223px 223px;
  align-items: center;
}
.profile .table-row--header {
  color: #C5C9CC;
  height: 40px;
}
.profile .table-row--header .table-col:not(:first-child) {
  border-left: 1px solid #C5C9CC;
  border-image: linear-gradient(to bottom, rgba(197, 201, 204, 0), #C5C9CC);
  border-image-slice: 1;
}
.profile .table-col {
  padding: 8px 12px;
}
.profile .table__document {
  display: flex;
  align-items: center;
  gap: 8px;
}
.profile .table__document svg {
  width: 24px;
  height: 24px;
}
.profile .table__document span {
  border-bottom: 1px solid #000;
}
.profile .table__document .profile-documents-item__btn {
  margin-left: auto;
}
.profile > .form-row__buttons {
  margin-top: 30px;
}
.profile .mb-24 {
  margin-bottom: 24px;
}
.profile .employee-form,
.profile .bidder-form {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 313px);
  margin-top: 24px;
}
.profile .employee-form .form-row__buttons,
.profile .bidder-form .form-row__buttons {
  margin-top: auto;
}
.profile .bidder-form {
  height: calc(100vh - 222px);
}

.purchases {
  padding-top: 24px;
}
.purchases-info {
  font-size: 16px;
  margin: 24px 0 16px;
}
.purchases-info__row {
  padding: 16px 0;
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
}
.purchases-info__title {
  font-weight: 500;
}
.purchases-info__text a {
  display: block;
}
.purchases-info .page-hidden-text {
  display: grid;
  gap: 10px;
}
.purchases-info .page__label {
  width: max-content;
}
.purchases-info .button-text {
  margin-top: 16px;
}
.purchases__header {
  margin: 24px 0 16px;
}
.purchases-detail-block:not(:last-child) {
  margin-bottom: 40px;
}
.purchases-detail__subtitle {
  margin-bottom: 20px;
}
.purchases-detail__fields {
  display: flex;
  align-items: center;
  gap: 16px;
}
.purchases-detail__fields .field--checkbox {
  margin-top: 20px;
}
.purchases-detail__fields .field--datepicker {
  max-width: 200px;
}
.purchases .mb-24 {
  margin-bottom: 24px;
}
.purchases .button-text {
  border-bottom: 1px dashed #000;
  border-radius: 0;
  height: 18px;
}
.purchases .table-row {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #C5C9CC;
  display: grid;
  grid-template-columns: 40px 40px 300px 420px 1fr;
  align-items: center;
  font-size: 14px;
}
.purchases .table-row--header {
  color: #C5C9CC;
  height: 40px;
}
.purchases .table-row--header .table-col:not(:first-child) {
  border-left: 1px solid #C5C9CC;
  border-image: linear-gradient(to bottom, rgba(197, 201, 204, 0), #C5C9CC);
  border-image-slice: 1;
}
.purchases .table-col {
  padding: 8px 12px;
}
.purchases .table-ui {
  margin-top: 16px;
  display: none;
}
.purchases .table-ui.show {
  display: block;
}
.purchases .table-ui--changes {
  display: block;
}
.purchases .table-ui--changes .table-row {
  grid-template-columns: 146px 1fr 200px;
  padding: 0 24px;
}
.purchases .table-ui .form-item__input {
  padding: 7px 12px;
}
.purchases .table-ui .form-item__input[disabled] {
  background: #F1F1F1;
  border-color: #F1F1F1 !important;
}
.purchases .table-ui .button-primary {
  padding: 8px 18px;
}
.purchases .table-ui .profile-documents-item {
  gap: 8px;
}
.purchases .table-ui .profile-documents-item__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-bottom: none;
}
.purchases .table-ui .profile-documents-item__name svg {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.purchases .table-ui .profile-documents-item__name span {
  border-bottom: 1px solid #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
}
.purchases .table-ui .profile-documents-item__btn {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.purchases .table-ui .profile-documents-item__btn svg {
  width: 16px;
  height: 16px;
}
.purchases .table-ui .profile-documents__list.show {
  margin-bottom: 0;
}
.purchases .table-ui .profile-documents__button.hide {
  display: none;
}
.purchases .js-add-row {
  margin-top: 16px;
}

.catalog {
  padding-top: 24px;
}
.catalog__header {
  margin: 24px 0 16px;
}
.catalog__fields {
  display: flex;
  align-items: center;
  gap: 16px;
}
.catalog__fields .field--sort {
  max-width: 78px;
}
.catalog__fields .field--checkbox {
  margin-top: 20px;
}
.catalog__form {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 265px);
}
.catalog__form .form-row__buttons {
  margin-top: auto;
}
.catalog .mb-24 {
  margin-bottom: 24px;
}
.catalog .mb-20 {
  margin-bottom: 20px;
}
.catalog .table-row {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #C5C9CC;
  display: grid;
  grid-template-columns: 40px 300px 420px 1fr;
  align-items: center;
  font-size: 14px;
}
.catalog .table-row--header {
  color: #C5C9CC;
  height: 40px;
}
.catalog .table-row--header .table-col:not(:first-child) {
  border-left: 1px solid #C5C9CC;
  border-image: linear-gradient(to bottom, rgba(197, 201, 204, 0), #C5C9CC);
  border-image-slice: 1;
}
.catalog .table-col {
  padding: 8px 12px;
}
.catalog .table__document {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog .table__document svg {
  width: 24px;
  height: 24px;
}
.catalog .table__document span {
  border-bottom: 1px solid #000;
}
.catalog .table-ui {
  margin-top: 24px;
}
.catalog .table-ui .form-item__input {
  padding: 7px 12px;
}
.catalog .table-ui .form-item__input[disabled] {
  background: #F1F1F1;
  border-color: #F1F1F1 !important;
}
.catalog .table-ui--purchases .table-row {
  grid-template-columns: 40px 1fr 1fr;
}

.postavschik {
  padding-top: 24px;
  height: 100%;
  position: relative;
  padding-bottom: 155px;
}
.postavschik .page-header {
  height: auto;
}
.postavschik .form-row__buttons {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
}
.postavschik .mb-24 {
  margin-bottom: 24px;
}
.postavschik .mb-20 {
  margin-bottom: 20px;
}
.postavschik-block:not(:last-child) {
  margin-bottom: 40px;
}
.postavschik__form {
  padding-bottom: 100px;
}

.mantera {
  background: #fafafa;
  padding-top: 40px;
  padding-bottom: 100px;
}
.mantera .content-wrapper {
  max-width: 1167px;
  margin: 0 auto;
  min-width: 320px;
  padding: 0 16px 0 16px;
}
.mantera #pagetitle {
  font-size: 40px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 24px;
}
.mantera .news-detail {
  margin-bottom: 20px;
  border-radius: 12px;
  background: #ffffff;
}
.mantera .lot-header {
  background-color: #eaeaea;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
}
.mantera .lot-header-inner {
  min-height: 53px;
  padding: 18px 20px;
  color: #000000;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
}
.mantera .lot-item-block {
  padding: 24px 16px;
}
.mantera .lot-body {
  display: flex;
  gap: 20px;
}
.mantera .lot-fields {
  width: 270px;
  display: block;
  list-style-type: none;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
}
.mantera .lot-fields li {
  margin-bottom: 16px;
}
.mantera .lot-status-green {
  color: #1cc4a6;
}
.mantera .lot-field--label {
  font-weight: normal;
  font-size: 11pt;
  margin-bottom: 0;
  color: #C5C9CC;
  display: block;
}
.mantera .lot-text {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #C5C9CC;
}
.mantera .lot-text p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.mantera .lot-detail__footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px 0;
}
.mantera .lot-detail__footer svg {
  width: 24px;
  height: 24px;
}
.mantera .lot-detail__footer a {
  font-size: 14px;
  border-bottom: 1px dashed #000;
}
.mantera .lot-text__link {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
}
.mantera .lot-text__title {
  display: block;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
}
.mantera .table-row {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #C5C9CC;
  display: grid;
  grid-template-columns: 40px minmax(200px, 300px) minmax(200px, 420px) 1fr;
  align-items: center;
  font-size: 14px;
}
.mantera .table-row--header {
  color: #C5C9CC;
  height: 40px;
}
.mantera .table-row--header .table-col:not(:first-child) {
  border-left: 1px solid #C5C9CC;
  border-image: linear-gradient(to bottom, rgba(197, 201, 204, 0), #C5C9CC);
  border-image-slice: 1;
}
.mantera .table-col {
  padding: 8px 12px;
}
.mantera .table-ui {
  margin-top: 16px;
}
.mantera .table-ui .form-item__input {
  padding: 7px 12px;
}
.mantera .table-ui .form-item__input[disabled] {
  background: #F1F1F1;
  border-color: #F1F1F1 !important;
}
.mantera .table-ui .button-primary {
  padding: 8px 18px;
}
.mantera .table-ui .profile-documents-item {
  gap: 8px;
}
.mantera .table-ui .profile-documents-item__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-bottom: none;
}
.mantera .table-ui .profile-documents-item__name svg {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.mantera .table-ui .profile-documents-item__name span {
  border-bottom: 1px solid #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
}
.mantera .table-ui .profile-documents-item__btn {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.mantera .table-ui .profile-documents-item__btn svg {
  width: 16px;
  height: 16px;
}
.mantera .table-ui .profile-documents__list.show {
  margin-bottom: 0;
}
.mantera .table-ui .profile-documents__button.hide {
  display: none;
}
.mantera .request {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-top: 40px;
}
.mantera .request__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.mantera .request__btn {
  width: 106px;
}
.mantera input::-webkit-input-placeholder, .mantera textarea::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
.mantera input:-moz-placeholder, .mantera textarea:-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
.mantera input::-moz-placeholder, .mantera textarea::-moz-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
.mantera input:-ms-input-placeholder, .mantera textarea:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.4;
  color: #C5C9CC;
}
.mantera input:focus::-webkit-input-placeholder, .mantera textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mantera input:focus:-moz-placeholder, .mantera textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mantera input:focus::-moz-placeholder, .mantera textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mantera input:focus:-ms-input-placeholder, .mantera textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mantera input:-internal-autofill-selected, .mantera textarea:-internal-autofill-selected {
  -webkit-box-shadow: inset 0 0 0 50px #ffffff;
  -webkit-text-fill-color: #000000;
}
.mantera .form input[disabled],
.mantera .form textarea[disabled] {
  background: #F1F1F1;
  border-color: #F1F1F1 !important;
  pointer-events: none;
}
.mantera .form input[disabled]::-webkit-input-placeholder,
.mantera .form textarea[disabled]::-webkit-input-placeholder {
  color: #eeeeee;
}
.mantera .form input[disabled]:-moz-placeholder,
.mantera .form textarea[disabled]:-moz-placeholder {
  color: #eeeeee;
}
.mantera .form input[disabled]::-moz-placeholder,
.mantera .form textarea[disabled]::-moz-placeholder {
  color: #eeeeee;
}
.mantera .form input[disabled]:-ms-input-placeholder,
.mantera .form textarea[disabled]:-ms-input-placeholder {
  color: #eeeeee;
}
.mantera .form input[type=time] {
  padding: 12px 15px;
}
.mantera .form input[type=time]:focus::-webkit-calendar-picker-indicator {
  background: url("/assets/sprites/dist/assets/sprites/intermediate-svg/clock-active.svg") center center no-repeat;
  background-size: contain;
}
.mantera .form input.changed[type=time]::-webkit-calendar-picker-indicator {
  background: url("/assets/sprites/dist/assets/sprites/intermediate-svg/clock.svg") center center no-repeat;
  background-size: contain;
}
.mantera .form input[type=time]::-webkit-calendar-picker-indicator {
  background: url("/assets/sprites/dist/assets/sprites/intermediate-svg/clock.svg") center center no-repeat;
  pointer-events: none;
  background-size: contain;
}
.mantera .form input[type=number] {
  -moz-appearance: textfield;
}
.mantera .form input[type=number]::-webkit-outer-spin-button,
.mantera .form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mantera .form-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mantera .form-row--end {
  align-items: end;
}
.mantera .form-row--wrap {
  flex-wrap: wrap;
}
.mantera .form-row:not(:last-child) {
  margin-bottom: 20px;
}
.mantera .form-row__buttons {
  height: 74px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  border-radius: 4px;
  box-shadow: 0px 4px 10.2px 0px rgba(69, 91, 99, 0.08);
  margin-top: 50px;
  margin-bottom: 30px;
}
.mantera .form-col-1 {
  width: 8.33333333%;
}
.mantera .form-col-2 {
  width: 16.66666667%;
}
.mantera .form-col-3 {
  width: 25%;
  max-width: 262px;
}
.mantera .form-col-4 {
  width: 33.33333333%;
}
.mantera .form-col-5 {
  width: 41.66666667%;
}
.mantera .form-col-6 {
  width: 50%;
}
.mantera .form-col-7 {
  width: 58.33333333%;
}
.mantera .form-col-8 {
  width: 66.66666667%;
}
.mantera .form-col-9 {
  width: 75%;
}
.mantera .form-col-10 {
  width: 83.33333333%;
}
.mantera .form-col-11 {
  width: 91.66666667%;
}
.mantera .form-col-12 {
  width: 100%;
}
.mantera .form-mb-sm, .mantera .form-mb {
  margin-bottom: 0;
}
.mantera .form-policy {
  font-size: 14px;
  color: #C5C9CC;
}
.mantera .form-policy a {
  text-decoration: underline;
}
.mantera .form-policy a:hover {
  text-decoration: none;
}
.mantera .form__buttons {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mantera .form-content.hide, .mantera .form-message, .mantera .form-message-error {
  display: none;
}
.mantera .form-message.active, .mantera .form-message-error.active {
  display: block;
}
.mantera .form.disabled button[type=submit] {
  pointer-events: none;
  background: #f1f1f1;
}
@media all and (max-width: 1239px) {
  .mantera .form-mb {
    margin-bottom: 16px;
  }
  .mantera .form button {
    width: auto;
  }
}
@media all and (max-width: 991px) {
  .mantera .form-item--search {
    height: 48px;
  }
  .mantera .form-item--search .form-item__input {
    border-color: transparent;
    width: 24px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: width 0.5s ease, border-color 0.5s ease;
    z-index: 1;
    cursor: pointer;
  }
  .mantera .form-item--search .form-item__input:focus, .mantera .form-item--search .form-item__input.changed {
    border-color: #181818;
    width: 100%;
    transition: width 0.5s ease;
  }
  .mantera .form-item--search .form-item__input:focus::-webkit-search-cancel-button, .mantera .form-item--search .form-item__input.changed::-webkit-search-cancel-button {
    width: 24px;
    height: 24px;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/local/templates/tradeflow-auth/assets/css/../images/close.png") center center no-repeat;
    cursor: pointer;
  }
  .mantera .form-item--search .form-item__input::-webkit-input-placeholder {
    color: #ffffff;
  }
  .mantera .form-item--search .form-item__input:-moz-placeholder {
    color: #ffffff;
  }
  .mantera .form-item--search .form-item__input::-moz-placeholder {
    color: #ffffff;
  }
  .mantera .form-item--search .form-item__input:-ms-input-placeholder {
    color: #ffffff;
  }
  .mantera .form-item--search button {
    right: 15px;
  }
}
.mantera .form-item {
  display: block;
  width: 100%;
  position: relative;
}
.mantera .form-item__input, .mantera .form-item__textarea, .mantera .form-item__textarea--input {
  font-family: "LabGrotesque", "Arial", sans-serif;
  outline: none;
  width: 100%;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #C5C9CC;
  border-radius: 4px;
  transition: border-color 0.3s ease;
  color: #000000;
  font-size: 14px;
  line-height: 1.3;
}
.mantera .form-item__input:focus, .mantera .form-item__input:focus, .mantera .form-item__textarea:focus, .mantera .form-item__textarea:focus, .mantera .form-item__textarea--input:focus, .mantera .form-item__textarea--input:focus {
  border-color: #000000;
}
.mantera .form-item__textarea {
  display: block;
  height: 170px;
}
.mantera .form-item__textarea--input {
  display: block;
  height: 40px;
  padding: 1px 12px;
  resize: none;
}
.mantera .form-item__input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mantera .form-item__input--file, .mantera .form-item__input--checkbox {
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.mantera .form-item__input--checkbox:checked + .form-item__checkbox {
  background: #000000;
  border-color: #000000;
}
.mantera .form-item__input--checkbox:checked + .form-item__checkbox svg {
  display: block;
}
.mantera .form-item__name {
  font-size: 14px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  color: #C5C9CC;
}
.mantera .form-item__name--file {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mantera .form-item__name--file svg {
  width: 20px;
  height: 20px;
}
.mantera .form-item__name--checkbox {
  font-size: 14px;
  color: #000000;
}
.mantera .form-item__name > span {
  color: #E30505;
}
.mantera .form-item__label {
  display: block;
  color: #000000;
  margin-bottom: 4px;
  font-size: 14px;
}
.mantera .form-item__label--file {
  display: flex;
  align-items: center;
  gap: 12px;
}
.mantera .form-item__label--file svg {
  width: 20px;
  height: 20px;
}
.mantera .form-item__label--checkbox {
  color: #9E8575;
}
.mantera .form-item__label > span {
  color: #E30505;
}
.mantera .form-item__checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #B6B6B6;
  margin-right: 8px;
  border-radius: 4px;
  transition: border-color 0.3s ease;
}
.mantera .form-item__checkbox svg {
  display: none;
  width: 12px;
  height: 12px;
  color: #ffffff;
}
.mantera .form-item__checkbox.right {
  margin-left: 8px;
  margin-right: 0;
}
.mantera .form-item__input:focus + .mantera .form-item__name, .mantera .form-item__textarea:focus + .mantera .form-item__name, .js-input.changed + .mantera .form-item__name {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  transform: translate(-13px, -32px);
  transition: all 0.3s ease;
  background: white;
  padding: 0 10px;
  color: #000000;
}
.mantera .form-item__input:focus + .mantera .form-item__name span, .mantera .form-item__textarea:focus + .mantera .form-item__name span, .js-input.changed + .mantera .form-item__name span {
  display: none;
}
.mantera .form-item__input.js-input.changed {
  border-color: #000000;
}
.mantera .form-item__input.js-input.changed:focus {
  border-color: #000000;
}
.mantera .form-item__input.js-input.changed:focus + .form-item__name {
  color: #000000;
}
.mantera .form-item__input.js-input.changed + svg {
  color: #000000;
}
.mantera .form-item .js-input.error {
  border-color: #E30505;
}
.mantera .form-item--search {
  position: relative;
  cursor: pointer;
}
.mantera .form-item--search button {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.mantera .form-item--search button svg {
  width: 24px;
  height: 24px;
  color: #C5C9CC;
}
.mantera .form-item--checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mantera .form-item--checkbox .form-item__input--checkbox:checked[disabled] + .form-item__checkbox {
  background: #C5C9CC;
  border-color: #C5C9CC;
}
.mantera .form-item--checkbox.disabled .form-item__name--checkbox {
  color: #C5C9CC;
}
.mantera .form-item--file {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.mantera .form-item--file::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/local/templates/tradeflow-auth/assets/css/../images/paperclip.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mantera .form-item--datepicker {
  position: relative;
}
.mantera .form-item--datepicker .form-item__input {
  padding-right: 50px;
}
.mantera .form-item--datepicker .form-item__input:focus + svg {
  color: #000000;
}
.mantera .form-item--datepicker > svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  right: 12px;
  color: #C5C9CC;
}
.mantera .form-item--textarea .form-item__name {
  top: 11px;
  transform: translateY(0);
}
.mantera .form-item .eye,
.mantera .form-item .eye-off {
  position: absolute;
  top: 10px;
  right: 18px;
}
.mantera .form-item .eye.hide,
.mantera .form-item .eye-off.hide {
  display: none;
}
.mantera .form-item .eye svg,
.mantera .form-item .eye-off svg {
  width: 24px;
  height: 24px;
  color: #C5C9CC;
}
.mantera .form-item--label .button-icon {
  top: 38px;
}
.mantera .form-item--label .form-item__name {
  top: 33px;
  transform: unset;
}
.mantera .form-item--label .form-item__input:focus + .form-item__name, .mantera .form-item--label .js-input.changed + .form-item__name {
  transform: translate(-13px, -22px);
}
.mantera .form-item--label.form-item--datepicker > svg {
  top: 31px;
}
.mantera .form-item__link, .mantera .form-item__status {
  position: absolute;
  top: 65px;
  left: 0;
  font-size: 12px;
  line-height: 1.3;
}
.mantera .form-item__link {
  color: #E30505;
  border-bottom: 1px solid #E30505;
}
.mantera .form-item__status {
  color: #6CD27C;
}
.mantera .field {
  position: relative;
}
.mantera .field.bad .form-item__input,
.mantera .field.bad .form-item__textarea {
  border-color: #E30505;
}
.mantera .field.bad .form-item__input:focus + .form-item__name,
.mantera .field.bad .form-item__textarea:focus + .form-item__name {
  color: #E30505;
}
.mantera .field.bad .js-input.changed + .form-item__name {
  color: #E30505;
}
.mantera .field.bad .js-input.changed:focus + .form-item__name {
  color: #000000;
}
.mantera .alert,
.mantera .alert-absolute {
  color: #E30505;
  font-size: 14px;
  line-height: 1.2;
  margin: 4px 0;
  background: transparent;
  text-align: left;
  padding: 0;
}
.mantera .alert-absolute {
  position: absolute;
}
.mantera .js-form-error,
.mantera .js-form-success,
.mantera .js-form-btn {
  display: none;
}
.mantera .js-form-error.show,
.mantera .js-form-success.show,
.mantera .js-form-btn.show {
  display: block;
}
@media all and (max-width: 1023px) {
  .mantera .table-row {
    grid-template-columns: 40px repeat(3, 1fr);
  }
}
@media all and (max-width: 767px) {
  .mantera .lot-body {
    flex-direction: column;
    gap: 0;
  }
  .mantera .form-row {
    flex-direction: column;
  }
  .mantera .form-col-6 {
    width: 100%;
  }
  .mantera .table-row {
    display: flex;
    flex-wrap: wrap;
  }
}

@media all and (max-width: 476px) {
    .auth {
        max-width: 320px;
    }
}

@media all and (max-width: 360px) {
    .auth {
        max-width: 270px;
    }
}

.changes {
  padding-top: 24px;
}
.changes__header {
  margin: 24px 0 16px;
}
.changes .table-row {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #C5C9CC;
  display: grid;
  grid-template-columns: 146px 400px 300px 200px;
  align-items: center;
  font-size: 14px;
  padding: 0 24px;
}
.changes .table-row--header {
  color: #C5C9CC;
  height: 40px;
}
.changes .table-row--header .table-col:not(:first-child) {
  border-left: 1px solid #C5C9CC;
  border-image: linear-gradient(to bottom, rgba(197, 201, 204, 0), #C5C9CC);
  border-image-slice: 1;
}
.changes .table-col {
  padding: 8px 12px;
}
.changes .table__document {
  display: flex;
  align-items: center;
  gap: 8px;
}
.changes .table__document svg {
  width: 24px;
  height: 24px;
}
.changes .table__document span {
  border-bottom: 1px solid #000;
}
.changes .table-ui {
  margin-top: 24px;
}
.changes .table-ui .form-item__input {
  padding: 7px 12px;
}
.changes .table-ui .form-item__input[disabled] {
  background: #F1F1F1;
  border-color: #F1F1F1 !important;
}

.documents {
  padding-top: 24px;
  height: 100%;
  position: relative;
  padding-bottom: 155px;
}
.documents__form .form-row__buttons {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  width: 100%;
}
.documents .table-row {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #C5C9CC;
  display: grid;
  grid-template-columns: 40px 40px 300px 420px 1fr;
  align-items: center;
  font-size: 14px;
}
.documents .table-row--header {
  color: #C5C9CC;
  height: 40px;
}
.documents .table-row--header .table-col:not(:first-child) {
  border-left: 1px solid #C5C9CC;
  border-image: linear-gradient(to bottom, rgba(197, 201, 204, 0), #C5C9CC);
  border-image-slice: 1;
}
.documents .table-col {
  padding: 8px 12px;
}
.documents .table-ui {
  margin-top: 16px;
  display: none;
}
.documents .table-ui.show {
  display: block;
}
.documents .table-ui .form-item__input {
  padding: 7px 12px;
}
.documents .table-ui .form-item__input[disabled] {
  background: #F1F1F1;
  border-color: #F1F1F1 !important;
}
.documents .table-ui .button-primary {
  padding: 8px 18px;
}
.documents .table-ui .profile-documents-item {
  gap: 8px;
}
.documents .table-ui .profile-documents-item__name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  border-bottom: none;
}
.documents .table-ui .profile-documents-item__name svg {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.documents .table-ui .profile-documents-item__name span {
  border-bottom: 1px solid #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 215px;
}
.documents .table-ui .profile-documents-item__btn {
  width: 100%;
  max-width: 24px;
  height: 24px;
}
.documents .table-ui .profile-documents-item__btn svg {
  width: 16px;
  height: 16px;
}
.documents .table-ui .profile-documents__list.show {
  margin-bottom: 0;
}
.documents .table-ui .profile-documents__button.hide {
  display: none;
}
.documents .js-add-row {
  margin-top: 16px;
}

@font-face {
  font-family: "LabGrotesque";
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Regular.woff") format("woff");
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "LabGrotesque";
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Medium.woff") format("woff");
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/LabGrotesque-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Mantera Sans";
  src: url("/local/templates/tradeflow-auth/assets/css/../fonts/ManteraSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
::-moz-selection {
  color: #000000;
  background: rgba(0, 0, 0, 0.125);
}

::selection {
  color: #000000;
  background: rgba(0, 0, 0, 0.125);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
  border-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.3s ease, border-color 0.3s ease;
}

a:hover {
  color: inherit;
  border-color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-ui li {
  position: relative;
  padding-left: 24px;
  font-family: "LabGrotesque", Helvetica, Arial, sans-serif, -apple-system;
  font-size: 16px;
}
.list-ui li:not(:last-child) {
  margin-bottom: 18px;
}
.list-ui li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100vw;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

html,
body {
  width: 100%;
  font-size: 14px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  font-family: "LabGrotesque", "Arial", sans-serif;
}

html {
  scrollbar-color: #8f8f8f #cccccc;
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #cccccc;
}

html::-webkit-scrollbar-thumb {
  background-color: #8f8f8f;
}

body.no-scroll {
  overflow: hidden !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
}
/* End */
/* /local/templates/tradeflow-auth/assets/css/style.css?1730953040106896 */
