@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
: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;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.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 > * {
  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.33333333%;
}

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

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

@media (min-width: 576px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
@media (min-width: 1400px) {
  .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.33333333%;
  }
  .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.66666667%;
  }
  .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;
  }
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

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

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

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

body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  color: #101113;
  background-color: #141517;
}

a:hover {
  color: #EC2428;
}

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1280px;
  }
}
.flex-centered {
  display: flex;
  align-items: center;
}

h1 {
  font-family: "Cuprum", sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}
h1 span {
  color: #EC2428;
}

h2 {
  font-family: "Cuprum", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-transform: uppercase;
}
h2 span {
  color: #EC2428;
}
@media screen and (max-width: 992px) {
  h2 {
    font-size: 25px;
  }
}

.wrapx {
    overflow: auto;
    position: relative;

    scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow: auto;
}

header {
    background-color: #101113;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
    padding: 20px 0;
    top: 0; 
    z-index: 9999;
}


header .parent {
  display: grid;
  grid-template-columns: 1fr 2fr repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
header .div1 {
  grid-area: 1/1/2/2;
}
header .div2 {
  grid-area: 1/2/2/3;
}
header .div3 {
  grid-area: 1/3/2/4;
}
header .div4 {
  grid-area: 1/4/2/5;
}
header .div5 {
  grid-area: 1/5/2/6;
}
@media screen and (max-width: 576px) {
  header .parent {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  header .parent .phone {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  header .div1 {
    grid-area: 1/1/2/2;
  }
  header .div2 {
    grid-area: 1/2/2/3;
  }
  header .div3 {
    grid-area: 1/3/2/4;
  }
  header .logo img {
    max-width: 120px;
  }
  header .phone a {
    font-size: 15px !important;
  }
}
@media screen and (max-width: 1200px) {
  header .parent {
    grid-template-columns: 2fr repeat(2, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  header .phone {
    justify-content: end !important;
  }
  header .callback {
    justify-content: center !important;
  }
  header .div1 {
    grid-area: 1/1/2/2;
  }
  header .div3 {
    grid-area: 1/2/2/3;
  }
  header .div5 {
    grid-area: 1/3/2/4;
  }
  header .div2 {
    display: none !important;
  }
  header .div4 {
    display: none;
  }
}
header .logo {
  max-width: 192px;
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .menu ul {
  display: inline-flex;
}
header .menu ul li {
  margin-right: 20px;
}
header .menu a {
  color: #FFFFFF;
  font-size: 15px;
}
header .menu a:hover {
  color: #EC2428;
}
header .phone {
  justify-content: center;
}
header .phone a {
  font-family: "Cuprum", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
}
header .phone a:hover {
  color: #EC2428;
}
header .social {
  justify-content: center;
}
header .social img {
  margin-right: 5px;
}

.btn {
  padding: 8px 20px;
  border-radius: 10px;
  transition: all 0.2s ease-in;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 12px !important;
    padding: 8px 15px !important;
  }
}
@media screen and (max-width: 576px) {
  .btn {
    font-size: 12px !important;
    padding: 5px 15px !important;
  }
}
.btn.default {
  background: #FFFFFF;
  color: #101113;
}
.btn.default i {
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 5px;
}
.btn.blue {
  background: linear-gradient(180deg, #158EE8 0%, #123C66 100%);
  color: #FFFFFF;
}
.btn.fullwidth {
  width: 100%;
}
.btn:hover {
  background: #158EE8;
  border: 1px solid #158EE8;
  color: #FFFFFF;
}

.btn-big {
  padding: 20px 20px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .btn-big {
    padding: 20px 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .btn-big {
    padding: 20px 20px;
  }
}
.btn-big.default {
  background: linear-gradient(180deg, #158EE8 0%, #123C66 100%);
  color: #FFFFFF;
}
.btn-big.default i {
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 5px;
}
.btn-big.red {
  color: #FFFFFF;
  background: linear-gradient(180deg, #F9898C 0%, #EC2428 100%);
}
.btn-big.fullwidth {
  width: 100%;
}
.btn-big:hover {
  background: #158EE8;
  color: #FFFFFF;
}

.modal__box {
  background-color: #101113;
  border-radius: 10px;
  position: relative;
}
.modal__box .modal-body {
  padding: 0px 40px 40px 40px;
}
.modal__box .close {
  position: absolute;
  color: #FFFFFF;
  right: 10px;
  top: 10px;
}
.modal__box .modal-header {
  border-bottom: none !important;
  justify-content: center !important;
  text-align: center;
  padding-top: 20px;
}
.modal__box .modal-header p {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
}
.modal__box .modal-title {
  color: #FFFFFF;
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}
.modal__box .modal-title span {
  color: #EC2428;
}
.modal__box .modal__form input {
  background-color: #FFFFFF;
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.modal__box .modal__form button {
  width: 100%;
}
.modal__box .modal__form p {
  margin-top: 20px;
  color: #8e8e8e;
  font-size: 12px;
  text-align: center;
  font-weight: 300;
}
.modal__box .case__grid_form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.modal__box .case__grid_form input {
  margin-bottom: 0px;
}
.modal__box .case__grid_form .div1 {
  grid-area: 1/1/2/2;
}
.modal__box .case__grid_form .div2 {
  grid-area: 1/2/2/3;
}
.modal__box .case__grid_form .div3 {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 1200px) {
  .modal__box .case__grid_form {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }
  .modal__box .case__grid_form .div1 {
    grid-area: 1/1/2/2;
  }
  .modal__box .case__grid_form .div2 {
    grid-area: 2/1/3/2;
  }
  .modal__box .case__grid_form .div3 {
    grid-area: 3/1/4/2;
  }
}
.modal__box .case__images {
  margin: 20px 0px;
}
.modal__box .works__box {
  color: #FFFFFF;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #158EE8;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.modal__box .works__box .works__block1 {
  grid-area: 1/1/2/2;
}
.modal__box .works__box .works__block2 {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 992px) {
  .modal__box .works__box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .modal__box .works__box .works__block1 {
    grid-area: 1/1/2/2;
  }
  .modal__box .works__box .works__block2 {
    grid-area: 2/1/3/2;
  }
}
.modal__box .works__box_title {
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .modal__box .works__box_title {
    font-size: 20px;
  }
}
.modal__box .works__box_tasc {
  font-family: "Cuprum", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #8e8e8e;
  margin-bottom: 10px;
}
.modal__box p {
  color: #8e8e8e;
  margin-bottom: 20px;
}
.modal__box .works__box_stat {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.modal__box .works__box_stat span {
  font-weight: bold;
  color: #FFFFFF;
}
.modal__box .stat2 {
  grid-area: 1/1/2/2;
}
.modal__box .stat2 {
  grid-area: 1/2/2/3;
}
.modal__box .stat3 {
  grid-area: 1/3/2/4;
}
.modal__box .works__btnblock {
  margin-top: 60px;
}
.modal__box .works__btnblock a {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 992px) {
  .modal__box .works__btnblock {
    margin-top: 20px;
  }
}

.accordion {
  margin-top: 20px;
}
.accordion .accordion-item {
  background-color: #434445;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 0px 0px 10px 0px;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #FFFFFF;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-size: 20px;
  font-weight: 600;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #FFFFFF;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #FFFFFF;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 40em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.main__banner {
  background-image: url(/img/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  position: relative;
}
.main__banner .main__banner_text {
  position: relative;
}
.main__banner .img__ceo {
  display: none;
}
@media screen and (max-width: 1400px) {
  .main__banner h1 {
    font-size: 40px !important;
  }
  .main__banner p {
    font-size: 14px !important;
  }
  .main__banner li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .main__banner {
    padding-top: 20px;
  }
  .main__banner h1 {
    font-size: 25px !important;
  }
  .main__banner p {
    font-size: 12px !important;
  }
  .main__banner li {
    font-size: 10px;
  }
  .main__banner .seo__networks span {
    font-size: 12px;
  }
  .main__banner .parent {
    grid-template-columns: 2fr 1fr !important;
    grid-template-rows: 1fr;
  }
}

.dynamics__item_mob {
    display: none;
}

    .dynamics__item_mob {
                
    }
    
    .dynlink {
        color: #8a8a8a !important;
    }
    
    .dyntitle {
        color: #158EE8;
        font-weight: 700;
       
    }
    
    .dyndesc {
         margin-bottom: 10px;
    }

    .item_mob {
        display: flex;
        background: #282828;
        height: 140px;
        align-items: center;
        border-radius: 10px;
        padding: 20px;

    }

@media screen and (max-width: 500px) {
    .accordion button {
        font-size: 16px !important;
        padding-right: 40px !important;
    }
    
    .dynamics__item_mob {
    display: block !important;
}
    
    .dynamics__item {
        display: none !important;
    }
    
    .seo__warning_block2 {
        display: none;
    }
    
    .seo__warning {
        background-image: url('/img/stop.png');
        background-repeat: no-repeat;
        background-size: 60%;
        background-position: top 0px right -130px;
    }
    
    .stop__list {
        background: rgba(255, 255, 255, 0.10);
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 60px !important;
        padding-right: 20px;
        border-radius: 20px;
    }
    
    .seo__warning ul li::before {
        font-size: 36px !important;
        left: -50px !important;
        top: 0 !important;
    }
    
    .seo__warning .parent {
        display: block !important;
    }
    
    
    .adv__box {
        padding: 20px 40px !important;
    }
    
    .adv__p {
        font-size: 12px;
    }
    
    .adv__imgx {
        width: 85px !important;
        max-width: 85px !important;
    }
    
    .adv__box_title {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    
    .advantages .adv__box p {
        margin-bottom: 0px !important;
        padding-right: 30px;
    }
    
    .main__banner .img__ceo {
        display: block;
        position: absolute;
        bottom: 60px !important;
        width: 328px !important;
        right: -68px !important;
    }
    
    .main__banner h1 {
        font-size: 22px !important;
    }
}

@media screen and (max-width: 992px) {
  .main__banner .img__ceo {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 290px;
    right: 0;
  }
  .main__banner .parent {
    grid-template-columns: 1fr !important;
    grid-template-rows: 1fr;
  }
  .main__banner .parent .div2 img {
    display: none;
  }
  .main__banner .parent .resp__img {
    position: relative;
  }
  .main__banner .first-btn {
    margin-right: 10px !important;
  }
  .main__banner .main__banner_textblock {
    background: none !important;
    background: none !important;
    border-radius: 0px 50px 50px 0px !important;
    margin-right: 150px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    z-index: 99;
    position: relative;
  }
  .main__banner .main__banner_ulblock {
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(228, 228, 228, 0.1) 35%);
    border-radius: 0px 50px 50px 0px;
    margin-top: 30px;
    padding-left: 0px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 99;
    position: relative;
  }
  .main__banner .main__banner_ulblock ul {
    margin-top: 0px;
  }
  .main__banner .main__banner_btnblock {
    margin-bottom: 20px !important;
  }
}
.main__banner .seo__networks {
  margin-bottom: 10px;
}
.main__banner .seo__networks span {
  color: #FFFFFF;
  font-weight: 200;
  margin-right: 30px;
  position: relative;
}
.main__banner .seo__networks span::after {
  content: url("/img/check.svg");
  position: absolute;
  right: -15px;
}
.main__banner h1 {
  padding-bottom: 10px;
}
.main__banner .main__banner_textblock {
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(228, 228, 228, 0.1) 35%);
  border-radius: 0px 50px 50px 0px;
  margin-right: 20px;
  padding-left: 0px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 99;
  position: relative;
}
.main__banner p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.4;
}
.main__banner ul {
  margin-top: 30px;
  color: #FFFFFF;
  padding-left: 15px;
}
.main__banner ul li {
  margin-bottom: 10px;
  position: relative;
}
.main__banner ul li::before {
  content: url("/img/dot.svg");
  position: absolute;
  left: -20px;
  top: -2px;
}
.main__banner .main__banner_btnblock {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  position: relative;
  z-index: 99;
}
.main__banner .main__banner_btnblock .first-btn {
  margin-right: 20px;
}
.main__banner .parent {
  display: grid;
  grid-template-columns: 4fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.main__banner .div1 {
  grid-area: 1/1/2/2;
}
.main__banner .div2 {
  grid-area: 1/2/2/3;
}
.main__banner .div2 {
  display: grid;
  align-items: end;
}
.main__banner .div2 img {
  align-self: end;
}

.services__slider {
  margin-top: 10px;
}
.services__slider .service__box {
  background-color: #333;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
}
.services__slider .service__box p {
  font-size: 10px;
}
.services__slider .service__box img {
  text-align: center;
  width: 70px;
  height: auto;
  margin-bottom: 0px;
}

.seo__warning {
  margin-top: 40px;
}
.seo__warning h2 {
  margin-bottom: 40px;
}
.seo__warning .parent {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 992px) {
  .seo__warning .parent {
    grid-template-columns: 1fr !important;
    grid-template-rows: repeat(2, 1fr);
  }
  .seo__warning .parent .seo__warning_block1 {
    grid-area: 1/1/2/2;
  }
  .seo__warning .parent .seo__warning_block2 {
    grid-area: 2/1/3/2;
  }
  .seo__warning .parent .seo__warning_block2 {
    align-items: center;
  }
  .seo__warning .parent .seo__warning_block2 img {
    position: relative;
  }
}
.seo__warning .seo__warning_block1 {
  grid-area: 1/1/2/2;
}
.seo__warning .seo__warning_block2 {
  position: relative;
  grid-area: 1/2/2/3;
}
.seo__warning .seo__warning_block2 img {
  position: absolute;
  right: 0;
  top: -88px;
}
.seo__warning ul {
  color: #FFFFFF;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .seo__warning ul {
    padding-left: 30px;
  }
}
.seo__warning ul li {
  margin-bottom: 20px;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .seo__warning ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .seo__warning ul li {
    font-size: 16px;
  }
}
.seo__warning ul li::before {
  font-family: "Cuprum", sans-serif;
  content: attr(data-index);
  position: absolute;
  top: -4px;
  left: -60px;
  font-size: 50px;
  font-weight: bold;
  color: #EC2428;
}
@media screen and (max-width: 1200px) {
  .seo__warning ul li::before {
    font-size: 25px;
    left: -40px;
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  .seo__warning ul li::before {
    font-size: 25px;
    left: -30px;
    top: 0;
  }
}

.advantages {
  background-image: url(/img/fog_bg.png);
  background-size: cover;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .advantages {
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: 0px;
  }
  .advantages h2 {
    font-size: 25px;
  }
}
.advantages h2 {
  text-transform: none !important;
  margin-bottom: 20px;
}
.advantages .adv__desc {
  padding: 0 280px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .advantages .adv__desc {
    font-size: 16px;
    padding: 0 0;
  }
}
.advantages .adv__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.advantages .adv__grid .adv1 {
  grid-area: 1/1/2/2;
}
.advantages .adv__grid .adv2 {
  grid-area: 1/2/2/3;
}
.advantages .adv__grid .adv3 {
  grid-area: 2/1/3/2;
}
.advantages .adv__grid .adv4 {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 992px) {
  .advantages .adv__grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .advantages .adv__grid .adv1 {
    grid-area: 1/1/2/2;
  }
  .advantages .adv__grid .adv2 {
    grid-area: 2/1/3/2;
  }
  .advantages .adv__grid .adv3 {
    grid-area: 3/1/4/2;
  }
  .advantages .adv__grid .adv4 {
    grid-area: 4/1/5/2;
  }
}
.advantages .adv__box {
  background-color: #101113;
  border-radius: 30px;
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.advantages .adv__box .adv__box_title {
  color: #158EE8;
  font-family: "Cuprum", sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
.advantages .adv__box p {
  margin-bottom: 30px;
  padding-right: 30px;
}
.advantages .adv__box img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.advantages .advantages__btnblock {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .advantages .advantages__btnblock {
    margin-top: 40px;
  }
}

.works {
  padding-bottom: 60px;
}
.works h2 {
  text-transform: none;
}
.works .works__grid {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .works .works__grid {
    margin-top: 20px;
  }
}
.works .works__box {
  color: #FFFFFF;
  align-items: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #158EE8;
  padding-bottom: 26px;
  margin-bottom: 20px;
}
.works .works__box .works__block1 {
  grid-area: 1/1/2/2;
}
.works .works__box .works__block2 {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 992px) {
  .works .works__box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .works .works__box .works__block1 {
    grid-area: 1/1/2/2;
  }
  .works .works__box .works__block2 {
    grid-area: 2/1/3/2;
  }
}
.works .works__box_title {
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .works .works__box_title {
    font-size: 20px;
  }
}
.works .works__box_tasc {
  font-family: "Cuprum", sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #8e8e8e;
  margin-bottom: 10px;
}
.works p {
  color: #8e8e8e;
  margin-bottom: 20px;
}
.works .works__box_stat {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.works .works__box_stat span {
  font-weight: bold;
  color: #FFFFFF;
}
.works .stat2 {
  grid-area: 1/1/2/2;
}
.works .stat2 {
  grid-area: 1/2/2/3;
}
.works .stat3 {
  grid-area: 1/3/2/4;
}
.works .works__btnblock {
  margin-top: 60px;
}
.works .works__btnblock a {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 992px) {
  .works .works__btnblock {
    margin-top: 20px;
  }
}

.dynamics {
  padding: 60px 0;
  background-image: url(/img/fog_bg.png);
  background-size: cover;
  background-position: center;
}
.dynamics .dynamics__heading {
  color: #8e8e8e;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .dynamics .dynamics__heading {
    display: block;
    text-align: center;
  }
  .dynamics .dynamics__heading p {
    margin-top: 20px;
  }
}
.dynamics .arr-d {
  display: none;
}
.dynamics h2 {
  text-transform: none;
}
.dynamics .dynamics__grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 40px;
}
.dynamics .dynamics__grid .div1 {
  grid-area: 1/1/2/2;
}
.dynamics .dynamics__grid .div2 {
  grid-area: 1/2/2/3;
}
.dynamics .dynamics__grid .div3 {
  grid-area: 2/1/3/2;
}
.dynamics .dynamics__grid .div4 {
  grid-area: 2/2/3/3;
}
@media screen and (max-width: 992px) {
  .dynamics .dynamics__grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 0px;
  }
  .dynamics .dynamics__grid .div1 {
    grid-area: 1/1/2/2;
  }
  .dynamics .dynamics__grid .div2 {
    grid-area: 1/2/2/3;
  }
  .dynamics .dynamics__grid .div3 {
    grid-area: 2/1/3/2;
  }
  .dynamics .dynamics__grid .div4 {
    grid-area: 2/2/3/3;
  }
}
.dynamics .dynamics__grid .dynamics__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}
.dynamics .dynamics__grid .dynamics__item .block1 {
  grid-area: 1/1/2/2;
}
.dynamics .dynamics__grid .dynamics__item .block2 {
  grid-area: 1/2/2/3;
}
@media screen and (max-width: 992px) {
  .dynamics .dynamics__grid .dynamics__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .dynamics .dynamics__grid .dynamics__item .block1 {
    grid-area: 1/1/2/2;
  }
  .dynamics .dynamics__grid .dynamics__item .block2 {
    grid-area: 2/1/3/2;
  }
  .dynamics .dynamics__grid .dynamics__item .dynamics__item_title {
    display: flex;
  }
  .dynamics .dynamics__grid .dynamics__item .arr-h {
    display: none;
  }
  .dynamics .dynamics__grid .dynamics__item .arr-d {
    display: block;
    max-height: 80px;
    margin-left: 20px;
  }
}
.dynamics .dynamics__grid .dynamics__item .dynamics__item_title {
  color: #158EE8;
  font-size: 20px;
}
.dynamics .dynamics__grid .dynamics__item .block1 p {
  color: #FFFFFF;
}
.dynamics .dynamics__grid .dynamics__item .dynamics__item_media {
  padding: 20px;
  border-radius: 0px 0px 30px 0px;
  background-color: #282828;
}
.dynamics .dynamics__grid .dynamics__item .dynamics__item_media p {
  color: #FFFFFF;
  margin-top: 10px;
  opacity: 0.6;
}

.stages {
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .stages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.stages h2 {
  text-transform: none;
}
.stages .stages__grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 60px;
}
.stages .stages__grid .div1 {
  grid-area: 1/1/2/2;
}
.stages .stages__grid .div2 {
  grid-area: 1/2/2/3;
}
.stages .stages__grid .div3 {
  grid-area: 1/3/2/4;
}
.stages .stages__grid .div4 {
  grid-area: 1/4/2/5;
}
.stages .stages__grid .div5 {
  grid-area: 2/1/3/2;
}
.stages .stages__grid .div6 {
  grid-area: 2/2/3/3;
}
.stages .stages__grid .div7 {
  grid-area: 2/3/3/4;
}
.stages .stages__grid .div8 {
  grid-area: 2/4/3/5;
}
@media screen and (max-width: 1200px) {
  .stages .stages__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
  }
  .stages .stages__grid .div1 {
    grid-area: 1/1/2/2;
  }
  .stages .stages__grid .div2 {
    grid-area: 1/2/2/3;
  }
  .stages .stages__grid .div3 {
    grid-area: 2/1/3/2;
  }
  .stages .stages__grid .div4 {
    grid-area: 2/2/3/3;
  }
  .stages .stages__grid .div5 {
    grid-area: 3/1/4/2;
  }
  .stages .stages__grid .div6 {
    grid-area: 3/2/4/3;
  }
  .stages .stages__grid .div7 {
    grid-area: 4/1/5/2;
  }
  .stages .stages__grid .div8 {
    grid-area: 4/2/5/3;
  }
}
.stages .stages__grid .stage__item_wrapper {
  position: relative;
}
.stages .stages__grid .stage__item_wrapper .stage__item_badge {
  color: grey;
  font-family: "Cuprum", sans-serif;
  font-weight: 900;
  font-size: 60px;
  z-index: 1;
  top: -40px;
  left: 40%;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .stages .stages__grid .stage__item_wrapper .stage__item_badge {
    left: 33%;
  }
}
.stages .stages__grid .stage__item_wrapper .stage__item {
  background-color: #101113;
  color: #FFFFFF;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 992px) {
  .stages .stages__grid .stage__item_wrapper .stage__item {
    padding: 10px;
    font-size: 12px;
  }
}

.cta__block {
  background-image: url(/img/tariffs_bg.webp);
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 0px;
}
.cta__block h2 {
  font-size: 40px;
  text-transform: none;
  color: #EC2428;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .cta__block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.cta__block .cta__block_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 0px;
}
.cta__block .cta__block_grid .div1 {
  grid-area: 1/1/2/2;
}
.cta__block .cta__block_grid .div2 {
  grid-area: 1/2/2/3;
}
.cta__block .cta__block_grid .div1 {
  display: grid;
  align-items: end;
}
@media screen and (max-width: 1200px) {
  .cta__block .cta__block_grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .cta__block .cta__block_grid .div1 {
    grid-area: 2/1/3/2;
  }
  .cta__block .cta__block_grid .div2 {
    grid-area: 1/1/2/2;
  }
}
.cta__block .cta__block_form {
  background-color: #101113;
  margin-top: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .cta__block .cta__block_form {
    margin-bottom: 0px;
  }
}
.cta__block .cta__block_form .input__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}
.cta__block .cta__block_form .input__grid .div1 {
  grid-area: 1/1/2/2;
}
.cta__block .cta__block_form .input__grid .div2 {
  grid-area: 1/2/2/3;
}
.cta__block .cta__block_form input {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.cta__block .cta__block_form p {
  margin-top: 20px;
  font-size: 12px;
  color: #8e8e8e;
}
.cta__block .cta__block_form button {
  width: 100%;
}

.tariffs {
  color: #FFFFFF;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .tariffs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.tariffs .tariffs__desc {
  text-align: center;
  margin-top: 10px;
  padding: 0 100px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .tariffs .tariffs__desc {
    font-size: 16px;
    padding: 0 0;
  }
}
.tariffs .tariffs__grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
}
.tariffs .tariffs__grid .div1 {
  grid-area: 1/1/2/2;
}
.tariffs .tariffs__grid .div2 {
  grid-area: 1/2/2/3;
}
.tariffs .tariffs__grid .div3 {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 992px) {
  .tariffs .tariffs__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
  .tariffs .tariffs__grid .div1 {
    grid-area: 1/1/2/2;
  }
  .tariffs .tariffs__grid .div2 {
    grid-area: 2/1/3/2;
  }
  .tariffs .tariffs__grid .div3 {
    grid-area: 3/1/4/2;
  }
}
.tariffs .tariffs__grid .tariff__content {
  padding: 20px;
}
.tariffs .tariff {
  border-radius: 10px;
  background-color: #2B2C2E;
}
.tariffs .tariff.middle {
  background-color: #5A5B5D;
  box-shadow: 0px 4px 21px 1px rgba(236, 36, 40, 0.98) inset;
}
.tariffs .tariff .tariff__title {
  font-family: "Cuprum", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.tariffs .tariff li {
  margin-bottom: 20px;
}
.tariffs .tariff li.canceled {
  color: #8e8e8e;
  text-decoration: line-through;
}
.tariffs .tariff li.thin {
  font-weight: 300;
}
.tariffs .tariff .tariff__price {
  margin-top: 10px;
  font-family: "Cuprum", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.tariffs .tariffs__info {
  margin-top: 20px;
  text-align: center;
  color: #9b9da2;
}

.faq {
  color: #FFFFFF;
  padding-top: 0px;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .faq {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

.stop {
  background-image: url(/img/tariffs_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #FFFFFF;
}
@media screen and (max-width: 992px) {
  .stop {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.stop .stop__desc {
  text-align: center;
  margin-top: 10px;
  padding: 0 100px;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .stop .stop__desc {
    font-size: 16px;
    padding: 0 0;
  }
}
.stop .stop__img {
  text-align: center;
  margin-top: 40px;
}
.stop .stop__btn a {
  min-width: 700px;
}
@media screen and (max-width: 992px) {
  .stop .stop__btn a {
    min-width: 100%;
  }
}

.footer {
  background-color: #101113;
  padding: 20px 0;
  color: #FFFFFF;
}
.footer a {
  color: #FFFFFF;
}
.footer .footer__link {
  margin-bottom: 5px;
}
.footer .footer__privacy a {
  color: #8e8e8e;
}
.footer .footer__contacts .footer__phone {
  font-weight: 700;
  font-family: "Cuprum", sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
}
.footer .footer__contacts .footer__soclinks {
  margin-top: 10px;
}
.footer .footer__contacts .footer__soclinks a {
  margin-right: 10px;
}
.footer .footer__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.footer .footer__grid .div1 {
  grid-area: 1/1/2/2;
}
.footer .footer__grid .div2 {
  grid-area: 1/2/2/3;
}
.footer .footer__grid .div3 {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 992px) {
  .footer .footer__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
  }
  .footer .footer__grid .footer__logo {
    text-align: center;
  }
  .footer .footer__grid .div1 {
    grid-area: 1/1/2/2;
  }
  .footer .footer__grid .div2 {
    grid-area: 2/1/3/2;
  }
  .footer .footer__grid .div3 {
    grid-area: 3/1/4/2;
  }
}/*# sourceMappingURL=main.css.map */

header .phone {
    justify-content: center;
    flex-direction: column;
}

.cf-modal-header {
    border-bottom: 1px solid #158EE8 !important;
}

.cf-modal-title {
        color: #fff !important;
    text-transform: uppercase !important;
    font-family: "Cuprum", sans-serif;
    font-weight: 900;
}
.cf-modal .cf-form-search .cf-form-label {
 
    text-align: left !important;
}

.city-row li a{
    font-size: 14px;
}

.cf-modal .cf-form-search .cf-form-input {
    background-color: #101113 !important;

}

.cf-modal-content {
    color: #fff;
    background-color: #101113 !important;
}

.cf-city {
    color: #fff;
    font-size: 12px;
}

.cf-city a {
    font-size: 12px !important;
    text-decoration: underline;
}

    .btn-more {
        min-width: 300px;
        margin-top: 40px !important;
    }
    
    .footer__phone a:hover {
        color: red;
    }
    
.cities {
    font-size: 12px;
}
    
@media screen and (max-width: 700px) {
  .dynamics .dynamics__grid {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
  .dynamics .dynamics__grid .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .dynamics .dynamics__grid .div2 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .dynamics .dynamics__grid .div3 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .dynamics .dynamics__grid .div4 {
    grid-area: 4 / 1 / 5 / 2;
  }
  
  .works__box_title {
      margin-top: 10px;
  }
  
  .cta__block {
 
    padding-bottom: 0px !important;
}

.seo__warning .seo__warning_block2 img {
    position: absolute;
    width: 50%;
    right: -109px;
    top: 30px;
}
}


    @media screen and (max-width: 700px) {
        
        .case__images {
            display: none;
        }
        
        .works__content {
            font-size: 12px;
        }
        
        .privacy__text {
            font-size: 12px;
        }
        
        .privacy__br {
            display: none;
        }
    }
    
    
.show-more-button {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
}