*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.drop-zone {
  display: flex;
  align-content: center;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
      -ms-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-control {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.modal-control button {
  flex-grow: 1;
  flex-shrink: 1;
}

.image-navigation_buttons-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.image-container img {
  max-width: auto;
  max-height: 350px;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

:root {
  --white: #FFFFFF;
  --black: #000000;
  --main: #1E1E1E;
  --accent: #3F6262;
  --light-blue: #EBF8FB;
  --light-blue-2: #D7EFF5;
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  height: 100%;
}

body {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

ul[class], ol[class] {
  list-style: none;
  padding: 0;
}

ul, ol {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

button {
  background: none;
  border: none;
  padding: 0;
}

label {
  cursor: pointer;
}

input, textarea {
  outline: none;
}

textarea {
  resize: none;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex__space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

svg.icon {
  margin-left: 0px;
  margin-right: 0px;
}
.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.full-link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

body {
  color: var(--main);
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
}

* {
  line-height: normal;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content {
  padding: 48px 0;
}
.content--p-0 {
  padding: 0;
}
.content-container {
  height: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.content-inner {
  height: 100%;
}
.content-inner__left {
  height: 100%;
  width: 240px;
  padding: 20px;
  background: var(--accent);
  color: var(--white);
}
.content-inner__right {
  width: calc(100% - 240px);
  padding: 0 30px 20px 20px;
}

.breadcrumbs {
  font-size: 20px;
  margin-bottom: 32px;
}
.breadcrumbs-list__link {
  color: rgba(30, 30, 30, 0.5);
}
.breadcrumbs-list__link::after {
  content: "/";
  margin: 0 4px;
}
.search {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid var(--accent);
  border-radius: 10px;
}
.photo-only {
  display: none;
}
.all-plants {
  display: block;
}
.search.photo-only-mode .all-plants {
  display: none;
}
.search.photo-only-mode .photo-only {
  display: block;
}
.search-input {
  display: block;
  width: 100%;
  height: 46px;
  border: none;
}
.search-input::-webkit-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.search-input::-moz-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.search-input:-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.search-input::-ms-input-placeholder {
  color: rgba(30, 30, 30, 0.5);
}
.search-input::placeholder {
  color: rgba(30, 30, 30, 0.5);
}

.info-head {
  margin-bottom: 44px;
}

.mobile {
  display: none;
}

@media (max-width: 767px) {
  .content {
    padding-top: 36px;
    padding-bottom: 60px;
  }
  .content--p-0 {
    padding: 0;
  }
  .content-inner__left {
    position: fixed;
    top: 84px;
    bottom: 0;
    overflow: auto;
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .content-inner__left.open {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
  }
  .content-inner__right {
    width: 100%;
    padding: 0px 16px 60px;
  }
  .desctop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .breadcrumbs {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .search {
    margin-bottom: 20px;
  }
  .info-head {
    margin-bottom: 20px;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 14px 32px;
  background: var(--accent);
  color: var(--white);
}
.btn-outline {
  position: relative;
  color: var(--main);
  background: none;
}
.btn-outline::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid var(--accent);
  border-radius: inherit;
}
.btn-grey {
  background: #E2E6EE;
  color: var(--main);
}
.btn:disabled {
  background: #BBB7B4;
  color: var(--white);
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer__content {
  border-top: 1px solid rgba(42, 129, 115, 0.45);
  padding: 40px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.footer__col {
  padding-left: 15px;
  padding-right: 15px;
}
.footer-list {
  font-size: 16px;
}
.footer-list__item {
  margin-bottom: 28px;
}
.footer-list__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .footer__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .footer__logo {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-list {
    font-size: 14px;
  }
  .footer-list__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .footer__contacts {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer__menu {
    width: 100%;
  }
  .footer__links {
    width: 100%;
    margin-top: 20px;
  }
}
.header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: var(--accent);
  padding: 20px 0;
  color: var(--white);
  font-size: 18px;
  font-weight: normal;
}
.header__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__links {
  margin-left: auto;
}
.header__user {
  margin-left: 50px;
}
.header__m-menu {
  display: none;
  margin-left: 20px;
}
.header-links__list-item {
  margin-right: 50px;
}
.header-links__list-item:last-child {
  margin: 0;
}
.header-links__item:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.header-btn {
  padding: 14px 54px;
  border-radius: 20px;
  background: rgba(217, 217, 217, 0.1);
  display: block;
}
.header-btn__icon {
  display: none;
  width: 32px;
  height: 32px;
}
.header-btn--user {
  padding: 0;
  background: none;
  border-radius: 0;
}
.header-btn--user .header-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-user__dropdown {
  border-radius: 5px;
  background: var(--light-blue);
  color: var(--main);
  font-size: 14px;
  padding: 15px 12px 20px;
  font-weight: 500;
  min-width: 200px;
}
.header-user__dropdown-top {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CFD4E0;
}
.header-user__dropdown-bottom {
  padding: 0 16px;
}
.header-user__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-user__profile-icon {
  margin-bottom: 10px;
}

.open-menu {
  fill: var(--white);
}

@media (max-width: 767px) {
  .logo img {
    width: 64px;
  }
  .header {
    padding: 10px 0;
  }
  .header__links {
    position: fixed;
    top: 84px;
    bottom: 0;
    right: 0;
    z-index: 99;
    width: 240px;
    overflow: auto;
    background: var(--accent);
    padding: 20px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
  }
  .header__links.open {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    visibility: visible;
  }
  .header__user {
    margin-left: auto;
  }
  .header__m-menu {
    display: block;
  }
  .header-btn {
    padding: 0;
    background: none;
  }
  .header-btn__txt {
    display: none;
  }
  .header-btn__icon {
    display: block;
    width: 24px;
    height: 24px;
  }
  .header-links__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header-links__list-item {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.modal-content {
  background: #F8F9FD;
  border-radius: 10px;
  padding: 40px 50px;
  font-family: "Rubik";
  position: relative;
}
.modal-head {
  margin-bottom: 36px;
}
.modal-head--mb-20 {
  margin-bottom: 20px;
}
.modal-head__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-title {
  font-size: 25px;
}
.modal-title--sm {
  font-size: 18px;
  font-family: "Inter";
}
.modal-link {
  font-weight: normal;
  font-size: 14px;
  color: #2A8173;
}
.modal-body {
  padding: 0;
}
.modal-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 24px;
  right: 20px;
  background: var(--white);
  border-radius: 12px;
}
.modal-close svg {
  width: 16px;
  height: 16px;
  stroke: #9CA3AF;
  stroke-width: 1.5px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 605px;
  }
}
@media (max-width: 575px) {
  .modal-content {
    padding: 40px 20px;
  }
  .modal-close {
    top: 12px;
    right: 12px;
  }
}
.form__fields-item {
  margin-bottom: 20px;
}
.form__fields-item:last-child { 
  margin-bottom: 0;
  padding-top: 20px;
}
.form__controls {
  margin-top: 45px;
}
.form__controls--mt-20 {
  margin-top: 20px;
}
.form__controls-inner {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form__controls-item {
  margin-right: 8px;
}
.form__controls-item:last-child {
  margin-right: 0;
}
.form-item__label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.form-item__field {
  position: relative;
}
.form-item__link {
  font-size: 14px;
  font-weight: normal;
  margin-top: 12px;
}
.form-item__show-password {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form-item__show-password svg {
  fill: none;
  stroke: #CFD4E0;
  stroke-width: 1.5px;
}
.form-item__show-password.active svg {
  stroke: var(--main);
}
.form-input {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 5px;
  border: 1px solid rgba(207, 212, 224, 0.5);
  background: var(--white);
  font-size: 14px;
  padding: 0 16px;
}
.form-input::-webkit-input-placeholder {
  color: #CFD4E0;
}
.form-input::-moz-placeholder {
  color: #CFD4E0;
}
.form-input:-ms-input-placeholder {
  color: #CFD4E0;
}
.form-input::-ms-input-placeholder {
  color: #CFD4E0;
}
.form-input::placeholder {
  color: #CFD4E0;
}
.form-btn {
  width: 100%;
  border-radius: 10px;
}
.checkbox__container {
  border-radius: 5px;
  border: 1px solid rgba(207, 212, 224, 0.5);
  overflow-y: scroll;
  height: 125px;
  display: flex;
  flex-direction: column;
  padding: 10px;
 }

.form-btn-sm {
  font-size: 16px;
  padding: 10px 32px;
  border-radius: 10px;
}
.form-checkbox {
  font-size: 14px;
  font-weight: normal;
  display: flex;
  flex-direction: row;
}
.form-checkbox input {
  visibility: hidden;
  width: 0;
}
.form-checkbox input:checked ~ .form-checkbox__content .form-checkbox__icon {
  border-color: var(--accent);
  background: var(--accent) url(../images/general/check-white.svg) center no-repeat;
}
.form-checkbox__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}
.form-checkbox__icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #D2D5DB;
  background: var(--white);
}
.form-checkbox__txt {
  width: calc(100% - 20px);
  padding-left: 8px;
}
.form-file {
  display: block;
  font-family: "Inter";
}
.form-file input {
  display: none;
}
.form-file__drop {
  height: 218px;
  border-radius: 5px;
  border: 1px dashed #BABABA;
  font-size: 18px;
  color: #BABABA;
  margin-bottom: 20px;
}
.form-file__group {
  border-radius: 10px;
  height: 40px;
  font-size: 14px;
}
.form-file__group-right {
  width: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 10px 10px 0;
  height: 100%;
  overflow: hidden;
}
.form-file__group-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: 1px solid #CECECE;
  border-right: none;
  border-radius: 10px 0 0 10px;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.form-file__group-btn {
  background: var(--accent);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  height: 100%;
}

.price-head {
  margin-bottom: 36px;
}
.price-head__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-list__item {
  margin-bottom: 20px;
}
.price-item {
  background: var(--light-blue);
  border-radius: 10px;
  padding: 14px 20px 13px;
  position: relative;
}
.price-item__title {
  margin-bottom: 4px;
}
.price-item__txt {
  font-size: 16px;
  opacity: 0.5;
}
.price-info {
  margin-bottom: 24px;
}
.price-info__title {
  font-size: 14px;
  margin-bottom: 12px;
}
.price-info__content {
  border-radius: 10px;
  background: var(--accent);
  color: var(--white);
  padding: 24px 20px 20px 20px;
}
.price-info__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
}
.price-info__inner > div {
  padding-left: 10px;
  padding-right: 10px;
}
.price-info__inner-col-5 {
  -ms-flex-item-align: center;
      align-self: center;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.form-check-input:checked {
  background-color: rgba(217, 217, 217, 0.1);
  border-color: rgba(217, 217, 217, 0.1);
}
.price-info__btn {
  padding: 15px 25px;
  margin: 5px;
  display: block;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  background: rgba(217, 217, 217, 0.1);
}
.price-info__item-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
}
.price-info__item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  align-items: center;
}
.price-info__item-value-txt {
  font-size: 16px;
}
.price-info__item-value-num {
  font-size: 22px;
  margin-left: 4px;
}
.price-info__item-value-num:first-child {
  margin-left: 0;
}
.price-name {
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 36px;
}
.price-name__inner-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.price-name__inner-price-o {
  width: 166px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.price-name__inner-price-r {
  width: 198px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.price-name__inner-shipment {
  width: 130px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.price-name__inner-qty {
  width: 96px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.plantItem {
  padding: 8px 36px 8px 8px;
  background: var(--light-blue);
  border-radius: 10px;
}
.plantItem__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plantItem__inner-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.plantItem__inner-price-o {
  width: 166px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plantItem__inner-price-r {
  width: 198px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plantItem__inner-shipment {
  width: 130px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plantItem__inner-qty {
  width: 96px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plantItem__info,
.plantItemMobile__group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plantItem__info-img, .plantItemMobile__group-img {
  width: 122px;
  height: 112px;
  border-radius: 10px;
  background-color: var(--light-blue-2);
}
.plantItem__info-img img,
.admin-price__item-info-group-img img,
.plantItemMobile__group-img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.plantItem__info-desc {
  width: calc(100% - 122px);
  padding-left: 16px;
  padding-top: 2px;
}
.plantItem__info-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.plantItem__info-list {
  margin-bottom: 12px;
}
.plantItem__info-list-item {
  font-size: 16px;
  margin-bottom: 4px;
}
.plantItem__info-list-item:last-child {
  margin-bottom: 0;
}
.plantItem__info-list-item-value {
  margin-left: 6px;
}
.plantItem__info-min {
  font-size: 14px;
  opacity: 0.5;
}
.plantItem__txt {
  font-size: 16px;
}
.plantItem__qty {
  width: 96px;
}
.plantItem__qty-btn {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background: var(--accent);
  font-size: 24px;
  color: var(--white);
  line-height: 1;
}
.plantItem__qty-input {
  width: calc(100% - 56px);
  padding: 0 4px;
  text-align: center;
  font-size: 16px;
  background: none;
  border: none;
}
.plantItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  text-decoration: underline;
}
.plantItem__link-icon {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
.plantItem__link:hover {
  text-decoration: none;
}

.plantItemMobile {
  background: var(--light-blue);
  border-radius: 10px;
  padding: 10px;
  display: none;
}
.plantItemMobile__group-img {
  width: 144px;
  height: 115px;
}
.plantItemMobile__group-img--null {
  height: 112px;
  border-radius: 10px;
  background: var(--light-blue-2);
}
.plantItemMobile__group-img--null svg {
  width: 56px;
  height: 56px;
  stroke: #3F6262;
  stroke-width: 2px;
}
.plantItemMobile__group-desc {
  width: calc(100% - 144px);
  padding-left: 20px;
}
.plantItemMobile__title {
  font-weight: 600;
  margin-bottom: 8px;
}
.plantItemMobile__list {
  margin-bottom: 14px;
  font-size: 14px;
}
.plantItemMobile__list-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4px;
}
.plantItemMobile__list-item:last-child {
  margin-bottom: 0;
}
.plantItemMobile__list-name {
  opacity: 0.5;
  font-weight: normal;
  min-width: 56px;
  margin-right: 6px;
}
.plantItemMobile__bottom {
  margin-top: 20px;
}
.plantItemMobile__info {
  margin-bottom: 10px;
  font-size: 14px;
}
.plantItemMobile__info-item {
  margin-bottom: 10px;
}
.plantItemMobile__info-item:last-child {
  margin-bottom: 0;
}
.plantItemMobile__info-name {
  min-width: 158px;
  margin-right: 6px;
  opacity: 0.5;
  font-weight: normal;
}
.plantItemMobile__min {
  font-size: 12px;
  font-weight: normal;
}
.plantItemMobile__min-txt {
  position: relative;
  padding-left: 16px;
  margin-right: 6px;
}
.plantItemMobile__min-txt::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--black);
  position: absolute;
  left: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .price-info__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .price-info__inner-col-1, .price-info__inner-col-2, .price-info__inner-col-3, .price-info__inner-col-4 {
    width: 25%;
  }
  .price-info__inner-col-5 {
    width: 100%;
  }
  .price-info__item-name {
    opacity: 0.5;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .price-info__inner-col-1, .price-info__inner-col-2, .price-info__inner-col-3, .price-info__inner-col-4 {
    width: 50%;
  }
  .price-name {
    display: none;
  }
  .plantItem {
    display: none;
  }
  .plantItemMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plantItemMobile__bottom {
    margin-top: 0;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .price-head__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .price-list__item {
    margin-bottom: 15px;
  }
  .price-info__content {
    padding: 12px 16px;
  }
  .price-info__head {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .price-info__title {
    margin-bottom: 0;
  }
  .price-info__course {
    font-size: 12px;
  }
  .price-info__inner {
    row-gap: initial;
    margin-bottom: -10px;
  }
  .price-info__inner-col-1, .price-info__inner-col-2, .price-info__inner-col-3, .price-info__inner-col-4 {
    width: 100%;
  }
  .price-info__inner > div {
    margin-bottom: 10px;
  }
  .price-info__item-name {
    color: var(--white);
    opacity: 0.5;
    margin-bottom: 2px;
    font-size: 14px;
  }
  .price-info__item-value-txt {
    color: var(--white);
    opacity: 0.5;
  }
  .price-info__item-value-num {
    font-size: 18px;
  }
  .price-name {
    display: none;
  }
  .plantItemMobile {
    display: block;
  }
  .plantItemMobile__bottom {
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .price-head {
    margin-bottom: 30px;
  }
  .price-head__btn {
    width: 100%;
  }
  .price-head__inner-right {
    width: 100%;
    margin-top: 25px;
  }
}
.profile-head {
  margin-bottom: 36px;
}
.profile-edit {
  font-size: 16px;
  color: #2A8173;
}
.profile-edit__icon {
  width: 24px;
  height: 24px;
}
.profile-edit__txt {
  display: none;
}
.profile-edit.active .profile-edit__icon {
  display: none;
}
.profile-edit.active .profile-edit__txt {
  display: block;
}
.reference-edit {
  font-size: 16px;
  color: #2A8173;
}
.reference-edit__icon {
  width: 24px;
  height: 24px;
}
.reference-edit__txt {
  display: none;
}
.reference-edit.active .reference-edit__icon {
  display: none;
}
.reference-edit.active .reference-edit__txt {
  display: block;
}
.admin-reference__body {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
.admin-reference__body.edit .admin-reference__txt {
  display: none;
}
.admin-reference__body.edit .admin-reference__textarea {
  display: block;
}
.profile-info {
  width: 652px;
  max-width: 100%;
  border-radius: 12px;
  background: var(--light-blue);
  overflow: hidden;
}
.profile-info__head {
  background: #D7EFF5;
  padding: 20px 40px;
}
.profile-info__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.profile-info__head-title {
  font-weight: 600;
}
.profile-info__body {
  padding: 15px 40px 40px;
}
.profile-info__list-item {
  margin-bottom: 16px;
}
.profile-info__list-item:last-child {
  margin-bottom: 0;
}
.profile-info__item {
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
}
.profile-info__item.edit .profile-info__item-value-txt {
  display: none;
}
.profile-info__item.edit .profile-info__item-value-input {
  display: block;
}
.profile-info__item-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -4px;
  margin-right: -4px;
}
.profile-info__item-left {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
}
.profile-info__item-right {
  width: 50%;
  padding-left: 4px;
  padding-right: 4px;
}
.profile-info__item-name {
  opacity: 0.5;
}
.profile-info__item-value-input {
  display: none;
  height: 44px;
  padding: 0 12px;
  border-radius: 5px;
  border: 1px solid #BFBFBF;
  font-size: 14px;
  background: transparent;
  width: 100%;
}

@media (max-width: 767px) {
  .profile-head {
    margin-bottom: 20px;
  }
  .profile-info__head {
    padding: 16px 14px;
  }
  .profile-info__edit {
    width: 24px;
    height: 24px;
  }
  .profile-info__body {
    padding: 20px 16px;
  }
  .profile-info__list-item {
    margin-bottom: 10px;
  }
  .profile-info__item-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile-info__item-left {
    width: 100%;
  }
  .profile-info__item-right {
    width: 100%;
  }
}
.orders-head {
  margin-bottom: 24px;
}
.orders-list__item {
  margin-bottom: 15px;
}
.orders-list__item:last-child {
  margin-bottom: 0;
}
.orders-item {
  background: var(--light-blue);
  border-radius: 10px;
}
.orders-item.download-show .orders-item__head-save {
  opacity: 1;
}
.orders-item__head {
  background: var(--light-blue-2);
  border-radius: 10px 10px 0 0;
  padding: 20px 30px 20px 46px;
}
.orders-item__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.orders-item__head-title {
  font-weight: bold;
  font-size: 20px;
}
.orders-item__head-save {
  margin-left: auto;
  margin-right: 16px;
  opacity: 0;
}
.orders-item__download {
  width: 32px;
  height: 32px;
}
.orders-item__save {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.orders-item__save-icon {
  width: 24px;
  height: 24px;
}
.orders-item__body {
  padding: 20px 30px 40px 46px;
}
.orders-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  margin-bottom: 16px;
}
.orders-item__title-icon {
  width: 18px;
  height: 18px;
  margin-left: 4px;
}
.orders-item__info {
  font-size: 14px;
}
.orders-item__customer-info {
  font-size: 16px;
  margin-bottom: 16px;
}
.orders-item__info-item {
  margin-right: 36px;
}
.orders-item__info-item:last-child {
  margin: 0;
}
.orders-item__open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 32px;
}
.orders-item__open-icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
.orders-item__open[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.orders-item__hidden-inner {
  padding-top: 16px;
}
.orders-item__list {
  list-style: auto !important;
  padding-left: 22px !important;
}
.orders-item__list-item {
  margin-bottom: 10px;
}
.orders-item__list-item:last-child {
  margin-bottom: 0;
}
.orders-item__list-item-inner {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.orders-item__list-item-name {
  font-size: 16px;
}
.orders-item__list-item-qty {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.5);
  margin-left: 40px;
}
.orders-item__list-item-price {
  font-size: 14px;
  color: rgba(30, 30, 30, 0.5);
  margin-left: 32px;
}

@media (max-width: 767px) {
  .orders-list__item {
    margin-bottom: 10px;
  }
  .orders-item__head {
    padding: 16px 14px;
  }
  .orders-item__head-title {
    font-size: 18px;
  }
  .orders-item__head-save {
    display: none;
  }
  .orders-item__head-right {
    margin-left: auto;
  }
  .orders-item__download {
    width: 28px;
    height: 28px;
  }
  .orders-item__body {
    padding: 14px 14px 20px;
  }
  .orders-item__title {
    margin-bottom: 10px;
  }
  .orders-item__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .orders-item__info-item {
    margin-bottom: 10px;
  }
  .orders-item__info-item:last-child {
    margin-bottom: 0;
  }
  .orders-item__open {
    margin-top: 10px;
  }
  .orders-item__hidden-inner {
    padding-top: 8px;
  }
  .orders-item__list {
    font-size: 14px;
    padding-left: 18px !important;
  }
  .orders-item__list-item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .orders-item__list-item-qty {
    margin-left: 0;
    margin-top: 5px;
  }
  .orders-item__list-item-qty span {
    opacity: 1;
    color: var(--main);
  }
  .orders-item__list-item-price {
    margin-top: 5px;
    margin-left: 0;
  }
  .orders-item__list-item-price span {
    display: block;
    color: var(--main);
  }
}
.admin-aside__logo {
  margin-bottom: 30px;
}
.admin-menu__item {
  margin-bottom: 20px;
}
.admin-menu__item:last-child {
  margin-bottom: 0;
}
.admin-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  padding: 8px;
  border-radius: 5px;
}
.admin-menu__link-icon {
  width: 24px;
}
.admin-menu__link-txt {
  width: calc(100% - 24px);
  padding-left: 8px;
}
.admin-menu__link--selected, .admin-menu__link:hover {
  background: rgba(217, 217, 217, 0.1);
}
.admin-head {
  padding: 15px 0 30px;
}
.admin-head__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.admin-head__user {
  margin-left: 40px;
}
.admin-head__course {
  font-size: 14px;
  font-weight: normal;
}
.admin-head__course span {
  text-decoration: underline;
}
.admin-reference {
  max-width: 760px;
  width: 100%;
}
.admin-reference__head {
  margin-bottom: 30px;
}
.admin-reference__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin-reference__head-link {
  font-size: 16px;
  color: #2A8173;
}
.admin-reference__head-title {
  font-size: 20px;
}
.admin-reference__head-edit {
  width: 24px;
  height: 24px;
}
.admin-reference__textarea {
  border-radius: 10px;
  border: 1px solid #CECECE;
  display: none;
  width: 100%;
  height: 128px;
  font-size: 16px;
  padding: 20px;
}
.admin-reference__txt {
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  text-align: justify;
}
.admin-reference__txt p {
  margin-bottom: 19px;
}
.admin-reference__txt p:last-child {
  margin-bottom: 0;
}
.admin-users__head {
  margin-bottom: 40px;
}
.admin-users__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin-users__head-btn {
  font-size: 16px;
  padding: 15px 28px;
}
.admin-users__head-title {
  font-size: 20px;
}
.admin-users__body {
  max-width: 962px;
  width: 100%;
}
.admin-users__table {
  border-radius: 12px;
  background: var(--light-blue);
  font-size: 14px;
  line-height: 22px;
}
.admin-users__table-head {
  border-radius: 12px 12px 0 0;
  background: var(--light-blue-2);
  font-weight: 600;
}
.admin-users__table-row {
  border-bottom: 1px solid #E8E8E8;
}
.admin-users__table-col {
  padding: 15px 20px;
}
.admin-users__table-name {
  width: 30%;
}
.admin-users__table-position {
  width: 20%;
}
.admin-users__table-phone {
  width: 22%;
}
.admin-users__table-mail {
  width: 21%;
}
.admin-users__table-body {
  font-weight: normal;
}
.admin-users__table-body > div:last-child {
  border-bottom: none;
}
.admin-users__table-btn {
  width: 24px;
  height: 24px;
  opacity: 0.5;
}
.admin-users__list {
  display: none;
}
.admin-users__list-item {
  margin-bottom: 10px;
}
.admin-users .profile-info {
  width: 100%;
}
.admin-price__head {
  margin-bottom: 20px;
}
.admin-price__head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin-price__head-title {
  font-size: 20px;
}
.admin-price__head-btn {
  padding: 15px 32px;
}
.admin-price__list-item {
  margin-bottom: 8px;
}
.admin-price__list-item:last-child {
  margin-bottom: 0;
}
.admin-price__item-head {
  background: var(--light-blue);
  padding: 14px 20px;
  border-radius: 10px;
}
.admin-price__item-head-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.admin-price__item-head-controls-item {
  margin-right: 20px;
}
.admin-price__item-head-controls-item:last-child {
  margin: 0;
}
.admin-price__item-head-title {
  margin-bottom: 4px;
}
.admin-price__item-head-txt {
  font-size: 16px;
  opacity: 0.5;
}
.admin-price__item-head-btn[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.admin-price__item-body-inner {
  padding-top: 8px;
}
.admin-price__item-list-item {
  margin-bottom: 8px;
}
.admin-price__item-list-item:last-child {
  margin-bottom: 0;
}
.admin-price__item-info {
  background: var(--light-blue);
  border-radius: 10px;
  padding: 8px;
}
.admin-price__item-info-head {
  font-size: 14px;
  margin-bottom: 16px;
}
.admin-price__item-info-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-price__item-info-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.admin-price__item-info-price-o {
  width: 216px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.admin-price__item-info-price-r {
  width: 208px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.admin-price__item-info-shipment {
  width: 140px;
  margin-left: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.admin-price__item-info-group-img {
  width: 122px;
  height: 112px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--light-blue-2);
}
.admin-price__item-info-group-img svg {
  width: 56px;
  height: 56px;
  stroke: #3F6262;
  stroke-width: 2px;
}
.admin-price__item-info-group-desc {
  width: calc(100% - 122px);
  padding-left: 16px;
  padding-top: 2px;
}
.admin-price__item-info-title {
  font-weight: 600;
  margin-bottom: 4px;
}
.admin-price__item-info-list {
  font-size: 16px;
  margin-bottom: 12px;
}
.admin-price__item-info-list-item {
  margin-bottom: 4px;
}
.admin-price__item-info-list-value {
  margin-left: 6px;
}
.admin-price__item-info-min {
  font-size: 14px;
  opacity: 0.5;
}
.admin-price__item-info-txt {
  font-size: 16px;
}

@media (max-width: 1199px) {
  .admin-price__item-info-price-o {
    width: 150px;
  }
  .admin-price__item-info-price-r {
    width: 180px;
  }
  .admin-price__item-info-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .admin-price__item-info-group-desc {
    width: 100%;
    padding-left: 0;
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .admin-users__table {
    display: none;
  }
  .admin-users__list {
    display: block;
  }
  .admin-price__item-info {
    display: none;
  }
  .admin-price .plantItemMobile {
    display: block;
  }
  .admin-price .plantItemMobile__bottom {
    margin-top: 20px;
    padding-left: 0;
  }
}
.open-aside {
  width: 24px;
  height: 24px;
}
.open-aside__close {
  display: none;
  width: 100%;
  height: 100%;
}
.open-aside__close svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.5px;
  fill: none;
  stroke: var(--white);
}
.open-aside.active .open-aside__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.open-aside.active .open-aside__burger {
  display: none;
}

.open-menu {
  width: 24px;
  height: 24px;
}
.open-menu__close {
  display: none;
  width: 100%;
  height: 100%;
}
.open-menu__close svg {
  width: 16px;
  height: 16px;
  stroke-width: 1.5px;
  fill: none;
  stroke: var(--white);
}
.open-menu.active .open-menu__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.open-menu.active .open-menu__burger {
  display: none;
}

@media (max-width: 767px) {
  .open-aside {
    fill: var(--white);
  }
  .admin-aside__logo {
    display: none;
  }
  .admin-head {
    background: var(--accent);
    color: var(--white);
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 36px;
    padding: 10px 16px;
  }
  .admin-head__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .admin-head__course {
    margin-left: auto;
    font-size: 12px;
  }
  .admin-head__user {
    margin-left: 20px;
  }
  .admin-head__m-menu {
    margin-left: 20px;
  }
  .admin-head__user-btn {
    fill: var(--white);
  }
  .admin-reference__head {
    margin-bottom: 20px;
  }
  .admin-reference__head-link {
    font-size: 14px;
  }
  .admin-reference__head-title {
    font-size: 18px;
  }
  .admin-reference__textarea {
    height: 156px;
  }
  .admin-users__head {
    margin-bottom: 20px;
  }
  .admin-users__head-title {
    font-size: 18px;
  }
  .admin-price__head-title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .admin-users__head-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .admin-users__head-right {
    width: 100%;
    margin-top: 20px;
  }
  .admin-users__head-btn {
    width: 100%;
  }
  .admin-price__head-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .admin-price__head-right {
    width: 100%;
    margin-top: 20px;
  }
  .admin-price__head-btn {
    width: 100%;
  }
}