/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Manrope', Arial, sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------- RESET END -----------*/

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --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;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

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

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

/* CSS Mode */

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

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

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

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

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

@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-ExtraBold.woff2") format("woff2"),
    url("../fonts/Manrope-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  font-display: swap;
  src: url("../fonts/Manrope-Medium.woff2") format("woff2"),
    url("../fonts/Manrope-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

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

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

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-ExtraBold.eot');
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
         url('../fonts/OpenSans/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-ExtraBold.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-ExtraBold.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-ExtraBold.svg#OpenSans-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.eot');
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'),
         url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-ExtraBoldItalic.svg#OpenSans-ExtraBoldItalic') format('svg');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-Light.eot');
    src: local('Open Sans Light'), local('OpenSans-Light'),
         url('../fonts/OpenSans/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-Light.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-Light.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-Light.svg#OpenSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-Italic.eot');
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
         url('../fonts/OpenSans/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-Italic.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-Italic.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-Italic.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-Medium.eot');
    src: local('Open Sans Medium'), local('OpenSans-Medium'),
         url('../fonts/OpenSans/OpenSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-Medium.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-Medium.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-Medium.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-Medium.svg#OpenSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-LightItalic.eot');
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'),
         url('../fonts/OpenSans/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-LightItalic.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-LightItalic.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-LightItalic.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-LightItalic.svg#OpenSans-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-MediumItalic.eot');
    src: local('Open Sans Medium Italic'), local('OpenSans-MediumItalic'),
         url('../fonts/OpenSans/OpenSans-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-MediumItalic.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-MediumItalic.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-MediumItalic.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-MediumItalic.svg#OpenSans-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-SemiBold.eot');
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
         url('../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-SemiBoldItalic.eot');
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'),
         url('../fonts/OpenSans/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-SemiBoldItalic.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-SemiBoldItalic.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-SemiBoldItalic.svg#OpenSans-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
         url('../fonts/OpenSans/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-BoldItalic.eot');
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
         url('../fonts/OpenSans/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-BoldItalic.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-BoldItalic.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src:  url('../fonts/OpenSans/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
         url('../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
         url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social .icon svg * {
  transition: all 0.3s;
}

.social .icon.tg:hover circle {
  fill: #6696e7;
}

.social .icon.wh:hover circle {
  fill: #379f64;
}

.btn {
  padding: 15px 45px;
  border-radius: 10px;
  background-color: #2e80e1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  transition: all 0.3s;
}

.btn:hover {
  background-color: #1767c5;
}

.swiper-pagination-bullet-active {
  background-color: #2e80e1 !important;
  border-color: #2e80e1 !important;
}

.swiper-pagination-bullets {
  padding-top: 30px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.swiper-pagination-bullets span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #d9dfea;
  cursor: pointer;
  transition: all 0.1s;
}

.input__row {
	position: relative;
}

input:not([type="submit"]) {
  padding: 13px 30px 16px;
  margin-bottom: 20px;
  border-radius: 10px;
  width: 100%;
  background-color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #454545;
}

input:not([type="submit"]):placeholder {
  opacity: 0.5;
  color: #454545;
}

input[type="submit"],
button[type="submit"] {
  padding: 11px 24px;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
  background-color: #1767c5;
}

.relative {
    position: relative;
}
.form-politic {
  margin-bottom: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.form-politic a {
  text-decoration: underline;
  color: #fff;
}

.form-list {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(50% - 7.5px);
}

.section-title {
  margin-bottom: 30px;
  font-size: 85px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 85px */
  letter-spacing: -2.55px;
  color: #454545;
}

.section-title-inner {
  margin-bottom: 50px;
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 55px */
  letter-spacing: -1.1px;
  color: #454545;
}

.section-desc {
  padding: 9px 25px;
  display: inline-block;
  border: 1px solid #d9dfea;
  border-radius: 50px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  opacity: 0.5;
}

.color-blue {
  color: #2e80e1;
}

.label-check,
.label-radio {
  position: relative;
  margin-bottom: 10px;
  display: flex;
  min-height: 20px;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.label-check input,
.label-radio input {
  display: none;
}

.label-check input:checked + span::before,
.label-radio input:checked + span::before {
  background-color: #2e80e1;
  border-color: #2e80e1;
}

.label-check input:checked + span::after,
.label-radio input:checked + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 9px;
}

.label-check span,
.label-radio span {
  position: relative;
  padding-left: 35px;
  color: #454545;
}

.label-check span::before,
.label-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #d9dfea;
  background-color: #f3f8fb;
  border-radius: 5px;
}

.label-radio input {
  display: none;
}

.label-radio input:checked + span::before {
  background-color: #2e80e1;
  border-color: #2e80e1;
}

.label-radio input:checked + span::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #fff;
}

.label-radio span {
  position: relative;
  padding-left: 35px;
}

.label-radio span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid rgba(69, 69, 69, 0.3);
  border-radius: 20px;
}

.call {
  padding: 30px 0px 0px;
}

.call .container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
  background-color: #dbe9ff;
}

.call-img {
  width: 100%;
}

.call-img img {
  position: absolute;
  left: 50px;
  top: -10px;
  max-width: 165px;
  -o-object-fit: contain;
  object-fit: contain;
}

.call-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #2e80e1;
}

.call-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 262px;
  height: 54px;
  padding: 8px 24px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  color: #fff;
  background-color: #2e80e1;
  border-radius: 10px;
  transition: all 0.3s;
}

.call-btn:hover {
  background-color: #1767c5;
}
.call .align-items-center {
  justify-content: space-around !important;
}

.hidden {
  overflow: hidden;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(53, 54, 68, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}

.modal.active {
  opacity: 1;
  pointer-events: all;
}

.modal .kons-form {
  position: relative;
}

.modal .kons-form .modal-close {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #2e80e1;
  cursor: pointer;
  transition: all 0.3s;
}

.modal .kons-form .modal-close:hover {
  background-color: #1767c5;
}

.modal-content {
  max-width: 425px;
}

.modal-menu {
  align-items: flex-start;
  justify-content: flex-end;
}

.modal-menu.active .modal-content {
  transform: translateX(0%);
}

.modal-menu .modal-content {
  position: relative;
  padding: 20px;
  width: calc(100% - 57px);
  max-width: 450px;
  border-radius: 20px 0px 0 20px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(100%);
}

.modal-menu .modal-close {
  position: absolute;
  left: -18px;
  top: 20px;
  transform: translateX(-100%);
  cursor: pointer;
}

.modal-menu .header-top {
  padding: 0;
  align-items: flex-start;
  gap: 35px;
  height: 100%;
  max-height: 100vh;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: scroll;
}

.modal-menu .header-feature {
  flex-grow: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15;
  background-color: #fff;
}

.header-burger {
  display: none;
  cursor: pointer;
}

.header-top {
  padding: 26px 0px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.3s;
}

.header-hero {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-grow: 2;
  transition: all 0.3s;
}

.header-img {
  max-width: 60px;
  transition: all 0.3s;
  cursor: pointer;
}
.header-text {
  cursor: pointer;
}

.header-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  color: #454545;
  transition: all 0.3s;
}

.header-ceo {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2e80e1;
  transition: all 0.3s;
}

.header-feature {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-grow: 1;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #2e80e1;
}

.header-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-contacts {
  padding: 12px 20px 13px 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid #d9dfea;
  transition: all 0.3s;
}

.header-contacts .social {
  padding-left: 21px;
  border-left: 1px solid #d9dfea;
}

.header-phone {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  /* 27px */
  letter-spacing: -0.4px;
  color: #454545;
  transition: all 0.3s;
}

.header-phone:hover {
  color: #1767c5;
}

.header-menu {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 30px);
}

.header-menu li {
  width: 100%;
}

.header-menu a {
  padding-bottom: 15px;
  border-bottom: 1px solid #d9dfea;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #454545;
  transition: all 0.3s;
}

.header-menu a:hover {
  color: #2e80e1;
  border-color: #2e80e1;
}

.header-menu a span {
  color: #2e80e1;
}

.main {
  position: relative;
  z-index: 2;
  padding: 208px 0px 50px;
  margin-bottom: -50px;
  background-color: #fff;
  border-radius: 0px 0px 50px 50px;
  color: #454545;
}

.main-title {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  /* 46px */
  letter-spacing: -1.2px;
}

.main-features {
  margin-bottom: 50px;
  display: flex;
  gap: 30px;
}

.main-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9dfea;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.main-btn {
  width: 100%;
  max-width: 425px;
}

.main-num {
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -3.2px;
  color: #2e80e1;
}

.main-desc {
  max-width: 198px;
}

.main-hero {
  position: relative;
}

.main-hero-title {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 100%;
  max-width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 85%;
  /* 51px */
  letter-spacing: -2px;
  color: #fff;
}

.main-hero-title span {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: normal;
}

.main-list {
  margin-bottom: 33px;
}

.main-list ul {
  width: 100%;
  max-width: 655px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: space-between;
}

.main-list ul li {
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 25px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  color: #2e80e1;
}

.main-list ul li svg {
  min-width: 25px;
  max-width: 25px;
  width: 100%;
}

.main-link {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0px;
  color: #454545;
}

.features {
  padding: 100px 0px 95px;
  background: linear-gradient(180deg, #eef6fb 0%, rgba(238, 246, 251, 0) 100%);
  border-bottom: 1px solid #d9dfea;
  border-radius: 0px 0px 50px 50px;
}

.features-title {
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #454545;
}

.features-list-container {
  overflow: hidden;
}

.features-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: calc(25% - 30px);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #2e80e1;
}

.features-icon {
  max-width: 100px;
}

.about {
  padding: 100px 0px 110px;
  background-image: url("../img/about/bg.png");
  background-repeat: no-repeat;
  background-position: left bottom 30px;
  background-size: auto;
  border-bottom: 1px solid #d9dfea;
  border-radius: 0px 0px 50px 50px;
  color: #454545;
}

.about-subtitle {
  margin-bottom: 30px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.about p {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.about-img {
  margin: 0 0 35px auto;
  max-width: 165px;
}

.about-folder {
  padding: 103px 50px 50px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  -webkit-mask: url("../img/about/mask.svg") no-repeat top center;
  mask: url("../img/about/mask.svg") no-repeat top center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #dbe9ff;
  transition: all 0.3s;
}

.about-folder:hover {
  background-color: #2e80e1;
}

.about-folder:hover .about-folder-icon,
.about-folder:hover .about-folder-desc {
  color: #fff;
}

.about-folder-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #2e80e1;
  transition: all 0.3s;
}

.about-folder-desc {
  max-width: 266px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #454545;
  transition: all 0.3s;
}

.about-features {
  margin-left: auto;
  max-width: 378px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #454545;
}

.about-num {
  min-width: 109px;
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 58.5px */
  letter-spacing: -2.25px;
  color: #2e80e1;
}

.kons {
  padding: 100px 0px;
  border-bottom: 1px solid #d9dfea;
  border-radius: 0px 0px 50px 50px;
}

.kons-list .swiper-wrapper {
  row-gap: 53px;
  flex-direction: row;
}

.kons-list-container {
  overflow: hidden;
}

.kons-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	row-gap: 53px;
}

.kons-item {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	color: #454545;
	margin-top: 0 !important;
	width: 50%;
}

.kons-icon {
  margin-bottom: 10px;
}

.kons-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.24px;
  color: #454545;
}

.kons-form {
  color: #fff;
}

.kons-form-mask {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  padding: 50px 50px;
  width: 100%;
  background-color: #2e80e1;
  border-radius: 20px;
}

.kons-form-mask::before {
  content: "";
  position: absolute;
  left: 0;
  top: -39px;
  width: 98%;
  height: 127px;
  z-index: -1;
  background-image: url("../img/kons/mask.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 127px;
}

.kons-form-title {
  margin-bottom: 35px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.kons-form-descr {
	font-size: 18px;
	line-height: 150%;
}

.process {
  padding: 50px 0 130px;
  border-bottom: 1px solid #d9dfea;
  border-radius: 0px 0px 50px 50px;
}

.process-icon {
  max-width: 167px;
}

.process-top {
  margin-bottom: 50px;
  display: flex;
  gap: 30px;
}

.process-top-item {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  width: 100%;
  max-width: calc(50% - 15px);
  border-radius: 20px;
  background-color: #dbe9ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.24px;
  color: #454545;
}

.process-top-item.blue {
  background-color: #2e80e1;
  color: #fff;
}

.process-top-num {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #2e80e1;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 83.2px */
  letter-spacing: -3.2px;
}

.process-top-num sup {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -1.2px;
}

.process-btn {
  padding: 11px 45px;
  max-width: 325px;
  border: 1px solid #fff;
  font-size: 20px;
}

.process-btn:hover {
  border-color: #1767c5;
}

.process-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.process-item {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #e7eaef;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.process-item:last-child {
  padding-bottom: 0;
  border: none;
}

.process-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 125px;
  height: 1px;
  background-color: #fff;
}

.process-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  max-width: calc(50% - 15px);
}

.process-num {
  min-width: 115px;
  font-size: 85px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  letter-spacing: -4.25px;
  color: #2e80e1;
}

.process-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #454545;
}

.process-desc {
  width: 100%;
  max-width: calc(50% - 15px);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #454545;
}

.result {
  padding: 50px 0 130px;
  border-bottom: 1px solid #d9dfea;
  border-radius: 0px 0px 50px 50px;
}

.result-row {
  margin: 30px 0px 50px;
}

.result-features {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 42px */
  letter-spacing: -0.7px;
  color: #454545;
}

.result-features-count {
  font-size: 75px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
  letter-spacing: -3.75px;
  color: #2e80e1;
}

.result-slider {
  position: relative;
}

.result-slider-container {
  overflow: hidden;
}

.result-slide {
  padding-bottom: 25px;
  margin-bottom: 2px;
  border-bottom: 1px solid #d9dfea;
}
.result-slide .hidden-fancy {
  display: none;
}

.result-slide:hover .result-title {
  color: #1767c5;
}
.privacy-policy td {
  border: 1px solid #000;
  padding: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.header-socials {
  display: none;
}
.badge-bottom {
  display: none;
}

#block-1.bg-\[\#F1F7F9\] {
    padding-top: 100px;
}
#block-2.bg-\[\#F1F7F9\] {
    padding-top: 20px;
    padding-bottom: 50px;
}
#block-3,
#block-4,
#block-6 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.bg-\[\#F1F7F9\] {
	background-color: rgb(241, 247, 249);
	line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
}
.py-\[50px\] {
	padding-top: 50px;
	padding-bottom: 50px;
}
.w-full {
	width: 100%;
}
.max-w-\[270px\] {
	max-width: 270px;
}
.max-w-\[350px\] {
	max-width: 350px;
}
.max-w-\[700px\] {
	max-width: 700px !important;
}
.max-w-\[1100px\] {
	max-width: 1100px;
}
.max-w-\[1200px\] {
	max-width: 1200px;
}
.max-w-\[1270px\] {
	max-width: 1270px;
}
.uppercase {
	/*text-transform: uppercase;*/
}
.text-center {
	text-align: center;
}
.text-accent {
	opacity: 1;
	color: #2e80e1;
	font-weight: 500;
}
.text-\[12px\] {
	font-size: 12px;
}
.text-\[14px\] {
	font-size: 14px;
}
.text-\[16px\] {
	font-size: 16px;
}
.text-\[20px\] {
	font-size: 20px;
}
.text-\[22px\] {
	font-size: 22px;
}
.text-\[35px\] {
	font-size: 35px;
}
.table-title {
	font-size: 24px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 40px;
	font-weight: bold;
}
table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
}
.table-nalog {
	border-collapse: inherit;
	margin-top: 40px;
}
.table-nalog thead tr td {
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: rgb(48 157 188);
}
.table-nalog tbody tr td {
	padding: 10px 20px;
	font-size: 17px;
	background: #eee;
	text-align: center;
}
.text-chechnya p {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 20px;
	border-radius: 20px;
}
.text-chechnya p:nth-child(2n+1) {
	background: #fff;
}
.text-chechnya ul {
	display: flex;
}
.text-chechnya ul li {
	font-size: 16px;
	letter-spacing: 1px;
	padding: 20px;
	background: #fff;
	border-radius: 20px;
	margin: 0px 10px;
}
.r_anim {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.r_showed {
	opacity: 1;
}
.t-rec_pt_30 {
	padding-top: 30px;
}
.t-rec_pb_30 {
	padding-bottom: 30px;
}
.t-container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0;
}
.t-container::before, 
.t-container::after, 
.t-container_10::before, 
.t-container_10::after, 
.t-container_8::before, 
.t-container_8::after, 
.t-container_100::before, 
.t-container_100::after {
	display: table;
	content: " ";
	width: 0;
}
.t-container::after, 
.t-container_10::after, 
.t-container_8::after, 
.t-container_100::after {
	clear: both;
}
.t-container_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.t-col {
	display: inline;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
}
.t-col_4 {
	max-width: 360px;
}
.t-col_12 {
	max-width: 1160px;
}
.t-title {
	font-family: 'Manrope', Arial, sans-serif;
	font-weight: 600;
	color: #000000;
}
.t-title_xs {
	font-size: 42px;
	line-height: 1.23;
}
.t-align_left {
	text-align: left;
}
.t-align_center {
	text-align: center;
}
.transition {
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.font-nunito {
	font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-prata {
    font-family: 'Open Sans', Arial, sans-serif;
    line-height: 100%;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.mt-\[40px\] {
	margin-top: 40px;
}
.grid {
	display: grid;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.gap-4 {
	gap: 1rem;
}
.flex {
	display: flex;
}
.justify-center {
	justify-content: center;
}
.items-center {
	align-items: center;
}
.border-transparent {
	border-color: transparent;
}
.border-b-\[2px\] {
	border-bottom-width: 2px;
}
.rounded-\[5px\] {
	border-radius: 5px;
}
#block-3 .t-section__title {
	margin-bottom: 105px;
}
#allrecords .t490__container {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.t-align_center {
	text-align: center;
}
.t490__img {
	width: 100px;
	height: auto;
	max-width: 100%;
	margin-bottom: 25px;
}
.t490__img_circle {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.t490__wrappercenter {
	padding-right: 20px;
	padding-left: 20px;
}
.t-name {
	font-family: 'Manrope', Arial, sans-serif;
	font-weight: 600;
	color: #000000;
}
.t-name_xl {
	font-size: 24px;
	line-height: 1.35;
}
.t490 .t-name_xl {
	margin-top: 18px;
	margin-bottom: 25px;
}
#block-3 .t-card__title {
	font-size: 21px;
}
.t-descr {
	font-family: 'Manrope', Arial, sans-serif;
	font-weight: 300;
	color: #000000;
}
.t-descr_xs {
	font-size: 16px;
	line-height: 1.55;
}
#block-3 .t-card__descr {
	font-size: 16px;
}
.t-clear {
	clear: both;
}
.t490__separator {
	margin-bottom: 90px;
}
.step {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	border-radius: 20px;
	padding: 20px;
	height: auto;
	width: 100%;
	margin: 10px 0;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 18px;
	background: #fff;
}
.step:not(:last-child)::after {
    content: '';
    position: absolute;
    height: 5px;
    width: 50px;
    transform: rotate(90deg);
    z-index: -1;
    bottom: 0;
    left: 45%;
    background: #fff;
}
.line {
	height: 5px;
	background: rgb(48 157 188);
	width: 44%;
	border-radius: 20px;
}
.bg-black {
	opacity: 1;
	background-color: rgb(0 0 0);
}
.bg-accent {
	opacity: 1;
	background-color: rgb(48 157 188);
}
.text-white {
	opacity: 1;
	color: rgb(255 255 255);
}
.h-\[40px\] {
	height: 40px;
}
.ml-2 {
	margin-left: 0.5rem;
}
.line-height-\[30px\] {
    line-height: 30px;
}
.line-height-\[40px\] {
    line-height: 40px;
}
.btn-submit {
    position: relative;
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
    transition: opacity 0.3s;
    width: 100%;
}
.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.loader svg {
    animation: rotate 1s linear infinite;
    width: 20px;
    height: 20px;
}
@keyframes rotate {
    100% { transform: rotate(360deg); }
}
@media (max-width: 767px) {
    .table-overflow {
        overflow: hidden;
        overflow-x: hidden;
        width: 100%;
        overflow-x: scroll;
    }
    .table-overflow table {
    	width: 800px;
    }
    .text-chechnya ul {
    	display: block;
    }
    .text-chechnya ul li {
    	margin: 10px 0;
    }
    .t-container {
    	max-width: 640px;
    	padding: 0;
    }
    .t-container_flex {
    	display: block;
    }
    .t-col {
    	display: block;
    	float: none;
    	padding-left: 20px;
    	padding-right: 20px;
    	margin: 0;
    	width: 100%;
    	max-width: 100%;
    	box-sizing: border-box;
    }
    .t-col_1, .t-col_2, .t-col_3, .t-col_4, .t-col_5, .t-col_6, .t-col_7, .t-col_8, .t-col_9, .t-col_10, .t-col_11, .t-col_12 {
    	width: 100%;
    	max-width: 100%;
    }
    .t-title_xs {
    	font-size: 30px;
    }
    #block-3 .t-section__title {
    	margin-bottom: 45px;
    }
    .t490__col {
    	margin-bottom: 45px;
    }
    #block-3 .t-card__title {
    	font-size: 21px;
    }
    .t-descr_xs {
    	font-size: 12px;
    	line-height: 1.45;
    }
    #block-3 .t-card__descr {
    	font-size: 16px;
    }
    .t490__separator {
    	margin-bottom: 0 !important;
    }
    .main-title span:nth-of-type(1) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
        font-size: 24px;
        text-align: center;
    }
    .main-title br {
        display: none;
    }
    .main-title span:nth-of-type(2) {
    	position: absolute;
    	top: 17%;
    	left: 0;
    	right: 0;
    	z-index: 1;
    	text-align: center;
    	max-width: 300px;
    	margin: 0 auto;
    	background-color: #ffffffb2;
    	padding: 10px 15px;
    	border-radius: 5px;
    	border: 1px solid #000;
    }
}
@media (min-width: 1280px) {
    .xl\:h-\[60px\] {
    	height: 60px;
    }
    .xl\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .xl\:py-\[120px\] {
    	padding-top: 120px;
    	padding-bottom: 120px;
    }
    .xl\:text-\[16px\] {
    	font-size: 16px;
    }
    .xl\:text-\[20px\] {
    	font-size: 20px;
    }
    .xl\:text-\[35px\] {
        font-size: 35px;
    }
    .xl\:text-\[55px\] {
        font-size: 55px;
    }
    .xl\:mt-8 {
    	margin-top: 2rem;
    }
    .xl\:mt-\[50px\] {
    	margin-top: 50px;
    }
    .xl\:mt-\[70px\] {
    	margin-top: 70px;
    }
    .xl\:mb-0 {
    	margin-bottom: 0px;
    }
    .xl\:grid-cols-3 {
    	grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1200px) {
  .header-socials {
    display: flex;
    align-items: center;
    gap: 9px;
  }
  .header-socials a {
        line-height: 0;
    }
  .badge-bottom {
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    align-items: center;
    z-index: 10;
    box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.25);
  }
  .badge-bottom a {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #454545;
  }
  .badge-bottom button {
    width: 165px;
    height: 40px;
    padding: 0;
  }
}
.submit-btn.hidden {
  display: none;
}
.step-form-btn .submit-btn {
  color: #2e80e1 !important;
  border: 1px solid #2e80e1 !important;
}
.step-form-btn .submit-btn:hover {
  color: #fff !important;
  border: 1px solid #2e80e1 !important;
}
.step-form-btn.start .submit-btn {
  opacity: 0.3;
  pointer-events: none;
}
.footer-copy a:last-child {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  font-family: "Golos", sans-serif;
}
.result-features-count {
  white-space: nowrap;
}
.input__item-small.error {
	color: #fff;
	display: block;
	position: absolute;
	top: 56%;
	left: 0;
	margin-left: 15px;
	font-weight: 500;
	background-color: #f87171;
	padding: 6px 10px;
	border: 1px solid #2e80e1;
}
.privacy-policy h1 {
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 60.5px */
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .privacy-policy h1 {
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%; /* 60.5px */
    text-transform: uppercase;
  }
  .privacy-policy h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
  }
  .privacy-policy p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
.privacy-policy h3 {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
}
.privacy-policy p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.privacy-policy h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.privacy-policy {
  padding-bottom: 180px;
  padding-top: 180px;
}
.result-img {
  margin-bottom: 25px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #d9dfea;
  overflow: hidden;
}

.result-title {
  margin-bottom: 10px;
  color: #454545;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s;
}

.result-title span {
  display: block;
}

.result-price {
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #2e80e1;
}

.result-price span {
  margin-bottom: 2px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #454545;
  opacity: 0.5;
}

.result-date {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #454545;
}

.result-date span {
  margin-bottom: 2px;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #454545;
  opacity: 0.5;
}

.result-prev,
.result-next {
  position: absolute;
  left: 0;
  top: 105px;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}

.result-prev svg *,
.result-next svg * {
  transition: all 0.3s;
}

.result-prev:hover svg rect,
.result-next:hover svg rect {
  fill: #1767c5;
}

.result-next {
  left: auto;
  right: 0;
  transform: translateX(50%);
}

.faq {
  position: relative;
  padding: 100px 0px 180px;
  border-radius: 0px 0px 50px 50px;
  background-color: #fff;
  background-image: url("../img/faq/bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 746px;
  z-index: 2;
}

.faq-icon {
  padding-top: 50px;
  max-width: 165px;
}

.faq-item {
  margin-bottom: 10px;
  max-height: 100px;
  max-width: 885px;
  border-radius: 20px;
  background: #f3f8fb;
  transition: all 0.3s;
  overflow: hidden;
  color: #454545;
}

.faq-item.active .faq-title {
  color: #2e80e1;
}

.faq-item.active .faq-title::after {
  transform: rotate(0deg);
}

.faq-item.active .faq-title:hover {
  color: #1767c5;
}

.faq-item.active .faq-body {
  margin-top: -10px;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-title {
  position: relative;
  padding: 20px 30px;
  padding-left: 100px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.3s;
  cursor: pointer;
}

.faq-title::before,
.faq-title::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 33px;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #2e80e1;
  cursor: pointer;
  transition: all 0.3s;
}

.faq-title::after {
  transform: rotate(90deg);
}

.faq-title:hover {
  color: #1767c5;
}

.faq-body {
  padding: 0px 30px 30px 100px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #454545;
  transition: all 0.3s;
}

.faq-body p {
  margin-bottom: 10px;
}

.faq-body ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.faq-body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background-color: #2e80e1;
  border-radius: 5px;
}

.failure {
  padding: 50px 0px 100px;
  border-bottom: 1px solid #d9dfea;
  border-radius: 0px 0px 50px 50px;
  overflow: hidden;
}

.failure-hero {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #2e80e1;
}

.failure-img {
  width: 100%;
  max-width: 165px;
  border-radius: 300px;
  overflow: hidden;
}

.failure-ask {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 25px;
}

.failure-ask .failure-message {
  position: relative;
  padding: 30px;
  width: 100%;
  border-radius: 20px;
  background-color: #dbe9ff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.24px;
  color: #454545;
}

.failure-ask .failure-message::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 2px;
  width: 35px;
  height: 30px;
  background-image: url("../img/failure/message-icon.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: -1;
}

.failure-icon {
  width: 100%;
  max-width: 60px;
}

.failure-reply {
  width: 100%;
  display: flex;
  align-items: flex-end;
  gap: 25px;
}

.failure-reply .failure-message {
  position: relative;
  padding: 20px 30px 30px;
  width: 100%;
  border-radius: 20px;
  background-color: #f3f8fb;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  color: #454545;
}

.failure-reply .failure-message::before {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 2px;
  width: 35px;
  height: 30px;
  background-image: url("../img/failure/message-icon2.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: -1;
}

.failure-reply .failure-message ul li {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}

.failure-reply .failure-message ul li svg {
  min-width: 25px;
  max-width: 25px;
  width: 100%;
}

.failure-title {
  margin-bottom: 18px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: -0.24px;
  color: #2e80e1;
}

.failure-slider {
  padding-left: 30px;
}

.failure-slider-container {
  overflow: hidden;
}

.failure-bottom {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.failure-prev,
.failure-next {
  cursor: pointer;
}

.failure-prev svg *,
.failure-next svg * {
  transition: all 0.3s;
}

.failure-prev:hover svg rect,
.failure-next:hover svg rect {
  fill: #1767c5;
}

.failure-pagination {
  min-width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #454545;
}

.failure-pagination .swiper-pagination-current {
  color: #2e80e1;
}

.failure-slide {
  padding: 50px;
  margin-top: 0 !important;
  border-radius: 20px;
  background-color: #f3f8fb;
  color: #454545;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0%;
  height: auto;
}

.failure-slide p {
  margin-bottom: 10px;
}

.failure-slide p:last-child {
  margin-bottom: 0;
}

.failure-slide ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.failure-slide ul li {
  display: flex;
  gap: 10px;
}

.failure-slide ul li svg {
  width: 100%;
  max-width: 25px;
}

.failure-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1%;
  color: #454545;
}

.failure-subtitle {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0px;
  color: #2e80e1;
}

.failure-slider {
  padding-left: 0;
}

.failure-slider .swiper-wrapper {
  min-width: 100%;
  flex-direction: row;
  row-gap: 30px;
}

.service {
  padding: 100px 0px 50px;
}

.service-top-row {
  margin-bottom: 50px;
}

.service-title {
  margin-bottom: 41px;
  color: #2e80e1;
}

.service-fix {
  position: relative;
  margin-bottom: 30px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #dbe9ff;
  color: #454545;
}

.service-fix::before {
  content: "";
  position: absolute;
  right: 0;
  top: -41px;
  width: 100%;
  height: 100%;
  max-height: 305px;
  background-image: url("../img/service/12.svg");
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}

.service-fix-top {
  margin-bottom: 30px;
  width: 100%;
}

.service-fix-title {
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}

.service-fix-list {
  padding: 30px;
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  max-width: calc(50% - 40px);
}

.service-fix-item {
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid #d9dfea;
}

.service-fix-item:last-child {
  padding-bottom: 0;
  border: none;
}

.service-fix-check {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 345px;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.service-fix-check svg {
  max-width: 25px;
  width: 100%;
}

.service-fix-check-item {
  display: flex;
  gap: 15px;
}

.service-fix-check:last-child {
  margin-bottom: 0;
}

.service-fix-summ {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 39px */
  letter-spacing: -0.6px;
  color: #2e80e1;
}

.service-fix-contacts {
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.service-fix-contacts span {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  /* 27px */
  letter-spacing: -0.4px;
  color: #2e80e1;
}

.service-fix-phone {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  /* 27px */
  letter-spacing: -0.4px;
  color: #454545;
  transition: all 0.3s;
  white-space: nowrap;
}

.service-fix-phone:hover {
  color: #1767c5;
}

.service-fix-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: calc(50% - 40px);
}

.service-fix-info-item {
  width: 100%;
}

.service-fix-info-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.service-fix-small {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.service-fix-gos {
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.service-fix-gos span {
  min-width: 85px;
  font-size: 18px;
  color: #2e80e1;
}

.service-fix-gos:last-child {
  margin-bottom: 0;
}

.service-step {
  position: relative;
  z-index: 2;
  padding: 10px;
  padding-top: 50px;
  padding-left: 50px;
  background-color: #2e80e1;
  border-radius: 20px;
}

.service-step-title {
  padding-top: 50px;
  margin-bottom: 30px;
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
}

.service-step p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  color: #fff;
}

.service-step-list {
  display: flex;
  gap: 30px;
}

.service-step-item {
  width: 100%;
  max-width: calc(50% - 15px);
}

.service-step-form {
  position: relative;
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
}

.service-step-form::before {
  content: "";
  position: absolute;
  left: 0;
  top: -41px;
  width: 100%;
  height: 100%;
  max-height: 305px;
  background-image: url("../img/service/mask.svg");
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}

.form-tab {
  display: none;
}

.form-tab.active {
  display: block;
}

.form-step {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 337px;
}
.form-step-btn.start button {
  opacity: 0.3;
  pointer-events: none;
}

.form-step .form-politic a {
  color: #2e80e1 !important;
}

.form-step-btn {
  padding: 8px 35px;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2e80e1;
  border-radius: 10px;
  border: 0.527px solid #2e80e1;
  background-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  transition: all 0.3s;
}

.form-step-btn * {
  transition: all 0.3s;
}

.form-step-btn:hover {
  color: #1767c5;
  border-color: #1767c5;
}

.form-step-btn:hover svg path {
  fill: #1767c5;
}

.form-step-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: 158px;
  margin-right: auto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  color: #2e80e1;
}

.step-input {
  padding: 13px 22px 16px;
  border-radius: 10px;
  border: 1px solid #d9dfea;
  background-color: #f3f8fb !important;
  color: #454545;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
}

.step-input::-moz-placeholder {
  color: rgba(69, 69, 69, 0.5);
}

.step-input:-ms-input-placeholder {
  color: rgba(69, 69, 69, 0.5);
}

.step-input::placeholder {
  color: rgba(69, 69, 69, 0.5);
}

.step-form-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #2e80e1;
}

.step-form-title span {
  display: block;
}

.step-form-btns {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.step-form-btn {
  width: calc(50% - 15px);
  max-width: 245px;
}

.step-form-btn.start button {
  opacity: 0.3;
  pointer-events: none;
}

.footer {
  position: relative;
  z-index: 1;
  padding: 150px 0px 100px;
  margin-top: -50px;
  background-color: #2e80e1;
  color: #fff;
}
.footer iframe {
  width: 100%;
}

.footer-phone,
.footer-mail,
.footer-address {
  margin-bottom: 35px;
  max-width: 427px;
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  transition: all 0.3s;
}

.footer-top {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 342px;
}

.footer-phone {
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
}

.footer-phone:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-mail {
  margin-bottom: 27px;
  border-bottom: 1px solid transparent;
}

.footer-mail:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-hours {
  margin-bottom: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-btn {
  padding: 11px 25px;
  width: 100%;
  max-width: 315px;
  border: 1px solid #fff;
  font-size: 20px;
}

.footer-center,
.footer-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-right {
  align-items: flex-end;
}

.footer-map {
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  border-radius: 20px;
}

.footer-map * {
  border-radius: 20px;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: calc(100% - 230px);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}

.footer-copy * {
  color: #fff;
}

.footer-copy a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

.footer-copy a:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.footer-info {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}

.footer-info * {
  color: #fff;
}

.footer-info-item {
  display: flex;
  gap: 30px;
}

.footer-info-item span {
  min-width: 200px;
  font-weight: 400;
  text-align: right;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }

  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }

  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1360px;
  }

  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .header.fixed .header-top {
    padding-top: 12px;
    padding-bottom: 20px;
  }

  .header.fixed .header-img {
    max-width: 55px;
  }

  .header.fixed .header-contacts {
    padding: 10px 20px 10px 30px;
  }

  .header.fixed .header-hero {
    gap: 15px;
    flex-grow: 2.5;
  }

  .header.fixed .header-title {
    font-size: 20px;
  }

  .header.fixed .header-ceo {
    font-size: 12px;
  }

  .header.fixed .header-btn {
    padding: 13px 45px;
  }

  .about .section-title {
    margin-bottom: 50px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1360px;
  }

  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}

@media (max-width: 1440px) {
  .result-prev {
    transform: translateX(0%);
  }

  .result-next {
    transform: translateX(0%);
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0px 20px;
  }

  .btn {
    padding: 14px 24px;
    font-size: 18px;
  }

  .section-title {
    font-size: 45px;
    letter-spacing: -1.35px;
  }

  .section-title-inner {
    font-size: 35px;
    letter-spacing: -1.05px;
  }

  .section-desc {
    margin-bottom: 20px;
    padding: 4px 15px;
    font-size: 15px;
    line-height: 135%;
  }

  input:not([type="submit"]) {
    padding: 17px 20px 18px;
    font-size: 15px;
    line-height: 135%;
  }

  input[type="submit"] {
    padding: 13px 24px;
    font-size: 18px;
  }

  .swiper-pagination-bullets {
    display: flex;
  }

  .form-politic {
    margin-bottom: 17px;
    font-size: 11px;
  }

  .form-list {
    gap: 0px;
    flex-direction: column;
  }

  .form-item {
    max-width: 100%;
  }

  .label-radio {
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .label-radio input {
    display: none;
  }

  .label-radio input:checked + span::before {
    background-color: #2e80e1;
    border-color: #2e80e1;
  }

  .label-radio input:checked + span::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background-color: #fff;
  }

  .label-radio span {
    position: relative;
    padding-left: 35px;
  }

  .label-radio span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(69, 69, 69, 0.3);
    border-radius: 20px;
  }

  .label-check {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .call {
    padding: 10px 0 0;
  }

  .call .container {
    max-width: calc(100% - 40px);
    padding: 30px;
    border-radius: 15px;
  }

  .call-img {
    display: none;
  }

  .call-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .call-title br {
    display: none;
  }

  .call-btn {
    max-width: 100%;
    font-size: 18px;
  }

  .modal-content {
    padding: 0 20px;
  }

  .header {
    border-bottom: 1px solid #d9dfea;
  }

  .header-top {
    padding: 10px 0;
  }

  .header-hero {
    flex-grow: 2;
    gap: 10px;
  }

  .header-img {
    max-width: 40px;
  }

  .header-title {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .header-ceo {
    font-size: 11px;
  }

  .header .header-contacts,
  .header .header-phone,
  .header .header-menu,
  .header .header-btn,
  .header .header-feature,
  .header .header-info {
    display: none;
  }

  .header-burger {
    display: flex;
    max-width: 30px;
  }

  .header-menu {
    padding-top: 15px;
    gap: 30px;
    width: 100%;
    flex-direction: column;
  }

  .header-feature {
    gap: 15px;
    font-size: 12px;
  }

  .header-feature svg {
    max-width: 35px;
    max-height: 35px;
  }

  .header-info {
    width: 100%;
    flex-direction: column;
  }

  .header-contacts {
    padding: 20px;
    padding-bottom: 12px;
    width: 100%;
    align-items: flex-start;
    border-radius: 10px;
    flex-direction: column;
    gap: 8px;
  }

  .header-contacts .social {
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
    border-top: 1px solid #d9dfea;
    border-left: none;
  }

  .header-btn {
    width: 100%;
    font-size: 16px;
  }

  .header-phone {
    font-size: 20px;
  }

  .footer {
    padding: 80px 0px 20px;
    margin-top: -30px;
  }

  .footer-phone,
  .footer-mail,
  .footer-address {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 20px;
  }

  .footer-top {
    margin-bottom: 20px;
    justify-content: flex-start;
    gap: 30px;
    max-width: 100%;
  }

  .footer-phone {
    margin-bottom: 0;
  }

  .footer-hours {
    margin-bottom: 30px;
  }

  .footer-btn {
    padding: 13px 24px;
    max-width: 100%;
    font-size: 18px;
  }

  .footer-right {
    padding-top: 50px;
    align-items: flex-start;
  }

  .footer-map {
    margin-bottom: 30px;
    max-width: 100%;
    max-height: 250px;
    border-radius: 15px;
  }

  .footer-map * {
    border-radius: 15px;
  }

  .footer-copy {
    gap: 5px;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
  }

  .footer-info {
    margin-bottom: 50px;
    gap: 10px;
    font-size: 15px;
  }

  .footer-info-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }

  .footer-info-item span {
    text-align: left;
  }

  .main {
    position: relative;
    z-index: 2;
    padding: 80px 0px 20px;
    margin-bottom: -30px;
    border-radius: 0px 0px 30px 30px;
  }

  .main-title {
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.84px;
  }

  .main-features {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 15px;
  }

  .main-item {
    padding-bottom: 12px;
    flex-direction: row;
    gap: 11px;
    font-size: 15px;
  }

  .main-btn {
    max-width: 100%;
  }

  .main-num {
    min-width: 110px;
    font-size: 45px;
    line-height: 32px;
    letter-spacing: -2.25px;
  }

  .main-desc {
    max-width: 100%;
  }

  .main-hero-title {
    left: 30px;
    bottom: 30px;
    max-width: calc(100% - 60px);
    gap: 5px;
    font-size: 30px;
    letter-spacing: -1px;
  }

  .main-hero-title span {
    font-size: 15px;
    line-height: 135%;
  }

  .main-list ul {
    flex-direction: column;
    row-gap: 10px;
  }

  .main-list ul li {
    max-width: 100%;
    font-size: 24px;
  }

  .main-link {
    gap: 10px;
    font-size: 15px;
  }

  .main-link svg {
    min-width: 50px;
  }

  .features {
    padding: 70px 0px 80px;
    border-bottom: 1px solid #d9dfea;
    border-radius: 0px;
  }

  .features-title {
    font-size: 25px;
    line-height: 135%;
  }

  .features-list-container {
    overflow: hidden;
  }

  .features-list-container .swiper-wrapper {
    flex-direction: row;
    row-gap: 40px;
  }

  .features-item {
    margin-top: 0 !important;
    max-width: calc(50% - 10px);
    font-size: 15px;
  }

  .about {
    padding: 80px 0px;
    background-image: none;
    border-radius: 0px;
  }

  .about-subtitle {
    padding-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 135%;
  }

  .about p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 135%;
  }

  .about-img {
    display: none;
  }

  .about-folder {
    padding: 60px 30px 33px;
    margin-top: 30px;
    gap: 10px;
    -webkit-mask: url("../img/about/mask-mob.svg") no-repeat top left;
    mask: url("../img/about/mask-mob.svg") no-repeat top left;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    border-radius: 20px;
  }

  .about-folder-icon {
    font-size: 18px;
  }

  .about-folder-icon svg {
    max-width: 60px;
    max-height: 60px;
  }

  .about-folder-desc {
    max-width: 176px;
    font-size: 15px;
    transition: all 0.3s;
  }

  .about-features {
    max-width: 100%;
  }

  .about-item {
    justify-content: flex-start;
    font-size: 15px;
  }

  .about-num {
    line-height: 36px;
  }

  .kons {
    padding: 80px 0px;
    border-radius: 0px;
  }

  .kons-list .swiper-wrapper {
    row-gap: 40px;
    flex-direction: column;
  }

  .kons-item {
    position: relative;
    padding-left: 57px;
    font-size: 15px;
    line-height: 135%;
  }

  .kons-icon {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 40px;
  }

  .kons-title {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .kons-list {
    margin-bottom: 50px;
  }

  .kons-form {
    color: #fff;
  }

  .kons-form-mask {
    margin-top: -70px;
    padding: 32px 30px 30px;
  }

  .kons-form-mask::before {
    top: -26px;
    width: 100%;
    height: 85px;
    background-size: auto 85px;
    background-position: left top;
  }

  .kons-form-title {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .process {
    padding: 80px 0 80px;
    border-radius: 0px;
  }

  .process-icon {
    display: none;
  }

  .process-top {
    flex-direction: column;
    gap: 20px;
  }

  .process-top-item {
    padding: 30px;
    gap: 20px;
    max-width: 100%;
    border-radius: 15px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .process-top-num {
    gap: 6px;
    font-size: 45px;
    letter-spacing: -2.25px;
  }

  .process-top-num sup {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.2px;
  }

  .process-btn {
    padding: 13px 24px;
    max-width: 100%;
    border: 1px solid #fff;
    font-size: 18px;
  }

  .process-list {
    gap: 40px;
  }

  .process-item {
    padding-bottom: 40px;
    flex-direction: column;
    gap: 20px;
  }

  .process-item:last-child {
    padding-bottom: 0;
    border: none;
  }

  .process-item::before {
    display: none;
  }

  .process-info {
    gap: 20px;
    max-width: 100%;
  }

  .process-num {
    min-width: 40px;
    font-size: 65px;
    line-height: 47px;
    letter-spacing: -3.25px;
  }

  .process-title {
    font-size: 30px;
    letter-spacing: -0.9px;
  }

  .process-desc {
    margin-left: auto;
    max-width: calc(100% - 60px);
    font-size: 16px;
    line-height: 135%;
  }

  .result {
    padding: 80px 0;
    border-radius: 0px;
    overflow: hidden;
  }

  .result-row {
    margin: 20px 0px;
  }

  .result-icon {
    display: none;
  }

  .result-features {
    margin-bottom: 30px;
    gap: 15px;
    font-size: 20px;
    letter-spacing: -0.4px;
  }

  .result-features-count {
    font-size: 45px;
    line-height: 32px;
    letter-spacing: -2.25px;
  }

  .result-slider {
    position: relative;
  }

  .result-slider-container {
    overflow: visible;
  }

  .result-slide {
    padding-bottom: 20px;
  }

  .result-img {
    margin-bottom: 20px;
    border-radius: 15px;
  }

  .result-title {
    font-size: 18px;
  }

  .result-title span {
    display: inline;
  }

  .result-price,
  .result-date {
    font-size: 15px;
  }

  .result-price span,
  .result-date span {
    font-size: 12px;
  }

  .result-prev,
  .result-next {
    display: none;
  }

  .faq {
    padding: 80px 0px;
    border-radius: 0px 0px 30px 30px;
    background-image: none;
  }

  .faq-icon {
    display: none;
  }

  .faq-item {
    max-width: 100%;
    border-radius: 15px;
  }

  .faq-title {
    position: relative;
    padding: 20px;
    padding-left: 60px;
    font-size: 18px;
  }

  .faq-title::before,
  .faq-title::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 31px;
    width: 20px;
  }

  .faq-body {
    padding: 0px 20px 20px 63px;
    font-size: 15px;
  }

  .failure {
    padding: 40px 0px 80px;
    border-radius: 0px;
  }

  .failure-hero {
    margin-bottom: 50px;
    gap: 20px;
    max-width: 100%;
    font-size: 20px;
    line-height: 135%;
  }

  .failure-img {
    max-width: 92px;
  }

  .failure-ask {
    margin-bottom: 10px;
    gap: 13px;
  }

  .failure-ask .failure-message {
    padding: 20px;
    width: 100%;
    border-radius: 15px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .failure-icon {
    width: 100%;
    max-width: 40px;
  }

  .failure-reply {
    margin-bottom: 10px;
    gap: 13px;
  }

  .failure-reply .failure-message {
    padding: 20px;
    width: 100%;
    border-radius: 15px;
    font-size: 15px;
  }

  .failure-reply .failure-message ul li {
    margin-bottom: 10px;
    gap: 10px;
  }

  .failure-reply .failure-message ul li svg {
    min-width: 20px;
    max-width: 20px;
    max-height: 20px;
  }

  .failure-title {
    margin-bottom: 15px;
    font-size: 20px;
    letter-spacing: -0.2px;
  }

  .failure-slider {
    padding-left: 0px;
  }

  .failure-bottom {
    padding-top: 0px;
  }

  .failure-prev,
  .failure-next {
    display: none;
  }

  .failure-pagination {
    padding-top: 20px;
    min-width: 90px;
    gap: 15px;
  }

  .failure-slide {
    padding: 30px;
    font-size: 15px;
  }

  .failure-title {
    font-size: 18px;
  }

  .failure-subtitle {
    font-size: 15px;
  }

  .service {
    padding: 80px 0px 40px;
  }

  .service-top-row {
    margin-bottom: 20px;
  }

  .service-title {
    margin-bottom: 60px;
  }

  .service-fix {
    padding: 30px 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    flex-direction: column;
    gap: 20px;
  }

  .service-fix-title {
    padding: 0px 20px;
    font-size: 30px;
  }

  .service-fix-top {
    margin-bottom: 0px;
  }

  .service-fix-list {
    margin-bottom: 0px;
    gap: 20px;
    max-width: 100%;
    border-radius: 10px;
  }

  .service-fix-item {
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 15px;
  }

  .service-fix-check {
    max-width: 100%;
    font-size: 15px;
  }

  .service-fix-check-item {
    gap: 10px;
  }

  .service-fix-check-item svg {
    max-width: 20px;
    max-height: 20px;
    width: 100%;
  }

  .service-fix-summ {
    font-size: 22px;
    letter-spacing: -0.44px;
  }

  .service-fix-contacts {
    padding-top: 10px;
    flex-wrap: wrap;
    gap: 5px;
  }

  .service-fix-contacts .social {
    margin-left: 15px;
  }

  .service-fix-contacts span {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0px;
  }

  .service-fix-phone {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    /* 27px */
    letter-spacing: -0.4px;
    color: #454545;
  }

  .service-fix-info {
    padding: 0px 20px;
    gap: 10px;
    max-width: 100%;
  }

  .service-fix-info-item {
    width: 100%;
    max-width: 100%;
  }

  .service-fix-info-title {
    font-size: 15px;
  }

  .service-fix-small {
    font-size: 12px;
  }

  .service-fix-gos {
    margin-bottom: 8px;
    gap: 8px;
    font-size: 12px;
  }

  .service-fix-gos span {
    min-width: 67px;
    font-size: 15px;
  }

  .service-step {
    position: relative;
    z-index: 2;
    padding: 0px;
    border-radius: 20px;
  }

  .service-step-title {
    padding-top: 0px;
    margin-bottom: 15px;
    font-size: 30px;
  }

  .service-step p {
    font-size: 15px;
  }

  .service-step-info {
    padding: 0px 20px;
  }

  .service-step-list {
    padding: 30px 10px 10px;
    border-radius: 15px;
    flex-direction: column;
  }

  .service-step-item {
    max-width: 100%;
  }

  .service-step-form {
    padding: 20px;
    border-radius: 10px;
  }

  .service-step-form::before {
    top: -33px;
    background-image: url("../img/service/14.svg");
  }

  .form-tab {
    display: none;
  }

  .form-tab.active {
    display: block;
  }

  .form-step {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 337px;
  }

  .form-step-btn {
    padding: 8px 15px;
    font-size: 15px;
  }

  .form-step-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    max-width: 96px;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    color: #2e80e1;
  }

  .step-input {
    padding: 13px 22px 16px;
    border-radius: 10px;
    border: 1px solid #d9dfea;
    background-color: #f3f8fb !important;
    color: #454545;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
  }

  .step-input::-moz-placeholder {
    color: rgba(69, 69, 69, 0.5);
  }

  .step-input:-ms-input-placeholder {
    color: rgba(69, 69, 69, 0.5);
  }

  .step-input::placeholder {
    color: rgba(69, 69, 69, 0.5);
  }

  .step-form-title {
    font-size: 18px;
  }

  .step-form-btns {
    padding-top: 5px;
    gap: 20px;
  }

  .step-form-btns.finish #nextBtn {
    justify-content: center;
  }

  .step-form-btns.finish #nextBtn svg {
    display: none;
  }

  .step-form-btn {
    width: calc(50% - 10px);
    max-width: 100%;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: -ms-grid !important;
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.white {
    color: #2e80e1;
}
.kons-form-mask .label-check input:checked + span::before{border-color: #fff}
.kons-form-mask .label-check span {color: #fff}