@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("./font/PionerSans/stylesheet.css");
img,
svg,
iframe {
  display: block;
  max-width: 100%;
  height: auto;
}

:root {
  --color-primary: #89b3cc;
  --color-primary-hover: #659cbd;
  --color-secondary: #e2d6d8;
  --color-secondary-hover: #cdb8bc;
  --color-danger: #e4665a;
  --color-danger-hover: #dd3d2e;
  --color-success: #12bb00;
  --color-light: #ebe6e0;
  --font-main: Montserrat, var(--font-family-sans-serif);
  --font-alt: "Pioner Sans SemBd", var(--font-family-sans-serif);
  --text-size-h1: 2.125rem;
  --text-size-h2: 1.75rem;
  --text-size-h3: 1.5rem;
  --text-size-h4: 1.25rem;
  --text-size-h5: 1.0625rem;
  --text-size-root: 1rem;
  --text-size-xs: 0.75rem;
  --text-size-xxs: 0.625rem;
  --control-height: 3rem;
  --btn-height: 3.125rem;
  --navigation-btn-size: 3rem;
}
@media (min-width: 768px) {
  :root {
    --text-size-h1: 3.125rem;
    --text-size-h2: 2.5rem;
    --text-size-h3: 1.75rem;
    --text-size-h4: 1.5rem;
    --text-size-h5: 1.125rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --text-size-h1: 4.375rem;
    --text-size-h2: 3.125rem;
    --text-size-h3: 2.5rem;
    --text-size-h4: 1.875rem;
    --text-size-h5: 1.25rem;
  }
}
@media (min-width: 992px) {
  :root {
    --control-height: 3.5rem;
    --btn-height: 3.75rem;
    --navigation-btn-size: 3rem;
  }
}

:root {
  --header-height: 3.75rem;
}
@media (min-width: 992px) {
  :root {
    --header-height: 4.5rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --header-height: 6.25rem;
  }
}

body {
  font-family: var(--font-main);
  color: #40272c;
}

.swiper {
  --swiper-scrollbar-size: 5px;
  --swiper-scrollbar-bg-color: #d9d9d9;
  --swiper-scrollbar-drag-bg-color: #856f74;
}
.swiper-button-next, .swiper-button-prev {
  width: var(--navigation-btn-size);
  height: var(--navigation-btn-size);
  border: 2px solid var(--color-primary);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: none;
  width: 100%;
  height: 100%;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2139_414)'%3E%3Crect x='-1' y='-1' width='47' height='46' stroke='%2389B3CC' stroke-width='2'/%3E%3Cmask id='path-2-outside-1_2139_414' maskUnits='userSpaceOnUse' x='16' y='14' width='14' height='15' fill='black'%3E%3Crect fill='white' x='16' y='14' width='14' height='15'/%3E%3Cpath d='M17.4254 27.864V14.984L28.5774 21.432L17.4254 27.864ZM18.0654 26.76L27.3134 21.432L18.0654 16.088V26.76Z'/%3E%3C/mask%3E%3Cpath d='M17.4254 27.864V14.984L28.5774 21.432L17.4254 27.864ZM18.0654 26.76L27.3134 21.432L18.0654 16.088V26.76Z' fill='%2389B3CC'/%3E%3Cpath d='M17.4254 27.864H16.9254V28.7296L17.6752 28.2971L17.4254 27.864ZM17.4254 14.984L17.6756 14.5511L16.9254 14.1173V14.984H17.4254ZM28.5774 21.432L28.8272 21.8651L29.5772 21.4325L28.8276 20.9991L28.5774 21.432ZM18.0654 26.76H17.5654V27.6251L18.315 27.1932L18.0654 26.76ZM27.3134 21.432L27.563 21.8652L28.3138 21.4326L27.5635 20.9991L27.3134 21.432ZM18.0654 16.088L18.3155 15.6551L17.5654 15.2216V16.088H18.0654ZM17.9254 27.864V14.984H16.9254V27.864H17.9254ZM17.1751 15.4169L28.3271 21.8649L28.8276 20.9991L17.6756 14.5511L17.1751 15.4169ZM28.3276 20.9989L17.1756 27.4309L17.6752 28.2971L28.8272 21.8651L28.3276 20.9989ZM18.315 27.1932L27.563 21.8652L27.0638 20.9988L17.8158 26.3268L18.315 27.1932ZM27.5635 20.9991L18.3155 15.6551L17.8152 16.5209L27.0632 21.8649L27.5635 20.9991ZM17.5654 16.088V26.76H18.5654V16.088H17.5654Z' fill='%2389B3CC' mask='url(%23path-2-outside-1_2139_414)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2139_414'%3E%3Crect width='45' height='44' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2139_414)'%3E%3Crect x='46' y='45' width='47' height='46' transform='rotate(-180 46 45)' stroke='%2389B3CC' stroke-width='2'/%3E%3Cmask id='path-2-outside-1_2139_414' maskUnits='userSpaceOnUse' x='15' y='15' width='14' height='15' fill='black'%3E%3Crect fill='white' x='15' y='15' width='14' height='15'/%3E%3Cpath d='M27.5746 16.136L27.5746 29.016L16.4226 22.568L27.5746 16.136ZM26.9346 17.24L17.6866 22.568L26.9346 27.912V17.24Z'/%3E%3C/mask%3E%3Cpath d='M27.5746 16.136L27.5746 29.016L16.4226 22.568L27.5746 16.136ZM26.9346 17.24L17.6866 22.568L26.9346 27.912V17.24Z' fill='%2389B3CC'/%3E%3Cpath d='M27.5746 16.136H28.0746V15.2704L27.3248 15.7029L27.5746 16.136ZM27.5746 29.016L27.3244 29.4489L28.0746 29.8827V29.016H27.5746ZM16.4226 22.568L16.1728 22.1349L15.4228 22.5675L16.1724 23.0009L16.4226 22.568ZM26.9346 17.24H27.4346L27.4346 16.3749L26.685 16.8068L26.9346 17.24ZM17.6866 22.568L17.437 22.1348L16.6862 22.5674L17.4365 23.0009L17.6866 22.568ZM26.9346 27.912L26.6845 28.3449L27.4346 28.7784V27.912H26.9346ZM27.0746 16.136L27.0746 29.016H28.0746L28.0746 16.136H27.0746ZM27.8249 28.5831L16.6729 22.1351L16.1724 23.0009L27.3244 29.4489L27.8249 28.5831ZM16.6724 23.0011L27.8244 16.5691L27.3248 15.7029L16.1728 22.1349L16.6724 23.0011ZM26.685 16.8068L17.437 22.1348L17.9362 23.0012L27.1842 17.6732L26.685 16.8068ZM17.4365 23.0009L26.6845 28.3449L27.1848 27.4791L17.9368 22.1351L17.4365 23.0009ZM27.4346 27.912V17.24H26.4346V27.912H27.4346Z' fill='%2389B3CC' mask='url(%23path-2-outside-1_2139_414)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2139_414'%3E%3Crect width='45' height='44' fill='white' transform='matrix(-1 0 0 -1 45 44)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.swiper-scrollbar {
  right: 0;
  width: 100%;
  max-width: 33rem;
  margin: 0 auto;
}

.page {
  overflow: hidden;
}

.btn,
.form-control,
.modal-content,
.card {
  border-radius: 0;
}

.modal-content {
  border-color: transparent;
  background: #fcfaf8;
}
.modal-header .close {
  margin: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  padding: 0;
  padding-bottom: 0.4rem;
  color: #c4c4c4;
}

.btn-app {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  height: var(--btn-height);
}
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary);
}
.btn-secondary {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-secondary:hover {
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary);
}
.btn-danger {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}
.btn-danger:hover {
  background-color: var(--color-danger-hover);
  border-color: var(--color-danger);
}

.form-control-app {
  height: var(--control-height);
  border: 2px solid #d1d4d9;
}

textarea.form-control-app {
  min-height: 7.5rem;
}

.section {
  margin: 3.125rem 0;
}

h1,
.h1,
.heading-1 {
  font-size: var(--text-size-h1);
  font-weight: 600;
}

h2,
.h2,
.heading-2 {
  font-size: var(--text-size-h2);
  font-weight: 600;
}

h3,
.h3,
.heading-3 {
  font-size: var(--text-size-h3);
  font-weight: 600;
}

h4,
.h4 {
  font-size: var(--text-size-h4);
  font-weight: 600;
}

h5,
.h5 {
  font-size: var(--text-size-h5);
  font-weight: 700;
}

.heading-1,
.heading-2,
.heading-3 {
  font-family: var(--font-alt);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .heading-1,
  .heading-2,
  .heading-3 {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .heading-1,
  .heading-2,
  .heading-3 {
    margin-bottom: 3rem;
  }
}

.text-primary {
  color: var(--color-primary) !important;
}
.text-danger {
  color: var(--color-danger) !important;
}
.text-success {
  color: var(--color-success) !important;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}
.bg-danger {
  background-color: var(--color-danger) !important;
}
.bg-success {
  background-color: var(--color-success) !important;
}

.alert {
  border-radius: 0;
  background: #fff7f0;
  border-width: 2px;
}
.alert-primary {
  border-color: var(--color-primary) !important;
  box-shadow: 0 0 2.25rem var(--color-primary);
}
.alert-danger {
  border-color: var(--color-danger) !important;
  box-shadow: 0 0 2.25rem var(--color-danger);
}
.alert-success {
  border-color: var(--color-success) !important;
  box-shadow: 0 0 2.25rem var(--color-success);
}
@media (min-width: 1200px) {
  .alert {
    padding: 1.5rem 2rem;
    font-size: 1.25rem;
  }
}

.alert-danger__inner {
  display: flex;
  gap: 1rem;
}
.alert-danger__inner::before {
  flex-shrink: 0;
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M28 56C43.464 56 56 43.464 56 28C56 12.536 43.464 0 28 0C12.536 0 0 12.536 0 28C0 43.464 12.536 56 28 56ZM30.1331 31.8641L31.1891 16.2161H26.0371L27.0611 31.8641H30.1331ZM26.2291 39.0001H30.9971V34.2641H26.2291V39.0001Z' fill='%23E4665A'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  width: 2rem;
  height: 2rem;
  align-self: center;
}
@media (min-width: 1200px) {
  .alert-danger__inner::before {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.pagination {
  gap: calc(var(--navigation-btn-size) * 0.3);
}
.pagination .previous,
.pagination .next {
  font-size: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: transparent;
}
.pagination .previous .page-link,
.pagination .next .page-link {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.pagination .previous .page-link {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2139_414)'%3E%3Crect x='46' y='45' width='47' height='46' transform='rotate(-180 46 45)' stroke='%2389B3CC' stroke-width='2'/%3E%3Cmask id='path-2-outside-1_2139_414' maskUnits='userSpaceOnUse' x='15' y='15' width='14' height='15' fill='black'%3E%3Crect fill='white' x='15' y='15' width='14' height='15'/%3E%3Cpath d='M27.5746 16.136L27.5746 29.016L16.4226 22.568L27.5746 16.136ZM26.9346 17.24L17.6866 22.568L26.9346 27.912V17.24Z'/%3E%3C/mask%3E%3Cpath d='M27.5746 16.136L27.5746 29.016L16.4226 22.568L27.5746 16.136ZM26.9346 17.24L17.6866 22.568L26.9346 27.912V17.24Z' fill='%2389B3CC'/%3E%3Cpath d='M27.5746 16.136H28.0746V15.2704L27.3248 15.7029L27.5746 16.136ZM27.5746 29.016L27.3244 29.4489L28.0746 29.8827V29.016H27.5746ZM16.4226 22.568L16.1728 22.1349L15.4228 22.5675L16.1724 23.0009L16.4226 22.568ZM26.9346 17.24H27.4346L27.4346 16.3749L26.685 16.8068L26.9346 17.24ZM17.6866 22.568L17.437 22.1348L16.6862 22.5674L17.4365 23.0009L17.6866 22.568ZM26.9346 27.912L26.6845 28.3449L27.4346 28.7784V27.912H26.9346ZM27.0746 16.136L27.0746 29.016H28.0746L28.0746 16.136H27.0746ZM27.8249 28.5831L16.6729 22.1351L16.1724 23.0009L27.3244 29.4489L27.8249 28.5831ZM16.6724 23.0011L27.8244 16.5691L27.3248 15.7029L16.1728 22.1349L16.6724 23.0011ZM26.685 16.8068L17.437 22.1348L17.9362 23.0012L27.1842 17.6732L26.685 16.8068ZM17.4365 23.0009L26.6845 28.3449L27.1848 27.4791L17.9368 22.1351L17.4365 23.0009ZM27.4346 27.912V17.24H26.4346V27.912H27.4346Z' fill='%2389B3CC' mask='url(%23path-2-outside-1_2139_414)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2139_414'%3E%3Crect width='45' height='44' fill='white' transform='matrix(-1 0 0 -1 45 44)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pagination .next .page-link {
  background-image: url("data:image/svg+xml,%3Csvg width='45' height='44' viewBox='0 0 45 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2139_414)'%3E%3Crect x='-1' y='-1' width='47' height='46' stroke='%2389B3CC' stroke-width='2'/%3E%3Cmask id='path-2-outside-1_2139_414' maskUnits='userSpaceOnUse' x='16' y='14' width='14' height='15' fill='black'%3E%3Crect fill='white' x='16' y='14' width='14' height='15'/%3E%3Cpath d='M17.4254 27.864V14.984L28.5774 21.432L17.4254 27.864ZM18.0654 26.76L27.3134 21.432L18.0654 16.088V26.76Z'/%3E%3C/mask%3E%3Cpath d='M17.4254 27.864V14.984L28.5774 21.432L17.4254 27.864ZM18.0654 26.76L27.3134 21.432L18.0654 16.088V26.76Z' fill='%2389B3CC'/%3E%3Cpath d='M17.4254 27.864H16.9254V28.7296L17.6752 28.2971L17.4254 27.864ZM17.4254 14.984L17.6756 14.5511L16.9254 14.1173V14.984H17.4254ZM28.5774 21.432L28.8272 21.8651L29.5772 21.4325L28.8276 20.9991L28.5774 21.432ZM18.0654 26.76H17.5654V27.6251L18.315 27.1932L18.0654 26.76ZM27.3134 21.432L27.563 21.8652L28.3138 21.4326L27.5635 20.9991L27.3134 21.432ZM18.0654 16.088L18.3155 15.6551L17.5654 15.2216V16.088H18.0654ZM17.9254 27.864V14.984H16.9254V27.864H17.9254ZM17.1751 15.4169L28.3271 21.8649L28.8276 20.9991L17.6756 14.5511L17.1751 15.4169ZM28.3276 20.9989L17.1756 27.4309L17.6752 28.2971L28.8272 21.8651L28.3276 20.9989ZM18.315 27.1932L27.563 21.8652L27.0638 20.9988L17.8158 26.3268L18.315 27.1932ZM27.5635 20.9991L18.3155 15.6551L17.8152 16.5209L27.0632 21.8649L27.5635 20.9991ZM17.5654 16.088V26.76H18.5654V16.088H17.5654Z' fill='%2389B3CC' mask='url(%23path-2-outside-1_2139_414)'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2139_414'%3E%3Crect width='45' height='44' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.pagination .page-link {
  width: var(--navigation-btn-size);
  height: var(--navigation-btn-size);
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 !important;
}
.pagination .page-item.active .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.table {
  background: #fff;
}
.table thead tr th {
  font-weight: 400;
}
@media (min-width: 992px) {
  .table tr th,
  .table tr td {
    padding: 1.125rem;
  }
  .table tr th:first-child,
  .table tr td:first-child {
    padding-left: 2.813rem;
  }
  .table tr th:last-child,
  .table tr td:last-child {
    padding-right: 2.813rem;
  }
}
.table .thead-light th {
  background: #ebe6e0;
}
.table.table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.table.table-striped tbody tr:nth-of-type(even) {
  background: #fcfaf8;
}

.custom-data-table .row:has(.pagination) > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.custom-data-table .row:has(.pagination) > * .pagination {
  justify-content: center !important;
  margin-top: 2.25rem !important;
}

@media (min-width: 1200px) {
  .modal-custom .modal-header .close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 1rem;
  }
  .modal-custom .modal-content > * {
    padding: 2.5rem 2rem 2rem;
  }
  .modal-custom .modal-content .modal-header {
    padding-bottom: 1.375rem;
  }
  .modal-custom .modal-content .modal-body {
    padding-top: 0;
  }
}

.modal-backdrop {
  background: #e2d6d8;
  opacity: 0.7;
}

.custom-check-hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-check {
  position: absolute;
  left: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 2px solid #d1d4d9;
  margin-top: 0.125rem;
  transition: 0.25s;
  transition-property: background-color, box-shadow;
  cursor: pointer;
}
.custom-check::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 8L6 11L12 5' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
input:focus-visible + .custom-check {
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
input:focus-visible + .custom-check::after {
  opacity: 0.5;
}
input:checked + .custom-check {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
input:checked + .custom-check::after {
  opacity: 1;
}

.form-check:has(.custom-check) {
  padding-left: 2rem;
}

.file-preview {
  padding: 0;
  border: none;
}

.file-drop-zone {
  margin: 0;
  border-radius: 0;
}

.fileinput-remove {
  width: 30px;
  height: 30px;
}

.file-drop-zone {
  min-height: unset;
}

.file-preview-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #808080;
  padding: 1.25rem;
}

.pulse {
  animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(229, 102, 90, 0.7), 0 0 0 0 rgba(229, 102, 90, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(229, 102, 90, 0), 0 0 0 0 rgba(229, 102, 90, 0.7);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(229, 102, 90, 0), 0 0 0 30px rgba(229, 102, 90, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(229, 102, 90, 0), 0 0 0 30px rgba(229, 102, 90, 0);
  }
}
@keyframes line-run {
  from {
    background-position: 100%;
  }
  to {
    background-position: 0%;
  }
}
.navbar-app {
  font-size: var(--text-size-h5);
  background: #ebe6e0 !important;
}
.navbar-app .navbar-nav .nav-link {
  color: #000;
}
.navbar-app .navbar-nav .nav-item.active .nav-link {
  font-weight: 800;
}
.navbar-app .navbar-toggler {
  padding: 5px;
  border: none;
}
@media (max-width: 991px) {
  .navbar-app .navbar-brand {
    width: 8.75rem;
  }
}
@media (min-width: 1200px) {
  .navbar-app {
    height: 6.25rem;
  }
  .navbar-app .navbar-brand {
    margin-right: 6.5rem;
  }
  .navbar-app .navbar-nav {
    flex: 1;
    max-width: 50em;
  }
  .navbar-app .navbar-nav > * {
    flex-grow: 1;
  }
}

.footer {
  padding: 3.125rem 0;
  background: #ebe6e0;
}
.footer__inner {
  display: grid;
  grid-gap: 2.5rem 1.25rem;
  grid-template-columns: repeat(4, 1fr);
}
.footer__logo img {
  width: 100%;
}
.footer__contacts {
  display: grid;
  grid-gap: 1.25rem;
}
.footer__socials {
  display: flex;
  gap: 1.25rem;
}
.footer__socials svg {
  width: 3.125rem;
  height: 3.125rem;
}
.footer__contacts-links {
  font-size: 1.25rem;
}
.footer__contacts-links a {
  color: inherit;
  font-weight: 900;
}
.footer__links {
  display: grid;
  grid-gap: 1.25rem;
  font-size: 1.25rem;
}
.footer__links a {
  color: inherit;
}
.footer__regs {
  font-size: 0.625rem;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 25%;
    max-width: 5rem;
    margin: 0 auto;
    grid-column: 1/-1;
  }
  .footer__contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__contacts {
    grid-column: 1/-1;
  }
  .footer__links {
    grid-column: 1/-1;
  }
  .footer__regs {
    grid-column: 1/-1;
  }
}
@media (max-width: 1199px) {
  .footer__socials svg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .footer__contacts-links {
    font-size: 1rem;
  }
  .footer__links {
    font-size: 1rem;
    grid-gap: 0.5rem 1.25rem;
  }
}
@media (max-width: 991px) {
  .footer__links {
    font-size: 0.75rem;
    grid-gap: 0.5rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    grid-template-columns: repeat(5, 1fr);
  }
  .footer__logo {
    grid-row: span 2;
    align-self: end;
  }
  .footer__contacts {
    grid-column: span 4;
    display: flex;
    align-items: center;
  }
  .footer__contacts > * {
    flex: 1;
  }
  .footer__links {
    grid-column: span 4;
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__regs {
    grid-column: 1/-1;
  }
}

.hero {
  position: relative;
}
.hero__bg img,
.hero__bg svg {
  width: 100%;
}
.hero__actions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 72%;
}
.hero__actions-inner {
  row-gap: 0.5rem;
}
.hero__actions-inner .btn {
  outline: 3px solid #fff;
}
@media (max-width: 575px) {
  .hero__actions-inner {
    flex-direction: column;
  }
}
@media (min-width: 576px) {
  .hero__actions {
    margin-top: 50%;
  }
}
@media (min-width: 992px) {
  .hero__actions {
    margin-top: 47%;
  }
  .hero__actions .btn {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hero__actions {
    margin-top: 39%;
  }
}
@media (min-width: 1480px) {
  .hero__actions .btn {
    font-size: 1.875rem;
    height: 5rem;
    outline-width: 5px;
  }
}

.steps__inner {
  display: grid;
  grid-gap: 1.25rem;
}
.steps__content ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: list;
  font-size: calc(var(--text-size-h2) * 0.54);
}
.steps__content ol li {
  display: flex;
  align-items: center;
  counter-increment: list;
}
.steps__content ol li::before {
  content: counter(list);
  display: block;
  font-size: 5.55em;
  font-weight: 700;
  width: 0.9em;
  text-align: center;
  line-height: 1;
  color: var(--color-danger);
}
.steps__content ol li span {
  flex: 1;
  position: relative;
  z-index: 0;
  padding: 1.2em 2.2em;
  color: #fff;
}
.steps__content ol li span::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: var(--color-primary);
  transform: skew(-10deg);
  margin: 0 0.6em;
}
.steps__content ol li + * {
  margin-top: 1.85em;
}
.steps__content p {
  font-size: calc(var(--text-size-h5) * 0.9);
  font-weight: 600;
  text-align: center;
  margin-top: 3.125rem;
  width: 100%;
  max-width: 28em;
  margin-left: auto;
  margin-right: auto;
}
.steps__asset {
  z-index: -1;
  margin-top: -24%;
  margin-bottom: -30%;
  margin-left: -80%;
}
.steps__asset img {
  width: 100%;
}
@media (max-width: 991px) {
  .steps__asset {
    display: none;
  }
}
@media (min-width: 992px) {
  .steps__inner {
    grid-template-columns: repeat(12, 1fr);
  }
  .steps__content {
    grid-column: span 7;
  }
  .steps__asset {
    grid-column: span 5;
    order: -1;
  }
}

.stores__inner {
  display: flex;
  justify-content: space-evenly;
  font-size: var(--text-size-h4);
}
.stores__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stores__item-source img {
  width: 8.67em;
}
.stores__item-qr {
  margin-top: 1rem;
  max-width: 63%;
}
.stores__item-qr img {
  width: 5em;
}
@media (min-width: 992px) {
  .stores__inner {
    width: 100%;
    max-width: 25em;
    margin-left: auto;
  }
}

.gifts-banner__main {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.gifts-banner__main img {
  width: 126%;
  max-width: unset;
  margin-top: -7.3%;
  margin-bottom: -4.1%;
  margin-left: -13%;
  margin-right: -13%;
}

.gifts-slider .swiper-container {
  position: relative;
}
.gifts-slider .swiper {
  position: static;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.gifts-slider .swiper::before, .gifts-slider .swiper::after {
  content: "";
  display: block;
  height: 100%;
  width: calc((100vw - 100%) / 2);
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  z-index: 2;
  top: 0;
  pointer-events: none;
}
.gifts-slider .swiper::before {
  right: 100%;
}
.gifts-slider .swiper::after {
  left: 100%;
  transform: rotate(180deg);
}
.gifts-slider .swiper-navigation {
  margin-top: 2.25rem;
  order: 2;
  position: relative;
  display: flex;
  gap: var(--navigation-btn-size);
  justify-content: center;
}
.gifts-slider .swiper-button-prev,
.gifts-slider .swiper-button-next {
  position: static;
  margin: unset;
}
.gifts-slider .swiper-scrollbar {
  order: 1;
  position: static;
  margin-top: 2.25rem;
}
.gifts-slider .swiper-slide {
  width: 25%;
  margin-right: 1.5rem;
}

.gifts-slider-item__image {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid transparent;
}
.gifts-slider-item__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 5%;
  right: 5%;
  bottom: 0;
  background-image: linear-gradient(180deg, #89b3cc 0%, #7299b1 100%);
  transform: skew(-10deg);
}
.gifts-slider-item__image img {
  width: 100%;
  aspect-ratio: 314/337;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gifts-slider-item__description {
  line-height: 1.24;
  margin-top: 1rem;
}

.winners {
  background: #e2d6d8;
  background-image: url(../img/pattern.svg);
  background-position: top center;
  padding: 5rem 0;
  margin: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: calc(5rem + var(--text-size-h1) * 2);
  padding-bottom: calc(5rem + var(--text-size-h1) * 2);
  background-size: 5rem;
}
.winners::before, .winners::after {
  content: "";
  font-size: var(--text-size-h1);
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 -2em;
  height: 1.17em;
  background-size: contain;
  animation: line-run 40s infinite linear;
}
.winners::before {
  top: 0;
  transform-origin: top right;
  transform: rotate(-2.36deg);
  box-shadow: 0 -1.17em 0 1em #fff;
  background-image: url(../img/winners-top-line-png.webp);
}
.winners::after {
  bottom: 0;
  transform-origin: bottom right;
  transform: rotate(2.56deg);
  box-shadow: 0 1.17em 0 1em #fff;
  background-image: url(../img/winners-bottom-line-png.webp);
}
.winners__inner {
  position: relative;
  z-index: 0;
}
.winners__inner::before, .winners__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  font-size: var(--text-size-h1);
  top: 3.25em;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.winners__inner::before {
  width: 4.5em;
  height: 7em;
  right: 100%;
  background-image: url(../img/winners-asset-left-png.webp);
}
.winners__inner::after {
  width: 4.7em;
  height: 11.5em;
  left: 100%;
  background-image: url(../img/winners-asset-right-png.webp);
}
.winners__inner::before, .winners__inner::after {
  margin: 0 -2.5em;
}
@media (min-width: 768px) {
  .winners__inner::before, .winners__inner::after {
    margin: 0 -1.7em;
  }
}
@media (min-width: 1200px) {
  .winners__inner::before, .winners__inner::after {
    margin: 0 0.5em;
  }
}
@media (min-width: 576px) {
  .winners {
    background-size: 7rem;
  }
}
@media (min-width: 1200px) {
  .winners {
    background-size: 13.5rem;
  }
}

.feedback-form {
  background-image: url(../img/pattern.svg);
  background-position: top center;
  padding: 5rem 0;
  margin: 0;
  background-size: 5rem;
  position: relative;
  z-index: 0;
}
.feedback-form__inner {
  position: relative;
}
.feedback-form__inner::before, .feedback-form__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  font-size: calc(var(--text-size-h2) * 1.4);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.feedback-form__inner::before {
  top: 0;
  width: 7em;
  height: 9.5em;
  right: 100%;
  background-image: url(../img/feedback_form-asset-left-png.webp);
}
.feedback-form__inner::after {
  top: 2.5em;
  width: 7.2em;
  height: 10em;
  left: 100%;
  background-image: url(../img/feedback_form-asset-right-png.webp);
}
.feedback-form__inner::before, .feedback-form__inner::after {
  margin: 0 -2.5em;
}
@media (min-width: 768px) {
  .feedback-form__inner::before, .feedback-form__inner::after {
    margin: 0 -1.7em;
  }
}
@media (min-width: 576px) {
  .feedback-form {
    background-size: 7rem;
  }
}
@media (min-width: 1200px) {
  .feedback-form {
    background-size: 13.5rem;
  }
}
@media (min-width: 1200px) {
  .feedback-form .card-body {
    padding: 2.5rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 576px) {
  .modal-auth .modal-dialog {
    max-width: 25rem;
  }
}

.faq__item {
  transition: background-color 0.25s;
}
.faq__item:has([aria-expanded=true]) {
  background: var(--color-primary);
}
.faq__item + .faq__item {
  margin-top: 1.25rem;
}
.faq__head {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: inherit !important;
  gap: 1rem;
  font-weight: 700;
}
.faq__head::before {
  content: "+";
  display: block;
  flex-shrink: 0;
  width: var(--navigation-btn-size);
  height: var(--navigation-btn-size);
  font-size: calc(var(--navigation-btn-size) * 0.6);
  border: 2px solid var(--color-primary);
  background: #fff;
  color: #7299b1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__head[aria-expanded=true]::before {
  content: "-";
}
.faq__content > * {
  padding: 1rem;
}
.faq .pagination {
  margin-top: 2rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .faq__inner {
    -moz-columns: 2;
         columns: 2;
    -moz-column-width: 10rem;
         column-width: 10rem;
  }
  .faq__item {
    -moz-column-break-before: avoid;
         break-before: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .faq__item:nth-child(6) {
    -moz-column-break-before: column;
         break-before: column;
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
  .faq__inner {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .faq__item + .faq__item {
    margin-top: 2.75rem;
  }
  .faq__head {
    gap: 2.75rem;
  }
  .faq__content > * {
    padding: 1.25rem 2.75rem;
  }
}

.my-gifts {
  background-image: url(../img/pattern.svg);
  background-position: top center;
  padding: 5rem 0;
  margin: 0;
  background-size: 5rem;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.navbar + .my-gifts {
  margin-top: var(--header-height) !important;
}
@media (min-width: 576px) {
  .my-gifts {
    background-size: 7rem;
  }
}
@media (min-width: 1200px) {
  .my-gifts {
    background-size: 13.5rem;
  }
}
.my-gifts__motivation-tablerow td {
  text-align: center;
  font-weight: 600;
  line-height: 1.1;
}
.my-gifts__inner {
  position: relative;
}
.my-gifts__inner::before, .my-gifts__inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  font-size: calc(var(--text-size-h2) * 1.4);
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.my-gifts__inner::before {
  width: 9.5em;
  height: 14.5em;
  right: 100%;
  background-image: url(../img/my_gifts-asset-left-png.webp);
}
.my-gifts__inner::after {
  width: 10em;
  height: 13.5em;
  left: 100%;
  background-image: url(../img/my_gifts-asset-right-png.webp);
}
.my-gifts__inner::before, .my-gifts__inner::after {
  margin: 0 -2.5em;
}
@media (min-width: 768px) {
  .my-gifts__inner::before, .my-gifts__inner::after {
    margin: 0 -1.7em;
  }
}
.my-gifts .custom-data-table {
  background: #fff;
  min-height: 35rem;
}
.my-gifts .custom-data-table .table {
  margin-top: 0 !important;
}

.marque > * {
  animation: marque 5s infinite linear;
}

@keyframes marque {
  from {
    x: 0px;
  }
  to {
    x: -546px;
  }
}
/* countdown start */
.fixed-timer {
  position: fixed;
  z-index: 1040;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto 2rem;
}
.fixed-timer__card {
  display: block;
  background: var(--color-danger);
  color: #fff !important;
  border: 4px solid #fff;
  width: 33.5rem;
  text-align: center;
  margin: auto;
  height: unset;
  min-height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fixed-timer__card:hover {
  background: var(--color-danger-hover);
}
.fixed-timer h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
}
.fixed-timer ul {
  margin: 0;
}
.fixed-timer li {
  display: inline-block;
  font-size: 1rem;
  width: 5em;
}
.fixed-timer li span {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: bolder;
}
.fixed-timer .emoji {
  display: none;
  padding: 1rem;
}
.fixed-timer .emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .fixed-timer__card {
    width: 27rem;
  }
}
@media (max-width: 767px) {
  .fixed-timer {
    margin: 0 0 0.25rem;
  }
  .fixed-timer .container {
    padding: 0 0.25rem;
  }
  .fixed-timer__card {
    width: 100%;
  }
  .fixed-timer h2 {
    font-size: 1rem;
  }
  .fixed-timer li {
    font-size: 0.75rem;
    width: 5em;
  }
  .fixed-timer li span {
    font-size: 1.5rem;
  }
}

.modal-jackpot {
  font-weight: 300;
  color: #fff;
}
.modal-jackpot .modal-content {
  background: transparent;
  position: relative;
}
.modal-jackpot .modal-content::before {
  content: "";
  z-index: -2;
  position: absolute;
  inset: 0;
  margin: -5px;
  background: #fff;
}
.modal-jackpot .modal-content::after {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: var(--color-primary);
}
.modal-jackpot .close {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 2px solid var(--color-danger);
  color: var(--color-danger);
  font-weight: 500;
}
.modal-jackpot .modal-title svg {
  width: 90%;
  margin: auto;
  margin-top: -20%;
}
.modal-jackpot .modal-body::before {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  right: 100%;
  width: 10rem;
  height: 22rem;
  margin: 0 5px;
  background-image: url(../img/jackpot_modal_asset-png.webp);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.modal-jackpot .modal-body::after {
  content: "";
  position: absolute;
  top: 40%;
  transform: translateY(-50%) rotate(180deg);
  left: 100%;
  width: 10rem;
  height: 22rem;
  margin: 0 5px;
  background-image: url(../img/jackpot_modal_asset-png.webp);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .modal-jackpot .modal-dialog {
    max-width: 57.5rem;
  }
  .modal-jackpot .modal-title {
    flex: 1;
  }
  .modal-jackpot .modal-title svg {
    max-width: 41.875rem;
    margin-top: -13%;
  }
  .modal-jackpot .modal-content::before {
    transform: skewY(-4deg);
    transform-origin: top right;
  }
  .modal-jackpot .modal-content::after {
    transform: skewY(-4deg);
    transform-origin: top right;
  }
  .modal-jackpot__slider-wrapper {
    font-size: 28px;
  }
}

.modal-step {
  min-height: 20rem;
  display: flex;
  flex-direction: column;
}
.modal-step-1, .modal-step-2 {
  justify-content: center;
}
.modal-step__title {
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1rem;
  font-family: "Pioner Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.modal-step__slider-wrapper {
  position: relative;
  margin-bottom: 4em;
}
.modal-step__slider-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -6em;
  left: 0;
  right: 0;
  height: 2em;
  background: #7b7b7b;
  filter: blur(1rem);
  border-radius: 100%;
}
.modal-step__slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Pioner Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.modal-step__slider::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  right: 0;
  height: 1em;
  background: #7b7b7b;
  background: linear-gradient(to right, #333, #7b7b7b, #333);
  margin-top: -0.5em;
  border-radius: 50%;
}
.modal-step__slider::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0.5em;
  left: 33.3333333333%;
  right: 33.3333333333%;
  margin: -3px;
  border: 5px solid;
}
.modal-step__slider-inner {
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #d9d9d9;
  color: #000;
  line-height: 3;
  border-top-left-radius: 100% 1em;
  border-top-right-radius: 100% 1em;
}
.modal-step__slider-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #737373, transparent, #737373);
}
.modal-step__slider-group {
  display: flex;
  /* flex: 0 0 100%; */
  flex: 0 0 1000%;
  min-width: 0;
  animation: popup_slider_marque 30s linear infinite;
  min-width: 400em;
}
.modal-step__slider-group > * {
  /* flex: 0 1 20%; */
  flex: 0 1 2%;
  text-align: center;
  white-space: nowrap;
  /* overflow: hidden; */
  min-width: 0;
  padding: 0.5em;
  /* text-overflow: ellipsis; */
  padding-bottom: 0.75em;
}
.modal-step__text {
  text-align: center;
  font-family: "Pioner Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 1.5rem;
}
.modal-step__button {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.modal-step__winner {
  text-align: center;
  font-family: var(--font-alt);
  font-size: 2.25rem;
}
.modal-step ul {
  display: flex;
  justify-content: center;
}
.modal-step ul li {
  width: 5em;
  text-align: center;
}
.modal-step ul li span {
  display: block;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1;
}
.modal-step .btn {
  border: 5px solid #fff;
  width: 100%;
  max-width: 11.5em;
}
@media (min-width: 992px) {
  .modal-step__title {
    font-size: 4rem;
  }
  .modal-step__slider {
    font-size: 1.5rem;
  }
  .modal-step__button .btn {
    font-size: 1.875rem;
    height: 2.65em;
  }
  .modal-step__winner {
    font-size: 6rem;
  }
  .modal-step ul {
    display: flex;
    justify-content: center;
  }
  .modal-step ul li {
    width: 9em;
    font-size: 1.5rem;
  }
  .modal-step ul li span {
    font-size: 4em;
  }
  .modal-step__text {
    font-size: 2.5rem;
  }
}

@keyframes popup_slider_marque {
  from {
    transform: translatex(0%);
  }
  to {
    transform: translatex(-100%);
  }
}
.modal-backdrop canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}