@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/*===============================
=            Choices            =
===============================*/
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px; }

.choices:focus {
  outline: none; }

.choices:last-child {
  margin-bottom: 0; }

.choices.is-open {
  overflow: initial; }

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.choices.is-disabled .choices__item {
  cursor: not-allowed; }

.choices [hidden] {
  display: none !important; }

.choices[data-type*='select-one'] {
  cursor: pointer; }

.choices[data-type*='select-one'] .choices__inner {
  padding-bottom: 7.5px; }

.choices[data-type*='select-one'] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0; }

.choices[data-type*='select-one'] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25; }

.choices[data-type*='select-one'] .choices__button:hover, .choices[data-type*='select-one'] .choices__button:focus {
  opacity: 1; }

.choices[data-type*='select-one'] .choices__button:focus {
  box-shadow: 0px 0px 0px 2px #00bcd4; }

.choices[data-type*='select-one'] .choices__item[data-value=''] .choices__button {
  display: none; }

.choices[data-type*='select-one']:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none; }

.choices[data-type*='select-one'].is-open:after {
  border-color: transparent transparent #333333 transparent;
  margin-top: -7.5px; }

.choices[data-type*='select-one'][dir='rtl']:after {
  left: 11.5px;
  right: auto; }

.choices[data-type*='select-one'][dir='rtl'] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0; }

.choices[data-type*='select-multiple'] .choices__inner,
.choices[data-type*='text'] .choices__inner {
  cursor: text; }

.choices[data-type*='select-multiple'] .choices__button,
.choices[data-type*='text'] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0; }

.choices[data-type*='select-multiple'] .choices__button:hover, .choices[data-type*='select-multiple'] .choices__button:focus,
.choices[data-type*='text'] .choices__button:hover,
.choices[data-type*='text'] .choices__button:focus {
  opacity: 1; }

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #dddddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden; }

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7; }

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0; }

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px; }

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none; }

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%; }

[dir='rtl'] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px; }

.choices__list--single .choices__item {
  width: 100%; }

.choices__list--multiple {
  display: inline; }

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #ffffff;
  word-break: break-all;
  box-sizing: border-box; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px; }

[dir='rtl'] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1; }

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191; }

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility; }

.choices__list--dropdown.is-active {
  visibility: visible; }

.is-open .choices__list--dropdown {
  border-color: #b7b7b7; }

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0; }

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position; }

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px; }

[dir='rtl'] .choices__list--dropdown .choices__item {
  text-align: right; }

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px; }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px; }
  [dir='rtl'] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px; } }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2; }

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: 0.5; }

.choices__item {
  cursor: default; }

.choices__item--selectable {
  cursor: pointer; }

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5; }

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray; }

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.choices__button:focus {
  outline: none; }

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px; }

.choices__input:focus {
  outline: 0; }

[dir='rtl'] .choices__input {
  padding-right: 2px;
  padding-left: 0; }

.choices__placeholder {
  opacity: 0.5; }

/*=====  End of Choices  ======*/
.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; }

.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: var(--adp-cell-background-color-in-range);
  border-radius: 0; }

.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: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius); }

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

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius); }

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected); }

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected); }

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

.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: 8px 0 3px; }

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em; }

.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; }

.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;
  border-bottom: 1px solid var(--adp-border-color-inner);
  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: 32px;
  height: 32px; }

.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; }

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .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 {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --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: #9c9c9c;
  --adp-accent-color: #4eb5e6;
  --adp-color-current-date: var(--adp-accent-color);
  --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: 32px;
  --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 {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-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, 0);
  opacity: 1; }

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

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  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 {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1; }

.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; }

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

.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; }

/* 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; }

.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: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  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;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

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

.noUi-connect {
  background: #3FB8AF; }

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

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

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

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

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

.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;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.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; }

/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }

/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-horizontal {
  touch-action: pan-y; }

.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d {
  perspective: 1200px; }

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important; }

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg); }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-lock {
  display: none; }

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left; }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right; }

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */ }

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%)); }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-SemiBold.woff2") format("woff2"), url("../fonts/PublicSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Commissioner';
  src: url("../fonts/Commissioner-SemiBold.woff2") format("woff2"), url("../fonts/Commissioner-SemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

:root {
  --gradient: rgba(184, 184, 184, 0.32);
  --base-1: var(--base-1-700);
  --content-white-always: var(--white-900);
  --content-primary: var(--black-900);
  --background-card: var(--white-900);
  --background-page: var(--white-800);
  --content-secondary: var(--black-600);
  --logo-1: var(--base-1-700);
  --logo-2: var(--black-900);
  --colors-red: var(--red-900);
  --colors-orange: var(--orange-900);
  --colors-green: var(--green-900);
  --colors-gray: var(--white-300);
  --content-interactive: var(--base-1-700);
  --content-interactive-hover: var(--base-1-800);
  --stroke-primary: var(--black-300);
  --stroke-secondary: var(--black-200);
  --background-gray-secondary: var(--white-500);
  --transparent: rgba(0, 0, 0, 0);
  --content-tertiary: var(--black-400);
  --background-gray-primary: var(--white-700);
  --background-overlay: var(--black-800);
  --base-2: var(--base-2-900);
  --base-1-200: rgba(37, 99, 235, 0.16);
  --base-1-300: rgba(37, 99, 235, 0.24);
  --base-1-400: rgba(37, 99, 235, 0.4);
  --base-1-500: rgba(37, 99, 235, 0.6);
  --base-1-600: rgba(37, 99, 235, 0.8);
  --base-1-700: #2563eb;
  --base-1-800: #1d4ed8;
  --base-1-900: #242acf;
  --base-1-100: rgba(37, 99, 235, 0.04);
  --base-2-100: rgba(178, 167, 242, 0.04);
  --base-2-200: rgba(178, 167, 242, 0.16);
  --base-2-300: rgba(178, 167, 242, 0.24);
  --base-2-400: rgba(178, 167, 242, 0.4);
  --base-2-500: rgba(178, 167, 242, 0.6);
  --base-2-600: rgba(178, 167, 242, 0.8);
  --base-2-700: #b2a7f2;
  --base-2-800: #9876e3;
  --base-2-900: #5f3e8e;
  --base-1-hover: var(--base-1-800);
  --base-1-active: var(--base-1-900);
  --black-100: #efefef;
  --black-200: #dedede;
  --black-300: #cecece;
  --black-400: #adadad;
  --black-500: #858585;
  --black-600: #5c5c5c;
  --black-700: #333;
  --black-800: #1a1a1a;
  --black-900: #141414;
  --white-100: #4b4b4b;
  --white-200: #6c6c6c;
  --white-300: #969696;
  --white-400: #bfbfbf;
  --white-500: #dfdfdf;
  --white-600: #e8e8e8;
  --white-700: #f5f5f5;
  --white-800: #f9f9f9;
  --white-900: #fff;
  --red-100: rgba(211, 46, 31, 0.08);
  --red-300: rgba(211, 46, 31, 0.16);
  --red-500: rgba(211, 46, 31, 0.52);
  --red-700: rgba(211, 46, 31, 0.8);
  --red-900: #d32e1f;
  --green-100: rgba(12, 142, 0, 0.08);
  --green-300: rgba(12, 142, 0, 0.16);
  --green-500: rgba(12, 142, 0, 0.52);
  --green-700: rgba(12, 142, 0, 0.8);
  --green-900: #0c8e00;
  --orange-100: rgba(231, 128, 24, 0.08);
  --orange-300: rgba(255, 119, 0, 0.16);
  --orange-500: rgba(255, 119, 0, 0.52);
  --orange-700: rgba(255, 119, 0, 0.8);
  --orange-900: #f70;
  --base-1-active-hover: var(--base-1-600);
  --colors-red-opacity: var(--red-100);
  --background-input: var(--white-800);
  --background-avatar-hover: var(--base-1-200);
  --stroke-white: var(--white-900);
  --colors-base-1-opacity: var(--base-1-100);
  --colors-base-2-opacity: var(--base-2-100);
  --colors-green-opacity: var(--green-100);
  --colors-orange-opacity: var(--orange-100);
  --colors-gray-opacity: var(--white-800);
  --background-popup: var(--white-800); }

* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  font-family: "Public Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 150%;
  color: var(--black-900);
  background-color: var(--white-800); }

header,
footer {
  flex-shrink: 0; }

main {
  flex-grow: 1; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

picture {
  flex-shrink: 0; }

button,
input {
  -webkit-appearance: none; }

textarea {
  -webkit-appearance: none; }
  textarea::placeholder {
    white-space: pre-line; }

input[type=search] {
  box-sizing: border-box; }

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

hr {
  border: 1px solid var(--black-200);
  margin: 0;
  width: 100%;
  height: 1px; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.scroll-lock {
  min-height: 100vh;
  overflow: hidden; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

.btn-reset,
.btn-search {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 42px;
  height: 42px; }

.btn-search {
  left: 0;
  top: 0; }

.btn-reset {
  top: 2px;
  right: 0;
  display: none; }

.section {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .section--center {
    align-items: center; }
  .section--suggested-ideas {
    margin-right: -24px; }

.fc2 {
  display: flex;
  flex-direction: column;
  gap: 2px; }

.fsb {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .fsb svg {
    flex-shrink: 0; }

.flex {
  display: flex;
  align-items: center; }
  .flex--xs {
    gap: 12px; }
  .flex--l {
    gap: 24px; }
  .flex--2xs {
    gap: 8px; }
  .flex--4xl {
    gap: 72px; }
  .flex--5xl {
    gap: 96px; }
  .flex--4xs {
    gap: 2px; }
  .flex--3xs {
    gap: 4px; }
  .flex--s {
    gap: 16px; }
  .flex--column {
    flex-direction: column;
    align-items: flex-start; }
  .flex--wrap {
    flex-wrap: wrap; }

.jcsb {
  justify-content: space-between; }

.aic {
  align-items: center; }

.aifs {
  align-items: flex-start; }

main.closed-menu-width {
  width: calc(100% - 104px); }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px; }
  @media screen and (max-width: 767.98px) {
    .container {
      padding: 0 12px; } }

.container--temporary {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  padding-top: 50px;
  padding-bottom: 50px; }

.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5,
.title-h6,
h1, h2, h3, h4, h5, h6 {
  font-family: "Commissioner", "Arial", sans-serif;
  font-weight: 500;
  line-height: 135%;
  margin: 0; }

h1,
.title-h1 {
  font-size: 30px; }

h2,
.title-h2 {
  font-size: 28px; }

h3,
.title-h3 {
  font-size: 24px; }

h4,
.title-h4 {
  font-size: 22px; }

h5,
.title-h5 {
  font-size: 20px; }

h6,
.title-h6 {
  font-size: 18px; }

.text {
  font-weight: 400;
  line-height: 135%;
  margin: 0; }

.text--18 {
  font-size: 18px; }

.text--16 {
  font-size: 16px; }

.text--14 {
  font-size: 14px; }

.text--12 {
  font-size: 12px; }

.text--11 {
  font-size: 11px; }

.text--10 {
  font-size: 10px;
  line-height: auto; }

.text--semibold {
  font-weight: 600;
  line-height: 150%; }

.text--grey {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--black-600);
  font-size: 12px;
  line-height: 135%; }

.text--grey-light {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--black-400);
  font-size: 12px;
  line-height: 135%; }

.text--small {
  font-size: 10px;
  line-height: normal;
  color: var(--black-400); }

.text--with-checks {
  position: relative;
  padding-left: 44px; }
  .text--with-checks::before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    width: 32px;
    height: 32px;
    background-image: url("../img/checks.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.text--ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.br-s {
  border-radius: 16px;
  overflow: hidden; }

.br-xs {
  border-radius: 12px;
  overflow: hidden; }

.br-l {
  border-radius: 24px;
  overflow: hidden; }

.shadow-1 {
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03); }

.shadow-2 {
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1); }

.shadow-3 {
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1); }

.badge {
  padding: 6px 16px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 150%; }

.badge--small {
  padding: 2px 8px;
  font-size: 10px;
  line-height: normal; }

/* цвета */
.badge--red {
  border: 1px solid var(--red-900);
  color: var(--red-900); }

.badge--red-fill {
  background-color: var(--red-900);
  color: var(--white-900); }

.badge--orange {
  border: 1px solid var(--orange-900);
  color: var(--orange-900); }

.badge--orange-fill {
  background-color: var(--orange-900);
  color: var(--white-900); }

.badge--blue {
  border: 1px solid var(--base-1);
  color: var(--base-1-700); }

.badge--blue-fill {
  background-color: var(--base-1);
  color: var(--white-900); }

.badge--grey {
  border: 1px solid var(--white-300);
  color: var(--white-300); }

.badge--grey-fill {
  background-color: var(--white-300);
  color: var(--white-900); }

.badge--green {
  border: 1px solid var(--green-900);
  color: var(--green-900); }

.badge--green-fill {
  background-color: var(--green-900);
  color: var(--white-900); }

.counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  min-width: 22px;
  font-size: 12px;
  line-height: 100%;
  border-radius: 90px;
  transition: 0.2s ease; }

.counter--purple {
  background-color: var(--base-2);
  color: var(--content-white-always); }

.counter--base {
  background-color: var(--content-interactive);
  color: var(--content-white-always); }

.counter--white {
  background-color: var(--content-white-always);
  color: var(--content-interactive); }

.btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
  min-height: 42px;
  background-color: var(--base-1);
  border-radius: 8px;
  color: var(--white-900);
  transition: 0.2s ease;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; }
  .btn__icon {
    width: 20px;
    height: 20px;
    color: var(--white-900);
    transition: 0.2s ease;
    flex-shrink: 0; }
  .btn:hover {
    background-color: var(--base-1-hover);
    border-color: var(--base-1-hover); }
  .btn.active {
    background-color: var(--base-1-active);
    border-color: var(--base-1-active); }
    .btn.active:hover {
      background-color: var(--base-1-600);
      border-color: var(--base-1-600); }
  .btn--short {
    width: 42px; }
  .btn--thin {
    min-height: 36px;
    padding: 0 16px; }
    .btn--thin.btn--short {
      width: 36px;
      padding: 8px; }
  .btn--grey {
    background-color: var(--background-gray-primary);
    color: var(--content-primary); }
    .btn--grey .btn__icon {
      color: var(--black-900); }
    .btn--grey:hover {
      color: var(--white-900); }
      .btn--grey:hover .btn__icon {
        color: var(--white-900); }
      .btn--grey:hover .counter {
        background-color: var(--white-900);
        color: var(--base-1-700); }
    .btn--grey.active {
      color: var(--white-900); }
      .btn--grey.active .btn__icon {
        color: var(--white-900); }
      .btn--grey.active .counter {
        background-color: var(--white-900);
        color: var(--base-1-700); }
  .btn--base-outline {
    border: 1px solid var(--base-1);
    background-color: transparent;
    color: var(--base-1); }
    .btn--base-outline .btn__icon {
      color: var(--base-1-700); }
    .btn--base-outline:hover {
      color: var(--white-900); }
      .btn--base-outline:hover .btn__icon {
        color: var(--white-900); }
      .btn--base-outline:hover .counter {
        background-color: var(--white-900);
        color: var(--base-1-700); }
    .btn--base-outline.active {
      color: var(--white-900); }
      .btn--base-outline.active .btn__icon {
        color: var(--white-900); }
      .btn--base-outline.active .counter {
        background-color: var(--white-900);
        color: var(--base-1-700); }
  .btn--grey-outline {
    border: 1px solid var(--stroke-secondary);
    background-color: transparent;
    color: var(--content-primary); }
    .btn--grey-outline .btn__icon {
      color: var(--content-primary); }
    .btn--grey-outline:hover {
      color: var(--white-900); }
      .btn--grey-outline:hover .btn__icon {
        color: var(--white-900); }
      .btn--grey-outline:hover .counter {
        background-color: var(--white-900);
        color: var(--base-1-700); }
    .btn--grey-outline.active {
      color: var(--white-900); }
      .btn--grey-outline.active .btn__icon {
        color: var(--white-900); }
      .btn--grey-outline.active .counter {
        background-color: var(--white-900);
        color: var(--base-1-700); }
  .btn--no-bg {
    background-color: transparent;
    color: var(--content-primary); }
    .btn--no-bg .btn__icon {
      color: var(--black-600); }
    .btn--no-bg:hover {
      background-color: var(--background-gray-primary); }
      .btn--no-bg:hover .btn__icon {
        color: var(--black-600); }
    .btn--no-bg.active {
      background-color: transparent; }
      .btn--no-bg.active .btn__icon {
        color: var(--black-900); }
      .btn--no-bg.active:hover {
        background-color: var(--background-gray-primary); }
  .btn--counter {
    position: relative; }
    .btn--counter .counter {
      position: absolute;
      top: -2px;
      right: -2px; }

.checkbox {
  margin: 0; }
  .checkbox__label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 28px;
    cursor: pointer;
    transition: 0.2s ease;
    color: var(--black-900); }
    .checkbox__label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border: 1px solid var(--black-200);
      border-radius: 4px;
      background-color: var(--white-900);
      transition: 0.2s ease-in-out; }
    .checkbox__label::after {
      display: none;
      content: '';
      position: absolute;
      left: 3px;
      top: 3px;
      width: 12px;
      height: 12px;
      background-image: url("../img/check-blue.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .checkbox__label:hover::before {
      border: 1px solid var(--base-1-800);
      outline: 2px solid rgba(20, 87, 97, 0.2); }
  .checkbox__error {
    display: none;
    font-size: 14px;
    line-height: 150%;
    color: var(--red-900); }
  .checkbox__title {
    font-size: 14px;
    line-height: 150%; }
  .checkbox__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black-900); }
  .checkbox__undertext {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black-600); }
  .checkbox.disabled .checkbox__label {
    cursor: not-allowed; }
  .checkbox input:checked + .checkbox__label::after {
    display: block;
    background-image: url("../img/check-white.svg"); }
  .checkbox input:checked + .checkbox__label::before {
    background-color: var(--base-1-700);
    border-color: var(--base-1-700); }

input[type="checkbox"]:invalid + label .checkbox__text {
  color: var(--red-900); }

input[type="checkbox"]:invalid + label .checkbox__error {
  display: block; }

input:indeterminate + .checkbox__label::after {
  display: block;
  left: 6px;
  top: 9px;
  width: 6px;
  height: 1px;
  background-color: var(--white-900); }

input:indeterminate + .checkbox__label::before {
  background-color: var(--base-1-700);
  border-color: var(--base-1-700); }

.radio {
  margin: 0; }
  .radio__label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 28px;
    cursor: pointer;
    transition: 0.2s ease;
    color: var(--black-900); }
    .radio__label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 2px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 1px solid var(--black-200);
      background-color: var(--white-900);
      transition: 0.2s ease; }
    .radio__label::after {
      display: none;
      content: '';
      position: absolute;
      left: 5px;
      top: 7px;
      width: 8px;
      height: 8px;
      background-color: var(--white-900);
      border-radius: 50%; }
    .radio__label:hover::before {
      border: 1px solid var(--base-1-800);
      outline: 2px solid rgba(20, 87, 97, 0.2); }
  .radio__error {
    display: none;
    font-size: 14px;
    line-height: 150%;
    color: var(--red-900); }
  .radio__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%; }
  .radio__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; }
  .radio__undertext {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black-600); }
  .radio.disabled .radio__label {
    cursor: not-allowed; }
  .radio input:checked + .radio__label::after {
    display: block; }
  .radio input:checked + .radio__label::before {
    background-color: var(--base-1-700);
    border-color: var(--base-1-700); }

input[type="radio"]:invalid + label .radio__text {
  color: var(--red-900); }

input[type="radio"]:invalid + label .radio__error {
  display: block; }

.switch {
  margin: 0; }
  .switch__label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 40px;
    cursor: pointer;
    transition: 0.2s ease;
    color: var(--black-900); }
    .switch__label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 32px;
      height: 20px;
      border-radius: 12px;
      background-color: var(--white-500); }
    .switch__label::after {
      content: '';
      position: absolute;
      left: 2px;
      top: 2px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: var(--white-900);
      transition: 0.2s ease; }
  .switch__error {
    display: none;
    font-size: 14px;
    line-height: 150%;
    color: var(--red-900); }
  .switch__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%; }
  .switch__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black-900); }
  .switch__undertext {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: var(--black-600); }
  .switch.disabled {
    pointer-events: none;
    opacity: 0.5; }
    .switch.disabled .switch__label {
      cursor: not-allowed; }
  .switch input:checked + .switch__label::after {
    left: 15px; }
  .switch input:checked + .switch__label::before {
    background-color: var(--base-1-700); }

input[type="checkbox"]:invalid + label .switch__text {
  color: var(--red-900); }

input[type="checkbox"]:invalid + label .switch__error {
  display: block; }

.link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.2s ease; }
  .link__icon {
    color: var(--black-600);
    width: 16px;
    height: 16px;
    transition: 0.2s ease; }
  .link__title {
    position: relative;
    color: var(--black-900); }
    .link__title::after {
      display: none;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0;
      border-bottom: 1px solid var(--base-1-800); }
  .link:hover .link__title::after {
    display: block; }
  .link:hover .link__icon--arrow {
    transform: translateX(5px); }
  .link--underlined .link__title {
    color: var(--base-1-700); }
  .link--underlined .link__icon {
    color: var(--base-1-700); }
  .link--underlined .link__title::after {
    display: block;
    border-bottom: 1px dashed var(--base-1-700); }
  .link--underlined:hover .link__title::after {
    display: none; }
  .link--double {
    align-items: flex-start; }
    .link--double .link__text {
      display: block;
      font-size: 10px;
      line-height: normal;
      color: var(--black-600); }
    .link--double .link__title {
      font-weight: 600; }
      .link--double .link__title::after {
        display: block; }
    .link--double:hover .link__title::after {
      display: none; }

.img {
  display: block;
  max-width: 100%;
  height: auto; }
  .img--full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.tab-btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-radius: 100px;
  color: var(--black-900);
  transition: background-color 0.2s ease;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 150%; }
  .tab-btn__icon {
    width: 18px;
    height: 18px;
    color: var(--black-900); }
    .tab-btn__icon--left {
      margin-right: 10px; }
    .tab-btn__icon--right {
      margin-left: 10px; }
  .tab-btn__sup {
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    color: var(--base-1-800);
    margin-left: 4px;
    transition: 0.2s ease; }
  .tab-btn:hover {
    color: var(--base-1-800); }
  .tab-btn.active {
    pointer-events: none; }
    .tab-btn.active::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      border-radius: 4px;
      background-color: var(--base-1-700); }
  .tab-btn--bg {
    background-color: var(--black-100); }
    .tab-btn--bg .tab-btn__icon {
      color: var(--black-600); }
      .tab-btn--bg .tab-btn__icon--left {
        margin-right: 8px; }
      .tab-btn--bg .tab-btn__icon--right {
        margin-left: 8px; }
    .tab-btn--bg:hover {
      color: var(--white-900);
      background-color: var(--base-1-800); }
      .tab-btn--bg:hover .tab-btn__sup {
        color: var(--white-900); }
      .tab-btn--bg:hover .tab-btn__icon {
        color: var(--white-900); }
    .tab-btn--bg.active {
      color: var(--white-900);
      background-color: var(--base-1-700); }
      .tab-btn--bg.active .tab-btn__sup {
        color: var(--white-900); }
      .tab-btn--bg.active .tab-btn__icon {
        color: var(--white-900); }
      .tab-btn--bg.active::after {
        display: none; }

.tab-nav {
  display: flex;
  gap: 8px;
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  /* Убирает скроллбар в Firefox */ }
  .tab-nav::-webkit-scrollbar {
    display: none;
    /* Убирает скроллбар в WebKit-браузерах */ }

.ellipsis {
  position: relative; }
  .ellipsis__link {
    display: block;
    width: 35px;
    height: 21px;
    background-color: var(--black-100);
    border-radius: 8px;
    background-image: url("../img/icon-points.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .ellipsis__list {
    display: none;
    position: absolute;
    left: 0;
    top: initial;
    margin-top: 4px; }

.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 8px; }
  .breadcrumbs__item {
    position: relative; }
  .breadcrumbs__title {
    position: relative; }
    .breadcrumbs__title::after {
      display: none;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: var(--base-2);
      border-radius: 4px;
      transition: 0.2s ease; }
  .breadcrumbs__link {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 26px;
    line-height: 150%;
    color: var(--black-900);
    transition: 0.2s ease; }
    .breadcrumbs__link::after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 18px;
      height: 18px;
      background-image: url("../img/icon-arrow-right.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
    .breadcrumbs__link:hover .breadcrumbs__title::after {
      display: block; }

.dropdown {
  position: relative; }
  .dropdown__list {
    display: none; }
  .dropdown__button {
    cursor: pointer; }

.dropdown.field-text {
  position: relative; }
  .dropdown.field-text .dropdown__list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: calc(100% + 4px);
    z-index: 10;
    display: none;
    width: 100%;
    max-height: 304px;
    padding: 8px;
    overflow: scroll;
    box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
    background-color: var(--white-900);
    border-radius: 12px; }
    .dropdown.field-text .dropdown__list::-webkit-scrollbar {
      display: none; }
  .dropdown.field-text .dropdown__item {
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    color: var(--black-900);
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease; }
    .dropdown.field-text .dropdown__item:hover {
      background: rgba(170, 174, 182, 0.12); }
  .dropdown.field-text .dropdown__button {
    background-image: url("../img/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: bottom 50% right 10px;
    background-size: 18px; }
    .dropdown.field-text .dropdown__button--opened {
      background-image: url("../img/arrow-up.svg"); }

.dropdown--relative.field-text .dropdown__list {
  position: relative;
  top: 0; }

.dropdown--toggle .dropdown__list.opened {
  display: block; }

.inner-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 211px;
  padding: 8px;
  font-weight: 600;
  line-height: 150%;
  overflow: scroll; }
  .inner-links__item {
    padding: 8px 12px; }
  .inner-links__link {
    font-size: 14px;
    border-bottom: 2px solid transparent;
    transition: 0.2s ease; }
    .inner-links__link:hover {
      border-bottom: 1px solid var(--base-2); }

.pagination {
  display: flex;
  gap: 8px;
  align-items: center; }
  .pagination__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    align-items: center; }
  .pagination__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 21px;
    background-color: transparent;
    border-radius: 8px;
    transition: 0.2s ease; }
    .pagination__link:hover {
      background-color: rgba(37, 99, 235, 0.1); }
    .pagination__link.active {
      pointer-events: none;
      color: var(--white-900);
      background-color: var(--base-1-700); }
  .pagination__btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-image: url("../img/icon-arrow-left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    transition: 0.2s ease; }
    .pagination__btn--next {
      transform: rotate(180deg); }
    .pagination__btn:hover {
      background-color: var(--black-100); }

.minus-btn {
  display: block;
  width: 16px;
  height: 2px;
  background-color: var(--base-1); }

.field-text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  color: var(--black-600); }
  @media (max-width: 767px) {
    .field-text {
      min-width: 100%; } }
  .field-text__item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0; }
    .field-text__item.item-active .btn-reset {
      display: block; }
  .field-text__input {
    width: 100%;
    border-radius: 8px;
    padding: 12px;
    min-height: 42px;
    background-color: var(--white-800);
    outline: none;
    font-size: 14px;
    line-height: 150%;
    color: var(--black-900);
    border: none;
    transition: 0.2s ease; }
    .field-text__input::placeholder {
      color: var(--black-400); }
    .field-text__input[type="search"] {
      padding-left: 38px; }
  .field-text__label {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%; }
    .field-text__label sup {
      color: var(--red-900);
      font-size: 100%;
      top: 0;
      margin-left: 4px; }
  .field-text__under-text {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; }
  .field-text__btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: 0.2s ease; }
    .field-text__btn .minus-btn:nth-child(2) {
      transform: rotate(90deg);
      position: absolute; }
    .field-text__btn--down {
      left: 10px; }
    .field-text__btn--up {
      right: 10px; }
    .field-text__btn:hover {
      opacity: 1; }
  .field-text .placeholder {
    position: absolute;
    top: 34px;
    left: 12px;
    color: var(--black-400);
    pointer-events: none; }
  .field-text.hidden {
    display: none; }

.field-text--icon .field-text__input {
  background-image: url("../img/icon-svg.svg"), url("../img/icon-svg.svg"), url("../img/icon-svg-grey.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom 50% right 10px, bottom 50% right 58px, bottom 50% right 102px; }

.field-text--textarea .field-text__input {
  height: 200px; }

.field-text--counter .field-text__input {
  min-width: 130px;
  width: 130px;
  text-align: center; }

@media (max-width: 767px) {
  .field-text--counter {
    min-width: 130px; } }

.field-text--calendar .field-text__input {
  background-image: url("../img/icon-calendar.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: bottom 50% right 16px; }

.field-text--time .field-text__input {
  background-image: url("../img/clock.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: bottom 50% right 8px; }

.field-text__input[type="number"] {
  padding: 0 20px; }

/* Для Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

/* Для Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.field-text__input.error {
  background-color: var(--red-100); }

.field-text__error-message {
  color: var(--red-900);
  font-size: 11px; }

#choices--s2-item-choice-1 {
  display: none; }

#choices--s1-item-choice-9 {
  display: none; }

#choices--s4-item-choice-1 {
  display: none; }

.choices__inner {
  min-width: 330px;
  min-height: 42px;
  padding: 12px 30px 12px 12px;
  border: none;
  background-color: var(--white-800);
  border-radius: 8px;
  outline: none;
  color: var(--black-400);
  transition: 0.2s ease; }
  @media (max-width: 767px) {
    .choices__inner {
      min-width: 100%; } }

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: transparent; }

.is-open .choices__inner {
  border-radius: 8px; }

.is-flipped.is-open .choices__inner {
  border-radius: 8px; }

.choices__list--dropdown {
  margin-top: 4px;
  padding: 8px;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1); }

.is-flipped .choices__list--dropdown {
  bottom: 102%;
  margin-top: 0;
  margin-bottom: 4px;
  border-radius: 12px; }

.choices__input {
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: var(--white-400); }

.choices[data-type*=select-one] .choices__input {
  position: relative;
  width: 100%;
  margin-bottom: 4px;
  padding: 12px;
  background-color: var(--white-800);
  border-radius: 8px;
  border: none;
  background-image: url("../img/search.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: calc(100% - 12px); }

.choices__heading {
  padding: 8px 12px;
  border: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  color: var(--white-400); }

.choices__list--dropdown .choices__item {
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%; }

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  border-radius: 8px;
  background-color: rgba(170, 174, 182, 0.12); }

.choices__placeholder {
  opacity: 1; }

.choices[data-type*=select-one]:after {
  width: 18px;
  height: 18px;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  transition: 0.2s ease; }

.choices[data-type*=select-one].is-open:after {
  top: 20px;
  transform: rotate(180deg); }

.choices__list--dropdown .choices__item--selectable:after {
  content: attr(data-select-text);
  font-size: 12px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.choices__list--multiple .choices__item {
  border-radius: 24px;
  padding: 4px 8px;
  font-weight: 400;
  line-height: 120%;
  background-color: var(--black-100);
  border: none;
  color: var(--black-900); }
  .choices__list--multiple .choices__item:hover {
    text-decoration: line-through;
    background-color: var(--base-1-200);
    border-color: none; }

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding-left: 0;
  border-left: none;
  background-image: url("../img/icon-cross.svg");
  background-size: 12px;
  width: 12px;
  opacity: 1; }

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 8px; }

.choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--base-1-200);
  border: none;
  margin: 0; }

.choices[data-type*=select-multiple]:after {
  content: '';
  position: absolute;
  margin-top: -2.5px;
  pointer-events: none;
  width: 18px;
  height: 18px;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../img/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  transition: 0.2s ease; }

.choices[data-type*=select-multiple].is-open:after {
  top: 16px;
  transform: rotate(180deg); }

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: pointer; }

.choices[data-type*=select-multiple] .choices__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end; }

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 12px; }

.choices__list--multiple .choices__item {
  margin-bottom: 0; }

.choices__list--single {
  padding: 0; }

.choices {
  margin: 0; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 320px;
  padding: 24px;
  background-color: var(--white-900); }
  .card__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 135%;
    margin: 0; }
  .card__text {
    line-height: 150%;
    margin: 0; }
  .card__btns {
    display: flex;
    gap: 12px; }
  .card__close-btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 12px;
    transition: 0.2s ease; }
    .card__close-btn:hover {
      opacity: 0.7; }

.avatar {
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  border: 2px solid var(--white-900); }

.avatar--2xl {
  width: 96px;
  height: 96px; }

.avatar--xl {
  width: 72px;
  height: 72px; }

.avatar--l {
  width: 48px;
  height: 48px; }

.avatar--sl {
  width: 38px;
  height: 38px; }

.avatar--s {
  width: 32px;
  height: 32px; }

.avatar--xs {
  width: 24px;
  height: 24px; }

.avatar--xxs {
  width: 20px;
  height: 20px; }

.avatar--3xl {
  width: 172px;
  height: 172px; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1); }
  .modal--active {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto; }
  .modal__wrapper {
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 60px 40px; }
  .modal__wrap {
    display: flex;
    width: 100%;
    gap: 24px; }
    @media screen and (max-width: 767.98px) {
      .modal__wrap {
        flex-direction: column;
        align-items: center; } }
  .modal__btns {
    display: flex;
    gap: 12px; }
    @media screen and (max-width: 767.98px) {
      .modal__btns {
        flex-wrap: wrap; } }
  .modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: rgba(26, 26, 26, 0.9);
    filter: blur(5px);
    opacity: 0.9; }
  .modal__content {
    position: relative;
    width: 480px;
    padding: 24px;
    background-color: var(--white-900); }
    .modal__content.next .screen--second {
      display: flex; }
    .modal__content.next .screen--first {
      display: none; }
  .modal--center .modal-card__close-btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 12px;
    right: 12px; }
  .modal--center .modal__content {
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .modal--center .modal__content h2 {
      margin-bottom: 0; }
  .modal--center-3 .img {
    width: 132px;
    height: 132px;
    object-fit: cover; }
  .modal--center-wide .modal__content {
    width: 920px; }
  .modal--right {
    transform: none; }
    .modal--right .modal__wrapper {
      padding: 0;
      justify-content: flex-end; }
    .modal--right .modal__content {
      min-height: 100vh;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .modal--right .modal-card__close-btn {
      right: 470px; }
      @media screen and (max-width: 767.98px) {
        .modal--right .modal-card__close-btn {
          right: 0; } }
    .modal--right .employee {
      gap: 12px; }
    .modal--right .employee__desc {
      width: auto; }
  .modal--right-2 .modal__content {
    background-color: var(--white-800); }
  .modal--right-wide {
    transform: none; }
    .modal--right-wide .modal__wrapper {
      padding: 0;
      justify-content: flex-end; }
    .modal--right-wide .modal__content {
      width: 87%;
      min-height: 100vh;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      padding: 24px 24px 110px;
      background-color: var(--white-800); }
      @media screen and (max-width: 1279.98px) {
        .modal--right-wide .modal__content {
          width: 92%; } }
      @media screen and (max-width: 767.98px) {
        .modal--right-wide .modal__content {
          width: 100%;
          border-radius: 0;
          background-color: var(--white-900);
          padding: 12px; } }
    @media screen and (max-width: 767.98px) {
      .modal--right-wide .block.flex {
        padding: 12px; } }
  .modal--right-wide-4 p.text {
    color: #231f20; }
  .modal--right-wide-4 .modal-card h2 {
    margin: 0; }
  .modal--right-wide-4 .block--base {
    display: grid;
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 1279.98px) {
      .modal--right-wide-4 .block--base {
        display: flex;
        justify-content: space-between; } }
    @media screen and (max-width: 767.98px) {
      .modal--right-wide-4 .block--base {
        flex-direction: column;
        gap: 16px; } }
  .modal--right-wide-4 .modal__content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px; }
    .modal--right-wide-4 .modal__content .additional-block {
      display: none; }
  .modal--right-wide-4 .modal__content.additional-block .additional-block {
    display: flex; }
  .modal--right-wide-5 .modal-card, .modal--right-wide-6 .modal-card {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .modal--right-wide-5 .empl-info, .modal--right-wide-6 .empl-info {
    width: 100%; }
  .modal--right-wide-5 .empl-info .employee, .modal--right-wide-6 .empl-info .employee {
    gap: 48px; }
  .modal--right-wide-5 .empl-info .badge, .modal--right-wide-6 .empl-info .badge {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0); }
  .modal--right-wide-5 .employee__position, .modal--right-wide-6 .employee__position {
    font-size: 14px; }
  .modal--right-wide-5 .employee, .modal--right-wide-6 .employee {
    max-width: 780px; }

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

.air-datepicker {
  font-family: "Public Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 150%;
  width: 280px;
  color: var(--black-900);
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
  z-index: 1000; }

.air-datepicker-nav {
  border-bottom: none; }

.air-datepicker-nav--action svg {
  color: var(--black-900); }

.air-datepicker-nav--title i {
  color: var(--black-900); }

.air-datepicker-body--day-name {
  font-size: 12px;
  color: var(--black-600);
  text-transform: capitalize; }
  .air-datepicker-body--day-name[data-day-index="6"], .air-datepicker-body--day-name[data-day-index="0"] {
    color: var(--red-900); }

.air-datepicker-cell.-day-.-other-month- {
  color: var(--black-600);
  font-weight: 600; }

.air-datepicker-cell {
  width: 38px;
  height: 38px;
  font-weight: 600;
  border-radius: 8px; }

.air-datepicker-cell.-current-, .air-datepicker-cell.-current-.-in-range- {
  color: var(--base-1-700); }

.air-datepicker-cell.-selected-, .air-datepicker-cell.-selected-.-current- {
  background: var(--base-1-700); }

.air-datepicker-cell.-selected-.-focus- {
  background: var(--base-1-600); }

.air-datepicker-cell.-in-range- {
  background: var(--base-1-200); }

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

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

.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  background-color: var(--base-1-700);
  color: var(--white-900); }

.air-datepicker.-active-:not(.-custom-position-) {
  margin-top: -8px; }

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

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

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

.air-datepicker-cell.-range-from-, .air-datepicker-cell.-range-to- {
  border: none; }

.air-datepicker-cell.-in-range-:hover {
  background: var(--base-1-200); }

.air-datepicker-body--cells.-days- {
  grid-auto-rows: auto; }

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--base-1-200);
  color: inherit; }

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

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-radius: 0 0 8px 8px !important;
  background-color: var(--black-100);
  height: 24px;
  outline: none; }

.ck-toolbar {
  border: none !important; }

.ck-content {
  border: none !important; }

.ck.ck-editor {
  display: flex;
  flex-direction: column-reverse;
  width: 100% !important;
  border-radius: 28px;
  transition: 0.2s ease !important; }

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable, .ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 8px 8px 0 0 !important;
  border: none;
  background-color: var(--white-800);
  height: 176px;
  padding: 0 12px; }

.ck.ck-icon.ck-icon_inherit-color, .ck.ck-icon.ck-icon_inherit-color * {
  color: var(--black-600) !important;
  width: 12px; }

.ck.ck-toolbar .ck.ck-toolbar__separator {
  align-self: auto !important; }

.ck.ck-toolbar > .ck-toolbar__items > :not(.ck-toolbar__line-break), .ck.ck-toolbar > .ck.ck-toolbar__grouped-dropdown {
  height: 12px; }

.ck.ck-toolbar > .ck-toolbar__items {
  padding-left: 10px; }

.ck.ck-button.ck-on, a.ck.ck-button.ck-on {
  background: #0d6d7b !important; }
  .ck.ck-button.ck-on .ck.ck-icon.ck-icon_inherit-color, .ck.ck-button.ck-on .ck.ck-icon.ck-icon_inherit-color *, a.ck.ck-button.ck-on .ck.ck-icon.ck-icon_inherit-color, a.ck.ck-button.ck-on .ck.ck-icon.ck-icon_inherit-color * {
    color: var(--white-900) !important; }

.ck.ck-button:not(.ck-disabled):hover, a.ck.ck-button:not(.ck-disabled):hover {
  background: #0d6d7b !important; }
  .ck.ck-button:not(.ck-disabled):hover .ck.ck-icon.ck-icon_inherit-color, .ck.ck-button:not(.ck-disabled):hover .ck.ck-icon.ck-icon_inherit-color *, a.ck.ck-button:not(.ck-disabled):hover .ck.ck-icon.ck-icon_inherit-color, a.ck.ck-button:not(.ck-disabled):hover .ck.ck-icon.ck-icon_inherit-color * {
    color: var(--white-900) !important; }

.ck.ck-button, a.ck.ck-button {
  min-height: 20px !important; }

.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  box-shadow: none !important; }

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
  box-shadow: none !important; }

.ck .ck-placeholder:before, .ck.ck-placeholder:before {
  color: var(--black-400) !important; }

.accordion {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  width: 100%; }
  .accordion.active {
    background-color: rgba(110, 209, 230, 0.05); }
  .accordion__item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    padding: 24px;
    border-radius: 16px;
    font-size: 20px;
    font-weight: 500;
    line-height: 135%;
    cursor: pointer; }
    .accordion__item .btn__icon:last-child {
      display: none; }
    .accordion__item.active .btn__icon:first-child {
      display: none; }
    .accordion__item.active .btn__icon:last-child {
      display: block; }
  .accordion__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-height: 0;
    padding: 0 24px;
    overflow: hidden;
    transition: max-height 0.2s ease; }
    .accordion__content .btn--general {
      margin-bottom: 24px; }
    .accordion__content--center {
      align-items: center; }
  .accordion__content-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 24px; }
  .accordion__title {
    display: flex;
    align-items: center;
    gap: 12px; }

.accordion--v2 .accordion__item {
  background-color: var(--white-900);
  flex-direction: row;
  justify-content: space-between; }

.accordion--v2 .btn__icon {
  color: var(--black-900); }

.accordion--v2.active {
  background-color: var(--white-900); }
  .accordion--v2.active .accordion__content {
    position: relative; }
    .accordion--v2.active .accordion__content::before {
      content: '';
      position: absolute;
      top: 0;
      left: 24px;
      width: calc(100% - 48px);
      height: 0;
      border-top: 1px solid var(--black-200); }

.slider__body:hover .noUi-connect, .slider__body:active .noUi-connect {
  background: var(--base-1-700); }

.slider__body:hover .noUi-handle, .slider__body:active .noUi-handle {
  border: 2px solid var(--base-1-700); }

.slider__title {
  margin: 0 0 8px; }

.slider__under-text {
  font-size: 11px;
  line-height: 135%;
  color: var(--black-600);
  margin: 8px 0 0; }

.slider--error .slider__under-text {
  color: var(--red-900); }

.slider .noUi-target {
  border: none;
  box-shadow: none;
  background: var(--black-100); }

.slider .noUi-horizontal {
  height: 4px; }

.slider .noUi-connects {
  height: 4px;
  cursor: pointer; }

.slider .noUi-connect {
  background: var(--base-1-700);
  transition: background 0.2s ease; }

.slider .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  right: -15px; }

.slider .noUi-handle {
  box-shadow: none;
  border-radius: 50%;
  border: 2px solid var(--base-1-700);
  transition: 0.2s ease;
  cursor: pointer; }

.slider .noUi-handle:after, .slider .noUi-handle:before {
  display: none; }

.slider .noUi-tooltip {
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
  background-color: var(--black-800);
  border-radius: 8px;
  border: none;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 135%;
  color: var(--black-400); }
  .slider .noUi-tooltip::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 12px;
    width: 8px;
    height: 6px;
    background-image: url("../img/top.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.slider .noUi-horizontal .noUi-tooltip {
  bottom: initial;
  top: 20px;
  left: 12px; }

.status {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 12px 4px 12px;
  border-radius: 16px;
  min-height: 24px;
  font-size: 12px;
  line-height: 135%; }
  .status--red {
    background-color: rgba(211, 46, 31, 0.24);
    color: var(--red-900); }
    .status--red::before {
      background-color: var(--red-900); }
  .status--blue {
    background-color: var(--base-1-300);
    color: var(--base-1-700); }
    .status--blue::before {
      background-color: var(--base-1-700); }
  .status--orange {
    background-color: rgba(255, 119, 0, 0.24);
    color: var(--orange-900); }
    .status--orange::before {
      background-color: var(--orange-900); }
  .status--green {
    background-color: rgba(12, 142, 0, 0.24);
    color: var(--green-900); }
    .status--green::before {
      background-color: var(--green-900); }
  .status--grey {
    background-color: rgba(150, 150, 150, 0.24);
    color: var(--white-300); }
    .status--grey::before {
      background-color: var(--white-300); }

.status--with-dot {
  padding: 4px 12px 4px 24px; }
  .status--with-dot::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transform: translateY(-50%); }

.tooltip {
  position: absolute;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 135%;
  color: var(--white-900);
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
  background-color: var(--black-800);
  z-index: 1000;
  pointer-events: none; }
  .tooltip::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 6px;
    background-image: url("../img/top.svg"); }
  .tooltip__title {
    font-weight: 600; }
  .tooltip--lb::before {
    bottom: -5px;
    left: 12px;
    transform: rotate(180deg); }
  .tooltip--rb::before {
    bottom: -5px;
    right: 12px;
    transform: rotate(180deg); }
  .tooltip--lt::before {
    top: -5px;
    left: 12px; }
  .tooltip--rt::before {
    top: -5px;
    right: 12px; }
  .tooltip--rc::before {
    top: 50%;
    right: -6px;
    transform: translateY(-50%) rotate(90deg); }
  .tooltip--lc::before {
    top: 50%;
    left: -7px;
    transform: translateY(-50%) rotate(-90deg); }

.leader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4px;
  width: 100%;
  margin: 0; }
  .leader__title {
    line-height: 150%;
    color: var(--black-600);
    flex-shrink: 0; }
  .leader__value {
    font-weight: 600;
    line-height: 150%;
    flex-shrink: 0; }
  .leader__dash {
    width: 100%;
    height: 100%;
    border-bottom: 1px dashed var(--black-300); }

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  fill: transparent; }
  .progress-bar__icon {
    width: 48px;
    height: 48px; }
  .progress-bar__bg {
    fill: none;
    stroke: var(--black-100);
    stroke-width: 3; }
  .progress-bar__stroke {
    fill: none;
    stroke-width: 3;
    stroke: var(--orange-900);
    transform-origin: 50% 50%;
    stroke-linecap: round; }
    .progress-bar__stroke.full {
      stroke: var(--green-900); }
  .progress-bar__percentage {
    font-size: 12px;
    font-weight: 600;
    line-height: 135%;
    text-anchor: middle;
    fill: var(--black-900); }
  .progress-bar__scale {
    width: 100%;
    height: 12px;
    background-color: var(--white-500);
    border-radius: 100px; }
  .progress-bar__level {
    display: block;
    border-radius: 100px;
    background-color: var(--red-900);
    height: 12px; }
  .progress-bar__title {
    font-family: "Commissioner", "Arial", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 135%; }
  .progress-bar__text {
    line-height: 150%;
    color: #1a222c; }
  .progress-bar--scale {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
  .progress-bar--medium .progress-bar__icon {
    width: 32px;
    height: 32px; }
  .progress-bar--medium .progress-bar__percentage {
    font-size: 10px; }
  .progress-bar--small .progress-bar__icon {
    width: 24px;
    height: 24px; }
  .progress-bar--small .progress-bar__percentage {
    display: none; }

.uploader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
  height: 120px;
  border-radius: 12px;
  border: 1px dashed #D4D6D9;
  padding: 24px 12px;
  cursor: pointer; }
  .uploader__title {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding-left: 28px; }
    .uploader__title::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      background-image: url("../img/paperclip-attach.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .uploader__text {
    font-size: 12px;
    line-height: 120%;
    color: var(--black-400);
    text-align: center; }
  .uploader--full {
    pointer-events: none; }
    .uploader--full .uploader__title {
      opacity: 0.5; }
    .uploader--full .uploader__text {
      color: var(--colors-green); }
  .uploader--fail {
    pointer-events: none; }
    .uploader--fail .uploader__text {
      color: var(--colors-red); }
  .uploader--progress {
    position: relative;
    overflow: hidden;
    border-style: solid;
    pointer-events: none; }
    .uploader--progress .progress-bar__scale {
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 0;
      background-color: transparent; }
    .uploader--progress .progress-bar__level {
      height: 100%;
      border-radius: 0;
      background-color: rgba(var(--colors-green), 0.1); }
    .uploader--progress .progress-bar__text {
      font-size: 12px;
      line-height: 120%;
      color: var(--black-400); }

.table {
  min-width: 820px; }
  .table__head {
    background-color: var(--white-500); }
  .table__header {
    font-weight: 600;
    text-align: start;
    padding: 0 16px;
    height: 65px;
    vertical-align: middle;
    border-bottom: 1px solid var(--black-200); }
  .table__cell {
    height: 66px;
    padding: 0 16px; }
  .table__link {
    color: var(--base-1-700);
    border-bottom: 1px dashed var(--base-1-700); }
  .table__row {
    background-color: var(--white-900);
    border-bottom: 1px solid var(--black-200);
    transition: 0.2s ease; }
    .table__row:hover {
      background-color: rgba(13, 109, 123, 0.05); }
  .table__arrow {
    color: var(--black-600);
    vertical-align: middle;
    transition: 0.2s ease;
    cursor: pointer; }
    .table__arrow:hover {
      color: var(--base-1-700); }
  .table .checkbox__label {
    margin-bottom: 22px; }
  .table .minus {
    color: var(--red-900); }
  .table .plus {
    color: var(--green-900); }

.round-yey {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--black-100); }

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  background-color: var(--white-900);
  overflow: visible; }
  .product-card__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
    margin: 0 0 8px; }
  .product-card__text {
    line-height: 150%;
    margin: 0; }
  .product-card__description {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px; }
  .product-card__leader-list {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .product-card__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .product-card__price {
    font-size: 24px;
    font-weight: 700;
    line-height: 135%;
    color: #6ED1E6; }
  .product-card__vendor-code {
    position: absolute;
    top: 6px;
    right: 16px;
    font-size: 10px;
    color: #B3B6BC; }
  .product-card__image {
    position: relative; }
  .product-card__star {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: var(--white-900);
    border-radius: 50%; }
  .product-card .field-text {
    margin-bottom: 0; }
  .product-card--v2 {
    margin-top: 90px; }
    .product-card--v2 .product-card__image {
      position: absolute;
      top: -90px;
      max-width: 300px;
      border-radius: 16px;
      overflow: hidden; }
    .product-card--v2 .product-card__description {
      padding: 96px 32px 32px;
      gap: 0; }
    .product-card--v2 .product-card__name {
      margin-bottom: 16px; }
    .product-card--v2 .product-card__vendor-code {
      right: 32px;
      top: 76px; }
    .product-card--v2 .product-card__buttons {
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: max-height 0.2s ease; }
    .product-card--v2:hover .product-card__buttons {
      max-height: 50px;
      margin-top: 16px;
      opacity: 1; }

.notification {
  position: relative;
  background-color: var(--white-900);
  display: flex;
  width: 360px;
  padding: 12px 40px 12px 20px; }
  .notification__content {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .notification__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    margin: 0; }
  .notification__text {
    line-height: 150%;
    margin: 0; }
  .notification__close-btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0; }
  .notification__close-icon {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #B3B6BC; }
  .notification__icon {
    color: var(--base-1-700); }
  .notification--icon {
    flex-direction: row;
    gap: 12px; }
  .notification:first-child {
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  .notification:nth-child(2) {
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  .notification:nth-child(3) {
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  .notification:nth-child(4) {
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  .notification:nth-child(5) {
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  .notification:nth-child(6) {
    animation-duration: 2s;
    animation-fill-mode: forwards; }
  .notification.close {
    display: none; }

.notification-wrap {
  position: absolute;
  right: 24px;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 4px; }

@keyframes fadeInLeft {
  0% {
    opacity: 1;
    transform: translate(0, 0); }
  100% {
    opacity: 0;
    transform: translate(150%, 200%); } }

.fade-in-left {
  animation-name: fadeInLeft;
  animation-duration: 2s; }

.slideshow {
  width: 100%;
  height: 86px; }
  .slideshow__slide {
    max-width: 104px;
    opacity: 0.5; }
    .slideshow__slide picture {
      border-radius: 16px;
      overflow: hidden;
      display: block;
      height: 78px; }
    .slideshow__slide iframe {
      height: 78px;
      width: 100%;
      border-radius: 16px;
      overflow: hidden; }

.slideshow-2 {
  position: relative;
  width: 100%;
  height: 371px; }
  .slideshow-2__slide {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden; }
    .slideshow-2__slide iframe {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .slideshow-2__content {
    position: absolute;
    top: 68px;
    left: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 50%;
    height: 218px;
    color: var(--white-900); }
    @media screen and (max-width: 767.98px) {
      .slideshow-2__content {
        max-width: calc(100% - 48px); } }
    .slideshow-2__content .btn {
      margin-top: auto; }
  .slideshow-2__btn--prev {
    left: 24px; }
  .slideshow-2__btn--next {
    right: auto;
    left: 72px; }
  .slideshow-2 .badge {
    position: absolute;
    top: 12px;
    left: 12px; }
  .slideshow-2 .swiper-button-next, .slideshow-2 .swiper-button-prev {
    top: initial;
    bottom: 24px; }

.swiper-button-prev::after,
.swiper-button-next::after {
  content: ''; }

.swiper-slide-thumb-active {
  position: relative;
  opacity: 1; }
  .swiper-slide-thumb-active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--base-1-700);
    border-radius: 2px; }

.swiper-button-next, .swiper-button-prev {
  border: 1px solid var(--transparent);
  border-radius: 100px;
  padding: 8px;
  width: 36px;
  height: 36px;
  background-color: var(--black-100);
  background-image: url("../img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center; }

.swiper-button-prev {
  transform: rotate(180deg); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5; }

.informer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  width: 368px;
  border-left: 2px solid var(--base-1);
  border-radius: 16px;
  background-color: var(--colors-base-1-opacity); }
  .informer__text {
    line-height: 150%;
    color: var(--content-primary); }

.page-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
  padding: 20px 24px;
  border-radius: 0 0 16px 16px;
  border-bottom: 1px solid var(--black-200);
  background-color: var(--white-900);
  z-index: 100; }
  @media screen and (max-width: 767.98px) {
    .page-header {
      padding: 8px 12px; } }
  .page-header .field-text {
    flex-grow: 1;
    margin: 0;
    width: auto; }
    @media screen and (max-width: 1279.98px) {
      .page-header .field-text {
        display: none; } }
  .page-header__btns {
    display: flex;
    align-items: center;
    gap: 12px; }
  @media screen and (max-width: 1023.98px) {
    .page-header {
      gap: 20px; } }
  @media screen and (max-width: 767.98px) {
    .page-header .field-text {
      display: none; }
    .page-header .logo__text {
      display: none; }
    .page-header .logo__img {
      width: 125px;
      height: 30px; }
    .page-header .btn {
      min-height: 36px;
      padding: 8px; }
    .page-header .btn--base-outline {
      padding: 7px; }
      .page-header .btn--base-outline span {
        display: none; } }

.logo {
  display: flex;
  align-items: center;
  gap: 12px; }
  .logo__img {
    width: 137px;
    height: 34px; }
  .logo__text {
    position: relative;
    font-size: 10px;
    line-height: 120%;
    color: var(--black-600);
    padding-left: 12px;
    max-width: 130px; }
    .logo__text::before {
      content: '';
      position: absolute;
      left: 0;
      top: -5px;
      width: 0;
      height: 32px;
      border-right: 1px solid var(--black-300); }

.menu {
  position: fixed;
  left: 0;
  top: 110px;
  bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 0 16px 16px 0;
  padding: 24px;
  height: auto;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--white-900);
  z-index: 10;
  box-sizing: border-box; }
  @media screen and (max-width: 767.98px) {
    .menu {
      display: none; } }
  .menu__links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    overflow-y: scroll;
    overflow-x: auto;
    width: 100%; }
    .menu__links::-webkit-scrollbar {
      display: none; }
  .menu__btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 24px;
    right: -12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 6px;
    background-color: var(--base-2);
    color: var(--white-900);
    border-radius: 50%; }
  .menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%; }
    .menu__list:first-child .menu__link svg {
      color: var(--black-600); }
    .menu__list:last-child .menu__link svg {
      color: var(--black-400); }
  .menu__title {
    line-height: 150%;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.2s ease; }
  .menu__item {
    width: 100%; }
  .menu__settings {
    gap: 0;
    width: 42px;
    padding: 0 10px;
    margin-top: auto; }
    .menu__settings span {
      width: 0;
      overflow: hidden; }
  .menu__link {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 16px;
    font-weight: 600;
    padding: 16px;
    overflow: hidden;
    transition: 0.2s ease;
    cursor: pointer; }
    .menu__link svg {
      flex-shrink: 0; }
    .menu__link svg:nth-of-type(2) {
      display: none;
      margin-left: auto; }
    .menu__link::after {
      display: none;
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.48;
      filter: blur(40px);
      transition: 0.2s ease; }
    .menu__link:hover::after {
      display: block;
      background: var(--gradient); }
    .menu__link:active::after, .menu__link.active::after {
      display: block;
      background-color: var(--gradient);
      background-image: radial-gradient(50% 50% at 50% 50%, #f4f5f5 0%, #6bdeef 100%);
      opacity: 0.15; }

.menu.opened {
  min-width: 320px; }
  .menu.opened .employee {
    width: 100%; }
  .menu.opened .employee__desc,
  .menu.opened .menu__title {
    width: 100%; }
  .menu.opened .menu__link {
    gap: 16px; }
  .menu.opened .employee {
    gap: 12px; }
  .menu.opened .menu__btn {
    transform: rotate(180deg); }
  .menu.opened .menu__link:active svg:nth-of-type(2),
  .menu.opened .menu__link.active svg:nth-of-type(2) {
    display: block; }
  .menu.opened .menu__link:hover svg:nth-of-type(2) {
    display: block; }
  .menu.opened .menu__settings {
    gap: 12px;
    padding: 0 16px;
    width: auto; }
    .menu.opened .menu__settings span {
      width: 100%; }

.employee {
  display: flex;
  align-items: center; }
  .employee--block {
    border-radius: 12px;
    padding: 12px 24px;
    background-color: var(--base-1-100);
    gap: 12px; }
  .employee--gratitude {
    gap: 8px; }
    .employee--gratitude .employee__name {
      font-size: 12px; }
    .employee--gratitude .employee__position {
      font-size: 11px; }
  .employee__name {
    font-size: 14px;
    line-height: 150%;
    color: var(--black-900);
    margin: 0; }
  .employee__position {
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600);
    margin: 0; }
  .employee__desc {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.2s ease; }
  .employee__bd {
    font-weight: 600;
    font-size: 11px;
    line-height: 135%;
    color: var(--base-2-900);
    margin: 0; }
  .employee__department {
    font-size: 10px;
    color: var(--black-400);
    margin: 0; }
  .employee__info {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .employee__fsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%; }
  .employee__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0; }

.trait {
  width: 100%;
  height: 1px;
  background: radial-gradient(50% 50% at 50% 50%, #bec1c5 0%, transparent 100%);
  flex-shrink: 0; }

.submenu {
  display: none;
  position: fixed;
  top: 0;
  left: calc(100% + 24px);
  border-radius: 0 16px 16px 0;
  padding: 40px 52px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #f5f9fa;
  z-index: 2; }
  .submenu::-webkit-scrollbar {
    display: none; }
  .submenu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px; }
  .submenu__item {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .submenu.opened {
    display: block; }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list--menu {
    padding-left: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .list--employee {
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .list--xs {
    display: flex;
    flex-direction: column;
    gap: 12px; }
    .list--xs .list__item {
      position: relative;
      padding-left: 30px;
      line-height: 150%; }
      .list--xs .list__item::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        background-repeat: no-repeat;
        background-size: auto; }
      .list--xs .list__item--branch::before {
        background-image: url("../img/branch.svg"); }
      .list--xs .list__item--division::before {
        background-image: url("../img/division.svg"); }
      .list--xs .list__item--division {
        font-weight: 600; }
      .list--xs .list__item--department::before {
        background-image: url("../img/department.svg"); }
      .list--xs .list__item--phone::before {
        background-image: url("../img/phone.svg"); }
      .list--xs .list__item--email::before {
        background-image: url("../img/envelope.svg"); }
  .list--3xs {
    display: flex;
    flex-direction: column;
    gap: 4px; }

.page-main {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 110px;
  padding-bottom: 48px;
  width: calc(100% - var(--opened-menu-width));
  margin: 0 0 0 auto; }
  @media screen and (max-width: 1279.98px) {
    .page-main {
      padding: 110px 24px 48px 128px;
      padding: 110px 24px 48px 24px; } }
  @media screen and (max-width: 767.98px) {
    .page-main {
      width: 100%;
      padding: 76px 12px 48px 12px; } }
  .page-main__arrow {
    color: var(--base-1-700);
    transform: rotate(180deg); }
  .page-main__top {
    display: flex;
    align-items: center;
    gap: 12px; }
  .page-main__top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 767.98px) {
      .page-main__top-wrap {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start; } }
  .page-main__btns {
    display: flex;
    align-items: center;
    gap: 16px; }
    @media screen and (max-width: 767.98px) {
      .page-main__btns {
        width: 100%;
        overflow: scroll; }
        .page-main__btns::-webkit-scrollbar {
          display: none; } }
  .page-main__wrap {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 100%; }
  .page-main--3xl {
    gap: 48px; }
  .page-main--l {
    gap: 24px; }
  .page-main--pb100 {
    padding-bottom: 100px; }
  .page-main__wrap {
    display: flex;
    flex-direction: column; }
    .page-main__wrap--3xl {
      gap: 48px; }

.empl-info {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .empl-info__block {
    display: flex;
    border-radius: 16px;
    padding: 20px;
    background-color: var(--white-900); }
    @media screen and (max-width: 767.98px) {
      .empl-info__block {
        padding: 12px; } }
    .empl-info__block--general {
      align-items: center;
      justify-content: space-between; }
    .empl-info__block--workplace {
      flex-direction: column;
      gap: 24px; }
    .empl-info__block--contacts, .empl-info__block--awards {
      display: flex;
      flex-direction: column;
      gap: 24px; }
    .empl-info__block--account {
      justify-content: space-between; }
      @media screen and (max-width: 767.98px) {
        .empl-info__block--account {
          flex-direction: column;
          gap: 16px; } }
      .empl-info__block--account .empl-info__content {
        width: 54%; }
        @media screen and (max-width: 767.98px) {
          .empl-info__block--account .empl-info__content {
            width: 100%; } }
      .empl-info__block--account .empl-contacts {
        width: 39%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 24px;
        column-gap: 48px; }
        @media screen and (max-width: 1279.98px) {
          .empl-info__block--account .empl-contacts {
            grid-template-columns: 1fr; } }
        @media screen and (max-width: 767.98px) {
          .empl-info__block--account .empl-contacts {
            width: 100%; } }
        @media screen and (max-width: 374.98px) {
          .empl-info__block--account .empl-contacts {
            padding-left: 0; } }
      .empl-info__block--account .empl-contacts__item {
        width: 100%; }
      .empl-info__block--account .employee {
        position: relative; }
        .empl-info__block--account .employee::after {
          content: '';
          position: absolute;
          top: 0;
          right: -40px;
          width: 1px;
          height: 100%;
          background-color: var(--black-200); }
          @media screen and (max-width: 1279.98px) {
            .empl-info__block--account .employee::after {
              display: none; } }
  .empl-info__bd {
    display: flex;
    align-items: center;
    gap: 12px; }
  .empl-info__bd-date {
    color: var(--base-2-900);
    font-weight: 600; }
  .empl-info__btns {
    display: flex;
    align-items: center;
    gap: 12px; }
  .empl-info__wrap {
    display: flex;
    gap: 48px;
    align-items: center;
    margin-top: 20px; }
  .empl-info__text {
    margin: 0; }
  .empl-info__grid {
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 48px)/3));
    gap: 24px; }
  .empl-info .employee {
    gap: 24px;
    align-items: flex-start; }
  .empl-info .employee__info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    max-width: 266px; }
  .empl-info .empl-info__wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px; }
  .empl-info .empl-info__block--account .employee__info {
    max-width: 100%; }
  .empl-info .block-list__item {
    width: calc((100% - 36px) / 4); }
    @media screen and (max-width: 1279.98px) {
      .empl-info .block-list__item {
        width: calc((100% - 12px) / 2); } }
    @media screen and (max-width: 767.98px) {
      .empl-info .block-list__item {
        width: 100%; } }
  .empl-info .block-list {
    flex-wrap: wrap; }

.block-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px; }
  @media screen and (max-width: 767.98px) {
    .block-list {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: scroll; }
      .block-list::-webkit-scrollbar {
        display: none; } }
  .block-list__item {
    display: flex;
    align-items: center;
    border-radius: 16px;
    background-color: var(--white-900);
    width: calc((100% - 48px)/5); }
    @media screen and (max-width: 1279.98px) {
      .block-list__item {
        width: calc((100% - 36px)/4); } }
    @media screen and (max-width: 1023.98px) {
      .block-list__item {
        width: calc((100% - 24px)/3); } }
    @media screen and (max-width: 767.98px) {
      .block-list__item {
        width: calc((100% - 12px)/2);
        min-width: 233px; } }
    .block-list__item--green {
      background-color: #EEF7EF; }
    .block-list__item--orange {
      background-color: #FDF5ED; }
    .block-list__item--red {
      background-color: #FEF2F1; }
    .block-list__item--base-1 {
      background-color: #F5F9FA; }
    .block-list__item--base-2 {
      background-color: #FBF5F9; }
    .block-list__item--grey {
      background-color: #F5F5F5; }
  .block-list__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px; }
    .block-list__link svg {
      color: #969696; }
  .block-list__title {
    max-width: 140px;
    line-height: 150%;
    font-weight: 600; }
    .block-list__title sup {
      color: var(--red-900);
      font-size: 100%;
      top: 0; }
  .block-list__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
  .block-list__bottom {
    display: flex;
    flex-direction: column;
    width: auto; }
  .block-list__subtitle {
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600); }
  .block-list__value {
    line-height: 150%; }
  .block-list__text {
    font-size: 11px;
    line-height: 135%;
    color: var(--black-400); }
    .block-list__text sup {
      color: var(--red-900);
      font-size: 100%;
      top: 0;
      margin-right: 4px; }

.block-list--colored .block-list__item {
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1); }

.block-list--colored .block-list__link {
  flex-direction: column;
  gap: 16px; }

.block-list--colored .block-list__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  max-width: 100%; }

.block-list--border .block-list__item {
  border-top: 3px solid transparent;
  transition: 0.2s ease; }
  .block-list--border .block-list__item:hover {
    border-top: 3px solid var(--black-200); }

.block-list--border .block-list__item--green:hover {
  border-top: 3px solid var(--green-900); }

.block-list--border .block-list__item--orange:hover {
  border-top: 3px solid var(--orange-900); }

.block-list--border .block-list__item--red:hover {
  border-top: 3px solid var(--red-900); }

.block-list--border .block-list__item--base-1:hover {
  border-top: 3px solid var(--black-300); }

.block-list--border .block-list__item--base-2:hover {
  border-top: 3px solid var(--base-2-900); }

.block-list--border .block-list__item--grey:hover {
  border-top: 3px solid var(--white-300); }

.employee-news {
  display: flex;
  gap: 24px; }
  @media screen and (max-width: 1279.98px) {
    .employee-news {
      overflow-x: scroll; }
      .employee-news::-webkit-scrollbar {
        display: none; } }
  @media screen and (max-width: 767.98px) {
    .employee-news {
      overflow-x: auto;
      flex-direction: column; } }
  .employee-news__item {
    width: calc((100% - 24px)/2);
    padding: 20px;
    border-radius: 16px;
    background-color: var(--white-900); }
    @media screen and (max-width: 1279.98px) {
      .employee-news__item {
        min-width: 500px; } }
    @media screen and (max-width: 767.98px) {
      .employee-news__item {
        min-width: 100%;
        width: 100%;
        padding: 20px 12px; } }
  .employee-news__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px; }
    @media screen and (max-width: 767.98px) {
      .employee-news__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px; } }
  .employee-news__title-wrap {
    display: flex;
    align-items: center; }
  .employee-news__title {
    font-family: "Commissioner", "Arial", sans-serif;
    font-size: 18px;
    line-height: 135%;
    font-weight: 500;
    margin: 0 0 0 10px; }
  .employee-news__see-all {
    font-size: 11px;
    line-height: 135%; }
  .employee-news__start-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
    background-color: var(--white-900); }
    .employee-news__start-block img {
      width: 48px;
      height: 48px;
      margin-bottom: 16px; }
    .employee-news__start-block .text {
      color: var(--black-400);
      margin-bottom: 4px; }
  .employee-news .employee__desc {
    width: auto; }
  .employee-news .employee {
    gap: 12px; }

.employee-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 12px;
  padding: 8px 12px;
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
  background-color: var(--white-900); }
  .employee-card__dropdown {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    z-index: 1; }
  .employee-card__dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 12px;
    padding: 8px;
    width: 202px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    background: var(--white-900); }

.programs .swiper-button-next,
.programs .swiper-button-prev {
  display: none; }

.programs .btn--grey-outline {
  display: none;
  margin: 20px auto 0; }

@media screen and (max-width: 767.98px) {
  .programs .swiper {
    width: 100%;
    height: 248px; }
  .programs .swiper-button-next,
  .programs .swiper-button-prev {
    display: block; }
  .programs .btn--grey-outline {
    display: flex; } }

@media screen and (max-width: 767.98px) {
  .programs--short-list .programs__item:nth-of-type(n + 4) {
    display: none; } }

.programs__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px; }
  @media screen and (max-width: 767.98px) {
    .programs__top {
      flex-direction: column;
      align-items: flex-start;
      gap: 12px; } }

.programs__see-all {
  font-size: 11px;
  line-height: 135%; }

.programs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media screen and (max-width: 767.98px) {
    .programs__list {
      flex-direction: column; }
      .programs__list.swiper-wrapper {
        gap: 0; } }

.programs__item {
  position: relative;
  padding: 20px;
  height: 248px;
  border-radius: 16px;
  overflow: hidden;
  color: var(--white-900); }
  .programs__item--small {
    width: calc((100% - 60px)/4); }
    @media screen and (max-width: 1279.98px) {
      .programs__item--small {
        width: calc((100% - 20px)/2); } }
  .programs__item--big {
    width: calc((100% - 20px)/2); }
    @media screen and (max-width: 1279.98px) {
      .programs__item--big {
        width: 100%; } }
  @media screen and (max-width: 767.98px) {
    .programs__item {
      width: 100%; } }
  .programs__item .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.programs__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  height: 100%; }
  .programs__content .link {
    margin-top: auto; }
  .programs__content .link__title,
  .programs__content .link__icon {
    color: var(--white-900);
    line-height: 150%; }
  .programs__content .link--underlined .link__title::after {
    border-bottom: 1px dashed var(--white-900); }
  .programs__content .text {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.last-news {
  width: 100%; }
  .last-news__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .last-news__top .swiper-button-next, .last-news__top .swiper-button-prev {
      position: static;
      margin: 0; }
    @media screen and (max-width: 767.98px) {
      .last-news__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px; } }
  .last-news .swiper-wrapper {
    height: auto; }
  .last-news__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
  .last-news__item {
    border-radius: 16px;
    background-color: var(--white-900);
    overflow: hidden;
    width: calc((100% - 40px)/3); }
    @media screen and (max-width: 1279.98px) {
      .last-news__item {
        width: calc((100% - 20px)/2); } }
    @media screen and (max-width: 767.98px) {
      .last-news__item {
        width: 100%; } }
  .last-news__img {
    width: 100%;
    height: 186px;
    object-fit: cover;
    object-position: center;
    border-radius: 16px; }
  .last-news__content {
    padding: 16px 20px 20px 20px; }
  .last-news__date {
    display: block;
    font-size: 11px;
    line-height: 135%;
    color: var(--black-400);
    margin-bottom: 16px; }
  .last-news .title-h6 {
    margin-bottom: 8px; }
  .last-news .text {
    line-height: 150%;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .last-news .last-news__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px; }
  .last-news__slider-btns {
    display: flex;
    gap: 12px;
    align-items: center; }

.viewers {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-left: 8px; }
  .viewers__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex; }
  .viewers__item {
    margin-left: -8px;
    border-radius: 50%; }
  .viewers__more {
    font-weight: 400;
    font-size: 11px;
    line-height: 135%;
    color: var(--black-600); }
  .viewers .link {
    font-size: 10px; }
  .viewers--no-gap {
    gap: 0; }

.modal-card__close-btn {
  padding: 11px;
  position: fixed;
  right: 86%;
  top: 24px; }
  @media screen and (max-width: 1279.98px) {
    .modal-card__close-btn {
      right: 91%; } }
  @media screen and (max-width: 767.98px) {
    .modal-card__close-btn {
      right: 0;
      top: 0;
      background-color: transparent; }
      .modal-card__close-btn .btn__icon {
        color: black; }
      .modal-card__close-btn:hover {
        background-color: transparent; } }

.modal-card h2 {
  margin-bottom: 10px; }

.modal-card__btns {
  display: flex;
  gap: 12px; }

.modal-card__bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  width: 87%;
  background-color: var(--white-900); }

.block {
  display: flex;
  border-radius: 16px;
  padding: 20px;
  background-color: var(--white-900); }
  .block--vertical {
    flex-direction: column;
    gap: 32px; }
  .block--grey {
    border-radius: 12px;
    padding: 12px;
    background-color: var(--white-800); }
  .block--idea {
    flex-direction: column;
    border-radius: 12px;
    padding: 12px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer; }
  .block--red {
    border-top: 3px solid var(--red-900);
    background-color: var(--red-100); }
    .block--red .text--semibold {
      color: var(--red-900); }
  .block--orange {
    border-top: 3px solid var(--orange-900);
    background-color: var(--orange-100); }
    .block--orange .text--semibold {
      color: var(--orange-900); }
  .block--finished .suggested-ideas__dates {
    background-color: var(--green-100);
    color: var(--green-900); }
  .block--base {
    background-color: var(--base-1-100); }
  .block__space-between {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .block__top {
    display: flex;
    align-items: center;
    gap: 12px; }
  .block__btns {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .block__dropdown {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    z-index: 1; }
  .block__dropdown-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 12px;
    padding: 24px;
    width: 320px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
    background: var(--white-900); }

.block.edit .btn.btn--grey-outline:first-of-type {
  display: flex; }

.block.edit .btn.btn--grey-outline:last-of-type {
  display: none; }

.block.edit.change .btn.btn--grey-outline:first-of-type {
  display: none; }

.block.edit.change .btn.btn--grey-outline:last-of-type {
  display: flex; }

.contacts-copy {
  display: flex;
  align-items: center;
  gap: 8px; }
  .contacts-copy__btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    width: 20px;
    height: 20px; }

.workplace {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 216px; }
  .workplace__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: calc((100% - 30px) / 2); }
  .workplace__title {
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600); }
  .workplace__data {
    color: #231f20; }

.manager {
  display: flex;
  align-items: center;
  gap: 12px; }
  .manager__info {
    display: flex;
    flex-direction: column;
    gap: 2px; }
  .manager__position {
    font-size: 10px;
    color: var(--black-400);
    margin: 0;
    line-height: normal; }

.empl-contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%; }
  .empl-contacts__item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: calc(100%/3); }
    .empl-contacts__item .link__title {
      font-weight: 600;
      font-size: 16px; }
  .empl-contacts__title {
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600); }
  .empl-contacts__data {
    font-weight: 600;
    font-size: 16px;
    color: var(--black-900); }
  .empl-contacts__img {
    width: 42px;
    height: 42px;
    object-fit: cover; }
  .empl-contacts--col {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px; }
    .empl-contacts--col .empl-contacts__item {
      width: 100%; }

.awards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }
  .awards__item {
    position: relative; }
    .awards__item:hover .tooltip {
      display: flex; }
  .awards__img {
    width: 60px;
    height: 48px;
    object-fit: contain; }
  .awards .tooltip {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 10px;
    flex-direction: column; }

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%; }
  @media screen and (max-width: 1279.98px) {
    .grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767.98px) {
    .grid {
      grid-template-columns: 1fr; } }
  .grid--m {
    grid-gap: 20px; }
  .grid--xs {
    grid-gap: 12px; }
  .grid--l {
    grid-gap: 24px; }

.person {
  display: flex;
  flex-direction: column; }
  .person__img-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px; }
  .person__bd {
    display: flex;
    align-items: center;
    gap: 12px; }
  .person__name {
    font-family: "Commissioner", "Arial", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 135%;
    color: var(--black-900); }
  .person__position {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600); }
  .person__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .person__date {
    font-weight: 600;
    color: var(--base-2-900); }
  .person__contacts {
    padding: 24px 0 0; }
    .person__contacts:first-of-type {
      border-top: 1px solid var(--black-200); }
    .person__contacts:last-child {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 1;
      width: 100%;
      padding: 24px 20px 20px; }
  .person .btn {
    margin-top: 24px; }
  .person--new .person__date {
    color: var(--base-1-700); }
  .person--directory {
    position: relative;
    gap: 24px;
    transition: 0.2s ease; }
    .person--directory:hover {
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.1);
      background-color: var(--white-800);
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
      .person--directory:hover .person__contacts:last-child {
        display: flex;
        background-color: var(--white-800);
        box-shadow: 0 14px 16px 0 rgba(0, 0, 0, 0.1);
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px; }
        .person--directory:hover .person__contacts:last-child::before {
          content: '';
          position: absolute;
          left: 20px;
          top: 0;
          width: calc(100% - 40px);
          height: 1px;
          background-color: var(--black-200); }

.postcard-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  width: 100%; }
  .postcard-form .block {
    flex-direction: column;
    gap: 24px;
    width: 100%; }
  .postcard-form__row {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
    align-items: flex-start; }
    .postcard-form__row .btn {
      align-self: center; }
    @media screen and (max-width: 767.98px) {
      .postcard-form__row {
        grid-template-columns: 1fr; } }
    .postcard-form__row--2 {
      grid-template-columns: 441px 1fr; }
      @media screen and (max-width: 1279.98px) {
        .postcard-form__row--2 {
          grid-template-columns: repeat(2, 1fr);
          align-items: flex-start; } }
      @media screen and (max-width: 767.98px) {
        .postcard-form__row--2 {
          grid-template-columns: 1fr; } }
    .postcard-form__row--3 {
      grid-template-columns: 1fr auto; }
    .postcard-form__row--1 {
      grid-template-columns: 1fr; }
  .postcard-form__btns {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media screen and (max-width: 767.98px) {
      .postcard-form__btns {
        flex-direction: column;
        align-items: flex-start; } }
  .postcard-form .slideshow-2 {
    height: 327px; }
    @media screen and (max-width: 1279.98px) {
      .postcard-form .slideshow-2 {
        height: 205px; } }

.account-awards {
  display: flex;
  flex-direction: column;
  gap: 24px; }

.generiki__title {
  font-size: 12px;
  line-height: 135%;
  color: var(--black-600); }

.generiki__badge {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 4px 12px;
  height: 32px;
  background-color: var(--base-2-900);
  color: var(--white-900);
  margin-right: 12px; }

.doc-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  width: 100%; }
  @media screen and (max-width: 767.98px) {
    .doc-list {
      grid-template-columns: 1fr; } }
  .doc-list__title {
    line-height: 150%; }
  .doc-list__size {
    font-size: 11px;
    line-height: 135%;
    color: var(--black-400); }
  .doc-list__wrap {
    display: flex;
    flex-direction: column; }
  .doc-list__name {
    display: flex;
    align-items: center;
    gap: 12px; }
  .doc-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px; }
  .doc-list__icon {
    color: var(--white-300); }

.news {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px; }
  @media screen and (max-width: 1279.98px) {
    .news {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767.98px) {
    .news {
      grid-template-columns: 1fr; } }
  .news__content {
    display: flex;
    flex-direction: column;
    gap: 10px; }
  .news__content-wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px; }
  .news__text {
    line-height: 150%;
    color: var(--black-600);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .news__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--black-400);
    font-size: 11px;
    line-height: 135%; }
  .news__viewer {
    display: flex;
    align-items: center;
    gap: 4px; }
  .news__item {
    border-radius: 16px;
    background-color: var(--white-900);
    overflow: hidden; }
  .news__item--full {
    position: relative;
    grid-column: span 6;
    height: 360px; }
    @media screen and (max-width: 1279.98px) {
      .news__item--full {
        grid-column: span 2;
        height: 406px; } }
    @media screen and (max-width: 767.98px) {
      .news__item--full {
        grid-column: span 1;
        height: 297px; } }
    .news__item--full .img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news__item--full .news__content-wrap {
      position: absolute;
      left: 0;
      bottom: 0;
      color: var(--white-900);
      background: linear-gradient(360deg, rgba(26, 26, 26, 0.7) 45.8%, rgba(26, 26, 26, 0) 100%); }
    .news__item--full .news__text {
      -webkit-line-clamp: 2;
      color: var(--white-900); }
  .news__item--vertical {
    grid-column: span 3; }
    @media screen and (max-width: 1279.98px) {
      .news__item--vertical {
        grid-column: span 1; } }
    .news__item--vertical .img {
      width: 100%;
      height: 171px;
      object-fit: cover; }
      @media screen and (max-width: 1279.98px) {
        .news__item--vertical .img {
          height: 215px; } }
  .news__item--vertical-wide {
    grid-column: span 4; }
    @media screen and (max-width: 1279.98px) {
      .news__item--vertical-wide {
        grid-column: span 1; } }
    .news__item--vertical-wide .img {
      width: 100%;
      height: 171px;
      object-fit: cover; }
      @media screen and (max-width: 1279.98px) {
        .news__item--vertical-wide .img {
          height: 215px; } }
  .news__item--horizontal {
    grid-column: span 6; }
    @media screen and (max-width: 1279.98px) {
      .news__item--horizontal {
        grid-column: span 2; } }
    @media screen and (max-width: 767.98px) {
      .news__item--horizontal {
        grid-column: span 1; } }
    .news__item--horizontal .news__link {
      display: flex; }
      @media screen and (max-width: 767.98px) {
        .news__item--horizontal .news__link {
          flex-direction: column; } }
    .news__item--horizontal .img {
      width: 253px;
      height: 190px;
      object-fit: cover; }
      @media screen and (max-width: 767.98px) {
        .news__item--horizontal .img {
          width: 100%;
          height: 215px; } }
  .news .img {
    border-radius: 16px; }

.one-news__img {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden; }

.one-news__info {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 32px);
  left: 16px;
  bottom: 16px; }

.one-news__date, .one-news__viewer {
  border-radius: 100px;
  padding: 4px 12px;
  background-color: var(--white-800);
  font-size: 11px;
  line-height: 135%; }

.one-news__viewer {
  display: flex;
  align-items: center;
  gap: 4px; }

.one-news__btns {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.one-news__text {
  margin: 0;
  line-height: 150%; }

.high-five-form {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px; }
  @media screen and (max-width: 767.98px) {
    .high-five-form {
      padding: 12px; } }
  .high-five-form__wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    max-height: 300px;
    width: 100%; }
    @media screen and (max-width: 1279.98px) {
      .high-five-form__wrap {
        max-height: initial; } }
    .high-five-form__wrap > div {
      width: calc((100% - 24px)/2); }
      @media screen and (max-width: 1279.98px) {
        .high-five-form__wrap > div {
          width: 100%; } }
  .high-five-form .field-text--textarea {
    min-width: 45%; }
  .high-five-form .employee {
    align-self: flex-start; }
  @media screen and (max-width: 767.98px) {
    .high-five-form .employee--block {
      padding: 8px 12px; } }

.tab-block {
  position: relative;
  left: 0;
  width: calc(100% + 168px);
  margin-left: -144px;
  margin-bottom: -48px;
  margin-right: -24px;
  padding-left: 144px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 24px; }
  @media screen and (max-width: 767.98px) {
    .tab-block {
      width: calc(100% + 156px);
      padding-right: 12px; } }
  @media (min-width: 1512px) {
    .tab-block {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }
  .tab-block__tab-content {
    flex-direction: column;
    gap: 20px;
    align-items: center; }
  .tab-block--pink {
    background-color: var(--base-2-100); }
    @media (min-width: 1512px) {
      .tab-block--pink {
        background-color: transparent; } }
  .tab-block--base {
    background-color: var(--base-1-100); }
    @media (min-width: 1512px) {
      .tab-block--base {
        background-color: transparent; } }
  @media screen and (max-width: 767.98px) {
    .tab-block .block {
      padding: 12px; } }

.tab-block-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%; }
  .tab-block-list::-webkit-scrollbar {
    display: none; }
  .tab-block-list__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: calc((100% - 40px)/3); }
    @media screen and (max-width: 1279.98px) {
      .tab-block-list__item {
        width: calc((100% - 20px)/2); } }
    @media screen and (max-width: 767.98px) {
      .tab-block-list__item {
        width: 100%; } }
  .tab-block-list__date {
    font-weight: 400;
    font-size: 11px;
    line-height: 135%;
    color: var(--black-600); }
  .tab-block-list .employee--block {
    padding: 8px 12px; }

.banner {
  position: relative;
  height: 371px;
  border-radius: 16px;
  overflow: hidden; }
  .banner__content {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-width: 305px;
    color: var(--white-900); }
    .banner__content .btn {
      margin-top: 12px; }
    .banner__content .text {
      max-width: 165px; }
  .banner__btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; }
  .banner--light .banner__content {
    color: var(--black-900); }

.category-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px; }
  .category-list__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; }
  .category-list__top {
    display: flex;
    align-items: center;
    gap: 12px; }
  .category-list__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600); }

.idea-status {
  display: flex;
  gap: 20px; }
  .idea-status__item {
    display: flex;
    align-items: flex-start;
    gap: 14px; }
  .idea-status__text {
    display: flex;
    flex-direction: column;
    gap: 2px; }

.proposal .tab-block-list__item {
  gap: 16px; }

.proposal__top {
  display: flex;
  align-items: center;
  gap: 12px; }

.proposal__subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: var(--black-600); }

.proposal__gen-info {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.proposal__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 135%;
  margin: 0; }

.proposal__participants {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.proposal__btns {
  display: flex;
  align-items: center;
  gap: 16px; }

.proposal__badge {
  border-radius: 16px;
  padding: 4px 12px;
  font-weight: 400;
  font-size: 12px;
  line-height: 135%; }
  .proposal__badge--new {
    color: var(--base-1);
    background-color: rgba(13, 109, 123, 0.24); }
  .proposal__badge--approved {
    color: var(--colors-green);
    background-color: rgba(59, 149, 51, 0.24); }
  .proposal__badge--revision {
    color: var(--colors-orange);
    background-color: rgba(231, 128, 24, 0.24); }

.participants {
  display: flex;
  gap: 8px; }

.attention {
  display: flex;
  align-items: center;
  gap: 12px;
  border-left: 2px solid var(--orange-900);
  border-radius: 16px;
  padding: 16px 24px;
  width: 100%;
  background-color: var(--orange-100); }
  .attention .link {
    display: inline-flex; }
  .attention .btn {
    margin-left: auto; }

.idea-proposal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px; }
  .idea-proposal__top {
    display: flex;
    align-items: center;
    gap: 12px; }
    .idea-proposal__top .edit-btn {
      margin-left: 12px; }
  .idea-proposal__subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600); }
  .idea-proposal .field-text {
    width: 100%;
    max-width: 680px; }
  .idea-proposal .field-text--textarea {
    max-width: 100%; }
  .idea-proposal .switch {
    margin: -14px 0 0; }

.edit-btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: var(--black-400); }

.edit-wrap.hidden {
  display: none; }

.status-sequence {
  padding-bottom: 12px; }
  .status-sequence__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap; }
  .status-sequence__item {
    position: relative;
    padding-right: 42px; }
    .status-sequence__item::after {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      right: 10px;
      width: 16px;
      height: 16px;
      background-image: url("../img/right-grey.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

.idea-popup {
  display: grid;
  grid-template-columns: 370px 1fr;
  grid-gap: 20px; }
  .idea-popup__col {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  .idea-popup__desc {
    display: flex;
    flex-direction: column;
    gap: 12px; }
  .idea-popup__text {
    margin: 0; }
  .idea-popup__status {
    display: flex;
    gap: 12px;
    align-items: center; }
  .idea-popup__deadlines {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .idea-popup__date {
    display: flex;
    align-items: flex-start;
    gap: 10px; }
  .idea-popup__participants {
    display: flex;
    gap: 8px; }
  .idea-popup .block--vertical {
    gap: 24px; }
  .idea-popup .block--grey {
    flex-direction: column;
    gap: 16px; }
  .idea-popup .avatar {
    border: 2px solid var(--white-900); }
  .idea-popup .progress-bar__scale {
    background-color: var(--red-900); }
  .idea-popup .progress-bar__level {
    background-color: var(--green-900); }
  .idea-popup .btn-search,
  .idea-popup .btn-reset {
    top: 22px; }

.line {
  display: block;
  background-color: var(--black-200);
  width: 100%;
  height: 1px;
  flex-shrink: 0; }

.approval {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.ideas-search {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 24px; }

.suggested-ideas {
  width: 100%; }
  .suggested-ideas__wrap {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    width: 100%; }
  .suggested-ideas::-webkit-scrollbar {
    display: none; }
  .suggested-ideas__item {
    min-width: 300px;
    max-width: 300px; }
  .suggested-ideas__dates {
    border-radius: 16px;
    padding: 8px 12px;
    background-color: var(--white-800); }
  .suggested-ideas .block {
    flex-direction: column;
    gap: 16px; }
  .suggested-ideas .swiper-button-next,
  .suggested-ideas .swiper-button-prev {
    top: 32%;
    border-radius: 50px 0 0 50px;
    width: 49px;
    height: 98px;
    background-color: var(--base-1-200);
    background-image: url(../img/arrow-right-base.svg); }
  .suggested-ideas .swiper-button-next {
    right: 0; }
  .suggested-ideas .swiper-button-prev {
    left: 0; }
  .suggested-ideas .swiper-button-next.swiper-button-disabled, .suggested-ideas .swiper-button-prev.swiper-button-disabled {
    display: none; }
  .suggested-ideas .swiper-wrapper {
    height: auto; }

.bonuses .block-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media screen and (max-width: 1279.98px) {
    .bonuses .block-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (max-width: 767.98px) {
    .bonuses .block-list {
      grid-template-columns: 1fr; } }

.bonuses .block-list__link {
  gap: 8px; }

.bonuses .block-list__item {
  width: 100%; }

.bonus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  grid-gap: 20px; }
  .bonus-list__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%; }
    .bonus-list__list--total {
      gap: 8px; }
      .bonus-list__list--total .bonus-list__item {
        padding: 12px;
        border-radius: 16px;
        background-color: var(--green-100); }
  .bonus-list__top {
    display: flex;
    flex-direction: column;
    gap: 4px; }
  .bonus-list__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%; }
  .bonus-list__sum {
    font-family: "Commissioner", "Arial", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 135%;
    color: var(--base-1-700); }
  .bonus-list .block {
    flex-direction: column;
    align-items: center;
    gap: 24px; }
  @media screen and (max-width: 1279.98px) {
    .bonus-list {
      grid-template-columns: 1fr; } }

.transport-request {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .transport-request__waybill {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid var(--base-2-900);
    padding: 0px 0px 0px 10px; }
  .transport-request .accordion .block {
    gap: 42px;
    align-items: flex-start; }
  .transport-request .accordion .block--18 {
    gap: 18px; }
  .transport-request .accordion .text {
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .transport-request .accordion .flex:first-of-type {
    flex-shrink: 0; }
  .transport-request .accordion .flex--comment {
    max-width: 146px; }
  .transport-request .edit-btn {
    width: 36px;
    height: 36px; }

.last-block {
  margin-left: auto; }

.store-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.03);
  background: var(--white-900); }
  .store-card__image {
    position: relative; }
    .store-card__image .badge {
      position: absolute;
      top: 12px;
      left: 12px; }
  .store-card__description {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 12px 24px;
    flex-grow: 1; }
  .store-card hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: var(--black-200);
    border-radius: 16px;
    margin: 0;
    margin-top: auto; }
  .store-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .store-card__leader-list {
    display: flex;
    flex-direction: column;
    gap: 8px; }
  .store-card__price {
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: var(--base-1-700);
    padding-left: 28px; }
    .store-card__price::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      background-image: url("../img/generik-base.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .store-card__slider {
    width: 100%; }
  .store-card .swiper-button-next {
    top: 86%;
    right: auto;
    left: 72px; }
  .store-card .swiper-button-prev {
    top: 86%;
    left: 25px; }

.size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.size {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  min-width: 48px;
  border: 1px solid var(--black-300);
  border-radius: 100px;
  color: var(--black-600);
  font-size: 12px;
  line-height: 135%;
  transition: 0.2s ease;
  cursor: pointer; }
  .size:hover, .size.active {
    color: var(--black-900);
    border: 1px solid var(--base-1-700); }

.store-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .store-card-list__item {
    display: flex;
    width: calc((100% - 48px)/3); }
    @media screen and (max-width: 1279.98px) {
      .store-card-list__item {
        width: calc((100% - 24px)/2); } }
    @media screen and (max-width: 767.98px) {
      .store-card-list__item {
        width: 100%; } }

.generiki-price {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--base-1-700);
  padding-left: 28px; }
  .generiki-price::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url(../img/generik-base.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.screen {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px; }
  @media screen and (max-width: 767.98px) {
    .screen {
      align-items: center; } }
  .screen--second {
    display: none; }

.my-orders__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%; }

.my-orders__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
  background: var(--white-900); }
  @media screen and (max-width: 1279.98px) {
    .my-orders__content {
      display: grid;
      grid-template-columns: 1fr 3fr;
      grid-gap: 10px; }
      .my-orders__content .btn--base-outline {
        justify-self: flex-end; } }
  @media screen and (max-width: 767.98px) {
    .my-orders__content {
      grid-template-columns: 1fr;
      padding: 12px;
      grid-gap: 16px; }
      .my-orders__content .btn--base-outline {
        justify-self: flex-start; } }

.order--new {
  border-left: 4px solid var(--red-900); }

.order__price {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: var(--base-1-700);
  padding-left: 28px; }
  .order__price::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    background-image: url("../img/generik-base.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }

.order__col-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px; }
  @media screen and (max-width: 767.98px) {
    .order__col-1 .status {
      position: absolute;
      right: 0;
      top: 0; } }

.order__col-2 {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 443px; }
  @media screen and (max-width: 1279.98px) {
    .order__col-2 {
      min-width: initial; } }
  .order__col-2 .img {
    width: 64px;
    height: 64px;
    object-fit: cover; }
  .order__col-2 .order__wrap {
    width: 100%; }

.order__num {
  font-weight: 600; }

.order__date {
  font-size: 11px;
  line-height: 135%;
  color: var(--black-400); }

.order__wrap {
  display: flex;
  flex-direction: column;
  gap: 12px; }

.employee-generiki {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767.98px) {
    .employee-generiki {
      flex-direction: column;
      gap: 12px; }
      .employee-generiki.block {
        padding: 8px 12px; } }
  .employee-generiki .generiki {
    display: flex;
    align-items: center;
    gap: 8px; }
  .employee-generiki .employee {
    gap: 12px; }
  .employee-generiki .employee__name {
    font-weight: 600;
    font-size: 16px; }
  .employee-generiki .generiki__badge {
    margin-right: 0; }

.accrual {
  border-radius: 16px;
  padding: 48px;
  background-color: var(--white-900); }
  .accrual__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px; }
  .accrual__fieldset {
    border: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .accrual__fieldset:first-child {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 24px; }
      @media screen and (max-width: 1279.98px) {
        .accrual__fieldset:first-child {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 767.98px) {
        .accrual__fieldset:first-child {
          grid-template-columns: 1fr; } }
    .accrual__fieldset:nth-of-type(2) {
      display: flex;
      flex-direction: column;
      gap: 12px; }
  .accrual__legend {
    font-size: 12px;
    line-height: 135%;
    color: var(--black-600); }

.transaction-table .table__header {
  min-width: 150px; }
  .transaction-table .table__header:first-child {
    min-width: 190px; }

.vhi__list {
  display: flex;
  flex-direction: column;
  gap: 16px; }

.vhi__item {
  display: grid;
  grid-template-columns: 1.3fr 5fr 1fr auto;
  grid-row-gap: 16px;
  grid-column-gap: 48px;
  padding: 24px; }
  @media screen and (max-width: 1279.98px) {
    .vhi__item {
      grid-template-columns: 1fr 2fr; } }
  @media screen and (max-width: 767.98px) {
    .vhi__item {
      grid-template-columns: 1fr;
      padding: 12px; } }

@media screen and (max-width: 1279.98px) {
  .vhi__price {
    grid-row: 3;
    margin-top: 32px; } }

@media screen and (max-width: 767.98px) {
  .vhi__price {
    grid-row: 5;
    margin-top: 0; } }

@media screen and (max-width: 1279.98px) {
  .vhi__btn {
    grid-row: 3;
    justify-self: flex-end;
    margin-top: 32px; } }

@media screen and (max-width: 767.98px) {
  .vhi__btn {
    grid-row: 6;
    justify-self: flex-start;
    margin-top: 0; } }

.vhi-attaching .block {
  padding: 24px;
  flex-direction: column;
  gap: 24px; }
  @media screen and (max-width: 767.98px) {
    .vhi-attaching .block {
      padding: 12px; } }

.vhi-attaching .block .block {
  padding: 8px 12px;
  border-radius: 12px; }

.vhi-attaching .employee {
  gap: 12px; }

.vhi-attaching .employee__name {
  font-weight: 600;
  font-size: 18px; }

.vhi-attaching p.text {
  color: #231f20; }

.vhi-attaching .block--base {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  box-shadow: none; }
  @media screen and (max-width: 1279.98px) {
    .vhi-attaching .block--base {
      display: flex;
      flex-direction: row;
      justify-content: space-between; } }
  @media screen and (max-width: 767.98px) {
    .vhi-attaching .block--base {
      flex-direction: column;
      align-items: flex-start; } }

.vhi-attaching .block.member {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1); }
  @media screen and (max-width: 1279.98px) {
    .vhi-attaching .block.member {
      display: grid;
      grid-template-columns: 1fr 1fr;
      row-gap: 16px; }
      .vhi-attaching .block.member .btn {
        justify-self: flex-start; } }
  @media screen and (max-width: 767.98px) {
    .vhi-attaching .block.member {
      grid-template-columns: 1fr; } }

.agreement-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%; }
  .agreement-form__group {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%; }
    .agreement-form__group .field-text {
      width: calc((100% - 48px) / 3); }
      @media screen and (max-width: 1279.98px) {
        .agreement-form__group .field-text {
          width: calc((100% - 24px) / 2); } }
  .agreement-form .field-text--textarea {
    width: 100%; }

.file-upload-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 674px; }

.uploaded-files {
  display: flex;
  gap: 12px;
  flex-wrap: wrap; }

.file-tag {
  display: flex;
  align-items: center;
  background-color: var(--white-700);
  border-radius: 24px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 135%;
  transition: 0.2s ease; }
  .file-tag:hover {
    background-color: var(--base-1-200);
    text-decoration: line-through; }

.file-tag button {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background-image: url("../img/icon-cross-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer; }

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--black-300);
  border-radius: 12px;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  transition: 0.2s ease; }

.file-upload:hover {
  background-color: var(--white-800); }

.file-upload p {
  margin: 0;
  font-size: 16px; }

.my-transactions__wrap {
  width: 100%;
  overflow: scroll;
  align-self: flex-start; }

.menu-settings .menu__title {
  overflow: initial;
  width: 100%; }

.menu-settings .menu__link {
  gap: 16px; }

.menu-settings .menu__link:hover svg:nth-of-type(2) {
  display: none; }

.menu-settings .menu__link.active:hover svg:nth-of-type(2) {
  display: block; }

.menu-settings .accordion--v2.active .accordion__content::before {
  display: none; }

.menu-settings .accordion__content {
  padding: 0; }

.menu-settings .accordion__item {
  font-size: 14px; }

.menu-settings .menu__link.accordion__item {
  padding: 7px 16px; }

.menu-settings .menu__list .menu__link svg {
  color: var(--black-900); }

.menu-settings__chapter {
  position: relative;
  font-family: "Commissioner", "Arial", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  color: var(--black-900);
  border-radius: 16px;
  padding: 14px 8px;
  overflow: hidden; }

.menu-settings__chapter::after {
  display: none;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.48;
  border-radius: 16px;
  filter: blur(40px);
  transition: .2s ease; }

.menu-settings__chapter:hover::after {
  display: block;
  background: var(--gradient); }

.menu-settings__chapter:active::after, .menu-settings__chapter.active::after {
  display: block;
  background-color: var(--gradient);
  background-image: radial-gradient(50% 50% at 50% 50%, #f4f5f5 0%, #6bdeef 100%);
  opacity: 0.15; }

.menu-settings__wrap {
  display: grid;
  grid-template-columns: 354px minmax(400px, 1fr);
  grid-gap: 24px;
  align-items: flex-start; }

.menu-settings__block {
  display: flex;
  flex-direction: column;
  gap: 8px; }

.submenu-list {
  width: 100%; }
  .submenu-list__link {
    display: block;
    border-radius: 16px;
    padding: 16px 16px 16px 32px;
    position: relative;
    font-weight: 600;
    overflow: hidden; }
  .submenu-list__link::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.48;
    border-radius: 16px;
    filter: blur(40px);
    transition: .2s ease; }
  .submenu-list__link:hover::after {
    display: block;
    background: var(--gradient); }
  .submenu-list__link:active::after, .submenu-list__link.active::after {
    display: block;
    background-color: var(--gradient);
    background-image: radial-gradient(50% 50% at 50% 50%, #f4f5f5 0%, #6bdeef 100%);
    opacity: 0.15; }

.menu-items__item {
  display: grid;
  grid-template-columns: 20px 1fr 124px;
  gap: 24px;
  align-items: center;
  width: 100%;
  border: 1px dashed var(--black-200);
  border-radius: 12px;
  padding: 12px 20px; }

.menu-items__btn {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease; }
  .menu-items__btn.drug-and-drop {
    width: 20px;
    height: 20px; }

.menu-items__btns {
  display: flex;
  gap: 8px; }

.menu-items__title {
  font-weight: 600; }

.menu-items__title-wrap {
  display: flex;
  gap: 16px;
  align-items: center; }

.menu-items__additional {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  padding: 12px 20px;
  background-color: var(--base-1-100); }

.menu-items__item.dragging {
  opacity: 0.5;
  /* Изменение прозрачности при перетаскивании */
  border: 1px dashed #0D6D7B;
  /* Пунктирная рамка */ }

.form__btns {
  display: flex;
  gap: 12px; }

.add-element .dropdown__list {
  position: absolute;
  top: calc(100% + 12px);
  z-index: 10;
  left: -13px; }

.add-element__list {
  display: flex;
  width: 320px;
  height: 264px;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
  background: #ffffff;
  flex-direction: column;
  gap: 16px; }

.icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  overflow: auto; }
  .icon-list::-webkit-scrollbar {
    display: none; }
  .icon-list__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    transition: 0.2s ease; }
    .icon-list__item:hover {
      background-color: var(--white-700); }
  .icon-list svg {
    width: 20px;
    height: 20px;
    color: var(--black-400);
    transition: 0.2s ease; }

.ask-question-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 14px; }
  .ask-question-form__btns {
    display: flex;
    gap: 12px; }

.success-screen {
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .success-screen__text {
    margin: 0; }
    .success-screen__text a {
      color: var(--base-1-700);
      transition: 0.2s ease; }
      .success-screen__text a:hover {
        color: var(--base-1-800); }
  .success-screen__img {
    width: 100%;
    height: auto; }
  .success-screen__btns {
    display: flex;
    gap: 12px; }
  .success-screen__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 135%;
    margin: 0; }

.success-page {
  display: flex;
  gap: 24px;
  align-items: center; }
  @media screen and (max-width: 767.98px) {
    .success-page {
      flex-direction: column; } }
  .success-page__img {
    width: 100%;
    height: auto;
    max-width: 388px; }
    @media screen and (max-width: 1279.98px) {
      .success-page__img {
        max-width: 272px; } }

.avatar-block {
  position: relative;
  flex-shrink: 0; }

.online-mark {
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 24px;
  height: 24px;
  border: 4px solid var(-wwhite-900);
  border-radius: 50%;
  background-color: #3B9533; }

.chain {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px; }
  .chain__item {
    position: relative;
    border-radius: 24px;
    padding: 4px 8px;
    margin-right: 20px;
    background-color: var(--white-700);
    font-size: 12px; }
    .chain__item::after {
      content: "";
      position: absolute;
      right: -15px;
      top: 50%;
      transform: translate(0, -50%);
      width: 12px;
      height: 12px;
      background-image: url("../img/arrow-right-cc.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .chain__item:last-child::after {
      display: none; }

.sick-leave {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 16px;
  padding: 0px 12px;
  height: 42px;
  padding-left: 42px;
  background-color: var(--red-100);
  font-weight: 600;
  font-size: 12px;
  line-height: 135%;
  color: var(--red-900); }
  .sick-leave::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background-image: url("../img/first-aid-kit.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.deputy {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  padding: 4px 12px;
  height: 32px;
  background-color: var(--orange-100);
  font-weight: 400;
  font-size: 11px;
  line-height: 135%;
  color: --black-600; }

.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px; }

.tag {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
  padding: 4px 8px;
  background-color: var(--white-700);
  font-size: 12px;
  line-height: 135%; }
  .tag__close-btn {
    border: none;
    outline: none;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    display: block;
    background-image: url("../img/icon-cross-grey.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }

.dotted-list {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .dotted-list__item {
    position: relative;
    padding-left: 12px; }
  .dotted-list__item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--black-900); }

.gratitude {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black-200);
  border-radius: 100px;
  width: 38px;
  height: 38px;
  color: #5C5C5C;
  cursor: pointer;
  flex-shrink: 0; }
  .gratitude.active {
    color: #ffffff;
    background-color: var(--green-900);
    border: 1px solid var(--green-900); }
  .gratitude .counter {
    position: absolute;
    right: -6px;
    bottom: -6px; }

.likes {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--black-600);
  font-size: 12px;
  line-height: 135%; }
  .likes__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding: 2px;
    width: 16px;
    height: 16px;
    background-color: var(--base-1-700);
    color: var(--white-900); }

.views {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--black-600);
  font-size: 12px;
  line-height: 135%; }

.gratitude-history {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .gratitude-history__item {
    display: flex;
    align-items: center;
    gap: 12px; }
  .gratitude-history__img-wrap {
    position: relative;
    display: flex;
    flex-shrink: 0; }
    .gratitude-history__img-wrap .gratitude {
      position: relative;
      margin-left: -18px;
      z-index: 0; }
    .gratitude-history__img-wrap .avatar {
      position: relative;
      z-index: 1; }
  .gratitude-history__text-wrap {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: calc(100% - 70px);
    width: 100%; }

.questionnaire {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  .questionnaire__block {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 12px 0 rgba(153, 153, 153, 0.1);
    background: var(--white-900); }
  .questionnaire__subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%; }
    .questionnaire__subtitle sup {
      font-size: 100%;
      top: 0;
      color: var(--red-900);
      margin-left: 4px; }
  .questionnaire__btns {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px; }
  .questionnaire .checkbox,
  .questionnaire .radio {
    width: 100%;
    border-radius: 4px;
    padding: 12px 16px;
    background-color: var(--white-800); }
  .questionnaire .field-text__input {
    height: 85px; }

.radio-group .textarea {
  display: none; }

.rating {
  display: flex; }
  .rating__item {
    cursor: pointer;
    transition: 0.2s ease; }
  .rating--stars .rating__item {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 29px 28px; }
  .rating--stars .rating__item--red {
    background-image: url("../img/star1.svg"); }
  .rating--stars .rating__item--orange {
    background-image: url("../img/star2.svg"); }
  .rating--stars .rating__item--yellow {
    background-image: url("../img/star3.svg"); }
  .rating--stars .rating__item--light-green {
    background-image: url("../img/star4.svg"); }
  .rating--stars .rating__item--green {
    background-image: url("../img/star5.svg"); }
  .rating--stars .rating__item--red:hover {
    background-image: url("../img/star1-color.svg");
    background-size: 36px 34px; }
  .rating--stars .rating__item--red.active {
    background-image: url("../img/star1-color.svg");
    background-color: rgba(201, 0, 24, 0.15);
    border: 1px solid rgba(201, 0, 24, 0.33); }
  .rating--stars .rating__item--orange:hover {
    background-image: url("../img/star2-color.svg");
    background-size: 36px 34px; }
  .rating--stars .rating__item--orange.active {
    background-image: url("../img/star2-color.svg");
    background-color: rgba(253, 85, 25, 0.15);
    border: 1px solid rgba(253, 85, 25, 0.33); }
  .rating--stars .rating__item--yellow:hover {
    background-image: url("../img/star3-color.svg");
    background-size: 36px 34px; }
  .rating--stars .rating__item--yellow.active {
    background-image: url("../img/star3-color.svg");
    background-color: rgba(255, 166, 0, 0.15);
    border: 1px solid rgba(255, 166, 0, 0.33); }
  .rating--stars .rating__item--light-green:hover {
    background-image: url("../img/star4-color.svg");
    background-size: 36px 34px; }
  .rating--stars .rating__item--light-green.active {
    background-image: url("../img/star4-color.svg");
    background-color: rgba(163, 229, 0, 0.15);
    border: 1px solid rgba(163, 229, 0, 0.33); }
  .rating--stars .rating__item--green:hover {
    background-image: url("../img/star5-color.svg");
    background-size: 36px 34px; }
  .rating--stars .rating__item--green.active {
    background-image: url("../img/star5-color.svg");
    background-color: rgba(0, 180, 55, 0.15);
    border: 1px solid rgba(0, 180, 55, 0.33); }
  .rating--blocks .rating__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-bottom: 1px solid var(--black-300);
    border-right: 1px solid var(--black-300);
    border-top: 1px solid var(--black-300);
    background-color: var(--white-900);
    font-size: 18px; }
    .rating--blocks .rating__item:first-child {
      border-left: 1px solid var(--black-300);
      border-radius: 8px 0 0 8px; }
    .rating--blocks .rating__item:last-child {
      border-radius: 0 8px 8px 0; }
    .rating--blocks .rating__item:hover {
      border: none;
      box-shadow: 0 2px 6px 0 rgba(24, 33, 69, 0.55); }
    .rating--blocks .rating__item.active {
      border: none; }
  .rating--blocks .rating__item--1:hover,
  .rating--blocks .rating__item--1.active {
    background-color: #d30027; }
  .rating--blocks .rating__item--2:hover,
  .rating--blocks .rating__item--2.active {
    background-color: #eb0b0b; }
  .rating--blocks .rating__item--3:hover,
  .rating--blocks .rating__item--3.active {
    background-color: #f13708; }
  .rating--blocks .rating__item--4:hover,
  .rating--blocks .rating__item--4.active {
    background-color: #f87501; }
  .rating--blocks .rating__item--5:hover,
  .rating--blocks .rating__item--5.active {
    background-color: #f8b300; }
  .rating--blocks .rating__item--6:hover,
  .rating--blocks .rating__item--6.active {
    background-color: #f8dd00; }
  .rating--blocks .rating__item--7:hover,
  .rating--blocks .rating__item--7.active {
    background-color: #ccde0e; }
  .rating--blocks .rating__item--8:hover,
  .rating--blocks .rating__item--8.active {
    background-color: #89d421; }
  .rating--blocks .rating__item--9:hover,
  .rating--blocks .rating__item--9.active {
    background-color: #44bc38; }
  .rating--blocks .rating__item--10:hover,
  .rating--blocks .rating__item--10.active {
    background-color: #12ad47; }
