.swal2-popup {
  font-size: 1.5rem !important;
  font-family: "Poppins", sans-serif;
}

.swal2-container {
  z-index: 10000;
}

.swal2-actions button {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
}

.tippy-box {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
}
body.scroll-lock {
  overflow: hidden;
  height: 100vh;
}

.page {
  overflow: clip;
}

::-moz-selection {
  color: #000;
  background: #ff5f00;
}

::selection {
  color: #000;
  background: #ff5f00;
}

.m-0 {
  margin: 0 !important;
}

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

.btn-reseter, .pagination__btn, .filters__toggle-button, .container-header__button-link, .container-header__button, .btn-base, .btn-primary {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
  transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
  .btn-reseter, .pagination__btn, .filters__toggle-button, .container-header__button-link, .container-header__button, .btn-base, .btn-primary {
    transition: none;
  }
}

.btn-base, .btn-primary {
  column-gap: 12px;
  min-height: 40px;
  padding: 0 34px;
  font-size: 18px;
  border-radius: 25px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .btn-base, .btn-primary {
    min-height: 50px;
    padding: 0 40px;
  }
}
.btn-base span, .btn-primary span {
  z-index: 2;
  position: relative;
}
.btn-primary {
  font-size: 16px;
  border: 1px solid transparent;
  background: #ff5f00;
  color: #000;
  outline: none;
}
.btn-primary:hover {
  background: #E65600;
  color: #000;
}
.btn-primary:active {
  background: #CC4C00;
  color: #000;
}
.btn-primary:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}

.header-toggle {
  position: relative;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 4px 0 0 0;
  margin: 0;
  border: none;
  border-radius: 0px;
  text-decoration: none !important;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle {
    transition: none;
  }
}
.header-toggle__icon {
  position: relative;
  height: 2rem;
  width: 3rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 3rem;
  background: #000;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .header-toggle__icon span {
    transition: none;
  }
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.7rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 1.5rem;
}
.header-toggle__icon.open span {
  background: #ff5f00;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header {
  z-index: 90;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background: #000;
}
@media only screen and (min-width: 1200px) {
  .header {
    height: 100px;
    padding: 0 40px;
  }
}
.header .header-toggle {
  display: flex;
}
@media only screen and (min-width: 991px) {
  .header .header-toggle {
    display: none;
  }
}
.header__left {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (min-width: 1460px) {
  .header__right {
    gap: 50px;
  }
}
.header__nav {
  display: none;
}
@media only screen and (min-width: 991px) {
  .header__nav {
    display: block !important;
  }
}

.header-logo {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  outline: none;
}
@media only screen and (min-width: 1200px) {
  .header-logo {
    gap: 18px;
  }
}
@media only screen and (min-width: 1460px) {
  .header-logo {
    gap: 24px;
  }
}
.header-logo:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.header-logo img {
  display: block;
  max-width: 100px;
}

.navigation {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 15px;
  column-gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 991px) {
  .navigation {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .navigation {
    column-gap: 30px;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
}
.navigation > li:hover > a:not(.btn-primary) {
  color: #ff5f00;
}
.navigation > li > a:not(.btn-primary) {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
  color: #fff;
  line-height: normal;
  font-size: 16px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  transition: 0.3s;
  white-space: nowrap;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .navigation > li > a:not(.btn-primary) {
    transition: none;
  }
}
.navigation > li > a:not(.btn-primary):hover {
  color: #ff5f00;
}
.navigation > li > a:not(.btn-primary).selected {
  color: #ff5f00;
}
.navigation > li > a:not(.btn-primary):focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.language-switcher__item {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}
@media (prefers-reduced-motion: reduce) {
  .language-switcher__item {
    transition: none;
  }
}
.language-switcher__item:hover {
  color: #ff5f00;
}
.language-switcher__item--active {
  color: #ff5f00;
}
.language-switcher__separator {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.content {
  display: flex;
  flex-direction: row;
  height: calc(100vh - 80px);
}
@media (min-width: 1200px) {
  .content {
    height: calc(100vh - 100px);
  }
}
.content__sidebar {
  width: 260px;
  flex-shrink: 0;
  min-width: 0;
  background: #fdf0ea;
}
@media (max-width: 990px) {
  .content__sidebar {
    z-index: 100;
    display: block !important;
    position: absolute;
    top: 80px;
    right: 0;
    height: calc(100vh - 80px);
    transform: translateX(110%);
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 0 12px 7px rgba(0, 0, 0, 0.18);
  }
  .content__sidebar.opened {
    transform: translateX(0);
  }
}
@media (min-width: 991px) {
  .content__sidebar {
    width: 220px;
  }
}
@media (min-width: 1200px) {
  .content__sidebar {
    width: 300px;
    height: calc(100vh - 100px);
  }
}
.content__sidebar--page {
  display: none;
}
.content__sidebar--page .sidebar__secondary-menu {
  border-top: none;
  margin: 0;
  padding: 0;
}
.content__container {
  flex-grow: 1;
  overflow-y: auto;
  padding: 0;
  min-width: 0;
  height: calc(100vh - 80px);
}
@media (min-width: 1200px) {
  .content__container {
    height: calc(100vh - 100px);
  }
}

.sidebar {
  padding: 35px 25px;
}
@media (min-width: 1200px) {
  .sidebar {
    padding: 35px 40px;
  }
}
.sidebar__title {
  margin: 0 0 18px 0;
  padding: 0 0 14px 0;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  border-bottom: 1px solid #000;
}
.sidebar__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.sidebar__menu ul li {
  margin: 0;
  padding: 0;
}
.sidebar__menu ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  transition: 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar__menu ul li a {
    transition: none;
  }
}
.sidebar__menu ul li a:hover {
  color: #ff5f00;
}
.sidebar__menu ul li a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.sidebar__menu ul li a.selected {
  color: #ff5f00;
}
.sidebar__secondary-menu {
  border-top: 1px solid #000;
  margin: 18px 0 0 0;
  padding: 14px 0 0 0;
}
@media only screen and (min-width: 991px) {
  .sidebar__secondary-menu {
    display: none;
  }
}
.sidebar__secondary-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sidebar__secondary-menu ul li {
  margin: 0;
  padding: 0;
}
.sidebar__secondary-menu ul li a {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  transition: 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar__secondary-menu ul li a {
    transition: none;
  }
}
.sidebar__secondary-menu ul li a:hover {
  color: #ff5f00;
}
.sidebar__secondary-menu ul li a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.sidebar__secondary-menu ul li a.selected {
  color: #ff5f00;
}

.page-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .page-container {
    max-width: 750px;
  }
}
@media only screen and (min-width: 991px) {
  .page-container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-container {
    max-width: 1170px;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 15px;
}
@media only screen and (min-width: 768px) {
  .container {
    padding: 30px 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 50px 50px;
  }
}
.content-page {
  padding: 40px 0;
}
@media (min-width: 991px) {
  .content-page {
    padding: 80px 0;
  }
}

.container-header {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .container-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.container-header__wide {
  width: 100%;
}
.container-header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 20px;
}
.container-header__title {
  margin: 0;
  color: #c99a4c;
  line-height: normal;
  font-size: 34px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .container-header__title {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .container-header__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .container-header__title {
    font-size: 70px;
  }
}
.container-header__texts {
  margin: 20px 0 0 0;
  color: #000;
  line-height: normal;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.container-header__texts p {
  margin: 0 0 30px 0;
}
.container-header__buttons-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
@media only screen and (min-width: 1200px) {
  .container-header__buttons-container {
    column-gap: 40px;
  }
}
.container-header__button {
  gap: 10px;
  font-size: 18px;
  color: #ff5f00;
  outline: none;
}
.container-header__button img, .container-header__button svg {
  display: block;
  width: 18px;
}
.container-header__button:active, .container-header__button:hover {
  color: #000;
}
.container-header__button:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.container-header__button--red {
  color: #E13B58;
}
.container-header__button--red:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #E13B58, 0 0 0 4px rgba(225, 59, 88, 0.5);
}
.container-header__button-link {
  gap: 10px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #ff5f00;
  outline: none;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.container-header__button-link img, .container-header__button-link svg {
  display: block;
  width: 18px;
}
.container-header__button-link:active, .container-header__button-link:hover {
  color: #000;
}
.container-header__button-link:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}

.filters {
  margin: 0 0 34px 0;
}
.filters__heading {
  margin: 0 0 12px 0;
}
.filters__toggle-button {
  gap: 15px;
  height: 40px;
  padding: 0 36px;
  font-size: 14px;
  border: 1px solid #ff5f00;
  border-radius: 20px;
  color: #ff5f00;
  background: #fff;
  outline: none;
}
.filters__toggle-button img, .filters__toggle-button svg {
  display: block;
  width: 18px;
}
.filters__toggle-button:active, .filters__toggle-button:hover {
  background: #ff5f00;
  color: #000;
}
.filters__toggle-button:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.filters__content {
  display: none;
}

.box-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
@media (max-width: 990px) {
  .box-table--responsive {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
  }
  .box-table--responsive .box-table__row--head {
    display: none !important;
  }
  .box-table--responsive .box-table__row {
    display: block;
    padding: 0;
    width: calc(50% - 5px);
    border-bottom: 1px solid #F6F5FF;
    border-right: 1px solid #F6F5FF;
  }
  .box-table--responsive .box-table__row:nth-child(2n+1) {
    border-right: 1px solid transparent;
  }
  .box-table--responsive .box-table__col {
    display: flex;
    align-items: center;
    padding: 5px 15px;
  }
  .box-table--responsive .box-table__col:first-child {
    padding: 10px 15px 5px 15px;
  }
  .box-table--responsive .box-table__col:last-child {
    padding: 0 15px 10px 15px;
  }
  .box-table--responsive .box-table__col .box-table__col-lbl {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .box-table--responsive .box-table__row {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    border-left: none;
  }
  .box-table--responsive .box-table__row:nth-child(2n+1) {
    padding: 0;
  }
  .box-table--responsive .box-table__col {
    padding: 5px 0;
  }
  .box-table--responsive .box-table__col:first-child {
    padding: 10px 0 5px 0;
  }
  .box-table--responsive .box-table__col:last-child {
    padding: 0 0 10px 0;
  }
}
.box-table a {
  color: inherit;
  text-decoration: underline;
}
.box-table a:hover {
  text-decoration: none;
}
.box-table__col-lbl {
  display: none;
  font-weight: 400;
  font-family: "Bebas Neue", sans-serif;
}
.box-table__actions-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.box-table__row {
  display: table-row;
}
.box-table__row--clickable {
  cursor: pointer;
}
.box-table__row--clickable:hover .box-table__col {
  background: rgba(255, 95, 0, 0.1019607843);
}
.box-table__row--head {
  border: none;
  box-shadow: none;
  border-radius: 23px;
}
.box-table__row--head .box-table__col {
  width: 1%;
  padding: 10px 10px;
  background: #F5F5F5;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  border: none;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .box-table__row--head .box-table__col {
    height: 46px;
    padding: 0 20px;
  }
}
.box-table__row--head .box-table__col--dominant {
  width: auto;
}
@media (min-width: 550px) {
  .box-table__row--head .box-table__col:first-child {
    border-radius: 23px 0 0 23px;
  }
}
@media (min-width: 550px) {
  .box-table__row--head .box-table__col:last-child {
    border-radius: 0 23px 23px 0;
  }
}
.box-table__row--red .box-table__col {
  color: #E13B58;
}
.box-table__empty {
  width: 100%;
  text-align: center;
  padding: 30px 15px;
  color: #999;
  font-style: italic;
  background: #fff;
}
.box-table__col {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
  background: #fff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 991px) {
  .box-table__col {
    padding: 10px 15px;
    height: 54px;
    border-bottom: 1px solid #F6F5FF;
  }
}
@media (min-width: 1200px) {
  .box-table__col {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.box-table__col:first-child {
  padding-left: 10px;
}
@media (min-width: 550px) {
  .box-table__col:first-child {
    padding-left: 35px;
  }
}
.box-table__col:last-child {
  padding-right: 10px;
}
@media (min-width: 550px) {
  .box-table__col:last-child {
    padding-right: 20px;
  }
}

a.table-action-btn {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  border-radius: 5px;
  background: transparent;
  outline: none;
}
a.table-action-btn:active, a.table-action-btn:hover {
  background: rgba(255, 95, 0, 0.1019607843);
}
a.table-action-btn:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}

.table-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}
.table-action-btn img, .table-action-btn svg {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.pagination {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  row-gap: 20px;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .pagination {
    flex-direction: row;
    margin: 40px 0 0 0;
  }
}
.pagination__controls {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}
@media (min-width: 768px) {
  .pagination__controls {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.pagination__btn {
  pointer-events: all;
  padding: 0 36px;
  height: 40px;
  font-size: 13px;
  background: #000;
  color: #fff;
  outline: none;
  border-radius: 20px;
}
.pagination__btn--disabled {
  background: #F5F5F5;
  color: #000;
  cursor: default !important;
}
.pagination__btn--disabled:active, .pagination__btn--disabled:hover {
  background: #F5F5F5 !important;
  color: #000 !important;
}
.pagination__btn:active, .pagination__btn:hover {
  background: #ff5f00;
  color: #000;
}
.pagination__btn:focus-visible {
  border-radius: 30px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.pagination__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pagination__link, .pagination__separator {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 14px;
  line-height: normal;
}
.pagination__link {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  border-radius: 20px;
  outline: none;
}
.pagination__link--active {
  background: #000;
  color: #fff;
}
.pagination__link:active, .pagination__link:hover {
  background: #000;
  color: #fff;
}
.pagination__link:focus-visible {
  border-radius: 20px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.pagination__separator {
  padding: 0 10px;
}

.filters-box {
  padding: 25px 0px;
  background: #fdf0ea;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 36px;
}
@media (min-width: 768px) {
  .filters-box {
    padding: 26px 10px;
  }
}
@media (min-width: 1200px) {
  .filters-box {
    padding: 36px 30px;
    border-radius: 50px;
  }
}
.filters-box__footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters-box__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .filters-box__list {
    row-gap: 30px;
  }
}
.filters-box__item {
  width: 100%;
  padding: 0 20px;
  min-width: 0;
}
@media (min-width: 768px) {
  .filters-box__item {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .filters-box__item {
    width: 33.33%;
  }
}
.filters-box__item--span-2 {
  width: 100%;
}
@media (min-width: 1400px) {
  .filters-box__item--span-2 {
    width: 66.66%;
  }
}
.filters-box .form-field__input {
  background: #fff;
  border-color: rgba(255, 95, 0, 0.7882352941);
}
.filters-box .form-field .select2-selection {
  background: #fff !important;
  border-color: rgba(255, 95, 0, 0.7882352941) !important;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  background: #fdf0ea;
  border-radius: 10px;
}
.active-filters__label {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}
.active-filters__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
.active-filters__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: #fff;
  border-radius: 20px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 95, 0, 0.3);
}
.active-filters__clear {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 14px;
  background: #ff5f00;
  color: #fff;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}
.active-filters__clear:hover {
  background: #cc4c00;
  color: #fff;
}
.active-filters__clear svg {
  width: 12px;
  height: 12px;
}

.base-form-input, .form-field .select2-container .select2-selection, .form-field__textarea, .form-field__input {
  min-height: 40px;
  margin: 0;
  padding: 0 20px;
  border-radius: 30px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  color: rgba(0, 0, 0, 0.8);
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media (min-width: 768px) {
  .base-form-input, .form-field .select2-container .select2-selection, .form-field__textarea, .form-field__input {
    min-height: 56px;
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .base-form-input, .form-field .select2-container .select2-selection, .form-field__textarea, .form-field__input {
    border-radius: 50px;
  }
}
@media (min-width: 1400px) {
  .base-form-input, .form-field .select2-container .select2-selection, .form-field__textarea, .form-field__input {
    padding: 0 38px;
  }
}
.base-form-input::placeholder, .form-field .select2-container .select2-selection::placeholder, .form-field__textarea::placeholder, .form-field__input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.base-form-input:focus-visible, .form-field .select2-container .select2-selection:focus-visible, .form-field__textarea:focus-visible, .form-field__input:focus-visible, .base-form-input:focus, .form-field .select2-container .select2-selection:focus, .form-field__textarea:focus, .form-field__input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.base-config-card-checkbox, .checkbox-field {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.base-config-card-checkbox input, .checkbox-field input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.base-config-card-checkbox-ico, .checkbox-field__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1px solid rgba(255, 95, 0, 0.2588235294);
  background: #FFF;
}
.base-config-card-checkbox-ico img, .checkbox-field__icon img {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.base-config-card-checkbox-text, .checkbox-field__text {
  color: #000;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: normal;
}

.checkbox-field input:checked + .checkbox-field__icon img {
  opacity: 1;
}
.checkbox-field input:checked ~ .checkbox-field__text {
  color: #ff5f00;
}
.checkbox-field:hover .checkbox-field__icon img {
  opacity: 1;
}
.checkbox-field:hover .checkbox-field__text {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.form-field__label-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 8px;
  margin: 0 0 6px 0;
}
.form-field__label-container .form-field__label {
  margin: 0;
}
.form-field__label-container--space-between {
  justify-content: space-between;
}
.form-field__label-link {
  color: #ff5f00;
  line-height: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.form-field__label-link:hover {
  color: #000;
}
.form-field__label {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  color: #000;
  line-height: normal;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.form-field__info-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  color: rgba(255, 95, 0, 0.7882352941);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form-field__info-text-line {
  width: 24px;
  height: 1px;
  background: rgba(255, 95, 0, 0.2588235294);
}
.form-field__input-container {
  display: flex;
}
.form-field__input {
  flex: 1;
  width: 100%;
}
.form-field__textarea {
  flex: 1;
  width: 100%;
  min-height: 158px;
  padding-block: 24px;
  resize: none;
}
.form-field__locations-row {
  display: flex;
  flex-wrap: wrap;
}
.form-field__locations-col {
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .form-field__locations-col {
    width: 33.33%;
  }
}
.form-field__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-field__calendar {
  position: relative;
}
.form-field__calendar .form-field__input {
  width: 100%;
}
.form-field__calendar-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.form-field__calendar-icon img {
  display: block;
  width: 18px;
  height: 18px;
}
.form-field__upload-button-container {
  display: flex;
  flex-direction: column;
}
.form-field__upload-button-container input {
  display: none;
}
.form-field__upload-button-field {
  display: flex;
  min-height: 40px;
}
@media (min-width: 768px) {
  .form-field__upload-button-field {
    min-height: 56px;
  }
}
.form-field__upload-button {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ff5f00;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  transition: 0.3s;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-field__upload-button {
    transition: none;
  }
}
.form-field__upload-button img, .form-field__upload-button svg {
  display: block;
  width: 18px;
  height: 18px;
}
.form-field__upload-button:hover {
  color: #000;
}
.form-field__upload-button:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}
.form-field .select2-container {
  width: 100% !important;
  min-width: 180px;
}
.form-field .select2-container .select2-selection {
  border-radius: 30px;
  appearance: none;
  cursor: pointer;
}
.form-field .select2-container .select2-selection__arrow b {
  display: none;
}
.form-field .select2-container .select2-selection__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border-top: 8px solid #ff5f00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  pointer-events: none;
}
.form-field .select2-container .select2-selection--single {
  height: inherit;
}
.form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  min-height: 40px;
  color: inherit;
  line-height: inherit;
  padding-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 56px;
  }
}
.form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-results {
  padding: 0 0 15px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.select2-results__option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 10px 16px !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.select2-results__option .flag-text {
  color: inherit;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #fff !important;
  border-radius: 30px;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.select2-search--dropdown .select2-search__field {
  padding: 10px 10px !important;
}

.select2-search--dropdown {
  padding: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.5) !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
  color: #ff5f00;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F5F5F5 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: #F5F5F5 !important;
  color: #ff5f00 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #F5F5F5 !important;
}

.select2-dropdown {
  background: #F5F5F5 !important;
  border: none !important;
  border-radius: 30px !important;
  overflow: hidden;
}
.select2-dropdown--above {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: -20px -20px 30px 0 rgba(0, 0, 0, 0.1) !important;
}
.select2-dropdown--below {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-hidden-accessible {
  min-width: 1px !important;
}

.details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}
@media (min-width: 1200px) {
  .details {
    padding-top: 20px;
  }
}
.details__group {
  min-width: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .details__group {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .details__group {
    width: 33.33%;
  }
}

.detail-fields {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  color: #000;
  line-height: normal;
}
.detail-fields tbody th {
  width: 120px;
  padding: 10px 10px 5px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  vertical-align: top;
}
@media (min-width: 1200px) {
  .detail-fields tbody th {
    font-size: 18px;
  }
}
.detail-fields tbody td {
  padding: 5px 20px 5px 0;
  font-size: 20px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .detail-fields tbody td {
    font-size: 24px;
  }
}
.detail-fields tbody td a {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  outline: none;
}
.detail-fields tbody td a:hover {
  color: #000;
}
.detail-fields tbody td a:focus-visible {
  border-radius: 3px;
  box-shadow: 0 0 0 1px #ff5f00, 0 0 0 4px rgba(255, 95, 0, 0.5);
}

.green-text {
  color: #30B729;
}

.form-fields {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 20px;
}
.form-fields__main-title {
  margin: 0;
  color: #000;
  line-height: normal;
  font-size: 34px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  .form-fields__main-title {
    font-size: 40px;
  }
}
.form-fields__title {
  width: 100%;
  margin: 40px 0 10px 0;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #000;
}
.form-fields__info {
  width: 100%;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #666;
}
.form-fields--registration .form-field {
  width: 100%;
}
@media (min-width: 768px) {
  .form-fields--registration .form-field {
    width: calc(50% - 15px);
  }
}
@media (min-width: 991px) {
  .form-fields--registration .form-field {
    width: calc(25% - 22.5px);
  }
}
.form-fields--registration .form-field__input {
  padding: 0 25px;
}
.form-fields--registration .form-field__label {
  font-size: 18px;
}
.form-fields--details .form-field {
  width: 100%;
}
@media (min-width: 768px) {
  .form-fields--details .form-field {
    width: calc(50% - 15px);
  }
}
@media (min-width: 991px) {
  .form-fields--details .form-field {
    width: calc(33.33% - 20px);
  }
}
.form-fields--details .form-field__label {
  font-size: 18px;
}
.form-fields .form-field--width-100 {
  width: 100%;
}
.form-fields .form-field--width-50 {
  width: 100%;
}
@media (min-width: 768px) {
  .form-fields .form-field--width-50 {
    width: calc(50% - 15px);
  }
}
.form-fields--login {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.form-footer {
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.form-footer--left {
  justify-content: flex-start;
}

.form-field--has-error .form-field__input,
.form-field--has-error .form-field__textarea {
  border-color: #E13B58;
}
.form-field--has-error .form-field__input:focus-visible, .form-field--has-error .form-field__input:focus,
.form-field--has-error .form-field__textarea:focus-visible,
.form-field--has-error .form-field__textarea:focus {
  box-shadow: 0 0 0 3px rgba(225, 59, 88, 0.2);
}
.form-field--has-error .select2-selection {
  border-color: #E13B58 !important;
}
.form-field--has-error .form-field__label {
  color: #E13B58;
}
.form-field__errors {
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}
.form-field__error {
  color: #E13B58;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 4px 0;
  padding: 0;
}
.form-field__help {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  margin: 8px 0 0 0;
  padding: 0 0 0 20px;
}
@media (min-width: 768px) {
  .form-field__help {
    padding: 0 0 0 25px;
  }
}
@media (min-width: 1400px) {
  .form-field__help {
    padding: 0 0 0 38px;
  }
}
.form-field__required {
  color: #E13B58;
  margin-left: 2px;
}
.form-field__file-name {
  display: block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.form-field__file-name:empty {
  display: none;
}
.form-field__selector {
  width: 100%;
}

.alert {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .alert {
    padding: 15px 25px;
    border-radius: 20px;
  }
}
.alert-danger {
  background: rgba(225, 59, 88, 0.1);
  color: #E13B58;
  border: 1px solid rgba(225, 59, 88, 0.3);
}
.alert-success {
  background: rgba(48, 183, 41, 0.1);
  color: #30B729;
  border: 1px solid rgba(48, 183, 41, 0.3);
}
.alert-warning {
  background: rgba(255, 95, 0, 0.1);
  color: #cc4c00;
  border: 1px solid rgba(255, 95, 0, 0.3);
}
.alert-info {
  background: rgba(19, 75, 149, 0.1);
  color: #134B95;
  border: 1px solid rgba(19, 75, 149, 0.3);
}

.file-list-container {
  width: 100%;
}
.file-list-container .file-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
  margin: 0 0 20px 0;
}
.file-list-container .file-list .file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #fff8f5;
  border-radius: 10px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
}
.file-list-container .file-list .file-item .file-remove-button {
  background: none;
  border: none;
  color: #FF0000;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
}

.import-stats {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
  flex-wrap: wrap;
}
.import-stats__item {
  background: #f5f5f5;
  padding: 2rem 3rem;
  border-radius: 8px;
  text-align: center;
  min-width: 180px;
}
.import-stats__item--success {
  background: #e8f5e9;
}
.import-stats__item--success .import-stats__label,
.import-stats__item--success .import-stats__value {
  color: #2e7d32;
}
.import-stats__item--warning {
  background: #fff3e0;
}
.import-stats__item--warning .import-stats__label,
.import-stats__item--warning .import-stats__value {
  color: #e65100;
}
.import-stats__label {
  display: block;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 0.75rem;
}
.import-stats__value {
  display: block;
  font-size: 3rem;
  font-weight: 700;
  color: #333;
  line-height: 1;
}

.import-section-title {
  margin: 0 0 18px 0;
  padding: 0;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
}

.section-title {
  margin: 30px 0 18px 0;
  padding: 0 0 14px 0;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  border-bottom: 1px solid #000;
}
.section-title:first-child {
  margin-top: 0;
}

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

.section-text-page {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .section-text-page {
    padding: 60px 40px;
  }
}
@media (min-width: 991px) {
  .section-text-page {
    padding: 80px 60px;
  }
}

.text-page-content {
  max-width: 900px;
  margin: 0 auto;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .text-page-content {
    font-size: 18px;
  }
}
.text-page-content h1 {
  margin: 0 0 30px 0;
  color: #c99a4c;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .text-page-content h1 {
    font-size: 40px;
  }
}
@media (min-width: 991px) {
  .text-page-content h1 {
    font-size: 50px;
  }
}
.text-page-content h2 {
  margin: 40px 0 20px 0;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .text-page-content h2 {
    font-size: 28px;
  }
}
.text-page-content h2:first-child {
  margin-top: 0;
}
.text-page-content h3 {
  margin: 30px 0 15px 0;
  color: #000;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .text-page-content h3 {
    font-size: 22px;
  }
}
.text-page-content p {
  margin: 0 0 20px 0;
}
.text-page-content p:last-child {
  margin-bottom: 0;
}
.text-page-content ul, .text-page-content ol {
  margin: 0 0 25px 0;
  padding-left: 25px;
}
.text-page-content ul li, .text-page-content ol li {
  margin-bottom: 12px;
}
.text-page-content ul li:last-child, .text-page-content ol li:last-child {
  margin-bottom: 0;
}
.text-page-content ul ul, .text-page-content ul ol, .text-page-content ol ul, .text-page-content ol ol {
  margin-top: 12px;
  margin-bottom: 0;
}
.text-page-content a {
  color: #ff5f00;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.text-page-content a:hover {
  text-decoration: none;
}
.text-page-content strong {
  font-weight: 600;
}
.text-page-content em {
  font-style: italic;
}

/*# sourceMappingURL=main.css-Lktxxlz.map */
