@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root, [data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,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-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

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

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body {
  line-height: 1.4;
  font-family: sans-serif;
  color: #291a43;
}

.second-page h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  text-align: center;
}
.second-page .site-color {
  color: #f60 !important;
}
.second-page p {
  font-size: 1em;
  margin-bottom: 10px;
  color: #ffffff;
}
.second-page ul {
  list-style-type: disc;
  padding-left: 20px;
}
.second-page ul li {
  font-size: 1em;
  margin-bottom: 5px;
  color: #ffffff;
}

ul {
  padding: 0;
  margin: 0;
}

.padding-bottom-no {
  padding-bottom: 0 !important;
}
.padding-bottom-1 {
  padding-bottom: 30px !important;
}
.padding-bottom-2 {
  padding-bottom: 60px !important;
}
.padding-bottom-3 {
  padding-bottom: 90px !important;
}

.w-100 {
  width: 100% !important;
}

.one-bg {
  background: #2c264b !important;
}

.h2-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.h2-wrap h2 {
  font-size: 1.9em;
  color: #f60;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.h2-wrap:nth-of-type(2n-1) {
  justify-content: flex-start;
}

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

a {
  text-decoration: none;
  color: #fff;
}

p {
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  p {
    font-size: 14px;
  }
}

.btn {
  max-width: 320px;
  width: 100%;
  text-align: center;
  color: #fff;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  background: #f60;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  cursor: pointer;
}
.btn img {
  width: 20px;
  margin-left: 5px;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 114px;
  padding: 15px 0;
  background: #0d0728;
  z-index: 2000;
}
.header img {
  max-width: 100%;
}
.header-container {
  display: flex;
  flex-direction: column;
}
.header-logo {
  margin-bottom: 30px;
  padding: 0 8px;
}
.header-menu ul {
  display: flex;
  flex-direction: column;
}
.header-menu ul li {
  padding: 0 8px;
  margin-bottom: 25px;
}
.header-menu ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
}
.header-menu ul li a img {
  max-width: 21px;
  margin-bottom: 5px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .header {
    display: none;
  }
}

main, footer {
  padding-left: 114px !important;
}
@media screen and (max-width: 991px) {
  main, footer {
    padding-left: 0px !important;
  }
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.first-bg {
  background: url("../img/main-bg-min-2.jpg") no-repeat center bottom/cover;
}

.top {
  overflow: hidden;
  padding: 25px 0 10px;
}
.top img {
  width: 35px;
  height: 35px;
}
.top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-socials {
  display: flex;
  gap: 10px;
  margin-left: auto;
  margin-right: 15px;
}
.top-phone {
  margin-right: 15px;
}
.top-phone img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.top-phone a {
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .top-phone {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-phone span {
    display: none;
  }
  .top-phone img {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
}
.top-info {
  margin-right: 15px;
}
.top-info a {
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .top-info {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6px;
  }
  .top-info span {
    display: none;
  }
  .top-info img {
    width: 20px;
    height: 20px;
    margin-right: 0;
  }
}
.top-logo {
  display: none;
  width: 120px;
}
.top-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .top-logo {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .top-logo {
    width: 80px;
  }
}

.first {
  overflow: hidden;
  padding-top: 25px;
}
.first-blocks {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .first-blocks {
    flex-direction: column;
  }
}
.first-block:nth-child(1) {
  padding-bottom: 300px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .first-block:nth-child(1) {
    padding-bottom: 0;
  }
}
.first-block:nth-child(2) {
  margin-left: -75px;
  margin-bottom: -25px;
  align-self: flex-end;
}
@media screen and (max-width: 1200px) {
  .first-block:nth-child(2) {
    margin-left: -150px;
    margin-bottom: -35px;
  }
}
@media screen and (max-width: 1139px) {
  .first-block:nth-child(2) {
    margin-bottom: 0;
    margin-left: -155px;
  }
  .first-block:nth-child(2) img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .first-block:nth-child(2) {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .first-block:nth-child(2) {
    margin-top: 10px;
  }
}
.first h1 {
  color: #fff;
  letter-spacing: 9px;
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .first h1 {
    font-size: 36px;
    letter-spacing: 1px;
  }
}
.first-text {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 25px;
}
.first-text span {
  color: #f60;
}

.top-menu {
  display: none;
  position: fixed;
  width: 320px;
  height: 100vh;
  right: -320px;
  top: 0;
  background: #0d0728;
  z-index: 100;
  transition: 0.3s right;
}
.top-menu__close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.top-menu.open {
  right: 0;
}
@media screen and (max-width: 991px) {
  .top-menu {
    display: block;
  }
}

.mob-menu {
  margin-top: 80px;
}
.mob-menu ul {
  list-style: none;
}
.mob-menu ul li a {
  font-size: 18px;
}
.mob-menu ul li a img {
  max-width: 30px;
  margin-bottom: 15px;
}

.top-burger {
  display: none;
  width: 30px;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 991px) {
  .top-burger {
    display: flex;
  }
}
.top-burger span {
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 1px;
}

#Ticker {
  min-height: 125px;
}
#Ticker span {
  display: none;
  color: #f60;
}
#Ticker span:first-of-type {
  display: block;
}
@media screen and (max-width: 1200px) {
  #Ticker {
    min-height: 90px;
  }
}

.ben {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ben .container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .ben .container {
    flex-direction: column;
  }
}
.ben-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: auto;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .ben-blocks {
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ben-blocks {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
}
.ben-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 174px;
}
@media screen and (max-width: 1200px) {
  .ben-block {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ben-block {
    width: 39%;
  }
}
.ben-block img {
  width: 100%;
  height: auto;
}
.ben-block h3 {
  font-size: 16px;
  position: relative;
  width: 100%;
  font-weight: 600;
}
.ben-block h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  height: 2px;
  background: #f60;
  width: 60%;
}

.title-block {
  margin-bottom: 15px;
}
.title-block.white h2, .title-block.white p {
  color: #fff;
}
.title-block h2 {
  font-size: 32px;
  color: #291a43;
  margin-bottom: 5px;
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media screen and (max-width: 576px) {
  .title-block h2 {
    font-size: 28px;
  }
}
.title-block p {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
  font-weight: 300;
  color: #291a43;
  margin-bottom: 0;
}

.service {
  margin-bottom: 35px;
  padding: 35px 0;
  background: #f5f5f5;
  position: relative;
}
@media screen and (max-width: 576px) {
  .service {
    margin-bottom: 0;
  }
}
.service .title-block {
  text-align: right;
}
.service::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../img/service-bottom-bg.png") no-repeat center bottom/cover;
  height: 120px;
}

.calc {
  margin-bottom: 35px;
}
.calc input[type=text],
.calc input[type=tel] {
  color: #5e6284 !important;
}
.calc .wrap {
  position: relative;
  z-index: 3;
}
.calc .wrap:first-of-type {
  max-width: 700px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .calc .wrap:first-of-type {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .calc .wrap {
    width: 100%;
  }
  .calc .wrap:last-of-type {
    width: 0;
    padding-top: 0;
  }
}
.calc-main {
  background: url("../img/calc-bg-min.jpg") no-repeat right top;
  padding: 20px 180px 20px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: auto 100%;
  border-radius: 6px;
  box-shadow: 0px 10px 29px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .calc-main {
    padding: 15px 150px 15px 15px;
  }
  .calc-main::before {
    content: "";
    background: #fff;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .calc-main {
    padding-right: 20px;
    align-items: flex-start;
    background-position: left center;
  }
  .calc-main::before {
    opacity: 0;
  }
}
.calc-title {
  color: #0d0728;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .calc-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .calc-title {
    font-size: 26px;
  }
}
.calc-text {
  color: #291a43;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .calc-text {
    font-size: 12px;
  }
}
.calc-text span {
  color: #f60;
  font-weight: 500;
}
.calc-count {
  font-size: 32px;
  color: #f60;
  font-weight: 600;
}
.calc-block {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.calc-block:first-of-type, .calc-block:nth-of-type(4) {
  display: flex;
}
.calc-block:first-of-type .calc-inputs, .calc-block:nth-of-type(4) .calc-inputs {
  flex-direction: column;
}
.calc-block:nth-of-type(2) .calc-inputs, .calc-block:nth-of-type(3) .calc-inputs {
  justify-content: space-between;
}
.calc-block:nth-of-type(2) .calc-inputs label, .calc-block:nth-of-type(3) .calc-inputs label {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .calc-block:nth-of-type(2) .calc-inputs label, .calc-block:nth-of-type(3) .calc-inputs label {
    width: 48%;
  }
}
.calc-block-title {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.calc-inputs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.calc-inputs label input {
  display: none;
}
.calc-inputs label input:checked ~ span {
  border-color: #f60;
  color: #f60;
}
.calc-inputs label input:checked ~ span:after {
  display: block;
}
.calc-inputs label input:checked ~ span:before {
  border-color: #f60;
}
.calc-inputs label span {
  position: relative;
  display: flex;
  align-items: center;
  border: 2px solid #291a43;
  border-radius: 50px;
  color: #291a43;
  letter-spacing: 0.04em;
  cursor: pointer;
  outline: none;
  width: 100%;
  text-align: left;
  max-width: 420px;
  font-size: 14px;
  padding: 15px 20px 15px 45px;
}
@media screen and (max-width: 1200px) {
  .calc-inputs label span {
    padding: 12px 6px 12px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .calc-inputs label span {
    padding: 12px 6px;
    justify-content: center;
  }
  .calc-inputs label span:before {
    display: none;
  }
  .calc-inputs label span:after {
    display: none !important;
  }
}
.calc-inputs label span:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 1px solid #291a43;
}
@media screen and (max-width: 1200px) {
  .calc-inputs label span:before {
    left: 10px;
  }
}
.calc-inputs label span:after {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #f60;
  border-radius: 100%;
  display: none;
}
@media screen and (max-width: 1200px) {
  .calc-inputs label span:after {
    left: 13px;
  }
}
.calc .zgoda {
  font-size: 12px;
}
.calc-discount {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: -20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .calc-discount {
    position: absolute;
    top: -35px;
    right: -35px;
    border-radius: 100%;
    padding: 10px;
    text-align: center;
    background: #fff;
    justify-content: center;
    align-items: center;
    width: 105px;
    height: 105px;
    padding-bottom: 0;
    border: 1px solid #f60;
  }
}
.calc-discount .wrap {
  font-size: 42px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .calc-discount .wrap {
    width: 100% !important;
    font-size: 32px;
  }
}
.calc-discount strong {
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .calc-discount strong {
    font-size: 12px;
  }
}
.calc .btn {
  margin: 20px auto 0;
}
.portfolio {
  padding-bottom: 35px;
}
.portfolio-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .portfolio-blocks {
    flex-direction: column;
  }
}
.portfolio-block {
  width: 49%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .portfolio-block {
    width: 100%;
  }
  .portfolio-block:first-of-type {
    margin-bottom: 20px;
  }
}
.portfolio-block .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  z-index: 10;
  bottom: -50px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.portfolio-block .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: background 0.3s, transform 0.3s;
  margin: 0 !important;
  transform: rotate(45deg);
}
@media screen and (max-width: 576px) {
  .portfolio-block .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.portfolio-block .swiper-pagination-bullet-active {
  background: #FF6600;
  transform: rotate(45deg) scale(1.5);
}
.portfolio-swiper {
  /* Swiper styles */
}
.portfolio-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-swiper .swiper-wrapper {
  width: 100%;
  height: 220px;
}
.portfolio-swiper .swiper-slide {
  transition: transform 0.3s, opacity 0.3s;
}
.portfolio-swiper .swiper-slide-active {
  transform: scale(1.2);
  opacity: 1;
}
.portfolio-swiper .swiper-slide-next,
.portfolio-swiper .swiper-slide-prev {
  transform: scale(0.8);
  opacity: 0.5;
}
.portfolio-swiper2 .swiper-slide a {
  position: relative;
  display: block;
}
.portfolio-swiper2 .swiper-slide a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.portfolio-swiper2 .swiper-slide a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: url("../img/play.svg") no-repeat center center/contain;
}

.lead .title-block {
  text-align: center;
}
.lead .title-block h2 {
  letter-spacing: -1px;
}
.lead .portfolio-swiper2 video {
  width: 100%;
  object-fit: cover;
  height: 360px;
}
.lead .swiper-pagination {
  bottom: -35px;
}
.lead .portfolio-blocks {
  margin-bottom: 100px;
}
.lead .portfolio-block .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
}
.lead .portfolio-block .swiper-pagination-bullet-active {
  background: #FF6600;
  transform: rotate(45deg) scale(1.2);
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-title {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}
.form input[type=text],
.form input[type=tel] {
  margin-bottom: 15px;
  width: 100%;
  background: none;
  border: 1px solid #5e6284;
  width: 100%;
  max-width: 320px;
  border-radius: 50px;
  padding: 15px 40px;
  outline: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1200px) {
  .form input[type=text],
  .form input[type=tel] {
    padding: 12px 40px;
    margin-bottom: 8px;
    font-size: 15px;
  }
}
.form button {
  padding: 15px 40px;
  max-width: 320px;
  width: 100%;
  border: none;
  margin-top: 5px;
}

.seo-block {
  margin-top: 35px;
  color: #fff;
  font-size: 16px;
}

.footer {
  background: url("../img/footer-bg-min-1.jpg") no-repeat center top/cover;
  padding: 120px 0 15px;
}
.footer-blocks {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 576px) {
  .footer-blocks {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-block {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 380px) {
  .footer-block {
    flex-direction: column;
    gap: 15px;
  }
  .footer-block .top-socials {
    margin: 0 !important;
  }
}
.footer-copyright {
  color: rgba(255, 255, 255, 0.7);
}
.footer .top-socials {
  margin-left: 25px;
}
.footer a {
  color: rgba(255, 255, 255, 0.7);
}

.top-socials img {
  width: 35px;
  height: 35px;
}

.swiper-main img {
  height: 99px;
  width: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .swiper-main img {
    height: 75px;
  }
}
.swiper-main .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 3px solid transparent;
  height: 230px;
  background: #fff;
  margin: 15px 0;
  box-shadow: 0 0 15px -4px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s border;
}
@media screen and (max-width: 576px) {
  .swiper-main .swiper-slide {
    font-size: 13px;
    height: 170px;
  }
}
.swiper-main .swiper-slide-active {
  border-color: #f60;
}
.swiper-main .swiper-slide:hover {
  border-color: #f60;
}
.swiper-main .swiper-button-prev, .swiper-main .swiper-button-next {
  border-radius: 100%;
  border: 2px solid #291a43;
  width: 35px;
  height: 35px;
}
.swiper-main .swiper-button-prev::before, .swiper-main .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  background: url(../img/back.svg) no-repeat center center/contain;
}
.swiper-main .swiper-button-prev::after, .swiper-main .swiper-button-next::after {
  content: none;
}
.swiper-main .swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.second-swiper-blocks {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .second-swiper-blocks {
    flex-direction: column;
  }
}
.second-swiper-block {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .second-swiper-block {
    width: 100%;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .second-swiper-block:first-of-type {
    margin-bottom: 20px;
  }
}
.second-swiper-block .wrupper {
  height: 260px;
  position: relative;
}
.second-swiper-block .wrupper > img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  height: 100%;
  width: auto;
}
.second-swiper-block .wrupper > img:first-of-type {
  display: block;
}
@media screen and (max-width: 576px) {
  .second-swiper-block .wrupper {
    height: 170px;
  }
}
.second-swiper .btn {
  margin-top: 20px;
}
.second-swiper ul li {
  margin-bottom: 10px;
  display: flex;
  text-align: left;
}
.second-swiper ul li::before {
  content: "";
  margin-right: 8px;
  display: block;
  min-width: 8px;
  min-height: 8px;
  width: 8px;
  height: 8px;
  background: #f60;
  border-radius: 100%;
  margin-top: 8px;
}
@media screen and (max-width: 576px) {
  .second-swiper ul li {
    font-size: 13px;
  }
}
.second-swiper .wrap {
  display: flex;
  justify-content: space-between;
}
.second-swiper .wr {
  width: 46%;
}
.second-swiper h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.second-swiper-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.second-swiper-inputs label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.second-swiper-inputs input[type=checkbox],
.second-swiper-inputs input[type=radio] {
  display: none;
}

.second-swiper-inputs input[type=checkbox] + span,
.second-swiper-inputs input[type=radio] + span {
  position: relative;
  padding-left: 25px;
  color: #2c2c2c;
}

.second-swiper-inputs input[type=checkbox] + span::after,
.second-swiper-inputs input[type=radio] + span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #2c2c2c;
  border-radius: 4px;
  background: white;
  border: 2px solid #d1d1d1;
  box-shadow: none;
}

.second-swiper-inputs input[type=checkbox] + span::before,
.second-swiper-inputs input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #f60;
  z-index: 2;
  display: none;
}

.second-swiper-inputs input[type=checkbox]:checked + span::before,
.second-swiper-inputs input[type=radio]:checked + span::before {
  background: #FF6600; /* Цвет для отмеченного состояния */
  border: 2px solid #FF6600;
  display: block;
}

.tabs-content {
  display: none;
}
.tabs-content.active {
  display: block;
}

.tabs-titles {
  padding: 10px 0;
}

.tabs-title {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .tabs-title {
    justify-content: center;
  }
}
.tabs-title h3 {
  text-transform: uppercase;
  font-size: 22px;
  opacity: 0.4;
  cursor: pointer;
}
.tabs-title h3.active {
  opacity: 1;
  border-bottom: 1px solid #291a43;
}
@media screen and (max-width: 576px) {
  .tabs-title h3 {
    font-size: 18px;
  }
}

.out-work {
  margin: 5px 0;
}
.out-work .container {
  padding: 0;
}
.out-work-blocks {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.out-work-block {
  width: calc(25% - 4px);
  height: auto;
}
.out-work-block img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: 100%;
}
.out-work-block video {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .out-work-block {
    width: calc(33% - 4px);
  }
}

.button {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}

@media (min-width: 991px) {
  .header-menu .has-menu ul {
    display: none;
    position: fixed;
    top: 0;
    left: 114px;
    background: #0d0728;
    z-index: 100;
    padding: 40px 10px;
    height: 100vh;
  }
  .header-menu .has-menu:hover ul {
    display: block;
  }
}
.mob-menu .has-menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #0d0728;
  z-index: 100;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  align-items: flex-end;
}
.mob-menu .has-menu .submenu .close {
  margin: 15px 15px 0 0;
}
.mob-menu .has-menu .submenu ul {
  width: 100%;
  padding: 35px 10px 0;
}
.mob-menu .has-menu .submenu ul li a {
  font-size: 12px;
}
.mob-menu .has-menu .submenu.show {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
