@charset "UTF-8";

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

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Gilroy";
}

*,
*: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;
  background-color: transparent;
}

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: #45245A;
  --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: #003A34;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 58, 52;
  --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: "Gilroy";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

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

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

.btn {
  padding: 15px 31px;
  border-radius: 50px;
  border: 1px solid #45245A;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.76px;
  text-align: center;
  color: #003A34;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-blue {
  padding: 24px 31px;
  font-size: 22px;
  line-height: 26.6px;
  background-color: #45245A;
  color: #fff;
  transition: all 0.3s;
}

.btn-blue:hover {
  background-color: #5C3D71;
  border-color: #5C3D71;
}

.sub-menu {
  position: static;
}

.sub-menu svg {
  margin-left: 4px;
  display: inline-block;
}

.sub-menu ul {
  position: absolute;
  opacity: 0;
  z-index: -99;
  pointer-events: none;
  width: 100%;
  max-width: 300px;
  padding: 27px 30px;
  border-top: 1px solid #003A34;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: all 0.3s;
}

.sub-menu ul li {
  margin-bottom: 15px;
  margin-right: 0;
  line-height: 120%;
}

.sub-menu ul li:last-child {
  margin-bottom: 0;
}

.sub-menu ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #272735;
  text-shadow: none;
  transition: all 0.3s;
}

.sub-menu ul li a:hover {
  color: #003A34;
}

.sub-menu:hover ul {
  opacity: 1;
  z-index: 99;
  pointer-events: all;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px 0;
  transition: all 0.3s;
  z-index: 999;
}

.header-burger {
  display: none;
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-55%);
  width: 30px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.header-burger span {
  width: 100%;
  height: 1px;
  background-color: #003A34;
}

.header-menu {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 80%;
  color: #fff;
}

.header-menu li {
  margin-right: 20px;
  padding-left: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 80%;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}

.header-menu li::before {
  display: none;
}

.header-menu li:last-child {
  margin-right: 0;
}

.header-menu a {
  font-size: 18px;
  font-weight: 700;
  line-height: 80%;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}

.header-logo {
  margin-right: 35px;
}

.header-logo img {
  max-height: 109px;
  transition: all 0.3s;
}

.header-contact {
  display: flex;
  align-items: center;
}

.header-phone {
  margin-right: 14px;
  margin-left: -7px;
  font-size: 18px;
  font-weight: 700;
  line-height: 80%;
  transition: all 0.3s;
  color: #fff;
}

.header-white {
  padding: 15px 0;
  background-color: #003A34;
}

.header-white .header-logo img {
  max-height: 75px;
}

.header-white a,
.header-white li {
  text-shadow: none;
}

.header-white .header-phone {
  margin-left: -20px;
  margin-right: 27px;
}

.header-white .header-btn {
  text-shadow: none;
}

.header-white .header-btn:hover {
  background-color: #107980;
  border-color: #107980;
}

.header-btn {
  color: #fff;
  border-color: #107980;
  transition: all 0.3s;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
}

.header-btn:hover {
  background-color: #003A34;
  border-color: #003A34;
  text-shadow: none;
}

.blue-bg {
  background-color: #003A34;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 58, 52, 0.95);
  z-index: 999;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal.active {
  display: flex;
}

.modal-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1093px;
  padding: 0px 20px;
}

.modal-title {
  width: 100%;
  max-width: 512px;
  font-weight: 800;
  font-size: 75px;
  line-height: 80%;
  color: #FFFFFF;
}

.modal-title span {
  display: block;
  margin-top: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
}

.modal-form {
  width: 100%;
  max-width: 402px;
}

.modal-form .input {
  max-width: 100%;
  width: 100%;
}

.modal-form .input:focus + span {
  top: 0;
}

.modal-form label {
  display: block;
  margin-bottom: 30px;
}

.modal-form label span {
  top: 16px;
  left: 40px;
}

.modal-form .form-btn {
  padding: 24px 0;
  width: 100%;
  max-width: 100%;
  color: #fff;
  background-color: #A78850;
  border-color: #A78850;
  transition: all 0.3s;
}

.modal-form .form-btn:hover {
  background-color: #EDE1CF;
  color: #107980;
  border-color: #EDE1CF;
}

.modal-form .form-politic {
  margin-top: 30px;
  color: #fff;
}

.modal-form .form-politic a {
  color: #A78850;
}

.modal-close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.not-home {
  padding-top: 159px;
}

.not-home_mod .header {
  background-color: #003A34;
}

.not-page {
  min-height: 100vh;
  padding: 33px 0;
  padding-top: 150px;
  margin-top: -160px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url("../img/404/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
}

.not-page-title {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
  margin-bottom: 30px;
  font-size: 370px;
  font-weight: 700;
}

.not-page-title::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0;
  transform: translate(-100%, 85%);
  background-image: url("../img/emb.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 187px;
  height: 196px;
}

.not-page-subtitle {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 35px;
  line-height: 130%;
}

.not-page-btn {
  font-size: 22px;
  line-height: 27px;
  min-height: 75px;
  max-width: 402px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-color: #fff;
  color: #fff;
  transition: all 0.3s;
}

.not-page-btn:hover {
  background-color: #fff;
  color: #003A34;
}

.page-title {
  font-size: 75px;
  font-weight: 800;
  line-height: 60px;
  color: #003A34;
}

.page-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-num a,
.page-num span {
  margin: 0px 15px;
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #FFFFFF;
}

.page-num span {
  color: #107980;
}

.title-line {
  position: relative;
  padding-left: calc(50% + 15px);
}

.title-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 70px;
  background-image: url("../img/icon/line.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.title-line::after {
  content: "";
  position: absolute;
  left: calc(50% - 151px);
  top: 50%;
  height: 90px;
  width: 90px;
  transform: translateY(-50%);
  background-image: url("../img/icon/line-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.title-line_right {
  padding-left: 0;
  padding-right: calc(50% + 15px);
}

.title-line_right::before {
  left: auto;
  right: 0;
}

.title-line_right::after {
  left: auto;
  right: calc(50% - 151px);
  background-image: url("../img/icon/line-b.svg");
}

.accordion-init {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
  transition: all 0.3s;
}

.accordion-init::before {
  display: none;
}

.accordion-init a {
  min-height: 35px;
  display: block;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  color: #272735;
  transition: all 0.3s;
}

.accordion-init > a {
  position: relative;
  padding-left: 60px;
}

.accordion-init > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  border: 1px solid #003A34;
  background-image: url("../img/icon/arr-d.svg");
  background-position: center top 52%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.accordion-init > a:hover::before {
  background-color: #003A34;
  background-image: url("../img/icon/arr-h.svg");
}

.accordion-content {
  padding-left: 60px;
  display: none;
}

.accordion-content ul li {
  font-size: 18px;
  line-height: 150%;
}

.accordion-done .accordion-content {
  display: block;
}

.accordion-show > a {
  color: #003A34;
  margin-bottom: 20px;
}

.accordion-show > a::before {
  background-color: #003A34;
  background-image: url("../img/icon/arr-u.svg");
  background-position: center top 50%;
}

.accordion-show > a:hover::before {
  background-image: url("../img/icon/arr-u.svg");
}

select {
  padding: 19px 40px;
  width: 100%;
  max-width: 402px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #003A34;
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 30px;
}

.select {
  position: relative;
}

.select.is-active .select__body {
  display: block;
}

.select.is-active .select__header {
  border-radius: 30px 30px 0px 0px;
}

.select.is-active .select__header .select__icon svg {
  transform: rotate(-180deg);
}

.select.is-active .select__body {
  border-radius: 0px 0px 30px 30px;
}

.select__header {
  padding: 19px 25px 19px 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
}

.select__header svg {
  transition: all 0.3s;
}

.select__current {
  padding-right: 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #003A34;
}

.select__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: auto;
  text-align: center;
}

.select__body {
  padding: 10px 32px;
  border-top: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  z-index: 999;
}

.select__item {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  padding: 8px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}

.select__item:hover {
  color: #003A34;
  border-color: #003A34;
}

.section {
  padding-top: 154px;
  padding-bottom: 100px;
}

.section-title {
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 95px;
  line-height: 90%;
  color: #fff;
}

.section-subtitle {
  font-weight: 800;
  font-size: 50px;
  line-height: 100%;
  color: #fff;
}

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

.social .icon {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  transition: all 0.3s;
}

.social .icon:last-child {
  margin-right: 0;
}

.whatsapp {
  background-image: url("../img/icon/whatsapp.svg");
}

.whatsapp:hover {
  background-image: url("../img/icon/whatsapp-h.svg");
  background-color: #6BD05A;
}

.telegram {
  background-image: url("../img/icon/telegram.svg");
}

.telegram:hover {
  background-image: url("../img/icon/telegram-h.svg");
  background-color: #49B7FF;
}

.viber {
  background-image: url("../img/icon/viber.svg");
}

.viber:hover {
  background-image: url("../img/icon/viber-h.svg");
  background-color: #7f4da0;
}

input {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #272735;
}

.texterror {
  position: absolute;
  bottom: -23px;
  left: 40px;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #F13030;
}

.call {
  padding: 100px 0;
  background-color: #003A34;
}

.call .section-title {
  margin-bottom: 30px;
  font-size: 75px;
}

.call .section-title::after {
  display: none;
}

.call-subtitle {
  padding-left: calc(53% - 20px);
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
}

.call .form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.call .form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 75px;
  width: 100%;
  max-width: calc(33% - 10px);
  border-radius: 50px;
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #fff;
  background-color: transparent;
  transition: all 0.3s;
}

.call .form-btn:hover {
  background-color: #107980;
  border-color: #107980;
}

.call .form .select {
  margin-bottom: 30px;
  width: 100%;
  max-width: calc(33% - 10px);
}

.call .form label {
  margin-bottom: 30px;
  width: 100%;
  max-width: calc(33% - 10px);
}

.call .form label input {
  width: 100%;
}

.call .form label span {
  top: 48%;
  left: 40px;
  transform: translateY(-50%);
}

.call .form label input:focus + span {
  top: 12px;
  font-size: 13px;
}

.call .form-politic {
  color: #107980;
}

.call .form-politic a {
  padding-bottom: 1px;
  border-bottom: 1px solid #107980;
  color: #107980;
}

.call .form-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input {
  padding: 19px 40px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #272735;
  background-color: #fff;
}

.input::-moz-placeholder {
  color: #272735;
}

.input:-ms-input-placeholder {
  color: #272735;
}

.input::placeholder {
  color: #272735;
}

form label {
  position: relative;
  z-index: 1;
}

form label span {
  position: absolute;
  left: 0;
  top: 2px;
  width: 100%;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #272735;
  pointer-events: none;
  transition: all 0.3s;
}

form label input {
  position: relative;
  background-color: #003a34;
}

form label input:focus + span {
  top: -20px;
  font-size: 15px;
  line-height: 1;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: #272735;
}

ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border: 3.5px solid #107980;
  border-radius: 15px;
}

.tabs-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tabs-button {
  cursor: pointer;
}

.tab {
  display: none;
}

.tab-show {
  display: block;
}

.swiper-slide {
  padding: 55px 50px;
  min-height: 395px;
  background-color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  background-color: #EDE1CF;
  background-image: url("../img/arr.svg");
  background-repeat: no-repeat;
  background-position: left 45% center;
  z-index: 99;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #A78850;
  border-color: #A78850;
  background-image: url("../img/arr-w.svg");
}

.swiper-button-next {
  right: -30px;
  transform: rotate(-180deg);
}

.swiper-button-prev {
  left: -30px;
}

.breadcrumb {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.breadcrumb a {
  position: relative;
  padding-right: 15px;
  margin-right: 5px;
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  min-height: 16px;
  opacity: 0.3;
  transition: all 0.3s;
  color: #003A34;
}

.breadcrumb a:last-child {
  pointer-events: none;
}

.breadcrumb a:first-child {
  margin-top: -2px;
}

.breadcrumb a:first-child::before {
  top: 5px;
}

.breadcrumb a:hover {
  opacity: 1;
}

.breadcrumb a::before {
  content: "🠒";
  position: absolute;
  right: 0;
  top: 4px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}

.breadcrumb a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb a:last-child::before {
  display: none;
}

.footer {
  padding: 100px 0px 50px;
  background-color: #003A34;
}

.footer-top {
  margin-bottom: 55px;
  display: flex;
}

.footer-top span {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.footer-top img {
  margin-right: 140px;
}

.footer a {
  color: #fff;
}

.footer-bottom {
  display: flex;
  align-items: center;
}

.footer-bottom .social {
  position: relative;
  padding-right: 80px;
}

.footer-bottom .social .icon {
  margin-right: 15px;
}

.footer-bottom .social .icon:last-child {
  margin-right: 0;
}

.footer-bottom .social::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 41px;
  height: 1px;
  background-color: #fff;
}

.footer-phone {
  margin-right: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 80%;
}

.footer-mail {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
}

.paradigma {
  padding-left: 41.5%;
  padding-top: 90px;
}

.paradigma a {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: #76A1A7;
}

.main {
  padding-top: 165px;
  padding-bottom: 436px;
  background-image: url("../img/main/bg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.main-title {
  margin-top: 45px;
  margin-bottom: 40px;
  font-size: 75px;
  font-weight: 800;
  line-height: 60px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.65);
}

.main-q {
  max-width: 187px;
}

.main-btn {
  width: 100%;
  max-width: 350px;
  background-color: #45245A;
  border-color: #45245A;
  transition: all 0.3s;
}

.main-btn:hover {
  background-color: #5C3D71;
  border-color: #5C3D71;
}

.main-bottom {
  position: relative;
  margin-top: 380px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
}

.main-bottom::before {
  content: "";
  position: absolute;
  right: 0;
  top: 43px;
  background-color: #fff;
  width: 100%;
  height: 1px;
  max-width: 100px;
}

.main-bottom p {
  max-width: 560px;
}

.service {
  padding-bottom: 75px;
  margin-top: -412px;
  background-image: url("../img/service/blue.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 412px left;
}

.service .section-title {
  margin-bottom: 50px;
  line-height: 120%;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.service-item {
  position: relative;
  padding: 40px 31px 31px 51px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  width: 100%;
  max-width: 25%;
  min-height: 350px;
  color: #fff;
  transition: all 0.3s;
}

.service-item:nth-child(3),
.service-item:nth-child(7) {
  border-right: none;
}

.service-item:first-child {
  max-width: 50%;
}

.service-item:first-child .service-title {
  font-size: 35px;
}

.service-item::before {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-image: url("../img/icon/arr.svg");
  background-position: left 55% center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.service-item svg,
.service-item svg line,
.service-item svg path,
.service-item svg circle,
.service-item svg rect {
  transition: all 0.3s;
}

.service-item:hover {
  background-color: #fff;
}

.service-item:hover svg,
.service-item:hover svg line,
.service-item:hover svg path,
.service-item:hover svg circle,
.service-item:hover svg rect {
  stroke: #107980;
}

.service-item:hover .service-title {
  color: #107980;
}

.service-item:hover .service-desc {
  color: #272735;
}

.service-item:hover::before {
  background-color: #EDE1CF;
  border-color: #EDE1CF;
}

.service-icon {
  margin-bottom: 20px;
  min-height: 62px;
  max-height: 62px;
  overflow: hidden;
}

.service-title {
  margin-bottom: 20px;
  min-height: 44px;
  font-size: 22px;
  font-weight: 800;
  transition: all 0.3s;
}

.service-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  transition: all 0.3s;
}

.help {
  background-color: #003A34;
  padding-top: 75px;
  background-image: url("../img/icon/bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.help .section-subtitle {
  margin-bottom: 95px;
}

.help-list {
  display: flex;
  margin: 0px -15px;
}

.help-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-basis: 100%;
  padding: 0px 15px;
}

.help .help-item {
  position: relative;
  counter-increment: helpItem;
}

.help .help-item::before {
  content: counter(helpItem, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 55px;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.help .help-item::after {
  content: "";
  position: absolute;
  left: 78px;
  top: 13px;
  width: 73px;
  height: 1px;
  background-color: #fff;
}

.help-item {
  width: 100%;
  max-width: calc(50% - 35px);
  padding-left: 178px;
  margin-bottom: 124px;
}

.help-desc {
  min-height: 104px;
  font-size: 22px;
  font-weight: 800;
  line-height: 120%;
  color: #FFFFFF;
}

.work {
  position: relative;
  padding-bottom: 100px;
  margin-top: -2px;
  background-image: url("../img/work/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.work::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/work/bg-color.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}

.work-top {
  padding-top: 56px;
  background-color: #003A34;
}

.work-slider {
  position: relative;
  padding-top: 45px;
  margin-bottom: 103px;
}

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

.work-title {
  max-width: calc(100% - 120px);
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 800;
  line-height: 26.4px;
}

.work-desc {
  max-width: calc(100% - 120px);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: #272735;
}

.work-img {
  position: absolute;
  right: 50px;
  top: 50px;
}

.work .swiper-slide {
  position: relative;
}

.work-call {
  display: flex;
  flex-wrap: wrap;
}

.work-call-title {
  width: 100%;
  max-width: 533px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
}

.work-call-form {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 722px;
  padding-left: 100px;
  border-radius: 100px;
  background-color: #fff;
}

.work-call-form input {
  background-color: transparent;
}

.work-call-form .form-politic {
  position: absolute;
  left: 5px;
  bottom: -10px;
  transform: translateY(100%);
  width: 100%;
  max-width: 100%;
  color: #fff;
  cursor: pointer;
}

.work-call-form .form-politic a,
.work-call-form .form-politic span {
  color: #A78850;
}

.work-btn {
  width: 100%;
  max-width: 350px;
  background-color: #107980 !important;
  border-color: #107980;
}

.work-btn:hover {
  background-color: #003A34 !important;
  border-color: #003A34;
}

.work-catalog-more {
  position: relative;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.work-catalog-more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  max-width: calc(100% - 196px);
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
}

.work-catalog-more svg {
  margin-left: 12px;
  border-radius: 100px;
}

.work-catalog-more a {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #fff;
  transition: all 0.3s;
}

.work-catalog-more a * {
  transition: all 0.3s;
}

.work-catalog-more a:hover svg {
  background-color: #003A34;
}

.work-catalog-more a:hover svg circle {
  stroke: #003A34;
}

.work-catalog .section-title {
  margin-bottom: 0;
  width: 100%;
}

.work-catalog .main-bottom::before {
  top: auto;
  bottom: 43px;
  right: 25px;
}

.work-catalog-slider {
  position: relative;
  margin-top: 48px;
}

.work-catalog-slider-container {
  overflow: hidden;
}

.work-catalog-slider .swiper-slide {
  padding: 61px 30px 37px;
  min-height: auto;
}

.work-catalog-slider .swiper-button-next {
  transform: translateY(-50%) rotate(-180deg);
}

.work-catalog-slider .swiper-button-prev {
  transform: translateY(-50%);
}

.work-catalog-img {
  margin-bottom: 46px;
  text-align: center;
}

.work-catalog-title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #107980;
}

.steps {
  padding-top: 100px;
  padding-bottom: 71px;
  background-color: #003A34;
  color: #fff;
}

.steps .section-title {
  margin-bottom: 50px;
}

.steps .tabs-buttons {
  position: relative;
  margin-bottom: 64px;
}

.steps .tabs-buttons::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: calc(100% - 50px);
  height: 1px;
  background-color: #76A1A7;
}

.steps .tabs-button {
  position: relative;
  padding-top: 60px;
  min-height: 87px;
  max-width: 99px;
  font-size: 15px;
  font-weight: 800;
  line-height: 90%;
  text-align: center;
  color: #76A1A7;
}

.steps .tabs-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  padding: 17px;
  width: 50px;
  height: 50px;
  border: 1px solid #76A1A7;
  border-radius: 50px;
  background-color: #003A34;
}

.steps .tabs-button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 18px;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #76A1A7;
  border-radius: 50px;
}

.steps .tabs-button.active {
  color: #fff;
}

.steps .tabs-button.active::before {
  border-color: #fff;
}

.steps .tabs-button.active::after {
  background-color: #fff;
}

.steps-list {
  display: flex;
  justify-content: space-between;
}

.steps-img {
  width: calc(50% - 55px);
}

.steps-info {
  width: calc(50% - 55px);
}

.steps-num {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: 0.05em;
  color: #003A34;
  text-shadow: 1px 0 0 #76A1A7, -1px 0 0 #76A1A7, 0 1px 0 #76A1A7, 0 -1px 0 #76A1A7, 1px 1px #76A1A7, -1px -1px 0 #76A1A7, 1px -1px 0 #76A1A7, -1px 1px 0 #76A1A7;
}

.steps-title {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
}

.steps-desc {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.steps .btn {
  padding: 23px;
  width: 100%;
  max-width: 300px;
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  border-color: #fff;
  color: #fff;
}

.steps .btn:hover {
  background-color: #107980;
  border-color: #107980;
}

.tarif {
  padding-top: 152px;
  padding-bottom: 75px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.tarif-subtitle {
  padding-left: calc(53% - 20px);
  margin-bottom: 50px;
  font-weight: 900;
  font-size: 24px;
  line-height: 115%;
  color: #107980;
}

.tarif .section-title {
  margin-bottom: 30px;
  color: #107980;
}

.tarif .section-title::before {
  top: 0;
  transform: translateY(0);
}

.tarif .section-title::after {
  display: none;
}

.tarif-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #272735;
}

.tarif-list {
  display: flex;
  flex-wrap: wrap;
}

.tarif-item {
  padding: 50px;
  padding-bottom: 0;
  padding-left: 0;
  width: 50%;
}

.tarif-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  margin-top: -50px;
  width: 100vw;
  height: 1px;
  border-bottom: 1px solid #E6EBEF;
}

.tarif-item:nth-child(odd) {
  border-right: 1px solid #E6EBEF;
}

.tarif-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  height: 1px;
  border-bottom: 1px solid #E6EBEF;
}

.tarif-item:nth-child(2n) {
  padding-left: 50px;
}

.tarif-item:nth-child(2n)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 50vw;
  height: 1px;
  border-bottom: 1px solid #E6EBEF;
}

.tarif-item:last-child::after {
  display: none;
}

.tarif-item:last-child .tarif-features {
  min-height: auto;
}

.tarif-features {
  max-width: 550px;
  min-height: 370px;
}

.tarif-bottom {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  border: 1px solid #76A1A7;
  border-radius: 50px;
}

.tarif-price {
  margin-right: 32px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  color: #76A1A7;
  white-space: nowrap;
}

.tarif-btn {
  padding: 16px;
  width: 100%;
  min-width: 200px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.tarif-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #003A34;
}

.tarif-link svg {
  margin-left: 18px;
  transition: all 0.3s;
  border-radius: 50px;
}

.tarif-link svg * {
  transition: all 0.5s;
}

.tarif-link:hover svg circle {
  stroke: #003A34;
  fill: #003A34;
}

.tarif-link:hover svg path {
  fill: #fff;
}

.about {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #fff;
}

.about .section-title {
  color: #107980;
}

.about-row {
  z-index: -1;
}

.about-list {
  display: flex;
}

.about-item {
  width: 50%;
}

.about-item:last-child {
  max-width: 618px;
}

.about p {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  color: #272735;
}

.about-video {
  position: relative;
  margin-top: -115px;
  margin-bottom: 50px;
  max-width: 500px;
}

.about-title {
  margin-bottom: 51px;
  max-width: 500px;
  font-weight: 800;
  font-size: 40px;
  color: #107980;
}

.about-more {
  position: relative;
  max-width: 500px;
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #107980;
}

.about-more::before {
  content: "";
  position: absolute;
  left: 155px;
  top: -3px;
  width: 35px;
  height: 35px;
  border: 1px solid #23218466;
  border-radius: 50px;
  background-image: url("../img/about/arr.svg");
  background-repeat: no-repeat;
  background-position: left 55% center;
}

.about-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 60%;
  width: 100%;
  max-width: 294px;
  height: 1px;
  background-color: #E6EBEF;
}

.about-subtitle {
  margin-top: 48px;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 24px;
  line-height: 115%;
  color: #107980;
}

.about ul li {
  line-height: 115%;
}

.keys {
  padding: 100px 0;
  background-image: url("../img/keys/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.keys-inner {
  position: relative;
  padding-bottom: 55px;
  background-attachment: fixed;
  z-index: 1;
}

.keys-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/keys/bg-bottom.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 70%;
}

.keys .swiper-wrapper {
  align-items: inherit;
}

.keys .swiper-slide {
  position: relative;
  padding: 50px;
  padding-bottom: 110px;
  height: auto;
  background-color: transparent;
  z-index: 1;
  background-color: #fff;
}

.keys .swiper-slide::before {
  content: "";
  position: absolute;
  right: 50px;
  bottom: 63px;
  width: calc(100% - 189px);
  height: 100%;
  background-color: #E6EBEF;
  height: 1px;
  transition: width 0.3s;
  z-index: -1;
}

.keys .swiper-slide::after {
  content: "";
  position: absolute;
  left: 50px;
  bottom: 33px;
  width: 60px;
  height: 60px;
  padding-right: 25px;
  border: 1px solid #E6EBEF;
  border-radius: 60px;
  background-image: url("../img/keys/arr.svg");
  background-position: left 55% center;
  background-repeat: no-repeat;
  transition: width 0.3s;
  cursor: pointer;
}

.keys .swiper-slide:hover::after {
  width: 220px;
  background-image: url("../img/keys/arr-more.svg");
  background-position: center;
  border-color: transparent;
}

.keys .swiper-slide:hover::before {
  width: calc(100% - 350px);
}

.keys .swiper-slide:hover .keys-title {
  color: #107980;
}

.keys-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.keys-list > div,
.keys-list > a {
  margin-bottom: 30px;
  width: 100%;
  max-width: calc(50% - 15px);
}

.keys-list .keys-title {
  font-size: 34px;
}

.keys-list .swiper-slide {
  height: auto;
  min-height: auto;
}

.keys-info {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.keys-slider {
  position: relative;
  margin-top: 10px;
}

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

.keys-title {
  margin-bottom: 20px;
  width: 100%;
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  color: #272735;
  transition: all 0.3s;
}

.keys-desc {
  margin-right: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #272735;
}

.keys .container {
  position: relative;
}

.keys .container .keys-button-next {
  transform: rotate(-180deg) translateY(50%);
}

.keys .container .keys-button-prev {
  transform: translateY(-50%);
}

.t-price {
  padding-top: 35px;
  padding-bottom: 100px;
}

.t-price .section-title {
  margin-bottom: 50px;
  color: #003A34;
}

.t-price-subtitle {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 55px;
  line-height: 80%;
  color: #003A34;
}

.t-price-list {
  margin-bottom: 100px;
  display: flex;
  color: #272735;
}

.t-price-list:last-child {
  margin-bottom: 0;
}

.t-price-col {
  width: 100%;
  max-width: 216px;
}

.t-price-col-items {
  max-width: 510px;
}

.t-price-col-items .t-price-text {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 51px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: left;
  color: #272735;
}

.t-price-col:last-child .t-price-head {
  border-right: none;
}

.t-price-col:last-child .t-price-text {
  border-right: none;
}

.t-price-text {
  padding: 7px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  border-top: 1px solid #E6EBEF;
}

.t-price-text:last-child {
  border-bottom: 1px solid #E6EBEF;
}

.t-price-head {
  padding-bottom: 18px;
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  font-weight: 800;
  font-size: 30px;
  text-align: center;
}

.t-price-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  margin: auto;
  margin-top: 20px;
  width: 100%;
  max-width: 160px;
  display: block;
  font-size: 16px;
  line-height: 19px;
}

.t-price-price {
  padding: 20px 20px 0;
  border-top: 1px solid #E6EBEF;
  font-weight: 800;
  font-size: 20px;
  color: #003A34;
  text-align: center;
}

.contacts {
  position: relative;
  padding-top: 20px;
  padding-bottom: 57px;
}

.contacts .page-title {
  margin-bottom: 60px;
}

.contacts-phone {
  margin-bottom: 10px;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 700;
  font-size: 40px;
  line-height: 32px;
  color: #003A34;
}

.contacts-mail {
  margin-bottom: 50px;
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 700;
  font-size: 40px;
  line-height: 150%;
  color: #003A34;
}

.contacts-adress {
  max-width: 618px;
  font-weight: 700;
  font-size: 24px;
  color: #272735;
}

.contacts-info {
  position: relative;
  padding-bottom: 80px;
}

.contacts-info::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0px;
  width: 834px;
  max-width: 834px;
  height: 35px;
  background-image: url("../img/contacts/line.svg");
  background-repeat: no-repeat;
  z-index: 99;
}

#contact-map {
  position: relative;
  min-height: 546px;
  max-width: calc(100% - 0px);
}

.catalog {
  padding: 160px 0 100px;
  background-image: url("../img/keys/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.catalog-inner {
  position: relative;
  padding-bottom: 20px;
  background-attachment: fixed;
  z-index: 1;
  background-image: url("../img/catalog/bg.jpg");
}

.catalog-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url("../img/catalog/bottom.svg");
  background-repeat: no-repeat;
  background-position: right bottom -1px;
  background-size: 100%;
}

.catalog .page-title {
  margin-bottom: 20px;
}

.catalog-subtitle {
  margin-bottom: 30px;
  max-width: 720px;
  font-weight: 800;
  font-size: 18px;
  line-height: 150%;
  color: #272735;
}

.catalog .form {
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.catalog .form label {
  width: 100%;
  max-width: calc(33% - 10px);
}

.catalog .form label .input {
  width: 100%;
}

.catalog .form label .input:focus + span {
  top: 5px;
  font-size: 12px;
}

.catalog .form label span {
  left: 40px;
  top: 16px;
  font-size: 18px;
}

.catalog .form-btn {
  width: 100%;
  max-width: calc(33% - 10px);
  background-color: #45245A;
  color: #fff;
  transition: all 0.3s;
}

.catalog .form-btn:hover {
  background-color: #5C3D71;
  border-color: #5C3D71;
}

.catalog-item {
  padding: 61px 29px 37px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

.catalog-img {
  margin-bottom: 46px;
  text-align: center;
}

.catalog-title {
  font-weight: 800;
  font-size: 24px;
  line-height: 100%;
  color: #003A34;
}

.catalog-list {
  position: relative;
  padding-top: 60px;
  row-gap: 30px;
  margin: 0;
}

.catalog-list::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 20px;
  background-image: url("../img/catalog/line.svg");
  background-repeat: no-repeat;
}

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

.content .page-title {
  margin-bottom: 55px;
  font-size: 55px;
  line-height: 1;
}

.content h3 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #003A34;
}

.content h4 {
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
  line-height: 130%;
  color: #003A34;
}

.content p {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #272735;
}

.back-list {
  position: relative;
  display: flex;
  width: 100%;
}

.back-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #E6EBEF;
  z-index: -1;
}

.back-list a {
  padding-right: 26px;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #003A34;
}

.back-list a svg {
  margin-left: 9px;
}

.manager {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}

.manager-top {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.manager-img {
  margin-right: 30px;
  max-width: 150px;
}

.manager-img img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100px;
}

.manager-text {
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
  color: #272735;
}

.manager-form {
  padding-bottom: 40px;
}

.manager .form {
  position: relative;
  padding-bottom: 70px;
}

.manager .form::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-image: url("../img/page/line.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.manager .form-btn {
  padding: 19px 0;
  width: 100%;
  color: #fff;
  background-color: #003A34;
}

.manager .form-btn:hover {
  background-color: #107980;
  border-color: #107980;
}

.manager .form .input {
  max-height: 60px;
  width: 100%;
  border: 1px solid #E6EBEF;
  font-size: 18px;
}

.manager .form .input:focus + span {
  top: 3px;
  font-size: 11px;
}

.manager .form label {
  display: flex;
  margin-bottom: 20px;
}

.manager .form label span {
  left: 40px;
  top: 19px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.torg {
  position: relative;
  padding-top: 160px;
  padding-bottom: 180px;
  margin-top: -160px;
  background-image: url("../img/catalog/bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  z-index: 1;
}

.torg ul li {
  color: #fff;
}

.torg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/work/bg-color.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: right top;
  z-index: -1;
  pointer-events: none;
}

.torg .page-title {
  margin-bottom: 50px;
  max-width: 836px;
  color: #fff;
}

.torg-subtitle {
  max-width: 618px;
  font-weight: 800;
  font-size: 35px;
  line-height: 110%;
  color: #fff;
}

.torg-subtitle p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
}

.torg-subtitle h3 {
  margin-bottom: 25px;
}

.torg-subtitle span {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}

.torg + .work-inner {
  padding-top: 80px;
}

.work-inner {
  padding-bottom: 100px;
  overflow: hidden;
}

.work-inner .section-subtitle {
  margin-bottom: 50px;
  color: #003A34;
}

.work-inner .work-desc,
.work-inner .work-title {
  max-width: 400px;
}

.work-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.work-item {
  position: relative;
  padding: 50px;
  width: 100%;
  max-width: 50%;
}

.work-item:nth-child(odd) {
  padding-left: 0;
  border-right: 1px solid #E6EBEF;
}

.work-item:nth-child(odd)::before {
  content: "";
  position: absolute;
  left: -50vw;
  bottom: 0;
  width: 160vw;
  height: 1px;
  background-color: #E6EBEF;
}

.work-item:nth-child(1)::after {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  width: 160vw;
  height: 1px;
  background-color: #E6EBEF;
}

.package .section-subtitle {
  margin-bottom: 44px;
  color: #003A34;
}

.package .section-subtitle::after {
  right: calc(33% - 151px);
}

.package .manager {
  max-width: 402px;
  margin: auto;
}

.package .manager .form::after {
  display: none;
}

.process {
  padding-top: 25px;
  overflow: hidden;
}

.process .section-subtitle {
  margin-bottom: 50px;
  color: #003A34;
}

.process .section-subtitle::before {
  top: 35px;
}

.process .section-subtitle::after {
  top: 35px;
  right: 85px;
}

.process .help-list {
  position: relative;
}

.process .help-list::after {
  content: "";
  position: absolute;
  left: -50vw;
  top: 0;
  width: 160vw;
  height: 1px;
  background-color: #E6EBEF;
}

.process .help-item {
  position: relative;
  padding: 50px;
  padding-left: 158px;
  margin-bottom: 0;
  max-width: 50%;
  counter-increment: helpItem;
}

.process .help-item:nth-child(odd) {
  padding-left: 108px;
  border-right: 1px solid #E6EBEF;
}

.process .help-item:nth-child(odd)::before {
  left: 0;
}

.process .help-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  left: -50vw;
  bottom: 0;
  width: 160vw;
  height: 1px;
  background-color: #E6EBEF;
}

.process .help-item::before {
  content: counter(helpItem, decimal-leading-zero);
  position: absolute;
  left: 50px;
  top: 50px;
  font-size: 45px;
  font-weight: 800;
  line-height: 90%;
  letter-spacing: 0.05em;
  color: #003A34;
}

.process .help-desc {
  position: relative;
  margin-bottom: 20px;
  min-height: auto;
  color: #272735;
}

.process .help-desc::after {
  content: "";
  position: absolute;
  top: 14px;
  left: -47px;
  width: 30px;
  height: 1px;
  background-color: #003A34;
}

.process .help-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #272735;
}

.section {
  padding-top: 154px;
  padding-bottom: 100px;
}

@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: 1140px;
  }

  .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;
  }

  .container {
    max-width: 1285px;
    padding: 0px 15px;
  }

  .row {
    margin: 0px -15px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }

  .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;
  }

  .container {
    max-width: 1285px;
    padding: 0px 15px;
  }

  .row {
    margin: 0px -15px;
  }
}

@media (max-width: 1368px) {
  .main {
    padding-bottom: 346px;
    background-position: center;
  }

  .service {
    margin-top: -330px;
  }
}

@media (max-width: 1200px) {
  .header-logo {
    margin-right: 10px;
  }

  .header-logo img {
    max-width: 100px;
  }

  .header-menu {
    width: 100%;
    justify-content: space-around;
  }

  .header-menu li {
    margin-right: 0px;
  }

  .header-btn {
    display: none;
  }

  .header-contact {
    width: 100%;
    justify-content: flex-end;
  }
}

@media (max-width: 1140px) {
  .t-price-col {
    max-width: 160px;
  }

  .t-price-col-items {
    max-width: 510px;
  }

  .t-price-price {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 992px) {
  .modal {
    z-index: 99999;
  }

  .modal-close {
    top: 20px;
    right: 20px;
  }

  .modal-content {
    flex-wrap: wrap;
    max-width: 500px;
  }

  .modal-content label {
    margin-bottom: 20px;
  }

  .modal-content label span {
    font-size: 18px;
    top: 13px;
    left: 20px;
  }

  .modal-content .form-btn {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 18px;
  }

  .modal-title {
    margin-bottom: 50px;
    font-size: 40px;
  }

  .modal-title span {
    margin-top: 15px;
    font-size: 22px;
  }

  body.active {
    position: relative;
    overflow: hidden;
  }

  body.active .t-price,
  body.active .contacts {
    padding-left: 15px;
  }

  body.active .header-btn {
    opacity: 1;
    z-index: 9999;
  }

  body.active .header-menu {
    padding-top: 50px;
    opacity: 1;
    z-index: 9999;
    height: calc(100vh + 30px);
    overflow: visible;
    top: -20px;
  }

  body.active .header-menu::after {
    opacity: 1;
    z-index: -1;
  }

  .breadcrumb {
    display: none;
  }

  .sub-menu svg {
    width: 21px;
    height: 10px;
  }

  .sub-menu ul {
    position: static;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    max-height: 0px;
    padding: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: all;
    border: none;
    background-color: transparent;
    box-shadow: none;
  }

  .sub-menu ul li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 120%;
  }

  .sub-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: 120%;
  }

  .sub-menu:hover ul {
    padding: 15px 0px 40px;
    max-height: 1000px;
  }

  .header-burger {
    display: flex;
  }

  .header .container {
    position: relative;
  }

  .header-logo {
    padding-left: 50px;
  }

  .header-white .header-burger span {
    background-color: #fff;
  }

  .header-menu {
    position: absolute;
    left: 50%;
    top: -250vh;
    transform: translateX(-50%);
    padding-top: 210px !important;
    width: 100%;
    max-width: 540px;
    margin: auto;
    height: 0px;
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    z-index: -99;
    transition: all 0.3s;
  }

  .header-menu::after {
    content: "";
    position: fixed;
    top: -50%;
    width: 100vw;
    height: 200vh;
    background-color: #107980f2;
    background-image: url("../img/icon/bg.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: -999;
    opacity: 0;
    transition: all 0.3s;
  }

  .header-menu::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50px;
    width: 130px;
    height: 121px;
    background-image: url("../img/header-w.svg");
    background-repeat: no-repeat;
  }

  .header-menu:hover {
    overflow-y: scroll !important;
  }

  .header-menu li {
    width: 100%;
    max-width: 206px;
    font-size: 35px;
    line-height: 49px;
    color: #fff;
    text-shadow: none;
  }

  .header-menu li a {
    font-size: 35px;
    line-height: 49px;
    color: #fff;
    text-shadow: none;
  }

  .header-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background-image: url("../img/close.svg");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    cursor: pointer;
  }

  .header-btn {
    display: block;
    margin-left: -57px;
    margin-top: 60px;
    top: 80vh;
    left: 15px;
    width: 100%;
    min-width: 207px;
    max-width: 207px;
    border-color: #fff;
    color: #fff;
    opacity: 0;
    z-index: -999;
  }

  .main {
    padding-top: 140px;
    padding-bottom: 213px;
    margin-bottom: 0;
    background-position: bottom left;
  }

  .main-q {
    display: none;
  }

  .main-title {
    font-size: 50px;
    line-height: 1;
  }

  .main-title br {
    display: none;
  }

  .main-bottom {
    margin-top: 0;
  }

  .main-bottom::before {
    display: none;
  }

  .main-bottom p {
    max-width: 100%;
  }

  .main-bottom p br {
    display: none;
  }

  .main-title {
    margin-bottom: 30px;
  }

  .main-btn {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: 30px;
  }

  .service {
    margin-top: -115px;
    background-position: top 115px left;
  }

  .service-item {
    padding: 30px;
    max-width: 50%;
  }

  .service-item:nth-child(3) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .service-item:first-child {
    max-width: 100%;
  }

  .service-item:first-child .service-title {
    font-size: 30px;
  }

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

  .service-title {
    font-size: 20px;
  }

  .help-item {
    padding-left: 100px;
    margin-bottom: 100px;
  }

  .help-item::after {
    display: none;
  }

  .work-top {
    padding-top: 0;
  }

  .work-slider {
    margin-bottom: 40px;
  }

  .work .swiper-slide {
    padding: 40px;
    min-height: auto;
  }

  .work-title,
  .work-desc {
    max-width: 100%;
  }

  .work-img {
    top: 40px;
    right: 40px;
  }

  .work-call-form {
    margin: 50px auto;
  }

  .work-call-title {
    margin: auto;
    text-align: center;
    max-width: 480px;
  }

  .work-catalog-slider .swiper-slide {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
  }

  .work-catalog-slider .swiper-slide .swiper-slide {
    padding: 14px 38px;
    margin: 10px;
    background-color: #fff;
    width: calc(50% - 20px);
    min-height: 150px;
  }

  .work-catalog-slider .swiper-slide .work-catalog-title {
    display: none;
  }

  .work-catalog-slider .swiper-slide .work-catalog-img {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }

  .work-catalog .section-title {
    margin-bottom: 30px;
  }

  .steps-list {
    flex-wrap: wrap;
  }

  .steps-img {
    width: 100%;
  }

  .steps-info {
    width: 100%;
  }

  .tarif {
    position: relative;
    padding-bottom: 0;
  }

  .tarif-subtitle {
    display: none;
  }

  .tarif .section-title {
    position: static;
    padding-left: 0;
  }

  .tarif .section-title::before {
    top: 50px;
    left: 0;
    width: 100%;
    background-size: contain;
  }

  .tarif-features {
    min-height: auto;
  }

  .tarif-item {
    padding: 30px;
    padding-bottom: 0;
    width: 100%;
    max-width: 100%;
  }

  .tarif-item:nth-child(2n) {
    padding-left: 30px;
  }

  .tarif-item:nth-child(2n)::after {
    left: 0;
    width: 100vw;
  }

  .tarif-item:nth-child(odd) {
    border: none;
  }

  .tarif-item:nth-child(odd)::after {
    left: 0;
    width: 100vw;
  }

  .tarif-item::after {
    left: 0;
    width: 100vw;
  }

  .about {
    position: relative;
    overflow: hidden;
  }

  .about-video {
    margin-top: 0;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .about-more {
    position: absolute;
    bottom: 107px;
    width: 100%;
  }

  .page-num a,
  .page-num span {
    margin: 0px 7px;
    font-size: 18px;
  }

  .page-pagination svg {
    max-width: 45px;
  }

  .keys-list .swiper-slide {
    max-width: 100%;
  }

  .keys-inner {
    padding-bottom: 0;
    background-image: url("../img/keys/bg-mob.png");
  }

  .keys-inner::after {
    background-size: 100%;
  }

  .keys .section-title {
    margin-bottom: 15px;
  }

  .keys .swiper-button-next,
  .keys .swiper-button-prev {
    display: none;
  }

  .keys .swiper-wrapper {
    align-items: flex-start;
  }

  .keys .swiper-slide {
    padding: 30px;
    padding-bottom: 65px;
    min-height: auto;
  }

  .keys .swiper-slide::before {
    right: 50%;
    transform: translateX(50%);
    width: 280px;
  }

  .keys .swiper-slide::after {
    left: 30px;
    bottom: 30px;
  }

  .keys .swiper-slide:hover::before {
    width: calc(100% - 300px);
  }

  .keys-desc {
    margin-right: 0;
    font-size: 16px;
  }

  .keys-img {
    display: none;
  }

  .keys-title {
    font-size: 25px;
  }

  .keys-info {
    justify-content: center;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  .swiper-button-next {
    right: -15px;
  }

  .swiper-button-prev {
    left: -15px;
  }

  .swiper-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .swiper-pagination span {
    margin-right: 12px;
    width: 12px;
    height: 12px;
    border: 3px solid #fff;
    border-radius: 10px;
  }

  .swiper-pagination span.swiper-pagination-bullet-active {
    border-color: #003A34;
  }

  .swiper-pagination span:last-child {
    margin-right: 0;
  }

  .t-price {
    padding-top: 20px;
  }

  .t-price .section-title {
    margin-bottom: 30px;
  }

  .t-price-list {
    flex-wrap: wrap;
  }

  .t-price-head {
    padding-top: 0;
    padding-bottom: 20px;
    justify-content: flex-start;
    border-right: none;
    min-height: auto;
  }

  .t-price-text {
    padding: 10px 0;
    border-right: none;
    justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
  }

  .t-price-text img {
    max-width: 20px;
    max-height: 20px;
  }

  .t-price-col {
    margin-bottom: 50px;
    max-width: 100%;
  }

  .t-price-col-items {
    display: none;
  }

  .t-price-col:last-child {
    margin-bottom: 0;
  }

  .t-price-price {
    padding: 0;
    padding-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .t-price-btn {
    margin: unset;
  }

  .contacts {
    padding-bottom: 0px;
    padding-top: 0;
  }

  .contacts + .call {
    display: none;
  }

  .contacts-info {
    padding-bottom: 0px;
  }

  .contacts .page-title {
    padding-top: 31px;
    margin-bottom: 45px;
    font-size: 45px;
    line-height: 36px;
  }

  .contacts-phone {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 24px;
  }

  .contacts-mail {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 45px;
  }

  .contacts-adress {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
  }

  .contacts-info::after {
    display: none;
  }

  #contact-map {
    margin: 0px -20px;
    width: 100vw;
    max-width: 100vw;
  }

  #contact-map::after {
    display: none;
  }

  .input,
  .select__header {
    padding: 16px 20px;
  }

  .call {
    position: relative;
    padding-top: 120px;
    padding-bottom: 50px;
    overflow: hidden;
  }

  .call-subtitle {
    padding-left: 0;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .call .form label,
  .call .form .select {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .call .form label span {
    left: 20px;
    font-size: 18px;
  }

  .call .form-bottom {
    flex-direction: column-reverse;
  }

  .call .form-btn {
    padding: 12px 0;
    margin-bottom: 30px;
    min-height: 55px;
    max-width: 100%;
    font-size: 18px;
  }

  .call .form-politic {
    font-size: 14px;
  }

  .call .select__body {
    top: calc(100% - 1px);
  }

  .call .section-title {
    position: static;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 45px;
    line-height: 41px;
  }

  .call .section-title::before {
    top: 50px;
    left: 0;
    width: 100%;
    background-size: contain;
    background-position: top;
    transform: translateY(0);
  }

  .catalog .form label input {
    font-size: 16px;
  }

  .catalog .form label span {
    left: 19px;
    top: 11px;
  }

  .texterror {
    bottom: -17px;
    left: 20px;
    font-size: 12px;
  }

  .torg {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .torg::before {
    background-size: contain;
  }

  .torg + .work-inner {
    margin-top: -50px;
  }

  .torg .page-title {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 36px;
    word-break: break-word;
  }

  .torg-subtitle {
    font-size: 24px;
    line-height: 28px;
  }

  .torg-subtitle p {
    font-size: 16px;
    line-height: 20px;
  }

  .torg-subtitle span {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .work-inner .work-item {
    overflow: hidden;
  }

  .work-inner .work-item::after {
    content: "";
    position: absolute;
    left: -50vw;
    top: 0;
    width: 160vw;
    height: 1px;
    background-color: #E6EBEF;
  }

  .work-inner .work-title,
  .work-inner .work-desc {
    max-width: calc(100% - 120px);
  }

  .work-inner .work-title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .work-inner .work-img {
    max-width: 95px;
  }

  .work-inner .work-desc {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .work-inner .work-img {
    position: absolute;
    right: 0px;
    top: 50px;
  }

  .work-inner .work-list {
    position: relative;
    padding-bottom: 17px;
  }

  .work-inner .work-list .swiper-button-next,
  .work-inner .work-list .swiper-button-prev {
    top: auto;
    bottom: 0;
  }

  .work-inner .work-list .swiper-button-next {
    right: 0;
  }

  .work-inner .work-list .swiper-button-prev {
    left: 0;
  }

  .work-inner .work-list .swiper-pagination span {
    border-color: #003A34;
  }

  .work-inner .work-list .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #003A34;
  }

  .work-inner .section-subtitle {
    margin-bottom: 30px;
    padding-top: 90px;
    padding-right: 0;
    font-size: 30px;
    line-height: 1;
  }

  .work-inner .section-subtitle::before {
    top: 30px;
    left: -50vw;
    height: 20px;
    width: 160vw;
    background-repeat: repeat-x;
  }

  .work-inner .section-subtitle::after {
    right: calc(80% - 151px);
    top: 28px;
    height: 56px;
    background-size: contain;
  }

  .work-item {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
  }

  .work-item::before {
    content: "";
    position: absolute;
    left: -50vw;
    bottom: 0;
    width: 160vw;
    height: 1px;
    background-color: #E6EBEF;
  }

  .work-item:nth-child(odd) {
    border: none;
  }

  .process {
    padding-top: 0;
    padding-bottom: 65px;
  }

  .process .section-subtitle {
    margin-bottom: 30px;
    padding-top: 90px;
    padding-right: 0;
    font-size: 30px;
    line-height: 1;
  }

  .process .section-subtitle::before {
    top: 30px;
    left: -50vw;
    height: 20px;
    width: 160vw;
    background-repeat: repeat-x;
  }

  .process .section-subtitle::after {
    right: calc(80% - 151px);
    top: 28px;
    height: 56px;
    background-size: contain;
  }

  .process .swiper-pagination span {
    border-color: #003A34;
  }

  .process .swiper-pagination-bullet-active {
    background-color: #003A34;
  }

  .process .help-list {
    margin: 0;
  }

  .process .help-list .help-button-next,
  .process .help-list .help-button-prev {
    top: auto;
    bottom: 30px;
  }

  .process .help-list .help-button-next {
    right: 0;
  }

  .process .help-list .help-button-prev {
    left: 0;
  }

  .process .help-item {
    max-width: 100%;
    padding-left: 113px;
    padding-right: 0;
  }

  .process .help-item::before {
    left: 0;
  }

  .process .help-item:nth-child(odd) {
    border: none;
  }

  .process .help-item::after {
    content: "";
    position: absolute;
    left: -50vw;
    bottom: 0;
    width: 160vw;
    height: 1px;
    background-color: #E6EBEF;
  }

  .accordion {
    margin-bottom: 0;
    transition: all 0.3s;
  }

  .accordion:hover {
    margin-bottom: 50px;
  }

  .accordion:last-child:hover {
    margin-bottom: 0;
  }

  .accordion-init {
    padding-left: 0px;
  }

  .accordion-init > a {
    padding-left: 52px;
    padding-top: 7px;
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
  }

  .accordion-init ul li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .package {
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
  }

  .package .section-subtitle {
    margin-bottom: 20px;
    padding-top: 90px;
    padding-right: 0;
    font-size: 30px;
    line-height: 1;
  }

  .package .section-subtitle::before {
    top: 30px;
    left: -50vw;
    height: 20px;
    width: 160vw;
    background-repeat: repeat-x;
  }

  .package .section-subtitle::after {
    top: 28px;
    right: calc(80% - 151px);
    height: 56px;
    background-size: contain;
  }

  .not-home_mod .header-burger span {
    background-color: #fff;
  }

  select {
    margin-bottom: 18px;
    padding: 16px 20px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .section {
    padding-top: 87px;
    padding-bottom: 50px;
  }

  .not-home {
    padding-top: 67px;
  }

  .not-page {
    margin-top: -70px;
    padding-top: 120px;
    padding-bottom: 50px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    background-image: url("../img/main/bg2.jpg");
    background-position: top center;
  }

  .not-page-title {
    font-size: 130px;
  }

  .not-page-title::before {
    display: none;
  }

  .not-page-subtitle {
    font-size: 25px;
    line-height: 130%;
  }

  .not-page-btn {
    padding-top: 17px;
    padding-bottom: 16px;
    min-height: 55px;
    height: 55px;
    max-width: 320px;
    font-size: 18px;
    line-height: 22px;
  }

  .row > .section-subtitle {
    margin: 0px 12px;
  }

  .header {
    padding: 10px 0;
  }

  .header-burger {
    left: 20px;
  }

  .header-logo {
    padding-left: 38px;
  }

  .header-logo img {
    max-width: 50px;
  }

  .header .social .icon {
    border: 1px solid #E6EBEF;
  }

  .header-phone {
    position: relative;
    margin-right: 8px !important;
    font-size: 0px;
    width: 47px;
    height: 47px;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 0 !important;
  }

  .header-phone::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    background-image: url("../img/icon/phone.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .header-menu::after {
    background-size: contain;
  }

  .header-menu .header-btn {
    display: block !important;
  }

  .header .btn {
    padding: 13px 0;
    font-size: 18px;
    line-height: 27px;
  }

  .social .icon {
    margin-right: 8px;
    width: 47px;
    height: 47px;
    background-size: 16px;
  }

  .swiper-slide {
    min-height: auto;
  }

  .btn {
    padding: 23px 0;
    font-size: 22px;
    line-height: 27px;
  }

  .main {
    position: relative;
  }

  .main-title {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 90%;
  }

  .main-bottom {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 120%;
  }

  .main-btn {
    margin-top: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  .main-q {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 112px;
    max-width: 112px;
  }

  .container {
    padding: 0px 20px;
  }

  .service {
    position: relative;
    padding-bottom: 50px;
    z-index: 2;
    margin-top: -90px;
  }

  .service .section-title {
    margin-bottom: 30px;
  }

  .service .container-full {
    padding: 0;
  }

  .service-item {
    padding: 30px 20px;
    max-width: 100%;
    border-right: none;
    min-height: auto;
  }

  .service-item:nth-child(3) {
    border-right: none;
  }

  .service-item:first-child .service-title {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .service-item::before {
    right: 20px;
  }

  .service-icon {
    margin-bottom: 9px;
    min-height: auto;
  }

  .service-title {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 30px;
  }

  .service-desc {
    font-size: 14px;
    line-height: 140%;
    max-width: 260px;
  }

  .service-list {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .section-title {
    margin-bottom: 30px;
    font-size: 50px;
    line-height: 60px;
  }

  .section-subtitle {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1;
  }

  .help {
    position: relative;
    padding-top: 70px;
    margin-top: -1px;
  }

  .help-item {
    max-width: 100%;
  }

  .help-row {
    margin: 0;
  }

  .help .section-subtitle {
    position: static;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .help .section-subtitle::after {
    display: none;
  }

  .help .section-subtitle::before {
    width: 100vw;
    max-width: 100%;
    background-size: cover;
    bottom: auto;
    top: 0;
    min-height: 20px;
    height: auto;
    background-image: url("../img/line.svg");
    transform: translateY(0);
  }

  .work {
    padding-bottom: 81px;
  }

  .work-top {
    position: relative;
    padding-top: 70px;
    overflow: hidden;
  }

  .work-top .section-subtitle {
    position: static;
    padding-left: 0;
  }

  .work-top .section-subtitle::after {
    display: none;
  }

  .work-top .section-subtitle::before {
    width: 100vw;
    max-width: 100%;
    background-size: cover;
    bottom: auto;
    top: 0;
    min-height: 20px;
    height: auto;
    background-image: url("../img/line.svg");
  }

  .work .swiper-slide {
    padding: 30px;
  }

  .work-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 120%;
  }

  .work-desc {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 150%;
  }

  .work-img {
    position: static;
  }

  .work .swiper-button-next,
  .work .swiper-button-prev {
    display: none;
  }

  .work-slider {
    margin-bottom: 100px;
  }

  .work-call-title {
    margin: 0;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1;
    text-align: left;
  }

  .work-call-form {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 100px;
    background-color: transparent;
    flex-direction: column;
  }

  .work-call-form .form-politic {
    bottom: -5px;
  }

  .work-call-form input {
    padding: 17px 20px;
    width: 100%;
    background-color: #fff;
    border-radius: 50px;
    font-size: 18px;
    line-height: 21px;
  }

  .work-call-form input:focus + span {
    top: 11px;
    font-size: 12px;
  }

  .work-call-form label {
    margin-bottom: 20px;
    width: 100%;
  }

  .work-call-form label span {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 21px;
  }

  .work-btn {
    padding: 17px 0px 16px;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 21px;
  }

  .work-catalog-text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }

  .work-catalog-slider {
    margin-top: 0;
  }

  .work-catalog-slider-container {
    margin: 0px -10px;
  }

  .work-catalog-slider .swiper-slide {
    padding: 0;
  }

  .work .section-title {
    font-size: 45px;
  }

  .help {
    background-image: none;
  }

  .help-points {
    padding: 0;
    flex-wrap: nowrap;
  }

  .help-item {
    padding: 0 20px;
    padding-top: 71px;
    padding-bottom: 30px;
    margin-bottom: 0;
    background-color: transparent;
  }

  .help .swiper-pagination span {
    opacity: 0.5;
  }

  .help .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    border-color: #fff;
  }

  .help .help-item::before {
    left: 50%;
    transform: translateX(-50%);
    font-size: 35px;
    line-height: 90%;
  }

  .help-list {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    flex-wrap: wrap;
  }

  .help-list::before,
  .help-list::after {
    content: "";
    position: absolute;
    left: 80px;
    top: 22px;
    width: 100%;
    max-width: 15.5%;
    height: 1px;
    background-color: #fff;
  }

  .help-list::after {
    left: auto;
    right: 80px;
  }

  .help-desc {
    font-size: 20px;
    line-height: 24px;
  }

  .help .swiper-button-next {
    top: 0;
    right: 20px;
    width: 45px;
    height: 45px;
    background-size: 8px 15px;
  }

  .help .swiper-button-prev {
    top: 0;
    left: 20px;
    width: 45px;
    height: 45px;
    background-size: 8px 15px;
  }

  .steps {
    padding: 100px 0;
  }

  .steps .section-title {
    margin-bottom: 30px;
  }

  .steps .tabs-buttons {
    margin-bottom: 5px;
    flex-wrap: wrap;
    z-index: 1;
  }

  .steps .tabs-buttons::before {
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 140px);
  }

  .steps .tabs-buttons::after {
    content: "";
    position: absolute;
    top: 137px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 140px);
    height: 1px;
    background-color: #76A1A7;
    z-index: -1;
  }

  .steps .tabs-button {
    margin-bottom: 25px;
    width: 100%;
    max-width: 33%;
  }

  .steps-img {
    margin-bottom: 30px;
  }

  .steps-num {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }

  .steps-title {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1;
  }

  .steps-desc {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 26px;
  }

  .steps .btn {
    padding: 16px 0;
    max-width: 208px;
    font-size: 18px;
    line-height: 21px;
  }

  .tarif {
    padding-top: 118px;
    padding-bottom: 0px;
  }

  .tarif .section-title {
    margin-bottom: 30px;
    line-height: 40px;
  }

  .tarif .section-title::before {
    background-position: top;
  }

  .tarif-list {
    position: relative;
  }

  .tarif-list::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 300vw;
    height: 1px;
    border-bottom: 1px solid #E6EBEF;
  }

  .tarif-link {
    margin-bottom: 30px;
  }

  .tarif-item {
    padding: 0;
    max-height: 65px;
    overflow: hidden;
    transition: all 0.3s;
  }

  .tarif-item::after {
    display: none;
  }

  .tarif-item::before {
    content: "";
    position: absolute;
    left: -50%;
    width: 300vw;
    height: 1px;
    border-bottom: 1px solid #E6EBEF;
  }

  .tarif-item:first-child::before {
    margin-top: 0px;
    left: -50%;
    width: 300vw;
  }

  .tarif-item:last-child {
    max-height: 100%;
    border-bottom: none;
  }

  .tarif-item:last-child .tarif-title::before,
  .tarif-item:last-child .tarif-title::after {
    display: none;
  }

  .tarif-item:nth-child(2n) {
    padding-left: 0;
  }

  .tarif-item:hover {
    max-height: 1000px;
  }

  .tarif-item:hover .tarif-title {
    color: #003A34;
  }

  .tarif-item:hover .tarif-title::after {
    transform: rotate(0deg);
  }

  .tarif-title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 1;
  }

  .tarif-title::before,
  .tarif-title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background-color: #003A34;
    transition: all 0.3s;
  }

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

  .tarif-features li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .tarif-bottom {
    padding: 0;
    padding-left: 30px;
    margin: 30px 0;
    width: 100%;
  }

  .tarif-btn {
    padding: 12px 0;
    min-width: 150px;
    font-size: 16px;
    line-height: 19px;
  }

  .tarif-price {
    font-size: 18px;
    line-height: 1;
  }

  ul li::before {
    width: 10px;
    height: 10px;
  }

  .about {
    padding: 100px 0;
  }

  .about-video {
    margin-bottom: 30px;
  }

  .about .section-title {
    font-size: 45px;
    line-height: 1;
  }

  .about-title {
    margin-bottom: 50px;
    font-size: 25px;
    line-height: 27px;
  }

  .about p {
    font-size: 16px;
    line-height: 24px;
  }

  .about-subtitle {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 22px;
    line-height: 27px;
  }

  .about-more {
    bottom: 70px;
  }

  .keys-inner {
    padding-bottom: 0;
  }

  .keys-list .swiper-slide {
    padding-bottom: 85px;
  }

  .keys-list .swiper-slide::after {
    width: 45px;
    height: 45px;
  }

  .keys-list .swiper-slide::before {
    width: calc(100% - 125px);
    bottom: 52px;
    right: 30px;
    transform: translateX(0);
  }

  .keys-title {
    margin-bottom: 15px;
    font-size: 25px !important;
    line-height: 1;
  }

  .keys-info::after {
    left: 8%;
  }

  .keys-slider {
    margin-top: 0;
  }

  .keys-slider .swiper-slide {
    padding-bottom: 90px;
  }

  .keys-slider .swiper-slide::after {
    width: 45px;
    height: 45px;
    bottom: 25px;
  }

  .keys-slider .swiper-slide::before {
    right: 30px;
    bottom: 47px;
    width: 100%;
    max-width: calc(100% - 125px);
    transform: translateX(0);
  }

  .paradigma {
    padding-left: 0;
    padding-top: 0;
  }

  .footer {
    position: relative;
    padding: 30px 0;
    padding-bottom: 90px;
  }

  .footer .paradigma {
    position: absolute;
    left: 20px;
    bottom: 30px;
  }

  .footer-top {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }

  .footer-top img {
    max-width: 116px;
    margin-bottom: 30px;
  }

  .footer-top span {
    font-size: 30px;
    line-height: 1;
  }

  .footer-bottom {
    flex-wrap: wrap;
  }

  .footer-bottom .social {
    margin-bottom: 30px;
  }

  .footer-bottom .social::after {
    right: -30px;
    width: 95px;
  }

  .footer-contacts {
    margin-bottom: 21px;
  }

  .footer-phone {
    margin-bottom: 10px;
    display: block;
    font-size: 24px;
    line-height: 19px;
  }

  .footer-mail {
    font-size: 18px;
    line-height: 21px;
  }

  .t-price {
    padding-bottom: 50px;
  }

  .t-price-subtitle {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .t-price-btn {
    padding: 12px 0;
    font-size: 16px;
    line-height: 19px;
  }

  .t-price-list {
    margin: 0px -20px 100px;
  }

  .t-price-head,
  .t-price-text,
  .t-price-price {
    padding-left: 20px;
    padding-right: 20px;
  }

  .t-price-head {
    font-size: 25px;
  }

  .t-price-text img {
    margin-left: 37px;
  }

  #contact-map {
    min-height: 250px;
  }

  .catalog {
    padding-top: 87px;
  }

  .catalog .page-title {
    font-size: 45px;
  }

  .catalog-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .catalog-list {
    row-gap: 20px;
    padding-top: 50px;
    margin-right: calc(-0.3 * var(--bs-gutter-x));
    margin-left: calc(-0.3 * var(--bs-gutter-x));
  }

  .catalog-list > * {
    padding-left: 10px;
    padding-right: 10px;
  }

  .catalog-title {
    display: none;
  }

  .catalog-img {
    margin-bottom: 0;
  }

  .catalog-img img {
    max-width: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .catalog-item {
    padding: 0;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .catalog .form {
    flex-direction: column;
  }

  .catalog .form label {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .catalog .form label input {
    min-height: 55px;
    font-size: 18px;
  }

  .catalog .form label span {
    left: 20px;
    top: 14px;
  }

  .catalog .form-btn {
    padding: 13px 0;
    max-width: 100%;
    min-height: 55px;
    font-size: 18px;
  }

  .content .page-title {
    margin-bottom: 50px;
    font-weight: 800;
    font-size: 35px;
    line-height: 100%;
  }

  .content p {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .back-list {
    margin-top: 35px;
  }

  .manager {
    position: static;
    overflow: hidden;
  }

  .manager-img {
    max-width: 93px;
    margin-right: 20px;
  }

  .manager-top {
    align-items: flex-start;
  }

  .manager-form {
    padding-bottom: 50px;
  }

  .manager .form {
    padding-bottom: 40px;
  }

  .manager .form-btn {
    padding: 13px 0;
  }

  .manager .form .input {
    min-height: 55px;
  }

  .manager .form label span {
    left: 20px;
    top: 16px;
  }

  .process .help-item,
  .process .help-item:nth-child(odd) {
    border-bottom: 1px solid #E6EBEF;
    border-top: 1px solid #E6EBEF;
  }
}

@media (max-width: 540px) {
  .keys-info::after {
    left: 16%;
  }

  .about-more::after {
    right: 40px;
    max-width: 175px;
  }
.tarif-btn {
    min-width: 135px !important;
    font-size: 16px !important;
    max-width: 135px !important;
}
.tarif-price {
    margin-right: 10px !important;
font-size: 16px !important;
}
.tarif-bottom {
    padding-left: 15px !important;
    justify-content: space-between !important;
}
.torg .page-title {
    font-size: 40px;
}
}

@media (max-width: 375px) {
  .keys-info::after {
    left: 8%;
  }
}

@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;
  }
}