@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #5533ff;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ff0;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #333;
  --bs-gray-200: #707070;
  --bs-gray-300: #f2f2f2;
  --bs-gray-400: #DDDDDD;
  --bs-gray-500: #F5F5F5;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #ee312f;
  --bs-secondary: #F6F6F6;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ff0;
  --bs-danger: #dc3545;
  --bs-light: #333;
  --bs-dark: #212529;
  --bs-primary-rgb: 238, 49, 47;
  --bs-secondary-rgb: 246, 246, 246;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 255, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 51, 51, 51;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*, ::after, ::before {
  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: transparent;
}
.boot-new hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
.boot-new * {
    font-family: Lato, sans-serif;
}
.boot-new hr:not([size]) {
  height: 1px;
}
.boot-new .form__price, .boot-new .h1, .boot-new .h2, .boot-new .h3, .boot-new .h4, .boot-new .h5, .boot-new .h6, .boot-new h1, .boot-new h2, .boot-new h3, .boot-new h4, .boot-new h5, .boot-new h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.boot-new .h1, .boot-new h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .boot-new .h1, .boot-new h1 {
    font-size: 2.5rem;
  }
}
.boot-new .form__price, .boot-new .h2, .boot-new h2 {
  font-size: 24px;
}
@media (min-width: 1200px) {
  .boot-new .form__price, .boot-new .h2, .boot-new h2 {
    font-size: 32px;
  }
}
.boot-new .h3, .boot-new h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width: 1200px) {
  .boot-new .h3, .boot-new h3 {
    font-size: 1.75rem;
  }
}
.boot-new .h4, .boot-new h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width: 1200px) {
  .boot-new .h4, .boot-new h4 {
    font-size: 1.5rem;
  }
}
.boot-new .h5, .boot-new h5 {
  font-size: 1.25rem;
}
.boot-new .h6, .boot-new h6 {
  font-size: 1rem;
}
.boot-new p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.boot-new abbr[data-bs-original-title], .boot-new abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.boot-new address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
.boot-new ol, .boot-new ul {
  padding-left: 2rem;
}
.boot-new dl, .boot-new ol, .boot-new ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.boot-new ol ol, .boot-new ol ul, .boot-new ul ol, .boot-new ul ul {
  margin-bottom: 0;
}
.boot-new dt {
  font-weight: 700;
}
.boot-new dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.boot-new blockquote {
  margin: 0 0 1rem;
}
.boot-new b, .boot-new strong {
  font-weight: bolder;
}
.boot-new .small, .boot-new small {
  font-size: 0.875em;
}
.boot-new .mark, .boot-new mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.boot-new sub, .boot-new sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.boot-new sub {
  bottom: -0.25em;
}
.boot-new sup {
  top: -0.5em;
}
.boot-new a {
  color: #ee312f;
  text-decoration: underline;
}
.boot-new a:hover {
  color: #be2726;
}
.boot-new a:not([href]):not([class]), .boot-new a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.boot-new code, .boot-new kbd, .boot-new pre, .boot-new samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
.boot-new pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
.boot-new pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.boot-new code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
.boot-new a > code {
  color: inherit;
}
.boot-new kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.boot-new kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
.boot-new figure {
  margin: 0 0 1rem;
}
.boot-new img, .boot-new svg {
  vertical-align: middle;
}
.boot-new table {
  caption-side: bottom;
  border-collapse: collapse;
}
.boot-new caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
.boot-new th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.boot-new tbody, .boot-new td, .boot-new tfoot, .boot-new th, .boot-new thead, .boot-new tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
.boot-new label {
  display: inline-block;
}
.boot-new button {
  border-radius: 0;
}
.boot-new button:focus:not(:focus-visible) {
  outline: 0;
}
.boot-new button, .boot-new input, .boot-new optgroup, .boot-new select, .boot-new textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.boot-new button, .boot-new select {
  text-transform: none;
}
.boot-new [role=button] {
  cursor: pointer;
}
.boot-new select {
  word-wrap: normal;
}
.boot-new select:disabled {
  opacity: 1;
}
.boot-new [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.boot-new [type=button], .boot-new [type=reset], .boot-new [type=submit], .boot-new button {
  -webkit-appearance: button;
}
.boot-new [type=button]:not(:disabled), .boot-new [type=reset]:not(:disabled), .boot-new [type=submit]:not(:disabled), .boot-new button:not(:disabled) {
  cursor: pointer;
}
.boot-new ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.boot-new textarea {
  resize: vertical;
}
.boot-new fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.boot-new legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  .boot-new legend {
    font-size: 1.5rem;
  }
}
.boot-new legend + * {
  clear: left;
}
.boot-new ::-webkit-datetime-edit-day-field, .boot-new ::-webkit-datetime-edit-fields-wrapper, .boot-new ::-webkit-datetime-edit-hour-field, .boot-new ::-webkit-datetime-edit-minute, .boot-new ::-webkit-datetime-edit-month-field, .boot-new ::-webkit-datetime-edit-text, .boot-new ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.boot-new ::-webkit-inner-spin-button {
  height: auto;
}
.boot-new [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.boot-new ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.boot-new ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.boot-new ::-webkit-file-upload-button {
  font: inherit;
}
.boot-new ::file-selector-button {
  font: inherit;
}
.boot-new ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.boot-new output {
  display: inline-block;
}
.boot-new iframe {
  border: 0;
}
.boot-new summary {
  display: list-item;
  cursor: pointer;
}
.boot-new progress {
  vertical-align: baseline;
}
.boot-new [hidden] {
  display: none !important;
}
.boot-new .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.boot-new .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .boot-new .display-1 {
    font-size: 5rem;
  }
}
.boot-new .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .boot-new .display-2 {
    font-size: 4.5rem;
  }
}
.boot-new .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .boot-new .display-3 {
    font-size: 4rem;
  }
}
.boot-new .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .boot-new .display-4 {
    font-size: 3.5rem;
  }
}
.boot-new .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .boot-new .display-5 {
    font-size: 3rem;
  }
}
.boot-new .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .boot-new .display-6 {
    font-size: 2.5rem;
  }
}
.boot-new .form-nav__list, .boot-new .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.boot-new .list-inline {
  padding-left: 0;
  list-style: none;
}
.boot-new .list-inline-item {
  display: inline-block;
}
.boot-new .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.boot-new .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.boot-new .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.boot-new .blockquote > :last-child {
  margin-bottom: 0;
}
.boot-new .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.boot-new .blockquote-footer::before {
  content: "&#1074;&#1026;�&#1042;�";
}
.boot-new .img-fluid {
  max-width: 100%;
  height: auto;
}
.boot-new .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.boot-new .figure {
  display: inline-block;
}
.boot-new .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.boot-new .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.boot-new .container, .boot-new .container-fluid, .boot-new .container-lg, .boot-new .container-md, .boot-new .container-sm, .boot-new .container-xl, .boot-new .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .boot-new .container, .boot-new .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .boot-new .container, .boot-new .container-md, .boot-new .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .boot-new .container, .boot-new .container-lg, .boot-new .container-md, .boot-new .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .boot-new .container, .boot-new .container-lg, .boot-new .container-md, .boot-new .container-sm, .boot-new .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .boot-new .container, .boot-new .container-lg, .boot-new .container-md, .boot-new .container-sm, .boot-new .container-xl, .boot-new .container-xxl {
    max-width: 1180px;
  }
}
.boot-new .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.boot-new .row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.boot-new .col {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.boot-new .row-cols-auto > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.boot-new .row-cols-1 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.boot-new .row-cols-2 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.boot-new .row-cols-3 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.boot-new .row-cols-4 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.boot-new .row-cols-5 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.boot-new .row-cols-6 > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.boot-new .col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.boot-new .col-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}
.boot-new .col-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}
.boot-new .col-3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.boot-new .col-4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}
.boot-new .col-5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}
.boot-new .col-6 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.boot-new .col-7 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.boot-new .col-8 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}
.boot-new .col-9 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.boot-new .col-10 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}
.boot-new .col-11 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}
.boot-new .col-12 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.boot-new .offset-1 {
  margin-left: 8.33333333%;
}
.boot-new .offset-2 {
  margin-left: 16.66666667%;
}
.boot-new .offset-3 {
  margin-left: 25%;
}
.boot-new .offset-4 {
  margin-left: 33.33333333%;
}
.boot-new .offset-5 {
  margin-left: 41.66666667%;
}
.boot-new .offset-6 {
  margin-left: 50%;
}
.boot-new .offset-7 {
  margin-left: 58.33333333%;
}
.boot-new .offset-8 {
  margin-left: 66.66666667%;
}
.boot-new .offset-9 {
  margin-left: 75%;
}
.boot-new .offset-10 {
  margin-left: 83.33333333%;
}
.boot-new .offset-11 {
  margin-left: 91.66666667%;
}
.boot-new .g-0, .boot-new .gx-0 {
  --bs-gutter-x: 0;
}
.boot-new .g-0, .boot-new .gy-0 {
  --bs-gutter-y: 0;
}
.boot-new .g-1, .boot-new .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.boot-new .g-1, .boot-new .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.boot-new .g-2, .boot-new .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.boot-new .g-2, .boot-new .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.boot-new .g-3, .boot-new .gx-3 {
  --bs-gutter-x: 1rem;
}
.boot-new .g-3, .boot-new .gy-3 {
  --bs-gutter-y: 1rem;
}
.boot-new .g-4, .boot-new .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.boot-new .g-4, .boot-new .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.boot-new .g-5, .boot-new .gx-5 {
  --bs-gutter-x: 3rem;
}
.boot-new .g-5, .boot-new .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .boot-new .col-sm {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .boot-new .row-cols-sm-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .row-cols-sm-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .row-cols-sm-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .row-cols-sm-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .boot-new .row-cols-sm-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .row-cols-sm-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .boot-new .row-cols-sm-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .boot-new .col-sm-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .col-sm-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .boot-new .col-sm-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .boot-new .col-sm-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .col-sm-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .boot-new .col-sm-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .boot-new .col-sm-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .col-sm-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .boot-new .col-sm-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .boot-new .col-sm-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .boot-new .col-sm-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .boot-new .col-sm-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .boot-new .col-sm-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .offset-sm-0 {
    margin-left: 0;
  }
  .boot-new .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .boot-new .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .boot-new .offset-sm-3 {
    margin-left: 25%;
  }
  .boot-new .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .boot-new .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .boot-new .offset-sm-6 {
    margin-left: 50%;
  }
  .boot-new .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .boot-new .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .boot-new .offset-sm-9 {
    margin-left: 75%;
  }
  .boot-new .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .boot-new .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .boot-new .g-sm-0, .boot-new .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .boot-new .g-sm-0, .boot-new .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .boot-new .g-sm-1, .boot-new .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .boot-new .g-sm-1, .boot-new .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .boot-new .g-sm-2, .boot-new .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .boot-new .g-sm-2, .boot-new .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .boot-new .g-sm-3, .boot-new .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .boot-new .g-sm-3, .boot-new .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .boot-new .g-sm-4, .boot-new .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .boot-new .g-sm-4, .boot-new .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .boot-new .g-sm-5, .boot-new .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .boot-new .g-sm-5, .boot-new .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .boot-new .col-md {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .boot-new .row-cols-md-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .row-cols-md-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .row-cols-md-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .row-cols-md-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .boot-new .row-cols-md-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .row-cols-md-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .boot-new .row-cols-md-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .boot-new .col-md-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .col-md-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .boot-new .col-md-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .boot-new .col-md-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .col-md-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .boot-new .col-md-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .boot-new .col-md-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .col-md-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .boot-new .col-md-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .boot-new .col-md-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .boot-new .col-md-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .boot-new .col-md-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .boot-new .col-md-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .offset-md-0 {
    margin-left: 0;
  }
  .boot-new .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .boot-new .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .boot-new .offset-md-3 {
    margin-left: 25%;
  }
  .boot-new .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .boot-new .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .boot-new .offset-md-6 {
    margin-left: 50%;
  }
  .boot-new .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .boot-new .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .boot-new .offset-md-9 {
    margin-left: 75%;
  }
  .boot-new .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .boot-new .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .boot-new .g-md-0, .boot-new .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .boot-new .g-md-0, .boot-new .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .boot-new .g-md-1, .boot-new .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .boot-new .g-md-1, .boot-new .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .boot-new .g-md-2, .boot-new .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .boot-new .g-md-2, .boot-new .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .boot-new .g-md-3, .boot-new .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .boot-new .g-md-3, .boot-new .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .boot-new .g-md-4, .boot-new .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .boot-new .g-md-4, .boot-new .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .boot-new .g-md-5, .boot-new .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .boot-new .g-md-5, .boot-new .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .boot-new .col-lg {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .boot-new .row-cols-lg-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .row-cols-lg-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .row-cols-lg-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .row-cols-lg-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .boot-new .row-cols-lg-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .row-cols-lg-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .boot-new .row-cols-lg-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .boot-new .col-lg-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .col-lg-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .boot-new .col-lg-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .boot-new .col-lg-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .col-lg-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .boot-new .col-lg-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .boot-new .col-lg-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .col-lg-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .boot-new .col-lg-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .boot-new .col-lg-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .boot-new .col-lg-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .boot-new .col-lg-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .boot-new .col-lg-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .offset-lg-0 {
    margin-left: 0;
  }
  .boot-new .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .boot-new .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .boot-new .offset-lg-3 {
    margin-left: 25%;
  }
  .boot-new .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .boot-new .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .boot-new .offset-lg-6 {
    margin-left: 50%;
  }
  .boot-new .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .boot-new .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .boot-new .offset-lg-9 {
    margin-left: 75%;
  }
  .boot-new .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .boot-new .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .boot-new .g-lg-0, .boot-new .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .boot-new .g-lg-0, .boot-new .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .boot-new .g-lg-1, .boot-new .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .boot-new .g-lg-1, .boot-new .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .boot-new .g-lg-2, .boot-new .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .boot-new .g-lg-2, .boot-new .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .boot-new .g-lg-3, .boot-new .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .boot-new .g-lg-3, .boot-new .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .boot-new .g-lg-4, .boot-new .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .boot-new .g-lg-4, .boot-new .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .boot-new .g-lg-5, .boot-new .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .boot-new .g-lg-5, .boot-new .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .boot-new .col-xl {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .boot-new .row-cols-xl-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .row-cols-xl-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .row-cols-xl-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .row-cols-xl-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .boot-new .row-cols-xl-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .row-cols-xl-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .boot-new .row-cols-xl-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .boot-new .col-xl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .col-xl-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .boot-new .col-xl-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .boot-new .col-xl-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .col-xl-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .boot-new .col-xl-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .boot-new .col-xl-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .col-xl-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .boot-new .col-xl-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .boot-new .col-xl-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .boot-new .col-xl-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .boot-new .col-xl-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .boot-new .col-xl-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .offset-xl-0 {
    margin-left: 0;
  }
  .boot-new .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .boot-new .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .boot-new .offset-xl-3 {
    margin-left: 25%;
  }
  .boot-new .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .boot-new .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .boot-new .offset-xl-6 {
    margin-left: 50%;
  }
  .boot-new .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .boot-new .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .boot-new .offset-xl-9 {
    margin-left: 75%;
  }
  .boot-new .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .boot-new .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .boot-new .g-xl-0, .boot-new .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .boot-new .g-xl-0, .boot-new .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .boot-new .g-xl-1, .boot-new .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .boot-new .g-xl-1, .boot-new .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .boot-new .g-xl-2, .boot-new .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .boot-new .g-xl-2, .boot-new .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .boot-new .g-xl-3, .boot-new .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .boot-new .g-xl-3, .boot-new .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .boot-new .g-xl-4, .boot-new .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .boot-new .g-xl-4, .boot-new .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .boot-new .g-xl-5, .boot-new .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .boot-new .g-xl-5, .boot-new .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .boot-new .col-xxl {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .boot-new .row-cols-xxl-auto > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .row-cols-xxl-1 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .row-cols-xxl-2 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .row-cols-xxl-3 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .boot-new .row-cols-xxl-4 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .row-cols-xxl-5 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .boot-new .row-cols-xxl-6 > * {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .boot-new .col-xxl-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .boot-new .col-xxl-1 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .boot-new .col-xxl-2 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .boot-new .col-xxl-3 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .boot-new .col-xxl-4 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .boot-new .col-xxl-5 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .boot-new .col-xxl-6 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .boot-new .col-xxl-7 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .boot-new .col-xxl-8 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .boot-new .col-xxl-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .boot-new .col-xxl-10 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .boot-new .col-xxl-11 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .boot-new .col-xxl-12 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .boot-new .offset-xxl-0 {
    margin-left: 0;
  }
  .boot-new .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .boot-new .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .boot-new .offset-xxl-3 {
    margin-left: 25%;
  }
  .boot-new .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .boot-new .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .boot-new .offset-xxl-6 {
    margin-left: 50%;
  }
  .boot-new .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .boot-new .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .boot-new .offset-xxl-9 {
    margin-left: 75%;
  }
  .boot-new .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .boot-new .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .boot-new .g-xxl-0, .boot-new .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .boot-new .g-xxl-0, .boot-new .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .boot-new .g-xxl-1, .boot-new .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .boot-new .g-xxl-1, .boot-new .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .boot-new .g-xxl-2, .boot-new .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .boot-new .g-xxl-2, .boot-new .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .boot-new .g-xxl-3, .boot-new .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .boot-new .g-xxl-3, .boot-new .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .boot-new .g-xxl-4, .boot-new .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .boot-new .g-xxl-4, .boot-new .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .boot-new .g-xxl-5, .boot-new .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .boot-new .g-xxl-5, .boot-new .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.boot-new .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.boot-new .link-primary {
  color: #ee312f;
}
.boot-new .link-primary:focus, .boot-new .link-primary:hover {
  color: #f15a59;
}
.boot-new .link-secondary {
  color: #f6f6f6;
}
.boot-new .link-secondary:focus, .boot-new .link-secondary:hover {
  color: #f8f8f8;
}
.boot-new .link-success {
  color: #198754;
}
.boot-new .link-success:focus, .boot-new .link-success:hover {
  color: #146c43;
}
.boot-new .link-info {
  color: #0dcaf0;
}
.boot-new .link-info:focus, .boot-new .link-info:hover {
  color: #3dd5f3;
}
.boot-new .link-warning {
  color: #ff0;
}
.boot-new .link-warning:focus, .boot-new .link-warning:hover {
  color: #ff3;
}
.boot-new .link-danger {
  color: #dc3545;
}
.boot-new .link-danger:focus, .boot-new .link-danger:hover {
  color: #b02a37;
}
.boot-new .link-light {
  color: #333;
}
.boot-new .link-light:focus, .boot-new .link-light:hover {
  color: #292929;
}
.boot-new .link-dark {
  color: #212529;
}
.boot-new .link-dark:focus, .boot-new .link-dark:hover {
  color: #1a1e21;
}
.boot-new .ratio {
  position: relative;
  width: 100%;
}
.boot-new .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.boot-new .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.boot-new .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.boot-new .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.boot-new .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.boot-new .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.boot-new .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.boot-new .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.boot-new .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .boot-new .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .boot-new .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .boot-new .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .boot-new .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .boot-new .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.boot-new .hstack {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.boot-new .vstack {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.boot-new .visually-hidden, .boot-new .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.boot-new .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.boot-new .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boot-new .vr {
  display: inline-block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}
.boot-new .align-baseline {
  vertical-align: baseline !important;
}
.boot-new .align-top {
  vertical-align: top !important;
}
.boot-new .align-middle {
  vertical-align: middle !important;
}
.boot-new .align-bottom {
  vertical-align: bottom !important;
}
.boot-new .align-text-bottom {
  vertical-align: text-bottom !important;
}
.boot-new .align-text-top {
  vertical-align: text-top !important;
}
.boot-new .float-start {
  float: left !important;
}
.boot-new .float-end {
  float: right !important;
}
.boot-new .float-none {
  float: none !important;
}
.boot-new .opacity-0 {
  opacity: 0 !important;
}
.boot-new .opacity-25 {
  opacity: 0.25 !important;
}
.boot-new .opacity-50 {
  opacity: 0.5 !important;
}
.boot-new .opacity-75 {
  opacity: 0.75 !important;
}
.boot-new .opacity-100 {
  opacity: 1 !important;
}
.boot-new .overflow-auto {
  overflow: auto !important;
}
.boot-new .overflow-hidden {
  overflow: hidden !important;
}
.boot-new .overflow-visible {
  overflow: visible !important;
}
.boot-new .overflow-scroll {
  overflow: scroll !important;
}
.boot-new .d-inline {
  display: inline !important;
}
.boot-new .d-inline-block, .boot-new .form__check-tick, .boot-new .form__tick, .boot-new .form__tooltip, .boot-new .form__tooltip-btn {
  display: inline-block !important;
}
.boot-new .bonuses__img, .boot-new .bonuses__price, .boot-new .d-block, .boot-new .form-city__date, .boot-new .form-nav__button:before, .boot-new .form__tooltip-tick, .boot-new .form__tooltip-wrap, .boot-new .form__tooltip-x, .boot-new .has-bad-value .form__error-bad-value, .boot-new .has-no-value .form__error, .boot-new .has-no-value .form__error-check {
  display: block !important;
}
.boot-new .d-grid {
  display: grid !important;
}
.boot-new .d-table {
  display: table !important;
}
.boot-new .d-table-row {
  display: table-row !important;
}
.boot-new .d-table-cell {
  display: table-cell !important;
}
.boot-new .d-flex, .boot-new .form-city.active, .boot-new .form-city__event-label, .boot-new .form-nav__button, .boot-new .form-nav__list, .boot-new .form__label-wrap {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.boot-new .d-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.boot-new .bonuses--small:after, .boot-new .bonuses.active::after, .boot-new .bonuses__btn, .boot-new .bonuses__btn.active .bonuses__btn-slide, .boot-new .d-none, .boot-new .form__error, .boot-new .form__error-bad-value, .boot-new .form__error-check {
  display: none !important;
}
.boot-new .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.boot-new .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.boot-new .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.boot-new .shadow-none {
  box-shadow: none !important;
}
.boot-new .position-static {
  position: static !important;
}
.boot-new .bonuses, .boot-new .form-city__event-wrap, .boot-new .form__input-wrap, .boot-new .form__label, .boot-new .position-relative {
  position: relative !important;
}
.boot-new .bonuses--small:after, .boot-new .form-city__link:after, .boot-new .form-slider__nav .slick-arrow, .boot-new .form-slider__nav .slick-arrow::after, .boot-new .form__error, .boot-new .form__error-bad-value, .boot-new .form__error-check, .boot-new .form__input-label, .boot-new .form__tooltip-wrap, .boot-new .position-absolute {
  position: absolute !important;
}
.boot-new .position-fixed {
  position: fixed !important;
}
.boot-new .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.boot-new .top-0 {
  top: 0 !important;
}
.boot-new .form-slider__nav .slick-arrow, .boot-new .form-slider__nav .slick-arrow::after, .boot-new .form__input-label, .boot-new .top-50 {
  top: 50% !important;
}
.boot-new .top-100 {
  top: 100% !important;
}
.boot-new .bottom-0, .boot-new .form-city__link:after {
  bottom: 0 !important;
}
.boot-new .bottom-50 {
  bottom: 50% !important;
}
.boot-new .bottom-100 {
  bottom: 100% !important;
}
.boot-new .form__error, .boot-new .form__error-bad-value, .boot-new .form__error-check, .boot-new .start-0 {
  left: 0 !important;
}
.boot-new .bonuses--small:after, .boot-new .form-city__link:after, .boot-new .form-slider__nav .slick-arrow::after, .boot-new .form__tooltip-wrap, .boot-new .start-50 {
  left: 50% !important;
}
.boot-new .start-100 {
  left: 100% !important;
}
.boot-new .end-0 {
  right: 0 !important;
}
.boot-new .end-50 {
  right: 50% !important;
}
.boot-new .end-100 {
  right: 100% !important;
}
.boot-new .form-slider__nav .slick-arrow::after, .boot-new .translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.boot-new .bonuses--small:after, .boot-new .form-city__link:after, .boot-new .form__tooltip-wrap, .boot-new .translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.boot-new .form-slider__nav .slick-arrow, .boot-new .form__input-label, .boot-new .translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.boot-new .bonuses__select, .boot-new .border, .boot-new .form__number-wrap {
  border: 1px solid #f2f2f2 !important;
}
.boot-new .bonuses__btn, .boot-new .border-0, .boot-new .form-nav__button, .boot-new .form-slider__nav .slick-arrow, .boot-new .form__button, .boot-new .form__number, .boot-new .form__number-button {
  border: 0 !important;
}
.boot-new .border-top {
  border-top: 1px solid #f2f2f2 !important;
}
.boot-new .border-top-0 {
  border-top: 0 !important;
}
.boot-new .bonuses, .boot-new .border-end, .boot-new .form-city__time-wrap, .boot-new .form__number {
  border-right: 1px solid #f2f2f2 !important;
}
.boot-new .border-end-0 {
  border-right: 0 !important;
}
.boot-new .border-bottom, .boot-new .form-city__time-wrap {
  border-bottom: 1px solid #f2f2f2 !important;
}
.boot-new .border-bottom-0 {
  border-bottom: 0 !important;
}
.boot-new .bonuses, .boot-new .border-start, .boot-new .form__number {
  border-left: 1px solid #f2f2f2 !important;
}
.boot-new .border-start-0 {
  border-left: 0 !important;
}
.boot-new .bonuses, .boot-new .border-primary {
  border-color: #ee312f !important;
}
.boot-new .border-secondary {
  border-color: #f6f6f6 !important;
}
.boot-new .border-success {
  border-color: #198754 !important;
}
.boot-new .border-info {
  border-color: #0dcaf0 !important;
}
.boot-new .border-warning {
  border-color: #ff0 !important;
}
.boot-new .border-danger {
  border-color: #dc3545 !important;
}
.boot-new .border-light {
  border-color: #333 !important;
}
.boot-new .bonuses__select, .boot-new .border-dark {
  border-color: #212529 !important;
}
.boot-new .border-white {
  border-color: #fff !important;
}
.boot-new .border-1, .boot-new .form__input {
  border-width: 1px !important;
}
.boot-new .border-2 {
  border-width: 2px !important;
}
.boot-new .border-3 {
  border-width: 3px !important;
}
.boot-new .border-4 {
  border-width: 4px !important;
}
.boot-new .border-5 {
  border-width: 5px !important;
}
.boot-new .border-10 {
  border-width: 10px !important;
}
.boot-new .w-25 {
  width: 25% !important;
}
.boot-new .w-50 {
  width: 50% !important;
}
.boot-new .w-75 {
  width: 75% !important;
}
.boot-new .bonuses__title--small, .boot-new .form-city__link:after, .boot-new .form__input, .boot-new .form__submit, .boot-new .w-100 {
  width: 100% !important;
}
.boot-new .w-auto {
  width: auto !important;
}
.boot-new .mw-100 {
  max-width: 100% !important;
}
.boot-new .vw-100 {
  width: 100vw !important;
}
.boot-new .min-vw-100 {
  min-width: 100vw !important;
}
.boot-new .h-25 {
  height: 25% !important;
}
.boot-new .h-50 {
  height: 50% !important;
}
.boot-new .h-75 {
  height: 75% !important;
}
.boot-new .form__number, .boot-new .form__number-button, .boot-new .h-100 {
  height: 100% !important;
}
.boot-new .h-auto {
  height: auto !important;
}
.boot-new .mh-100 {
  max-height: 100% !important;
}
.boot-new .vh-100 {
  height: 100vh !important;
}
.boot-new .min-vh-100 {
  min-height: 100vh !important;
}
.boot-new .flex-fill {
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.boot-new .flex-row {
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.boot-new .flex-column {
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.boot-new .flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.boot-new .flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.boot-new .flex-grow-0 {
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.boot-new .flex-grow-1 {
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.boot-new .flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.boot-new .flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.boot-new .flex-wrap, .boot-new .form-nav__button {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.boot-new .flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.boot-new .flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.boot-new .gap-0 {
  gap: 0 !important;
}
.boot-new .gap-1 {
  gap: 0.25rem !important;
}
.boot-new .gap-2 {
  gap: 0.5rem !important;
}
.boot-new .gap-3 {
  gap: 1rem !important;
}
.boot-new .gap-4 {
  gap: 1.5rem !important;
}
.boot-new .gap-5 {
  gap: 3rem !important;
}
.boot-new .justify-content-start {
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.boot-new .justify-content-end {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.boot-new .form-nav__button, .boot-new .form-nav__list, .boot-new .justify-content-center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.boot-new .form__label-wrap, .boot-new .justify-content-between {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.boot-new .justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.boot-new .justify-content-evenly {
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.boot-new .align-items-start {
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.boot-new .align-items-end, .boot-new .form-nav__button {
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.boot-new .align-items-center, .boot-new .form-city__event-label {
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.boot-new .align-items-baseline {
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.boot-new .align-items-stretch {
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.boot-new .align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.boot-new .align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.boot-new .align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.boot-new .align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.boot-new .align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.boot-new .align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.boot-new .align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.boot-new .align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.boot-new .align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.boot-new .align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.boot-new .align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.boot-new .align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.boot-new .order-first {
  -webkit-order: -1 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.boot-new .order-0 {
  -webkit-order: 0 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.boot-new .order-1 {
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.boot-new .order-2 {
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.boot-new .order-3 {
  -webkit-order: 3 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.boot-new .order-4 {
  -webkit-order: 4 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.boot-new .order-5 {
  -webkit-order: 5 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.boot-new .order-last {
  -webkit-order: 6 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.boot-new .form__number::-webkit-inner-spin-button, .boot-new .form__number::-webkit-outer-spin-button, .boot-new .m-0 {
  margin: 0 !important;
}
.boot-new .m-1 {
  margin: 0.25rem !important;
}
.boot-new .m-2 {
  margin: 0.5rem !important;
}
.boot-new .m-3 {
  margin: 1rem !important;
}
.boot-new .m-4 {
  margin: 1.5rem !important;
}
.boot-new .m-5 {
  margin: 3rem !important;
}
.boot-new .m-auto {
  margin: auto !important;
}
.boot-new .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.boot-new .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.boot-new .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.boot-new .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.boot-new .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.boot-new .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.boot-new .bonuses__btn, .boot-new .bonuses__price, .boot-new .form-city__date, .boot-new .form-nav__list, .boot-new .form-slider__nav, .boot-new .form__area, .boot-new .form__tooltip-btn, .boot-new .form__tooltip-tick, .boot-new .form__tooltip-x, .boot-new .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.boot-new .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.boot-new .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.boot-new .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.boot-new .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.boot-new .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.boot-new .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.boot-new .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.boot-new .mt-0 {
  margin-top: 0 !important;
}
.boot-new .mt-1 {
  margin-top: 0.25rem !important;
}
.boot-new .mt-2 {
  margin-top: 0.5rem !important;
}
.boot-new .form__tooltip-btn, .boot-new .mt-3 {
  margin-top: 1rem !important;
}
.boot-new .mt-4 {
  margin-top: 1.5rem !important;
}
.boot-new .bonuses, .boot-new .form-slider__nav, .boot-new .mt-5 {
  margin-top: 3rem !important;
}
.boot-new .mt-auto {
  margin-top: auto !important;
}
.boot-new .me-0 {
  margin-right: 0 !important;
}
.boot-new .me-1 {
  margin-right: 0.25rem !important;
}
.boot-new .me-2 {
  margin-right: 0.5rem !important;
}
.boot-new .form__tick, .boot-new .me-3 {
  margin-right: 1rem !important;
}
.boot-new .me-4 {
  margin-right: 1.5rem !important;
}
.boot-new .me-5 {
  margin-right: 3rem !important;
}
.boot-new .me-auto {
  margin-right: auto !important;
}
.boot-new .bonuses__text p, .boot-new .bonuses__title, .boot-new .form-city__hr, .boot-new .form-city__name, .boot-new .form-nav__list, .boot-new .form__price, .boot-new .form__tooltip-text, .boot-new .form__tooltip-tick, .boot-new .form__tooltip-title, .boot-new .mb-0 {
  margin-bottom: 0 !important;
}
.boot-new .mb-1 {
  margin-bottom: 0.25rem !important;
}
.boot-new .mb-2 {
  margin-bottom: 0.5rem !important;
}
.boot-new .mb-3 {
  margin-bottom: 1rem !important;
}
.boot-new .mb-4 {
  margin-bottom: 1.5rem !important;
}
.boot-new .mb-5 {
  margin-bottom: 3rem !important;
}
.boot-new .mb-auto {
  margin-bottom: auto !important;
}
.boot-new .ms-0 {
  margin-left: 0 !important;
}
.boot-new .ms-1 {
  margin-left: 0.25rem !important;
}
.boot-new .ms-2 {
  margin-left: 0.5rem !important;
}
.boot-new .ms-3 {
  margin-left: 1rem !important;
}
.boot-new .ms-4 {
  margin-left: 1.5rem !important;
}
.boot-new .ms-5 {
  margin-left: 3rem !important;
}
.boot-new .ms-auto {
  margin-left: auto !important;
}
.boot-new .form__number-button, .boot-new .p-0 {
  padding: 0 !important;
}
.boot-new .p-1 {
  padding: 0.25rem !important;
}
.boot-new .p-2 {
  padding: 0.5rem !important;
}
.boot-new .p-3 {
  padding: 1rem !important;
}
.boot-new .p-4 {
  padding: 1.5rem !important;
}
.boot-new .p-5 {
  padding: 3rem !important;
}
.boot-new .form__button, .boot-new .form__tooltip-wrap, .boot-new .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.boot-new .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.boot-new .bonuses__title, .boot-new .form-city__date, .boot-new .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.boot-new .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.boot-new .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.boot-new .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.boot-new .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.boot-new .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.boot-new .form-city__wrap, .boot-new .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.boot-new .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.boot-new .form__price, .boot-new .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.boot-new .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.boot-new .pt-0 {
  padding-top: 0 !important;
}
.boot-new .pt-1 {
  padding-top: 0.25rem !important;
}
.boot-new .pt-2 {
  padding-top: 0.5rem !important;
}
.boot-new .pt-3 {
  padding-top: 1rem !important;
}
.boot-new .pt-4 {
  padding-top: 1.5rem !important;
}
.boot-new .pt-5 {
  padding-top: 3rem !important;
}
.boot-new .pe-0 {
  padding-right: 0 !important;
}
.boot-new .pe-1 {
  padding-right: 0.25rem !important;
}
.boot-new .pe-2 {
  padding-right: 0.5rem !important;
}
.boot-new .pe-3 {
  padding-right: 1rem !important;
}
.boot-new .pe-4 {
  padding-right: 1.5rem !important;
}
.boot-new .pe-5 {
  padding-right: 3rem !important;
}
.boot-new .pb-0 {
  padding-bottom: 0 !important;
}
.boot-new .pb-1 {
  padding-bottom: 0.25rem !important;
}
.boot-new .pb-2 {
  padding-bottom: 0.5rem !important;
}
.boot-new .pb-3 {
  padding-bottom: 1rem !important;
}
.boot-new .pb-4 {
  padding-bottom: 1.5rem !important;
}
.boot-new .pb-5 {
  padding-bottom: 3rem !important;
}
.boot-new .ps-0 {
  padding-left: 0 !important;
}
.boot-new .ps-1 {
  padding-left: 0.25rem !important;
}
.boot-new .ps-2 {
  padding-left: 0.5rem !important;
}
.boot-new .ps-3 {
  padding-left: 1rem !important;
}
.boot-new .ps-4 {
  padding-left: 1.5rem !important;
}
.boot-new .ps-5 {
  padding-left: 3rem !important;
}
.boot-new .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.boot-new .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.boot-new .fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.boot-new .fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.boot-new .fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.boot-new .fs-5 {
  font-size: 1.25rem !important;
}
.boot-new .fs-6 {
  font-size: 1rem !important;
}
.boot-new .fst-italic {
  font-style: italic !important;
}
.boot-new .fst-normal {
  font-style: normal !important;
}
.boot-new .fw-light {
  font-weight: 300 !important;
}
.boot-new .fw-lighter {
  font-weight: lighter !important;
}
.boot-new .fw-normal {
  font-weight: 400 !important;
}
.boot-new .bonuses__btn, .boot-new .form-city__date, .boot-new .form-city__event-title, .boot-new .form-city__time, .boot-new .form-nav__button, .boot-new .form__title, .boot-new .fw-bold {
  font-weight: 700 !important;
}
.boot-new .fw-bolder {
  font-weight: bolder !important;
}
.boot-new .form-nav__button, .boot-new .lh-1 {
  line-height: 1 !important;
}
.boot-new .lh-sm {
  line-height: 1.25 !important;
}
.boot-new .lh-base {
  line-height: 1.5 !important;
}
.boot-new .lh-lg {
  line-height: 2 !important;
}
.boot-new .text-start {
  text-align: left !important;
}
.boot-new .text-end {
  text-align: right !important;
}
.boot-new .bonuses__price, .boot-new .bonuses__text p, .boot-new .bonuses__title, .boot-new .form-city__date, .boot-new .form-city__name, .boot-new .form-city__time, .boot-new .form__number-button, .boot-new .form__price, .boot-new .form__title, .boot-new .form__tooltip, .boot-new .text-center {
  text-align: center !important;
}
.boot-new .form-city__link, .boot-new .form__tooltip-btn, .boot-new .text-decoration-none {
  text-decoration: none !important;
}
.boot-new .text-decoration-underline {
  text-decoration: underline !important;
}
.boot-new .text-decoration-line-through {
  text-decoration: line-through !important;
}
.boot-new .text-lowercase {
  text-transform: lowercase !important;
}
.boot-new .form-city__link, .boot-new .text-uppercase {
  text-transform: uppercase !important;
}
.boot-new .text-capitalize {
  text-transform: capitalize !important;
}
.boot-new .text-wrap {
  white-space: normal !important;
}
.boot-new .text-nowrap {
  white-space: nowrap !important;
}
.boot-new .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.boot-new .form-city__link, .boot-new .required, .boot-new .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb)) !important;
}
.boot-new .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb)) !important;
}
.boot-new .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb)) !important;
}
.boot-new .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb)) !important;
}
.boot-new .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb)) !important;
}
.boot-new .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb)) !important;
}
.boot-new .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb)) !important;
}
.boot-new .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb)) !important;
}
.boot-new .form__tooltip-text, .boot-new .form__tooltip-title, .boot-new .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb)) !important;
}
.boot-new .bonuses__btn, .boot-new .bonuses__title, .boot-new .form-nav__button.active, .boot-new .form-slider__nav .slick-current .form-nav__button, .boot-new .form__title, .boot-new .form__tooltip, .boot-new .form__tooltip-btn, .boot-new .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb)) !important;
}
.boot-new .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb)) !important;
}
.boot-new .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.boot-new .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.boot-new .text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.boot-new .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.boot-new .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.boot-new .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.boot-new .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.boot-new .text-opacity-100 {
  --bs-text-opacity: 1;
}
.boot-new .bg-primary, .boot-new .bonuses__btn, .boot-new .bonuses__title, .boot-new .bonuses__title-col--bg, .boot-new .form-city__link:after, .boot-new .form-city__wrap, .boot-new .form__tooltip-btn {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb)) !important;
}
.boot-new .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb)) !important;
}
.boot-new .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb)) !important;
}
.boot-new .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb)) !important;
}
.boot-new .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb)) !important;
}
.boot-new .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb)) !important;
}
.boot-new .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb)) !important;
}
.boot-new .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb)) !important;
}
.boot-new .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb)) !important;
}
.boot-new .bg-white, .boot-new .form__button, .boot-new .form__input-label, .boot-new .form__number-button, .boot-new .form__tooltip-wrap {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb)) !important;
}
.boot-new .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb)) !important;
}
.boot-new .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.boot-new .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.boot-new .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.boot-new .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.boot-new .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.boot-new .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.boot-new .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.boot-new .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.boot-new .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.boot-new .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.boot-new .form__input-label, .boot-new .pe-none {
  pointer-events: none !important;
}
.boot-new .pe-auto {
  pointer-events: auto !important;
}
.boot-new .rounded {
  border-radius: 0.25rem !important;
}
.boot-new .form__input, .boot-new .rounded-0 {
  border-radius: 0 !important;
}
.boot-new .rounded-1 {
  border-radius: 0.2rem !important;
}
.boot-new .rounded-2 {
  border-radius: 0.25rem !important;
}
.boot-new .rounded-3 {
  border-radius: 0.3rem !important;
}
.boot-new .form__tooltip, .boot-new .rounded-circle {
  border-radius: 50% !important;
}
.boot-new .rounded-pill {
  border-radius: 50rem !important;
}
.boot-new .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.boot-new .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.boot-new .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.boot-new .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.boot-new .form__tooltip:hover .form__tooltip-wrap, .boot-new .visible {
  visibility: visible !important;
}
.boot-new .form__tooltip-wrap, .boot-new .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .boot-new .float-sm-start {
    float: left !important;
  }
  .boot-new .float-sm-end {
    float: right !important;
  }
  .boot-new .float-sm-none {
    float: none !important;
  }
  .boot-new .d-sm-inline {
    display: inline !important;
  }
  .boot-new .d-sm-inline-block {
    display: inline-block !important;
  }
  .boot-new .d-sm-block {
    display: block !important;
  }
  .boot-new .d-sm-grid {
    display: grid !important;
  }
  .boot-new .d-sm-table {
    display: table !important;
  }
  .boot-new .d-sm-table-row {
    display: table-row !important;
  }
  .boot-new .d-sm-table-cell {
    display: table-cell !important;
  }
  .boot-new .d-sm-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .boot-new .d-sm-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .boot-new .d-sm-none {
    display: none !important;
  }
  .boot-new .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .boot-new .flex-sm-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .boot-new .flex-sm-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .boot-new .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .boot-new .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .boot-new .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .boot-new .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .boot-new .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .boot-new .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .boot-new .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .boot-new .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .boot-new .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .boot-new .gap-sm-0 {
    gap: 0 !important;
  }
  .boot-new .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .boot-new .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .boot-new .gap-sm-3 {
    gap: 1rem !important;
  }
  .boot-new .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .boot-new .gap-sm-5 {
    gap: 3rem !important;
  }
  .boot-new .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .boot-new .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .boot-new .justify-content-sm-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .boot-new .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .boot-new .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .boot-new .justify-content-sm-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .boot-new .align-items-sm-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .boot-new .align-items-sm-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .boot-new .align-items-sm-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .boot-new .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .boot-new .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .boot-new .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .boot-new .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .boot-new .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .boot-new .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .boot-new .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .boot-new .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .boot-new .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .boot-new .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .boot-new .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .boot-new .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .boot-new .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .boot-new .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .boot-new .order-sm-first {
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .boot-new .order-sm-0 {
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .boot-new .order-sm-1 {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .boot-new .order-sm-2 {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .boot-new .order-sm-3 {
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .boot-new .order-sm-4 {
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .boot-new .order-sm-5 {
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .boot-new .order-sm-last {
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .boot-new .m-sm-0 {
    margin: 0 !important;
  }
  .boot-new .m-sm-1 {
    margin: 0.25rem !important;
  }
  .boot-new .m-sm-2 {
    margin: 0.5rem !important;
  }
  .boot-new .m-sm-3 {
    margin: 1rem !important;
  }
  .boot-new .m-sm-4 {
    margin: 1.5rem !important;
  }
  .boot-new .m-sm-5 {
    margin: 3rem !important;
  }
  .boot-new .m-sm-auto {
    margin: auto !important;
  }
  .boot-new .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .boot-new .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .boot-new .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .boot-new .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .boot-new .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .boot-new .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .boot-new .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .boot-new .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .boot-new .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .boot-new .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .boot-new .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .boot-new .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .boot-new .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .boot-new .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .boot-new .mt-sm-0 {
    margin-top: 0 !important;
  }
  .boot-new .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .boot-new .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .boot-new .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .boot-new .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .boot-new .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .boot-new .mt-sm-auto {
    margin-top: auto !important;
  }
  .boot-new .me-sm-0 {
    margin-right: 0 !important;
  }
  .boot-new .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .boot-new .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .boot-new .me-sm-3 {
    margin-right: 1rem !important;
  }
  .boot-new .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .boot-new .me-sm-5 {
    margin-right: 3rem !important;
  }
  .boot-new .me-sm-auto {
    margin-right: auto !important;
  }
  .boot-new .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .boot-new .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .boot-new .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .boot-new .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .boot-new .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .boot-new .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .boot-new .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .boot-new .ms-sm-0 {
    margin-left: 0 !important;
  }
  .boot-new .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .boot-new .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .boot-new .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .boot-new .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .boot-new .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .boot-new .ms-sm-auto {
    margin-left: auto !important;
  }
  .boot-new .p-sm-0 {
    padding: 0 !important;
  }
  .boot-new .p-sm-1 {
    padding: 0.25rem !important;
  }
  .boot-new .p-sm-2 {
    padding: 0.5rem !important;
  }
  .boot-new .p-sm-3 {
    padding: 1rem !important;
  }
  .boot-new .p-sm-4 {
    padding: 1.5rem !important;
  }
  .boot-new .p-sm-5 {
    padding: 3rem !important;
  }
  .boot-new .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .boot-new .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .boot-new .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .boot-new .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .boot-new .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .boot-new .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .boot-new .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .boot-new .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .boot-new .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .boot-new .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .boot-new .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .boot-new .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .boot-new .pt-sm-0 {
    padding-top: 0 !important;
  }
  .boot-new .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .boot-new .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .boot-new .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .boot-new .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .boot-new .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .boot-new .pe-sm-0 {
    padding-right: 0 !important;
  }
  .boot-new .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .boot-new .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .boot-new .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .boot-new .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .boot-new .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .boot-new .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .boot-new .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .boot-new .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .boot-new .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .boot-new .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .boot-new .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .boot-new .ps-sm-0 {
    padding-left: 0 !important;
  }
  .boot-new .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .boot-new .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .boot-new .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .boot-new .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .boot-new .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .boot-new .text-sm-start {
    text-align: left !important;
  }
  .boot-new .text-sm-end {
    text-align: right !important;
  }
  .boot-new .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .boot-new .float-md-start {
    float: left !important;
  }
  .boot-new .float-md-end {
    float: right !important;
  }
  .boot-new .float-md-none {
    float: none !important;
  }
  .boot-new .d-md-inline {
    display: inline !important;
  }
  .boot-new .d-md-inline-block {
    display: inline-block !important;
  }
  .boot-new .d-md-block {
    display: block !important;
  }
  .boot-new .d-md-grid {
    display: grid !important;
  }
  .boot-new .d-md-table {
    display: table !important;
  }
  .boot-new .d-md-table-row {
    display: table-row !important;
  }
  .boot-new .d-md-table-cell {
    display: table-cell !important;
  }
  .boot-new .d-md-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .boot-new .d-md-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .boot-new .d-md-none {
    display: none !important;
  }
  .boot-new .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .boot-new .flex-md-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .boot-new .flex-md-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .boot-new .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .boot-new .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .boot-new .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .boot-new .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .boot-new .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .boot-new .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .boot-new .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .boot-new .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .boot-new .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .boot-new .gap-md-0 {
    gap: 0 !important;
  }
  .boot-new .gap-md-1 {
    gap: 0.25rem !important;
  }
  .boot-new .gap-md-2 {
    gap: 0.5rem !important;
  }
  .boot-new .gap-md-3 {
    gap: 1rem !important;
  }
  .boot-new .gap-md-4 {
    gap: 1.5rem !important;
  }
  .boot-new .gap-md-5 {
    gap: 3rem !important;
  }
  .boot-new .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .boot-new .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .boot-new .justify-content-md-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .boot-new .justify-content-md-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .boot-new .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .boot-new .justify-content-md-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .boot-new .align-items-md-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .boot-new .align-items-md-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .boot-new .align-items-md-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .boot-new .align-items-md-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .boot-new .align-items-md-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .boot-new .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .boot-new .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .boot-new .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .boot-new .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .boot-new .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .boot-new .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .boot-new .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .boot-new .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .boot-new .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .boot-new .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .boot-new .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .boot-new .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .boot-new .order-md-first {
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .boot-new .order-md-0 {
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .boot-new .order-md-1 {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .boot-new .order-md-2 {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .boot-new .order-md-3 {
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .boot-new .order-md-4 {
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .boot-new .order-md-5 {
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .boot-new .order-md-last {
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .boot-new .m-md-0 {
    margin: 0 !important;
  }
  .boot-new .m-md-1 {
    margin: 0.25rem !important;
  }
  .boot-new .m-md-2 {
    margin: 0.5rem !important;
  }
  .boot-new .m-md-3 {
    margin: 1rem !important;
  }
  .boot-new .m-md-4 {
    margin: 1.5rem !important;
  }
  .boot-new .m-md-5 {
    margin: 3rem !important;
  }
  .boot-new .m-md-auto {
    margin: auto !important;
  }
  .boot-new .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .boot-new .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .boot-new .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .boot-new .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .boot-new .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .boot-new .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .boot-new .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .boot-new .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .boot-new .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .boot-new .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .boot-new .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .boot-new .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .boot-new .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .boot-new .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .boot-new .mt-md-0 {
    margin-top: 0 !important;
  }
  .boot-new .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .boot-new .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .boot-new .mt-md-3 {
    margin-top: 1rem !important;
  }
  .boot-new .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .boot-new .mt-md-5 {
    margin-top: 3rem !important;
  }
  .boot-new .mt-md-auto {
    margin-top: auto !important;
  }
  .boot-new .me-md-0 {
    margin-right: 0 !important;
  }
  .boot-new .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .boot-new .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .boot-new .me-md-3 {
    margin-right: 1rem !important;
  }
  .boot-new .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .boot-new .me-md-5 {
    margin-right: 3rem !important;
  }
  .boot-new .me-md-auto {
    margin-right: auto !important;
  }
  .boot-new .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .boot-new .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .boot-new .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .boot-new .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .boot-new .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .boot-new .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .boot-new .mb-md-auto {
    margin-bottom: auto !important;
  }
  .boot-new .ms-md-0 {
    margin-left: 0 !important;
  }
  .boot-new .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .boot-new .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .boot-new .ms-md-3 {
    margin-left: 1rem !important;
  }
  .boot-new .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .boot-new .ms-md-5 {
    margin-left: 3rem !important;
  }
  .boot-new .ms-md-auto {
    margin-left: auto !important;
  }
  .boot-new .p-md-0 {
    padding: 0 !important;
  }
  .boot-new .p-md-1 {
    padding: 0.25rem !important;
  }
  .boot-new .p-md-2 {
    padding: 0.5rem !important;
  }
  .boot-new .p-md-3 {
    padding: 1rem !important;
  }
  .boot-new .p-md-4 {
    padding: 1.5rem !important;
  }
  .boot-new .p-md-5 {
    padding: 3rem !important;
  }
  .boot-new .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .boot-new .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .boot-new .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .boot-new .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .boot-new .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .boot-new .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .boot-new .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .boot-new .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .boot-new .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .boot-new .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .boot-new .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .boot-new .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .boot-new .pt-md-0 {
    padding-top: 0 !important;
  }
  .boot-new .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .boot-new .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .boot-new .pt-md-3 {
    padding-top: 1rem !important;
  }
  .boot-new .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .boot-new .pt-md-5 {
    padding-top: 3rem !important;
  }
  .boot-new .pe-md-0 {
    padding-right: 0 !important;
  }
  .boot-new .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .boot-new .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .boot-new .pe-md-3 {
    padding-right: 1rem !important;
  }
  .boot-new .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .boot-new .pe-md-5 {
    padding-right: 3rem !important;
  }
  .boot-new .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .boot-new .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .boot-new .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .boot-new .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .boot-new .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .boot-new .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .boot-new .ps-md-0 {
    padding-left: 0 !important;
  }
  .boot-new .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .boot-new .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .boot-new .ps-md-3 {
    padding-left: 1rem !important;
  }
  .boot-new .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .boot-new .ps-md-5 {
    padding-left: 3rem !important;
  }
  .boot-new .text-md-start {
    text-align: left !important;
  }
  .boot-new .text-md-end {
    text-align: right !important;
  }
  .boot-new .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .boot-new .float-lg-start {
    float: left !important;
  }
  .boot-new .float-lg-end {
    float: right !important;
  }
  .boot-new .float-lg-none {
    float: none !important;
  }
  .boot-new .d-lg-inline {
    display: inline !important;
  }
  .boot-new .d-lg-inline-block {
    display: inline-block !important;
  }
  .boot-new .d-lg-block {
    display: block !important;
  }
  .boot-new .d-lg-grid {
    display: grid !important;
  }
  .boot-new .d-lg-table {
    display: table !important;
  }
  .boot-new .d-lg-table-row {
    display: table-row !important;
  }
  .boot-new .d-lg-table-cell {
    display: table-cell !important;
  }
  .boot-new .d-lg-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .boot-new .d-lg-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .boot-new .d-lg-none {
    display: none !important;
  }
  .boot-new .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .boot-new .flex-lg-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .boot-new .flex-lg-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .boot-new .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .boot-new .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .boot-new .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .boot-new .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .boot-new .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .boot-new .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .boot-new .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .boot-new .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .boot-new .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .boot-new .gap-lg-0 {
    gap: 0 !important;
  }
  .boot-new .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .boot-new .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .boot-new .gap-lg-3 {
    gap: 1rem !important;
  }
  .boot-new .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .boot-new .gap-lg-5 {
    gap: 3rem !important;
  }
  .boot-new .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .boot-new .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .boot-new .justify-content-lg-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .boot-new .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .boot-new .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .boot-new .justify-content-lg-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .boot-new .align-items-lg-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .boot-new .align-items-lg-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .boot-new .align-items-lg-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .boot-new .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .boot-new .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .boot-new .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .boot-new .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .boot-new .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .boot-new .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .boot-new .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .boot-new .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .boot-new .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .boot-new .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .boot-new .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .boot-new .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .boot-new .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .boot-new .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .boot-new .order-lg-first {
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .boot-new .order-lg-0 {
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .boot-new .order-lg-1 {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .boot-new .order-lg-2 {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .boot-new .order-lg-3 {
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .boot-new .order-lg-4 {
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .boot-new .order-lg-5 {
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .boot-new .order-lg-last {
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .boot-new .m-lg-0 {
    margin: 0 !important;
  }
  .boot-new .m-lg-1 {
    margin: 0.25rem !important;
  }
  .boot-new .m-lg-2 {
    margin: 0.5rem !important;
  }
  .boot-new .m-lg-3 {
    margin: 1rem !important;
  }
  .boot-new .m-lg-4 {
    margin: 1.5rem !important;
  }
  .boot-new .m-lg-5 {
    margin: 3rem !important;
  }
  .boot-new .m-lg-auto {
    margin: auto !important;
  }
  .boot-new .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .boot-new .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .boot-new .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .boot-new .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .boot-new .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .boot-new .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .boot-new .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .boot-new .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .boot-new .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .boot-new .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .boot-new .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .boot-new .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .boot-new .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .boot-new .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .boot-new .mt-lg-0 {
    margin-top: 0 !important;
  }
  .boot-new .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .boot-new .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .boot-new .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .boot-new .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .boot-new .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .boot-new .mt-lg-auto {
    margin-top: auto !important;
  }
  .boot-new .me-lg-0 {
    margin-right: 0 !important;
  }
  .boot-new .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .boot-new .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .boot-new .me-lg-3 {
    margin-right: 1rem !important;
  }
  .boot-new .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .boot-new .me-lg-5 {
    margin-right: 3rem !important;
  }
  .boot-new .me-lg-auto {
    margin-right: auto !important;
  }
  .boot-new .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .boot-new .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .boot-new .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .boot-new .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .boot-new .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .boot-new .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .boot-new .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .boot-new .ms-lg-0 {
    margin-left: 0 !important;
  }
  .boot-new .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .boot-new .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .boot-new .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .boot-new .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .boot-new .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .boot-new .ms-lg-auto {
    margin-left: auto !important;
  }
  .boot-new .p-lg-0 {
    padding: 0 !important;
  }
  .boot-new .p-lg-1 {
    padding: 0.25rem !important;
  }
  .boot-new .p-lg-2 {
    padding: 0.5rem !important;
  }
  .boot-new .p-lg-3 {
    padding: 1rem !important;
  }
  .boot-new .p-lg-4 {
    padding: 1.5rem !important;
  }
  .boot-new .p-lg-5 {
    padding: 3rem !important;
  }
  .boot-new .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .boot-new .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .boot-new .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .boot-new .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .boot-new .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .boot-new .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .boot-new .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .boot-new .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .boot-new .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .boot-new .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .boot-new .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .boot-new .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .boot-new .pt-lg-0 {
    padding-top: 0 !important;
  }
  .boot-new .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .boot-new .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .boot-new .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .boot-new .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .boot-new .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .boot-new .pe-lg-0 {
    padding-right: 0 !important;
  }
  .boot-new .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .boot-new .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .boot-new .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .boot-new .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .boot-new .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .boot-new .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .boot-new .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .boot-new .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .boot-new .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .boot-new .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .boot-new .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .boot-new .ps-lg-0 {
    padding-left: 0 !important;
  }
  .boot-new .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .boot-new .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .boot-new .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .boot-new .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .boot-new .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .boot-new .text-lg-start {
    text-align: left !important;
  }
  .boot-new .text-lg-end {
    text-align: right !important;
  }
  .boot-new .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .boot-new .float-xl-start {
    float: left !important;
  }
  .boot-new .float-xl-end {
    float: right !important;
  }
  .boot-new .float-xl-none {
    float: none !important;
  }
  .boot-new .d-xl-inline {
    display: inline !important;
  }
  .boot-new .d-xl-inline-block {
    display: inline-block !important;
  }
  .boot-new .bonuses--small:after, .boot-new .d-xl-block {
    display: block !important;
  }
  .boot-new .d-xl-grid {
    display: grid !important;
  }
  .boot-new .d-xl-table {
    display: table !important;
  }
  .boot-new .d-xl-table-row {
    display: table-row !important;
  }
  .boot-new .d-xl-table-cell {
    display: table-cell !important;
  }
  .boot-new .d-xl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .boot-new .d-xl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .boot-new .d-xl-none, .boot-new .form-city {
    display: none !important;
  }
  .boot-new .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .boot-new .flex-xl-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .boot-new .flex-xl-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .boot-new .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .boot-new .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .boot-new .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .boot-new .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .boot-new .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .boot-new .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .boot-new .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .boot-new .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .boot-new .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .boot-new .gap-xl-0 {
    gap: 0 !important;
  }
  .boot-new .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .boot-new .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .boot-new .gap-xl-3 {
    gap: 1rem !important;
  }
  .boot-new .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .boot-new .gap-xl-5 {
    gap: 3rem !important;
  }
  .boot-new .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .boot-new .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .boot-new .justify-content-xl-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .boot-new .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .boot-new .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .boot-new .justify-content-xl-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .boot-new .align-items-xl-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .boot-new .align-items-xl-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .boot-new .align-items-xl-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .boot-new .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .boot-new .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .boot-new .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .boot-new .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .boot-new .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .boot-new .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .boot-new .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .boot-new .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .boot-new .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .boot-new .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .boot-new .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .boot-new .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .boot-new .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .boot-new .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .boot-new .order-xl-first {
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .boot-new .order-xl-0 {
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .boot-new .order-xl-1 {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .boot-new .order-xl-2 {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .boot-new .order-xl-3 {
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .boot-new .order-xl-4 {
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .boot-new .order-xl-5 {
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .boot-new .order-xl-last {
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .boot-new .m-xl-0 {
    margin: 0 !important;
  }
  .boot-new .m-xl-1 {
    margin: 0.25rem !important;
  }
  .boot-new .m-xl-2 {
    margin: 0.5rem !important;
  }
  .boot-new .m-xl-3 {
    margin: 1rem !important;
  }
  .boot-new .m-xl-4 {
    margin: 1.5rem !important;
  }
  .boot-new .m-xl-5 {
    margin: 3rem !important;
  }
  .boot-new .m-xl-auto {
    margin: auto !important;
  }
  .boot-new .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .boot-new .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .boot-new .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .boot-new .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .boot-new .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .boot-new .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .boot-new .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .boot-new .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .boot-new .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .boot-new .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .boot-new .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .boot-new .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .boot-new .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .boot-new .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .boot-new .mt-xl-0 {
    margin-top: 0 !important;
  }
  .boot-new .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .boot-new .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .boot-new .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .boot-new .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .boot-new .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .boot-new .mt-xl-auto {
    margin-top: auto !important;
  }
  .boot-new .me-xl-0 {
    margin-right: 0 !important;
  }
  .boot-new .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .boot-new .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .boot-new .me-xl-3 {
    margin-right: 1rem !important;
  }
  .boot-new .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .boot-new .me-xl-5 {
    margin-right: 3rem !important;
  }
  .boot-new .me-xl-auto {
    margin-right: auto !important;
  }
  .boot-new .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .boot-new .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .boot-new .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .boot-new .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .boot-new .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .boot-new .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .boot-new .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .boot-new .ms-xl-0 {
    margin-left: 0 !important;
  }
  .boot-new .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .boot-new .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .boot-new .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .boot-new .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .boot-new .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .boot-new .ms-xl-auto {
    margin-left: auto !important;
  }
  .boot-new .p-xl-0 {
    padding: 0 !important;
  }
  .boot-new .p-xl-1 {
    padding: 0.25rem !important;
  }
  .boot-new .p-xl-2 {
    padding: 0.5rem !important;
  }
  .boot-new .p-xl-3 {
    padding: 1rem !important;
  }
  .boot-new .p-xl-4 {
    padding: 1.5rem !important;
  }
  .boot-new .p-xl-5 {
    padding: 3rem !important;
  }
  .boot-new .form-city__date, .boot-new .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .boot-new .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .boot-new .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .boot-new .bonuses__title, .boot-new .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .boot-new .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .boot-new .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .boot-new .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .boot-new .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .boot-new .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .boot-new .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .boot-new .form-city__wrap, .boot-new .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .boot-new .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .boot-new .pt-xl-0 {
    padding-top: 0 !important;
  }
  .boot-new .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .boot-new .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .boot-new .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .boot-new .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .boot-new .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .boot-new .pe-xl-0 {
    padding-right: 0 !important;
  }
  .boot-new .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .boot-new .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .boot-new .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .boot-new .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .boot-new .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .boot-new .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .boot-new .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .boot-new .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .boot-new .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .boot-new .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .boot-new .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .boot-new .ps-xl-0 {
    padding-left: 0 !important;
  }
  .boot-new .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .boot-new .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .boot-new .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .boot-new .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .boot-new .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .boot-new .text-xl-start {
    text-align: left !important;
  }
  .boot-new .text-xl-end {
    text-align: right !important;
  }
  .boot-new .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .boot-new .float-xxl-start {
    float: left !important;
  }
  .boot-new .float-xxl-end {
    float: right !important;
  }
  .boot-new .float-xxl-none {
    float: none !important;
  }
  .boot-new .d-xxl-inline {
    display: inline !important;
  }
  .boot-new .d-xxl-inline-block {
    display: inline-block !important;
  }
  .boot-new .d-xxl-block {
    display: block !important;
  }
  .boot-new .d-xxl-grid {
    display: grid !important;
  }
  .boot-new .d-xxl-table {
    display: table !important;
  }
  .boot-new .d-xxl-table-row {
    display: table-row !important;
  }
  .boot-new .d-xxl-table-cell {
    display: table-cell !important;
  }
  .boot-new .d-xxl-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .boot-new .d-xxl-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .boot-new .d-xxl-none {
    display: none !important;
  }
  .boot-new .flex-xxl-fill {
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .boot-new .flex-xxl-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .boot-new .flex-xxl-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .boot-new .flex-xxl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .boot-new .flex-xxl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .boot-new .flex-xxl-grow-0 {
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .boot-new .flex-xxl-grow-1 {
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .boot-new .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .boot-new .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .boot-new .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .boot-new .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .boot-new .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .boot-new .gap-xxl-0 {
    gap: 0 !important;
  }
  .boot-new .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .boot-new .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .boot-new .gap-xxl-3 {
    gap: 1rem !important;
  }
  .boot-new .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .boot-new .gap-xxl-5 {
    gap: 3rem !important;
  }
  .boot-new .justify-content-xxl-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .boot-new .justify-content-xxl-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .boot-new .justify-content-xxl-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .boot-new .justify-content-xxl-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .boot-new .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .boot-new .justify-content-xxl-evenly {
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .boot-new .align-items-xxl-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .boot-new .align-items-xxl-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .boot-new .align-items-xxl-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .boot-new .align-items-xxl-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .boot-new .align-items-xxl-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .boot-new .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .boot-new .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .boot-new .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .boot-new .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .boot-new .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .boot-new .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .boot-new .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .boot-new .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .boot-new .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .boot-new .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .boot-new .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .boot-new .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .boot-new .order-xxl-first {
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .boot-new .order-xxl-0 {
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .boot-new .order-xxl-1 {
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .boot-new .order-xxl-2 {
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .boot-new .order-xxl-3 {
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .boot-new .order-xxl-4 {
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .boot-new .order-xxl-5 {
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .boot-new .order-xxl-last {
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .boot-new .m-xxl-0 {
    margin: 0 !important;
  }
  .boot-new .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .boot-new .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .boot-new .m-xxl-3 {
    margin: 1rem !important;
  }
  .boot-new .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .boot-new .m-xxl-5 {
    margin: 3rem !important;
  }
  .boot-new .m-xxl-auto {
    margin: auto !important;
  }
  .boot-new .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .boot-new .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .boot-new .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .boot-new .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .boot-new .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .boot-new .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .boot-new .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .boot-new .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .boot-new .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .boot-new .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .boot-new .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .boot-new .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .boot-new .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .boot-new .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .boot-new .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .boot-new .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .boot-new .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .boot-new .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .boot-new .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .boot-new .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .boot-new .mt-xxl-auto {
    margin-top: auto !important;
  }
  .boot-new .me-xxl-0 {
    margin-right: 0 !important;
  }
  .boot-new .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .boot-new .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .boot-new .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .boot-new .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .boot-new .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .boot-new .me-xxl-auto {
    margin-right: auto !important;
  }
  .boot-new .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .boot-new .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .boot-new .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .boot-new .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .boot-new .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .boot-new .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .boot-new .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .boot-new .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .boot-new .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .boot-new .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .boot-new .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .boot-new .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .boot-new .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .boot-new .ms-xxl-auto {
    margin-left: auto !important;
  }
  .boot-new .p-xxl-0 {
    padding: 0 !important;
  }
  .boot-new .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .boot-new .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .boot-new .p-xxl-3 {
    padding: 1rem !important;
  }
  .boot-new .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .boot-new .p-xxl-5 {
    padding: 3rem !important;
  }
  .boot-new .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .boot-new .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .boot-new .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .boot-new .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .boot-new .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .boot-new .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .boot-new .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .boot-new .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .boot-new .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .boot-new .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .boot-new .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .boot-new .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .boot-new .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .boot-new .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .boot-new .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .boot-new .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .boot-new .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .boot-new .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .boot-new .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .boot-new .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .boot-new .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .boot-new .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .boot-new .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .boot-new .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .boot-new .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .boot-new .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .boot-new .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .boot-new .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .boot-new .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .boot-new .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .boot-new .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .boot-new .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .boot-new .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .boot-new .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .boot-new .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .boot-new .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .boot-new .text-xxl-start {
    text-align: left !important;
  }
  .boot-new .text-xxl-end {
    text-align: right !important;
  }
  .boot-new .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .boot-new .fs-1 {
    font-size: 2.5rem !important;
  }
  .boot-new .fs-2 {
    font-size: 2rem !important;
  }
  .boot-new .fs-3 {
    font-size: 1.75rem !important;
  }
  .boot-new .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .boot-new .d-print-inline {
    display: inline !important;
  }
  .boot-new .d-print-inline-block {
    display: inline-block !important;
  }
  .boot-new .d-print-block {
    display: block !important;
  }
  .boot-new .d-print-grid {
    display: grid !important;
  }
  .boot-new .d-print-table {
    display: table !important;
  }
  .boot-new .d-print-table-row {
    display: table-row !important;
  }
  .boot-new .d-print-table-cell {
    display: table-cell !important;
  }
  .boot-new .d-print-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .boot-new .d-print-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .boot-new .d-print-none {
    display: none !important;
  }
}
.boot-new body {
  font-family: Lato, sans-serif;
}
.boot-new .form__price, .boot-new .fw-black {
  font-weight: 900;
}
@media (max-width: 1199.98px) {
    .boot-new .form {
        overflow-x: hidden;
    }
  .boot-new .form {
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .boot-new .form--main {
    padding-right: 0;
    padding-left: 0;
  }
}
.boot-new .form__number {
  padding-left: 4px;
  width: 22px;
  -moz-appearance: textfield;
}
.boot-new .form__number::-webkit-inner-spin-button, .boot-new .form__number::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.boot-new .form__number-wrap {
  height: 22px;
}
.boot-new .form__number-button {
  line-height: 1;
  width: 15px;
}
.boot-new .form--lp .form-city__event-wrap {
  padding-right: 12px;
  padding-left: 16px;
}
@media (max-width: 1199.98px) {
  .boot-new .form--lp .form-city__event-wrap-tick {
    border-color: #f2f2f2;
  }
}
@media (max-width: 1199.98px) {
  .boot-new .form--lp .form-city__event-wrap--br {
    border-top: 1px solid #333;
  }
}
@media (max-width: 1199.98px) {
  .boot-new .form--lp .form-city__col + .form-city__event-wrap--br {
    border-top: none;
  }
}
.boot-new .form--lp .form__check-tick {
    vertical-align: bottom;
}
@media (min-width: 1200px) {
    .boot-new .form--lp .form__check-tick {
        vertical-align: text-bottom;
      }
}

.boot-new .form__checkbox:checked + .form__check-tick {
  background-image: url("../img/tick.svg");
}
.boot-new .form__label {
  font-size: 14px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .boot-new .form__label {
    font-size: 18px;
  }
}
.boot-new .form__label-wrap {
  margin-bottom: 12px;
}
.boot-new .form__check-tick {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  margin-right: 5px;
  border: 1px solid #333;
  width: 22px;
  height: 22px;
  vertical-align: text-bottom;
}
.boot-new .form__check-tick--big {
  width: 23px;
  height: 23px;
}
.boot-new .form-slider__nav {
  max-width: 320px;
}
.boot-new .form-slider__nav .slick-current .form-nav__button {
  background-color: #ee312f;
}
.boot-new .form-slider__nav .slick-arrow {
  border-radius: 100%;
  background-color: #ff0;
  z-index: 1;
  width: 38px;
  height: 38px;
  font-size: 0;
}
.boot-new .form-slider__nav .slick-arrow::after {
  position: absolute;
  font-size: 41px;
  content: ">";
}
.boot-new .form-slider__nav .slick-prev {
  left: 5px;
}
.boot-new .form-slider__nav .slick-prev:after {
  content: "<";
}
.boot-new .form-slider__nav .slick-next {
  right: 5px;
}
.boot-new .form-nav__button {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f6f6f6;
  padding-bottom: 7px;
  width: 182px;
  height: 184px;
  font-size: 18px;
}
.boot-new .form-nav__button:before {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 146px;
  height: 107px;
  content: "";
}
.boot-new .form-nav__button.active {
  background-color: #ee312f;
}
.boot-new .form-nav__button--online:before {
  background-image: url("../img/online.png");
}
.boot-new .form-nav__button--poznań:before {
  background-image: url("../img/poznan.png");
}
.boot-new .form-nav__button--warszawa:before {
  background-image: url("../img/warszawa.png");
}
.boot-new .form-nav__button--wrocław:before {
  background-image: url("../img/wroclaw.png");
}
.boot-new .form-nav__button--gdańsk:before {
  background-image: url("../img/gdansk1.png");
}
.boot-new .form-nav__button--katowice:before {
  background-image: url("../img/katowice.png");
}
.boot-new .form-nav__button--kraków:before {
  background-image: url("../img/krakow.png");
}
@media (min-width: 1200px) {
  .boot-new .form__price {
    border-right: 10px solid #ee312f;
    border-left: 10px solid #ee312f;
  }
}
@media (max-width: 1199.98px) {
  .boot-new .form-city {
    display: none;
  }
}
@media (min-width: 1200px) {
  .boot-new .form-city {
    border-right: 10px solid #ee312f;
    border-left: 10px solid #ee312f;
  }
}
.boot-new .form-city__name {
  font-size: 24px;
  line-height: 1.2;
}
.boot-new .form-city__date {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media (max-width: 1199.98px) {
  .boot-new .form-city__date {
    background-color: #ff0;
    margin-top: 5px;
  }
}
.boot-new .form-city__time {
  line-height: 1.2;
  font-size: 18px;
}
.boot-new .form-city__time--big {
  font-size: 30px;
}
.boot-new .form-city__time-wrap {
  background-color: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .boot-new .form-city__time-wrap {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .boot-new .form-city__time-wrap + .form-city__event-wrap-tick {
    border-top: none;
  }
}
.boot-new .form-city__event-name {
  width: 100%;
}
@media (min-width: 1200px) {
  .boot-new .form-city__event-name {
    width: auto;
  }
}
.boot-new .form-city__event-name-short {
  display: none;
}
.boot-new .form-city__event-price {
  font-size: 12px;
}
.boot-new .form-city__event-label {
  line-height: 1.2;
  width: 100%;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .boot-new .form-city__event-label {
    margin-top: 10px;
    margin-bottom: 0;
    width: auto;
  }
}
.boot-new .form-city__event-label .form__number-wrap {
  display: none;
  margin-right: 5px;
}
.boot-new .form-city__event-wrap {
  padding: 10px 0 5px 0;
}
@media (min-width: 1200px) {
  .boot-new .form-city__event-wrap {
    border-top: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding: 10px 0 0 3px;
    height: 157px;
  }
}
.boot-new .form-city__event-wrap-tick {
  border-top: 1px solid #000;
}
@media (min-width: 1200px) {
  .boot-new .form-city__event-wrap-tick {
    border-bottom: 1px solid;
    border-color: #f2f2f2;
  }
  .boot-new .form-city__event-wrap-tick:hover {
    box-shadow: 0 0 0 2px #ee312f;
  }
}
.boot-new .form-city__event-wrap--width {
  position: relative;
  border-top: 1px solid #f2f2f2;
  padding: 10px 15px;
  width: 100%;
}
@media (min-width: 1200px) {
  .boot-new .form-city__event-wrap--width {
    border-top: none;
    padding: 0;
    width: auto;
  }
}
.boot-new .form-city__event-wrap--height {
  padding-top: 16px;
  padding-bottom: 8px;
  height: auto;
}
.boot-new .form-city__event-title {
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  padding-right: 20px;
  padding-left: 18px;
}
@media (min-width: 1200px) {
  .boot-new .form-city__event-title {
    padding-right: 6px;
    padding-left: 2px;
    min-height: 40px;
    text-align: left;
    font-size: 16px;
  }
}
.boot-new .form-city__event-title--color {
  background-color: #ff0;
  padding-right: 5px;
  padding-left: 5px;
}
.boot-new .form-city__link {
  position: relative;
  line-height: 1.7;
  font-size: 10px;
}
@media (min-width: 1200px) {
  .boot-new .form-city__link {
    position: absolute;
    right: 12px;
    bottom: 5px;
  }
}
.boot-new .form-city__link:after {
  bottom: -2px !important;
  height: 2px;
  content: "";
}
.boot-new .form__area {
  padding-top: 43px;
  max-width: 285px;
}
@media (min-width: 1200px) {
  .boot-new .form__area {
    max-width: 390px;
  }
}
@media (min-width: 1200px) {
  .boot-new .form__area-br {
    border-right: 10px solid #ee312f;
    border-bottom: 10px solid #ee312f;
    border-left: 10px solid #ee312f;
  }
}
.boot-new .form__input {
  padding: 8.5px 10px;
  font-size: 14px;
  max-height: 40px;
}
.boot-new .form__input--textarea {
    max-height: unset;
}
.boot-new .form__input:focus {
  outline: 0;
}
.boot-new .form__input:focus + .form__input-label {
  top: 0 !important;
  -webkit-transform: none;
  transform: none;
  font-size: 10px;
}
.boot-new .form__input--width {
  max-width: 50%;
}
.boot-new .form__input-label {
  left: 8px;
  transition: 0.3s;
  margin-bottom: 0;
  padding-right: 3px;
  padding-left: 3px;
  line-height: 1.5;
  font-size: 14px;
}
.boot-new .form__input-label--top {
  top: 5px !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.boot-new .form__input--textarea:focus + .form__input-label--top {
  top: -6px !important;
}
.boot-new .form__input-wrap {
  margin-bottom: 24px;
}
.boot-new .form__error, .boot-new .form__error-bad-value, .boot-new .form__error-check {
  bottom: -15px;
  line-height: 1;
  color: #ee312f;
  font-size: 10px;
}
.boot-new .form__button.active .form__tick {
  background-image: url("../img/tick.svg");
}
.boot-new .form__tick {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  border: 1px solid #333;
  width: 23px;
  height: 23px;
  vertical-align: bottom;
}
.boot-new .form__submit {
  border: none;
  background-color: #ff0;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 8px 5px;
  line-height: 1.2;
  font-size: 19px;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .boot-new .form__submit {
    margin-top: 50px;
    padding: 5px 10px;
    font-size: 21px;
  }
}
.boot-new .form__text-small {
  font-size: 10px;
  line-height: 15px;
}
.boot-new .form__tooltip {
  margin-left: 5px;
  background-color: #707070;
  padding-top: 3px;
  width: 15px;
  height: 15px;
  line-height: 1;
  font-size: 10px;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .boot-new .form__tooltip {
    position: relative;
    top: 6px;
    padding-top: 3px;
    width: 17px;
    height: 17px;
  }
}
.boot-new .form__tooltip:hover .form__tooltip-wrap {
  opacity: 1;
}
.boot-new .form__tooltip-title {
  font-weight: 900;
  font-size: 12px;
}
.boot-new .form__tooltip-text {
  font-size: 10px;
}
.boot-new .form__tooltip-tick {
  background-image: url("../img/tick.svg");
  width: 13.9px;
}
.boot-new .form__tooltip-x {
  background-image: url("../img/x.svg");
  width: 10px;
}
.boot-new .form__tooltip-tick, .boot-new .form__tooltip-x {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
}
.boot-new .form__tooltip-wrap {
  bottom: 45px;
  transition: 0.2s all;
  z-index: 1;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding-top: 6px;
  padding-bottom: 16px;
  width: calc(100% - 10px);
  --shadowSize: 6px;
}
@media (min-width: 1200px) {
  .boot-new .form__tooltip-wrap {
    bottom: 45px;
    width: 365px;
  }
}
.boot-new .form__tooltip-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 2px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 0 var(--shadowSize) rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(-50%, 50%) rotate(496deg);
  transform: translate(-50%, 50%) rotate(496deg);
  -webkit-clip-path: polygon(calc(var(--shadowSize) * -1) calc(var(--shadowSize) * -1), calc(100% + var(--shadowSize)) calc(var(--shadowSize) * -1), calc(100% + var(--shadowSize)) calc(100% + var(--shadowSize)));
  clip-path: polygon(calc(var(--shadowSize) * -1) calc(var(--shadowSize) * -1), calc(100% + var(--shadowSize)) calc(var(--shadowSize) * -1), calc(100% + var(--shadowSize)) calc(100% + var(--shadowSize)));
}
@media (min-width: 1200px) {
  .boot-new .form__tooltip-wrap::before {
    right: 42%;
    width: 30px;
    height: 30px;
  }
}
.boot-new .form__tooltip-row {
  padding-top: 6px;
  padding-bottom: 6px;
}
.boot-new .form__tooltip-row:nth-child(even) {
  background-color: #f2f2f2;
}
.boot-new .form__tooltip-row--bg {
  background-color: #f2f2f2;
}
.boot-new .form__tooltip-btn {
  padding: 5px 7px;
  font-weight: 500;
  font-size: 10px;
}
.boot-new .has-no-value .form__error-check {
  bottom: -11px;
}
.boot-new .has-input-value + .form__input-label {
  top: 0 !important;
  -webkit-transform: none;
  transform: none;
  font-size: 10px;
}
.boot-new .bonuses {
  border-width: 0 !important;
}
.page-template-page-front .boot-new .bonuses {
    margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses {
    border-width: 10px !important;
  }
}
@media (max-width: 1199.98px) {
  .boot-new .bonuses--lp {
    max-width: 100%;
  }
}
.boot-new .bonuses--lp .bonuses__img {
  max-height: 100px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses--small {
    transition: 0.6s ease-out;
    overflow: hidden;
    max-height: 270px;
  }
}
.boot-new .bonuses--small:after {
  bottom: 0;
  z-index: 1;
  background: linear-gradient(rgba(255, 255, 255, 0.8) 0, rgba(255, 255, 255, 0.99) 100%);
  height: 60px;
  width: 100%;
  content: "";
}
.boot-new .bonuses.active {
  border-bottom: 10px solid #ee312f;
  transition: 0.6s ease-in;
  max-height: 2000px;
}
.boot-new .bonuses.active .bonuses__img {
  max-height: 100px;
}
.boot-new .bonuses__btn {
  margin-top: 30px;
  margin-bottom: 100px;
  padding: 5px 15px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}
.boot-new .bonuses__btn-slideUp {
  display: none;
}
.boot-new .bonuses__btn.active .bonuses__btn-slideUp {
  display: inline;
}
.boot-new .bonuses__select {
  padding: 10px 16px;
  width: 288px;
}
.boot-new .bonuses__select-title {
  font-weight: 700;
  font-size: 20px;
}
.boot-new .bonuses--tick {
  width: 22px;
  height: 16px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses--tick {
    width: 33px;
    height: 24px;
  }
}
.boot-new .bonuses--x {
  width: 15px;
  height: 15px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses--x {
    width: 24px;
    height: 24px;
  }
}
.boot-new .bonuses__row {
  min-height: 60px;
}
.boot-new .bonuses__row:nth-child(even) {
  background-color: #f2f2f2;
}
.boot-new .bonuses__col {
  border-left: solid #ddd 1px;
  border-right: solid #ddd 1px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses__col {
    border-width: 2px;
  }
}
.boot-new .bonuses__title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 900;
}
.boot-new .bonuses__title--small {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses__title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 32px;
  }
}
.boot-new .bonuses__title-col {
  border-left: solid #fff 1px;
  border-right: solid #fff 1px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses__title-col {
    border-width: 2px;
  }
}
.boot-new .bonuses__img {
  transition: 0.3s;
  max-height: 0;
}
.boot-new .bonuses__text {
  padding-top: 8px;
  padding-bottom: 8px;
}
.boot-new .bonuses__text p {
  font-size: 10px;
}
@media (min-width: 1200px) {
  .boot-new .bonuses__text p {
    font-size: 16px;
  }
}
.boot-new .bonuses__price {
  font-weight: 900;
}
/*# sourceMappingURL=theme.min.css.map */
.boot-new .bonuses, .boot-new .bonuses section, .boot-new .form-city, .boot-new .form__price-wrap, .boot-new .form__data-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.boot-new ul li.form-nav__item {
    margin-bottom: 0;
    padding-left: 0;
}
.boot-new .form__label-lp {
    margin-bottom: 0;
    font-size: 15px;
}
.boot-new .form-city__price {
    font-size: 16px;
    margin-bottom: 0;
}
@media (min-width: 1200px) {
    .boot-new .form__label-lp {
        font-size: 19px;
    }
    .boot-new .form-city__price {
        font-size: 18px;
        margin-bottom: 0;
    }
}
@media (max-width: 1199.98px) {
    .boot-new .form__title--small {
        font-size: 20px;
    }
    .boot-new .form__title {
        padding: 5px;
    }
}
.boot-new .form--lp .form__label-wrap {
    align-items: center;
    margin-bottom: 5px;
}
@media (min-width: 992px) {
    .boot-new .form--lp .form__label-wrap {
        /* margin-bottom: 0px; */
    }
    .boot-new .form--lp .form__check-tick {
        vertical-align: sub;
    }
}
@media (min-width: 1200px) {
    .boot-new .form--lp .form__check-tick {
        vertical-align: text-bottom;
    }
}
.form-city__link-wrap {
    line-height: .5;
    margin-bottom: 10px;
}
.boot-new .bonuses__select option[value="2544"], .boot-new .bonuses__select option[value="2516"], .boot-new .bonuses__select option[value="2515"], .boot-new .bonuses__select option[value="2533"], .boot-new .bonuses__select option[value="2531"], .boot-new .bonuses__select option[value="2519"], .boot-new .bonuses__select option[value="2514"], .boot-new .bonuses__select option[value="2513"], .boot-new .bonuses__select option[value="2483"], .boot-new .bonuses__select option[value="2509"], .boot-new .bonuses__select option[value="2518"], .boot-new .bonuses__select option[value="2507"], .boot-new .bonuses__select option[value="2506"], .boot-new .bonuses__select option[value="2505"], .boot-new .bonuses__select option[value="2511"], .boot-new .bonuses__select option[value="2510"], .boot-new .bonuses__select option[value="2502"], .boot-new .bonuses__select option[value="2501"]  {
    display: none;
}
.page-template-page-front {
    margin-top: -32px;
}