@charset "UTF-8";

/* Normalize */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */

hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: 700;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
}

/* # =================================================================
     # Forms
     # ================================================================= */

input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentcolor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled=true] {
  cursor: default;
}

address {
  font-style: inherit;
}

/* Доступное скрытие элементов */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

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

:root {
  --dart-1: #262626;
  --dart-2: #333;
  --dart-gold: #e8bd6a;
  --dart-gold-dark: #cca14a;

  --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-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "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-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: var(--dart-gold);
  --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-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: var(--dart-gold);;
  --bs-link-hover-color: var(--dart-gold-dark);
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.bg-dart-1 {background-color: var(--dart-1);}
.bg-dart-2 {background-color: var(--dart-2);}
.bg-dart-gold {background-color: var(--dart-gold) !important;}
.bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}


.dart-gold {color:var(--dart-gold);}
.border-gold {border-color: var(--dart-gold);}
.dart-gray {color:#aaa;}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --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;
}



[class*=col-] {
  padding: 0 15px;
}



.container {
  padding: 0 15px;
}

.container--wide {
  max-width: 1920px !important;
}

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

.row--small-gap {
  margin-right: -2px;
  margin-left: -2px;
}

.row--small-gap [class*=col-] {
  padding: 0 2px;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentcolor;
}

.list-reset {
  list-style: none;
}

.cursor-pointer {cursor:pointer;}

:root {
  --viewport-width: calc(100vw - var(--scrollbar-width));
}

.page {
  height: 100%;
}

.page__body {
  height: 100%;
  min-height: 100%;
  color: #fff;
  background-color: #262626;
  font-weight: 300;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.2;
}

.page__body--is-lock {
  overflow: hidden;
}

.page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100%;
  overflow: hidden;
}

.page__main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  text-decoration: none;
}

.image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.color-accent {
  color: #e8bd6a;
}

.small-gallery {
  margin-top: 1px;
}

.small-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.small-gallery__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 100%;
  text-decoration: none;
}

.small-gallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hover-light {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.hover-light:hover {
  color: #fff;
}

.hover-accent {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.hover-accent:hover {
  color: #e8bd6a;
}

[class*=pt-10] {
  padding-top: 10px;
}

[class*=pb-10] {
  padding-bottom: 10px;
}

[class*=pt-15] {
  padding-top: 15px;
}

[class*=pb-15] {
  padding-bottom: 15px;
}

[class*=pt-20] {
  padding-top: 20px;
}

[class*=pb-20] {
  padding-bottom: 20px;
}

[class*=pt-30] {
  padding-top: 30px;
}

[class*=pb-30] {
  padding-bottom: 30px;
}

[class*=pt-40] {
  padding-top: 40px;
}

[class*=pb-40] {
  padding-bottom: 40px;
}

[class*=pt-45] {
  padding-top: 45px;
}

[class*=pb-45] {
  padding-bottom: 45px;
}

[class*=pt-50] {
  padding-top: 50px;
}

[class*=pb-50] {
  padding-bottom: 50px;
}

[class*=pt-55] {
  padding-top: 55px;
}

[class*=pb-55] {
  padding-bottom: 55px;
}

[class*=pt-60] {
  padding-top: 60px;
}

[class*=pb-60] {
  padding-bottom: 60px;
}

[class*=pt-70] {
  padding-top: 70px;
}

[class*=pb-70] {
  padding-bottom: 70px;
}

[class*=pt-80] {
  padding-top: 80px;
}

[class*=pb-80] {
  padding-bottom: 80px;
}

[class*=pt-90] {
  padding-top: 90px;
}

[class*=pb-90] {
  padding-bottom: 90px;
}

[class*=pt-100] {
  padding-top: 100px;
}

[class*=pb-100] {
  padding-bottom: 100px;
}

[class*=pt-120] {
  padding-top: 120px;
}

[class*=pb-120] {
  padding-bottom: 120px;
}

[class*=pt-xs-10] {
  padding-top: 10px;
}

[class*=pb-xs-10] {
  padding-bottom: 10px;
}

[class*=pt-xs-15] {
  padding-top: 15px;
}

[class*=pb-xs-15] {
  padding-bottom: 15px;
}

[class*=pt-xs-20] {
  padding-top: 20px;
}

[class*=pb-xs-20] {
  padding-bottom: 20px;
}

[class*=pt-xs-30] {
  padding-top: 30px;
}

[class*=pb-xs-30] {
  padding-bottom: 30px;
}

[class*=pt-xs-40] {
  padding-top: 40px;
}

[class*=pb-xs-40] {
  padding-bottom: 40px;
}

[class*=pt-xs-45] {
  padding-top: 45px;
}

[class*=pb-xs-45] {
  padding-bottom: 45px;
}

[class*=pt-xs-50] {
  padding-top: 50px;
}

[class*=pb-xs-50] {
  padding-bottom: 50px;
}

[class*=pt-xs-55] {
  padding-top: 55px;
}

[class*=pb-xs-55] {
  padding-bottom: 55px;
}

[class*=pt-xs-60] {
  padding-top: 60px;
}

[class*=pb-xs-60] {
  padding-bottom: 60px;
}

[class*=pt-xs-70] {
  padding-top: 70px;
}

[class*=pb-xs-70] {
  padding-bottom: 70px;
}

[class*=pt-xs-80] {
  padding-top: 80px;
}

[class*=pb-xs-80] {
  padding-bottom: 80px;
}

[class*=pt-xs-90] {
  padding-top: 90px;
}

[class*=pb-xs-90] {
  padding-bottom: 90px;
}

[class*=pt-xs-100] {
  padding-top: 100px;
}

[class*=pb-xs-100] {
  padding-bottom: 100px;
}

[class*=pt-xs-120] {
  padding-top: 120px;
}

[class*=pb-xs-120] {
  padding-bottom: 120px;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 30px;
  color: #262626;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e8bd6a;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}

.button:hover {
  color: #262626;
  background-color: #fff;
}

.button:disabled {
  cursor: default;
  opacity: 0.7;
}

.button--size-small {
  padding: 10px 30px;
}

.button--bordered-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.button--bordered-light:hover {
  color: #262626;
  background-color: #fff;
}

.button--bordered-accent {
  color: #fff;
  background-color: transparent;
  border-color: #e8bd6a;
}

.button--bordered-accent:hover {
  color: #262626;
  background-color: #fff;
  border-color: #e8bd6a;
}

.button--bordered-dark {
  color: #262626;
  background-color: transparent;
  border-color: #262626;
}

.button--bordered-dark:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.button--hover-dark:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.button--rounded {
  border-radius: 5px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 120px;
  text-decoration: none;
}

.logo--mt {
  margin-top: 16px;
}

.logo img,
.logo svg {
  width: 100%;
  height: auto;
}

.nav__menu {
  margin-bottom: -10px;
}

.nav__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 23px;
  height: 23px;
}

.nav__close .icon {
  width: 100%;
  height: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -30px;
  margin-left: -30px;
  list-style: none;
}

.menu li {
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 30px;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 18px;
}

.menu li:hover,
.menu li.active {
  color: #e8bd6a;
}

.menu a {
  text-decoration: none;
  text-transform: uppercase;
}

.title {
  font-weight: 400;
  font-size: 60px;
  text-transform: uppercase;
}

.title span {
  display: block;
  color: #e8bd6a;
  font-weight: 400;
  line-height: 1.3;
  font-size: 42px;
}

.section__subtext {
  margin-top: 15px;
  text-transform: uppercase;
}

.section__subtext span {
  color: #e8bd6a;
}

.features-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  min-height: 354px;
  padding: 40px;
  background-color: #333;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 1.3;
}

.features-item > * {
  position: relative;
  z-index: 1;
}

.features-item::before {
  position: absolute;
  content: "";
}

.services-card {
  display: block;
  height: 100%;
  padding: 40px;
  text-decoration: none;
  background: #333;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.services-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  color: #e8bd6a;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 24px;
  line-height: 1.3;
}

.services-card__top:hover {
  color: #fff;
}

.services-card__top .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.services-card__body {
  font-size: 24px;
  line-height: 1.3;
  line-height: 1;
}

.services-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
  margin-left: -20px;
  list-style: none;
}

.services-card__list li {
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.services-card__list a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.services-card__list a:hover {
  color: #e8bd6a;
}

.services-card__list--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.socials__item:not(:last-child) {
  margin-right: 10px;
}

.socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #e8bd6a;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.socials__link .icon {
  width: 100%;
  height: 100%;
}

.socials__link:hover {
  color: #fff;
}

.socials--hover-dark .socials__link:hover {
  color: #262626;
}

.projects-card {
  text-decoration: none;
}

.projects-card__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.projects-card__inner::after {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 260px;
  padding-bottom: 75%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.projects-card__info {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.projects-card__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 70px;
  overflow: hidden;
}

.projects-card__box {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.projects-card__title {
  font-weight: 400;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.projects-card__square {
  text-align: center;
}

.projects-card__link {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-transform: translateY(calc(120% + 100px)) translateX(-50%);
  -ms-transform: translateY(calc(120% + 100px)) translateX(-50%);
  transform: translateY(calc(120% + 100px)) translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.projects-card:hover .projects-card__link {
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.projects-card:hover .projects-card__box {
  -webkit-transform: translateY(calc(-120% - 100px));
  -ms-transform: translateY(calc(-120% - 100px));
  transform: translateY(calc(-120% - 100px));
}

.prices-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  min-height: 260px;
  padding: 30px;
  color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.prices-card--bordered-accent {
  border: 2px solid #e8bd6a;
}

.prices-card--color-light {
  color: #fff;
}

.prices-card__title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
}

.prices-card__text {
  max-width: 90%;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
}

.prices-card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  margin-bottom: -20px;
}

.prices-card__btn {
  margin-bottom: 20px;
}

.prices-card__socials {
  margin-bottom: 20px;
}

.prices-card__summ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 20px;
  line-height: 1.1;
}

.prices-card__summ span {
  font-weight: 400;
  font-size: 50px;
  margin-right: 5px;
  margin-left: 5px;
  font-weight: 700;
  line-height: 1;
}

.steps-card {
  position: relative;
  min-height: 100%;
  padding: 40px;
  overflow: hidden;
  background-color: #333;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.steps-card__content {
  position: relative;
  z-index: 1;
}

.steps-card__title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.steps-card__text {
  max-width: 480px;
  margin-bottom: 30px;
}

.steps-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
}

.steps-card__btns > * {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

.steps-card__link {
  color: #e8bd6a;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}

.steps-card__list {
  margin-top: 55px;
  list-style: none;
}

.steps-card__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #858585;
}

.steps-card__list li:not(:last-child) {
  margin-bottom: 15px;
}

.steps-card__list li::before {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 15px;
  margin-top: 6px;
  margin-right: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAyMCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAyLjc0MDc2TDguMjc4MjcgMTQuMjg1N0wwIDYuMTMyMjlMMi43ODI3MyAzLjM5MTUyTDguMjc4MjcgOC44MDQxOUwxNy4yMTczIDBMMjAgMi43NDA3NloiIGZpbGw9IiNFOEJENkEiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.steps-card__number {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 140px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.steps-card__number--reverse {
  background-position: center left;
}

.slider {
  position: relative;
}

.slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

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

.slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #e8bd6a;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.slider__pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}

.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.slider__navigation {
  position: absolute;
  right: 0;
  bottom: calc(100% + 52px);
  width: 100%;
}

.slider__navigation .container {
  position: relative;
}

.slider__navigation-box {
  position: absolute;
  right: 15px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 42px;
  color: #e8bd6a;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

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

.slider__btn.swiper-button-disabled {
  opacity: 0.5;
}

.slider__btn:hover:not(.swiper-button-disabled) {
  color: #fff;
}

.slider__btn .icon {
  width: 100%;
  height: 100%;
}

.slider__btn--prev {
  margin-right: 30px;
}

.slider__btn--next .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider__item > * {
  margin-bottom: 0;
}

.project-card {
  position: relative;
}

.project-card__images {
  position: relative;
  width: 100%;
  min-height: 260px;
  max-height: 600px;
  padding-bottom: 75%;
  cursor: pointer;
}

.project-card__image::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.project-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  z-index: 2;
}

.project-card__image.active {

  opacity: 1;
}

.project-card__image a {
    display: block;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 4;
}

.project-card__info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
  padding: 40px;
  text-decoration: none;
}

.project-card__info:hover .project-card__btn {
  color: #fff;
}

.project-card__box {
  margin-right: 15px;
}

.project-card__short {
  margin-bottom: 10px;
  font-size: 16px;
}

.project-card__title {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 400;
}

.project-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.project-card__list li:not(:last-child)::after {
  margin-right: 5px;
  margin-left: 5px;
  font-size: inherit;
  line-height: inherit;
  content: "•";
}

.project-card__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 42px;
  margin-left: auto;
  color: #e8bd6a;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.project-card__btn .icon {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content > * {
  margin-bottom: 20px;
}

.content > *:first-child {
  margin-top: 0;
}

.content > *:last-child {
  margin-bottom: 0;
}

.content [data-fancybox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}

.content ul {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

.content ul li::marker {
  font-size: 10px;
  line-height: 24px;
}

.content ul li:not(:last-child) {
  margin-bottom: 5px;
}

.content ol {
  -webkit-padding-start: 30px;
  padding-inline-start: 30px;
}

.content > div:not(:last-child) {
  margin-bottom: 45px;
}

.content > div > * {
  margin-bottom: 30px;
}

.content > div > *:first-child {
  margin-top: 0;
}

.content > div > *:last-child {
  margin-bottom: 0;
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 20px;
  color: #fff !important;
  font-weight: 400;
}

.content h2 {
  font-size: 40px;
}

.content h3 {
  font-size: 32px;
}

.content h4 {
  font-size: 28px;
}

.content img {
  display: block;
  width: 100%;
  height: auto;
}

.content__gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.content__gallery > * {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 92%;
}

.content__gallery > * img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.blog-card__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 76%;
}

.blog-card__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-card__title {
  margin-bottom: 10px;
  color: #e8bd6a;
  font-size: 24px;
  line-height: 1.3;
}

.blog-card__desc {
  font-size: 16px;
  color: #d9d9d9;
}

.article-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 425px;
  margin-bottom: 72px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article-top > * {
  position: relative;
  z-index: 1;
}

.article-top__row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.article-top__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.article-top__title {
  width: 100%;
  margin-bottom: 40px;
}

.article-top__box {
  width: 100%;
  max-width: 600px;
  margin-bottom: -122px;
  padding: 40px 35px 30px;
  color: #d9d9d9;
  font-weight: 300;
  background-color: rgba(51, 51, 51, 0.8);
  font-size: 24px;
  line-height: 1.3;
}

.article-top__btn {
  margin-top: 37px;
}

.article-top__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.article-top__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.article-categories__list {
  margin-bottom: -30px;
}

.article-categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100% - 30px);
  margin-bottom: 30px;
}

.article-categories-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 220px;
  padding: 30px;
  text-decoration: none;
  background: #333;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  cursor:pointer;
}

.article-categories-item:hover .article-categories-item__title {
  color: #fff;
}

.article-categories-item__title {
  margin-bottom: 15px;
  color: #e8bd6a;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 24px;
  line-height: 1.3;
}

.article-categories-item__text {
  color: #d9d9d9;
}

.article-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 25px 35px;
  border: 1px solid #e8bd6a;
}

.article-sidebar__title {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.1;
  text-align: center;
}

.article-sidebar__text {
  margin-bottom: 70px;
  line-height: 1.4;
  text-align: center;
  font-size: 16px;
}

.article-sidebar__phone {
  margin-bottom: 25px;
  font-weight: 400;
  text-decoration: none;
}

.article-sidebar__btn {
  margin-bottom: 32px;
}

.project-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 800px;
  margin-bottom: 72px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.project-top > * {
  position: relative;
  z-index: 1;
}

.project-top__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  /*width: calc((100vw - var(--scrollbar-width) - 100%) / 2 + 100% - 15px);*/
  max-width: 100%;
  /*max-width: max(1920px - (100vw - var(--scrollbar-width) - 100%) / 2 - 15px, 1920px - (1920px - var(--scrollbar-width) - 100%) / 2 - 15px);*/
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.project-top__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}

.project-top__row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.project-top__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project-top__title {
  width: 100%;
  margin-bottom: 40px;
}

.project-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 600px;
  min-height: 264px;
  margin-bottom: -122px;
  padding: 40px 35px 30px;
  color: #fff;
  font-weight: 300;
  background-color: rgba(51, 51, 51, 0.8);
  font-size: 24px;
  line-height: 1.3;
}

.project-top__box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: -25px;
}

.project-top__btn {
  margin-bottom: 25px;
}

.project-top__short {
  margin-bottom: 25px;
  font-size: 16px;
}

.project-top__square {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 5px;
  font-weight: 300;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.input__label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.input__box {
  position: relative;
}

.input__control {
  width: 100%;
  resize: none;
  padding: 12px;
  color: #262626;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  background-color: #fff;
  border-radius: 5px;
}

.input__control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.input__control:focus::-moz-placeholder {
  opacity: 0;
}

.input__control:focus:-ms-input-placeholder {
  opacity: 0;
}

.input__control:focus::-ms-input-placeholder {
  opacity: 0;
}

.input__control:focus::placeholder {
  opacity: 0;
}

.input__control:disabled {
  opacity: 0.5;
}

.input__control--view-btn {
  padding-right: 40px;
}

.input__control::-webkit-input-placeholder {
  color: #858585;
  text-transform: uppercase;
}

.input__control::-moz-placeholder {
  color: #858585;
  text-transform: uppercase;
}

.input__control:-ms-input-placeholder {
  color: #858585;
  text-transform: uppercase;
}

.input__control::-ms-input-placeholder {
  color: #858585;
  text-transform: uppercase;
}

.input__control::placeholder {
  color: #858585;
  text-transform: uppercase;
}

.input--textarea .input__control {
  min-height: 155px;
}

.input--error .input__control {
  border-color: red;
}

.input--success .input__control {
  border-color: green;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -20px;
  margin-left: -15px;
}

.form__row > * {
  width: calc(50% - 30px);
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.form__field {
  margin-bottom: 20px;
}

.form__agree {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  text-align: center;
}

.modal {
  background-color: rgba(24, 24, 27, 0.7);
  position:fixed;
  top:0; bottom:0;
  left:0; right:0;
}

/* Активное состояние модалки */
.modal.active,
.modal.is-open,
.modal[data-modal-active] {
  display: flex; /* или block */
  opacity: 1;
  visibility: visible;
  align-items: center;
  justify-content:center ;
}

/* Backdrop (затемнение) */
.modal.active::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.modal__wrapper {
  padding: 15px;
}

.modal__content {
  position: relative;
  width: 100%;
  max-width: 360px;
  padding: 23px 20px;
  background: #454545;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.modal__close .icon {
  width: 100%;
  height: 100%;
  stroke-width: 1px;
  stroke: #fff;
}

.modal__title {
  margin-bottom: 20px;
  padding-right: 30px;
  font-weight: 700;
  font-size: 21px;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.modal__text {
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal__form > *:not(:last-child) {
  margin-bottom: 20px;
}

.modal__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.3;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.modal__phone:hover {
  color: #e8bd6a;
}

.modal__phone .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.modal--thanks .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 20px 25px;
}

.modal--thanks .modal__title {
  margin-bottom: 45px;
  padding-right: 0;
  text-align: center;
}

.modal--thanks .modal__text {
  margin-bottom: 30px;
  text-align: center;
}

.modal--thanks .modal__socials {
  margin-top: 25px;
}

.header {padding: 10px; position: fixed; top:0; left:0; width: 100%; background-color: #191919; z-index: 50;}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  
}

.header__innner-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 75px;
}

.header__burger {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 20px;
}

.header__burger .icon {
  width: 100%;
  height: 100%;
}

.header__nav {
  margin-right: 75px;
}

.fixed-box {height: 80px;}
.fixed {
	position: fixed;
	z-index: 9999;
	top: 0;
  background-color: #191919;
}

.header__phone {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.header__phone:hover {
  color: #e8bd6a;
}

.numbers__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.numbers__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  margin-right: -30px;
  margin-bottom: -20px;
  margin-left: -30px;
  list-style: none;
}

.numbers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 16px;
}

.numbers__item span {
  margin-right: 10px;
  color: #bfbfbf;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 400;
  font-size: 50px;
}

.numbers__btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 80px;
}

.features .container {
  position: relative;
}

.features .container::before {
  position: absolute;
  top: 0;
  right: -162px;
  z-index: -1;
  width: 602px;
  height: 505px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjA2IiBoZWlnaHQ9IjUxMCIgdmlld0JveD0iMCAwIDYwNiA1MTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yMjEuNSAyTDMwMyA4My41TDM4MyAySDU1Mi41TDYwNCA1My41VjIwNkwzMDMgNTA3TDIgMjA2VjUzLjVMNTMuNSAySDIyMS41WiIgc3Ryb2tlPSIjODU4NTg1IiBzdHJva2Utd2lkdGg9IjMiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  content: "";
}

.features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -15px;
  margin-bottom: -30px;
  margin-left: -15px;
  list-style: none;
}

.features__list > *:nth-child(4) .features-item,
.features__list > *:nth-child(5) .features-item,
.features__list > *:nth-child(6) .features-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.features__list > *:nth-child(1) .features-item::before {
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  border-top: 3px solid #e8bd6a;
  border-left: 3px solid #e8bd6a;
}

.features__list > *:nth-child(2) .features-item::before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  border-top: 3px solid #e8bd6a;
}

.features__list > *:nth-child(3) .features-item::before {
  bottom: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-top: 3px solid #e8bd6a;
  border-right: 3px solid #e8bd6a;
}

.features__list > *:nth-child(4) .features-item::before {
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  border-bottom: 3px solid #e8bd6a;
  border-left: 3px solid #e8bd6a;
}

.features__list > *:nth-child(5) .features-item::before {
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  border-bottom: 3px solid #e8bd6a;
}

.features__list > *:nth-child(6) .features-item::before {
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-right: 3px solid #e8bd6a;
  border-bottom: 3px solid #e8bd6a;
}

.features__item {
  margin-bottom: 30px;
}

.services__inner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.services__inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.services__inner > * {
  position: relative;
  z-index: 1;
}

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -30px;
  margin-left: -15px;
  list-style: none;
}

.services__item {
  width: calc(33.3333333333% - 30px);
  min-height: 100%;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
}

.services__item--wide {
  width: calc(50% - 30px);
}

.services--page .services__inner {
  width: calc(100% - 30px);
  max-width: 1890px;
  margin-right: auto;
  margin-left: auto;
}

.footer {
  background-color: #191919;
}

.footer__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: auto;
}

.footer__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.footer__title {
  margin-bottom: 50px;
}

.footer__info {
  margin-bottom: -20px;
}

.footer__text {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 70px;
}

.footer__contact {
  text-decoration: none;
}

.footer__contact--phone {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
}

.footer__contact:not(:last-child) {
  margin-bottom: 5px;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
}

.footer__logo {
  margin-right: 50px;
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__copy {
  margin-bottom: 5px;
}

.footer__policy {
  text-decoration: none;
}

.projects__title {
  margin-bottom: 40px;
}

.projects__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: 30px;
  margin-left: -20px;
  font-weight: 40;
  text-transform: uppercase;
  list-style: none;
}

.projects__categories li {
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.projects__categories a {
  color: #e8bd6a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.projects__categories a:hover {
  color: #fff;
}

.projects__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.projects__item {
  width: calc(33.3333333333% - 16px);
  min-height: 100%;
}

.projects__item:nth-child(1),
.projects__item:nth-child(2) {
  width: calc(50% - 16px);
}

.projects__btn {
  width: 100%;
  max-width: 265px;
}

.projects-page__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -15px;
  margin-left: -20px;
  color: #e8bd6a;
  font-weight: 40;
  text-transform: uppercase;
  list-style: none;
}

.projects-page__categories li {
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.projects-page__categories a {
  color: #e8bd6a;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

.projects-page__categories a:hover {
  color: #fff;
}

.projects-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.projects-page__item {
  width: calc(50% - 16px);
  min-height: 100%;

}

.services-short__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -10px;
  margin-bottom: -15px;
  margin-left: -10px;
  list-style: none;
  padding: 0;
}

.services-short__item {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-left: 10px;
}

.services-short__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8bd6a;
  text-transform: uppercase;
  text-decoration: none;
}

.services-short__link .icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.prices {
  color: #262626;
  background-color: #fff;
}

.prices__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.prices__item:not(:last-child) {
  margin-bottom: 30px;
}

.prices__item:not(.prices__img) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.prices__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.prices__img img {
  width: 100%;
  height: auto;
}

.steps__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.steps__info {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.steps__title {
  margin-bottom: 35px;
  color: #e8bd6a;
}

.steps__title span {
  color: #fff;
}

.steps__item:nth-child(2) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.steps__item:nth-child(3) {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.steps__item:nth-child(4) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  min-height: 400px;
}

.steps__item:nth-child(5) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  min-height: 400px;
}

.steps__item:nth-child(6) {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.lead-magnet__inner {
  color: #262626;
  background-color: #fff;
}

.lead-magnet__row {
  position: relative;
}

.lead-magnet__row::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 940px;
  height: calc(100%);
  background-color: #EEEDE6;
  /*background-image: url("../img/lead-magnet-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;*/
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  content: "";
}

.lead-magnet__row > * {
  position: relative;
  z-index: 1;
}

.lead-magnet__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.lead-magnet__img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  /*max-height: calc(100% + 120px);*/
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}

.lead-magnet__content {
  min-height: 455px;
}

.lead-magnet__text {
  max-width: 500px;
  margin-bottom: 60px;
  line-height: 1.3;
  font-weight: 400;
  font-size: 30px;
}

.lead-magnet__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

.lead-magnet__group {
  margin-right: 15px;
}

.lead-magnet__name {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  font-weight: 700;
}

.lead-magnet__position {
  margin-bottom: 20px;
  color: #858585;
  font-size: 18px;
}

.lead-magnet__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  margin-right: 28px;
  margin-left: auto;
  color: #e8bd6a;
  text-decoration: none;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.lead-magnet__video:hover {
  opacity: 1;
}

.lead-magnet__video .icon {
  width: 100%;
  height: 100%;
}

.projects-section__title {
  margin-bottom: 35px;
}

.project__text > * {
  margin-bottom: 10px;
}

.project__gallery {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.project__gallery-item {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.project__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 77.5%;
  text-decoration: none;
}

.project__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.project__desc-title {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 400;
}

.project__desc-content {
  color: #d9d9d9;
}

.project__done-title {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.project__done-content {
  color: #d9d9d9;
}

.blog__list {
  margin-bottom: -50px;
}

.blog__item {
  margin-bottom: 50px;
}

.contacts__phone {
  display: inline-block;
  margin-bottom: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.3;
}

.contacts__address {
  margin-bottom: 70px;
}

.contacts__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -25px;
  margin-bottom: -20px;
  margin-left: -25px;
}

.contacts__box > * {
  margin-right: 25px;
  margin-bottom: 20px;
  margin-left: 25px;
}

.contacts__company {
  margin-top: 45px;
  font-size: 16px;
  line-height: 1.4;
}

.contacts__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.contacts__img img {
  width: 100%;
  height: auto;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.contacts__subtitle {
  font-weight: 400;
  font-size: 30px;
}

.contacts__map {
  height: 675px;
}

.contacts__map > div {
  width: 100%;
  height: 100%;
}

.contacts__map > div iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.article__content {
  color: #d9d9d9;
}

.cpa {
  padding: 180px 0;
}

.cpa__inner {
  position: relative;
  color: #333;
}

.cpa__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50px;
  z-index: -1;
  background-color: #fff;
  content: "";
}

.cpa__inner::before {
  position: absolute;
  top: 50%;
  right: -60px;
  bottom: 0;
  z-index: -1;
  width: 350px;
  height: calc(100% + 120px);
  border: 3px solid #e8bd6a;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.cpa__img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.cpa__img img {
  position: absolute;
  bottom: 0;
  width: calc(100% - 70px);
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center top;
  object-position: center top;
}

.cpa__content {
  min-height: 457px;
  padding-right: 15px;
}

.cpa__title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 28px;
}

.cpa__text {
  margin-bottom: 50px;
  font-size: 23px;
  line-height: 1.3;
}

.cpa__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -15px;
  margin-bottom: -15px;
  margin-left: -15px;
}

.cpa__group > * {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

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

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

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

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

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

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

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

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

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

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

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

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

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

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

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

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

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

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

  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }

  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

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

  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

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

  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

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

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

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

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

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

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

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1399.98px) {
  [class*=pt-xxl-10] {
    padding-top: 10px;
  }

  [class*=pb-xxl-10] {
    padding-bottom: 10px;
  }

  [class*=pt-xxl-15] {
    padding-top: 15px;
  }

  [class*=pb-xxl-15] {
    padding-bottom: 15px;
  }

  [class*=pt-xxl-20] {
    padding-top: 20px;
  }

  [class*=pb-xxl-20] {
    padding-bottom: 20px;
  }

  [class*=pt-xxl-30] {
    padding-top: 30px;
  }

  [class*=pb-xxl-30] {
    padding-bottom: 30px;
  }

  [class*=pt-xxl-40] {
    padding-top: 40px;
  }

  [class*=pb-xxl-40] {
    padding-bottom: 40px;
  }

  [class*=pt-xxl-45] {
    padding-top: 45px;
  }

  [class*=pb-xxl-45] {
    padding-bottom: 45px;
  }

  [class*=pt-xxl-50] {
    padding-top: 50px;
  }

  [class*=pb-xxl-50] {
    padding-bottom: 50px;
  }

  [class*=pt-xxl-55] {
    padding-top: 55px;
  }

  [class*=pb-xxl-55] {
    padding-bottom: 55px;
  }

  [class*=pt-xxl-60] {
    padding-top: 60px;
  }

  [class*=pb-xxl-60] {
    padding-bottom: 60px;
  }

  [class*=pt-xxl-70] {
    padding-top: 70px;
  }

  [class*=pb-xxl-70] {
    padding-bottom: 70px;
  }

  [class*=pt-xxl-80] {
    padding-top: 80px;
  }

  [class*=pb-xxl-80] {
    padding-bottom: 80px;
  }

  [class*=pt-xxl-90] {
    padding-top: 90px;
  }

  [class*=pb-xxl-90] {
    padding-bottom: 90px;
  }

  [class*=pt-xxl-100] {
    padding-top: 100px;
  }

  [class*=pb-xxl-100] {
    padding-bottom: 100px;
  }

  [class*=pt-xxl-120] {
    padding-top: 120px;
  }

  [class*=pb-xxl-120] {
    padding-bottom: 120px;
  }

  .project-top {
    min-height: 700px;
  }

  .contacts__map {
    height: 520px;
  }

  .cpa {
    padding: 150px 0;
  }
}

@media (max-width: 1199.98px) {
  .page__body {
    font-size: 18px;
  }

  [class*=pt-xl-10] {
    padding-top: 10px;
  }

  [class*=pb-xl-10] {
    padding-bottom: 10px;
  }

  [class*=pt-xl-15] {
    padding-top: 15px;
  }

  [class*=pb-xl-15] {
    padding-bottom: 15px;
  }

  [class*=pt-xl-20] {
    padding-top: 20px;
  }

  [class*=pb-xl-20] {
    padding-bottom: 20px;
  }

  [class*=pt-xl-30] {
    padding-top: 30px;
  }

  [class*=pb-xl-30] {
    padding-bottom: 30px;
  }

  [class*=pt-xl-40] {
    padding-top: 40px;
  }

  [class*=pb-xl-40] {
    padding-bottom: 40px;
  }

  [class*=pt-xl-45] {
    padding-top: 45px;
  }

  [class*=pb-xl-45] {
    padding-bottom: 45px;
  }

  [class*=pt-xl-50] {
    padding-top: 50px;
  }

  [class*=pb-xl-50] {
    padding-bottom: 50px;
  }

  [class*=pt-xl-55] {
    padding-top: 55px;
  }

  [class*=pb-xl-55] {
    padding-bottom: 55px;
  }

  [class*=pt-xl-60] {
    padding-top: 60px;
  }

  [class*=pb-xl-60] {
    padding-bottom: 60px;
  }

  [class*=pt-xl-70] {
    padding-top: 70px;
  }

  [class*=pb-xl-70] {
    padding-bottom: 70px;
  }

  [class*=pt-xl-80] {
    padding-top: 80px;
  }

  [class*=pb-xl-80] {
    padding-bottom: 80px;
  }

  [class*=pt-xl-90] {
    padding-top: 90px;
  }

  [class*=pb-xl-90] {
    padding-bottom: 90px;
  }

  [class*=pt-xl-100] {
    padding-top: 100px;
  }

  [class*=pb-xl-100] {
    padding-bottom: 100px;
  }

  [class*=pt-xl-120] {
    padding-top: 120px;
  }

  [class*=pb-xl-120] {
    padding-bottom: 120px;
  }

  .logo {
    max-width: 125px;
  }

  .menu {
    margin-right: -20px;
    margin-left: -20px;
  }

  .menu li {
    font-size: 16px;
  }

  .menu li {
    margin-right: 20px;
    margin-left: 20px;
  }

  .title {
    font-size: 44px;
  }

  .title span {
    font-size: 36px;
  }

  .features-item {
    font-size: 21px;
  }

  .features-item {
    min-height: 300px;
    padding: 30px;
  }

  .services-card {
    padding: 30px;
  }

  .services-card__top {
    font-size: 21px;
  }

  .services-card__top {
    margin-bottom: 30px;
  }

  .services-card__top .icon {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }

  .services-card__body {
    font-size: 21px;
  }

  .projects-card__info {
    padding: 30px;
  }

  .projects-card__title {
    font-size: 26px;
  }

  .prices-card {
    min-height: 220px;
  }

  .prices-card__title {
    font-size: 26px;
  }

  .prices-card__text {
    font-size: 14px;
  }

  .prices-card__summ span {
    font-size: 40px;
  }

  .steps-card {
    padding: 30px;
  }

  .steps-card__title {
    font-size: 21px;
  }

  .steps-card__link {
    font-size: 14px;
  }

  .slider__navigation {
    bottom: calc(100% + 42px);
  }

  .slider__btn {
    width: 45px;
    height: 31px;
  }

  .project-card__info {
    padding: 30px;
  }

  .project-card__short {
    font-size: 14px;
  }

  .project-card__title {
    font-size: 26px;
  }

  .project-card__btn {
    width: 50px;
    height: 34px;
  }

  .content h2 {
    font-size: 36px;
  }

  .content h3 {
    font-size: 26px;
  }

  .content h4 {
    font-size: 24px;
  }

  .blog-card__title {
    font-size: 21px;
  }

  .blog-card__desc {
    font-size: 14px;
  }

  .article-top {
    min-height: 375px;
  }

  .article-top__box {
    font-size: 21px;
  }

  .article-categories-item {
    min-height: 200px;
    padding: 25px;
  }

  .article-categories-item__title {
    font-size: 21px;
  }

  .article-sidebar__text {
    font-size: 14px;
  }

  .project-top {
    min-height: 580px;
  }

  .project-top {
    min-height: 375px;
  }

  .project-top__box {
    font-size: 21px;
  }

  .project-top__box {
    min-height: 220px;
  }

  .project-top__short {
    font-size: 14px;
  }

  .project-top__square {
    font-size: 26px;
  }

  .modal__phone {
    font-size: 21px;
  }

  .header__logo {
    margin-right: 50px;
  }

  .header__nav {
    margin-right: 50px;
  }

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

  .numbers__item {
    font-size: 14px;
  }

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

  .numbers__item span {
    font-size: 40px;
  }

  .numbers__btn {
    margin-left: 30px;
  }

  .footer__title {
    margin-bottom: 40px;
  }

  .footer__info {
    margin-bottom: -15px;
  }

  .footer__text {
    margin-bottom: 15px;
  }

  .footer__contacts {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .footer__contact--phone {
    font-size: 21px;
  }

  .footer__bottom {
    font-size: 16px;
  }

  .footer__logo {
    margin-right: 40px;
  }

  .services-short__link .icon {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .lead-magnet__text {
    font-size: 26px;
  }

  .lead-magnet__text {
    margin-bottom: 40px;
  }

  .lead-magnet__box {
    margin-bottom: 60px;
  }

  .lead-magnet__name {
    font-size: 26px;
  }

  .lead-magnet__position {
    font-size: 16px;
  }

  .lead-magnet__video {
    width: 90px;
    height: 90px;
    margin-right: 0;
  }

  .project__desc-title {
    font-size: 36px;
  }

  .project__done-title {
    font-size: 21px;
  }

  .blog__list {
    margin-bottom: -40px;
  }

  .blog__item {
    margin-bottom: 40px;
  }

  .blog__item {
    margin-bottom: 30px;
  }

  .contacts__phone {
    font-size: 21px;
  }

  .contacts__phone {
    margin-bottom: 40px;
  }

  .contacts__address {
    margin-bottom: 55px;
  }

  .contacts__company {
    font-size: 14px;
  }

  .contacts__company {
    margin-top: 30px;
  }

  .contacts__subtitle {
    font-size: 26px;
  }

  .cpa {
    padding: 130px 0;
  }

  .cpa__content {
    min-height: 430px;
  }

  .cpa__title {
    margin-bottom: 30px;
    font-size: 24px;
  }

  .cpa__text {
    margin-bottom: 40px;
    font-size: 21px;
  }
}

@media (max-width: 991.98px) {
  .page__body {
    font-size: 16px;
  }

  [class*=pt-lg-10] {
    padding-top: 10px;
  }

  [class*=pb-lg-10] {
    padding-bottom: 10px;
  }

  [class*=pt-lg-15] {
    padding-top: 15px;
  }

  [class*=pb-lg-15] {
    padding-bottom: 15px;
  }

  [class*=pt-lg-20] {
    padding-top: 20px;
  }

  [class*=pb-lg-20] {
    padding-bottom: 20px;
  }

  [class*=pt-lg-30] {
    padding-top: 30px;
  }

  [class*=pb-lg-30] {
    padding-bottom: 30px;
  }

  [class*=pt-lg-40] {
    padding-top: 40px;
  }

  [class*=pb-lg-40] {
    padding-bottom: 40px;
  }

  [class*=pt-lg-45] {
    padding-top: 45px;
  }

  [class*=pb-lg-45] {
    padding-bottom: 45px;
  }

  [class*=pt-lg-50] {
    padding-top: 50px;
  }

  [class*=pb-lg-50] {
    padding-bottom: 50px;
  }

  [class*=pt-lg-55] {
    padding-top: 55px;
  }

  [class*=pb-lg-55] {
    padding-bottom: 55px;
  }

  [class*=pt-lg-60] {
    padding-top: 60px;
  }

  [class*=pb-lg-60] {
    padding-bottom: 60px;
  }

  [class*=pt-lg-70] {
    padding-top: 70px;
  }

  [class*=pb-lg-70] {
    padding-bottom: 70px;
  }

  [class*=pt-lg-80] {
    padding-top: 80px;
  }

  [class*=pb-lg-80] {
    padding-bottom: 80px;
  }

  [class*=pt-lg-90] {
    padding-top: 90px;
  }

  [class*=pb-lg-90] {
    padding-bottom: 90px;
  }

  [class*=pt-lg-100] {
    padding-top: 100px;
  }

  [class*=pb-lg-100] {
    padding-bottom: 100px;
  }

  [class*=pt-lg-120] {
    padding-top: 120px;
  }

  [class*=pb-lg-120] {
    padding-bottom: 120px;
  }

  .logo {
    max-width: 110px;
  }

  .logo--mt {
    margin-top: 0;
  }

  .menu {
    margin-right: -10px;
    margin-left: -10px;
  }

  .menu li {
    margin-right: 10px;
    margin-left: 10px;
  }

  .title {
    font-size: 37px;
  }

  .title span {
    font-size: 31px;
  }

  .features-item {
    font-size: 18px;
  }

  .features-item {
    min-height: 260px;
    padding: 20px;
  }

  .services-card {
    padding: 20px;
  }

  .services-card__top {
    font-size: 18px;
  }

  .services-card__top .icon {
    width: 45px;
    height: 45px;
  }

  .services-card__body {
    font-size: 18px;
  }

  .services-card__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .projects-card__info {
    padding: 20px;
  }

  .projects-card__title {
    font-size: 22px;
  }

  .projects-card__link {
    position: relative;
    top: 0;
    left: 0;
    min-width: unset;
    margin-bottom: 0;
    padding-top: 40px;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .projects-card:hover .projects-card__link {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .projects-card:hover .projects-card__box {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }

  .prices-card {
    min-height: unset;
    padding: 20px;
  }

  .prices-card__title {
    font-size: 22px;
  }

  .prices-card__summ span {
    font-size: 34px;
  }

  .prices-card__summ span {
    font-size: 28px;
  }

  .steps-card {
    padding: 20px;
  }

  .steps-card__title {
    font-size: 18px;
  }

  .steps-card__title {
    margin-bottom: 20px;
  }

  .steps-card__text {
    margin-bottom: 20px;
  }

  .steps-card__list {
    margin-top: 40px;
  }

  .steps-card__list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .project-card__info {
    padding: 20px;
  }

  .project-card__title {
    font-size: 22px;
  }

  .content > div:not(:last-child) {
    margin-bottom: 40px;
  }

  .content > div > * {
    margin-bottom: 25px;
  }

  .content h2 {
    font-size: 31px;
  }

  .content h3 {
    font-size: 22px;
  }

  .content h4 {
    font-size: 20px;
  }

  .blog-card__title {
    font-size: 18px;
  }

  .article-top {
    margin-bottom: 60px;
    padding: 40px 0;
  }

  .article-top {
    min-height: 300px;
  }

  .article-top__title {
    margin-bottom: 35px;
  }

  .article-top__box {
    font-size: 18px;
  }

  .article-top__box {
    margin-bottom: -100px;
    padding: 30px 25px 25px;
  }

  .article-top__btn {
    margin-top: 25px;
  }

  .article-categories-item {
    min-height: 150px;
    padding: 20px;
  }

  .article-categories-item__title {
    font-size: 18px;
  }

  .article-sidebar {
    padding: 25px 15px;
  }

  .article-sidebar__title {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .article-sidebar__text {
    margin-bottom: 30px;
  }

  .article-sidebar__phone {
    margin-bottom: 15px;
  }

  .article-sidebar__btn {
    margin-bottom: 16px;
  }

  .project-top {
    margin-bottom: 60px;
    padding: 40px 0;
  }

  .project-top {
    min-height: 300px;
  }

  .project-top {
    min-height: 300px;
  }

  .project-top__title {
    margin-bottom: 35px;
  }

  .project-top__box {
    font-size: 18px;
  }

  .project-top__box {
    min-height: unset;
    margin-bottom: -100px;
    padding: 30px 25px 25px;
  }

  .project-top__box-bottom {
    margin-top: 25px;
  }

  .project-top__square {
    font-size: 22px;
  }

  .modal__phone {
    font-size: 18px;
  }

  .header__logo {
    margin-right: 30px;
  }

  .header__nav {
    margin-right: 30px;
  }

  .numbers__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .numbers__list {
    margin-right: -10px;
    margin-left: -10px;
  }

  .numbers__item {
    margin-right: 10px;
    margin-left: 10px;
  }

  .numbers__item span {
    font-size: 34px;
  }

  .numbers__item span {
    font-size: 28px;
  }

  .numbers__btn {
    margin-top: 20px;
    margin-left: 0;
  }

  .features__list > *:nth-child(4) .features-item,
  .features__list > *:nth-child(5) .features-item,
  .features__list > *:nth-child(6) .features-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .features__list > *:nth-child(2) .features-item::before {
    right: auto;
    left: 0;
    width: 80px;
    border-right: 3px solid #e8bd6a;
  }

  .features__list > *:nth-child(3) .features-item::before {
    right: 0;
    left: auto;
    height: 100%;
    border-top: none;
    border-right: none;
    border-left: 3px solid #e8bd6a;
  }

  .features__list > *:nth-child(4) .features-item::before {
    right: auto;
    left: 0;
    height: 100%;
    border-right: 3px solid #e8bd6a;
    border-bottom: none;
    border-left: none;
  }

  .features__list > *:nth-child(5) .features-item::before {
    width: 80px;
    border-left: 3px solid #e8bd6a;
  }

  .services__item {
    width: calc(50% - 30px);
  }

  .services__item--wide:last-child {
    width: calc(100% - 30px);
  }

  .footer__title {
    margin-bottom: 30px;
  }

  .footer__contacts {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer__contact--phone {
    font-size: 18px;
  }

  .footer__bottom {
    margin-top: 40px;
  }

  .projects__categories {
    margin-right: -10px;
    margin-left: -10px;
  }

  .projects__categories li {
    margin-right: 10px;
    margin-left: 10px;
  }

  .projects__item {
    width: calc(50% - 4px);
  }

  .projects__item:nth-child(1) {
    width: calc(100% - 4px);
  }

  .projects-page__categories {
    margin-right: -10px;
    margin-left: -10px;
  }

  .projects-page__categories li {
    margin-right: 10px;
    margin-left: 10px;
  }

  .services-short__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .services-short__link .icon {
    width: 30px;
    height: 30px;
  }

  .prices__img {
    margin-top: 30px;
  }

  .steps__title {
    margin-bottom: 20px;
  }

  .steps__item:nth-child(3) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .steps__item:nth-child(4) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    min-height: 250px;
  }

  .steps__item:nth-child(5) {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    min-height: 250px;
  }

  .steps__item:nth-child(6) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .lead-magnet__text {
    font-size: 22px;
  }

  .lead-magnet__text {
    margin-bottom: 30px;
  }

  .lead-magnet__box {
    margin-bottom: 40px;
  }

  .lead-magnet__name {
    font-size: 22px;
  }

  .lead-magnet__video {
    width: 60px;
    height: 60px;
  }

  .project__desc-title {
    font-size: 31px;
  }

  .project__done-title {
    font-size: 18px;
  }

  .contacts__phone {
    font-size: 18px;
  }

  .contacts__phone {
    margin-bottom: 30px;
  }

  .contacts__address {
    margin-bottom: 40px;
  }

  .contacts__subtitle {
    font-size: 22px;
  }

  .contacts__map {
    height: 420px;
  }

  .cpa {
    padding: 110px 0;
  }

  .cpa__inner::before {
    right: -40px;
    width: 280px;
    height: calc(100% + 80px);
  }

  .cpa__img img {
    width: 100%;
  }

  .cpa__content {
    min-height: 380px;
  }

  .cpa__title {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .cpa__text {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media (max-width: 767.98px) {
  [class*=pt-md-10] {
    padding-top: 10px;
  }

  [class*=pb-md-10] {
    padding-bottom: 10px;
  }

  [class*=pt-md-15] {
    padding-top: 15px;
  }

  [class*=pb-md-15] {
    padding-bottom: 15px;
  }

  [class*=pt-md-20] {
    padding-top: 20px;
  }

  [class*=pb-md-20] {
    padding-bottom: 20px;
  }

  [class*=pt-md-30] {
    padding-top: 30px;
  }

  [class*=pb-md-30] {
    padding-bottom: 30px;
  }

  [class*=pt-md-40] {
    padding-top: 40px;
  }

  [class*=pb-md-40] {
    padding-bottom: 40px;
  }

  [class*=pt-md-45] {
    padding-top: 45px;
  }

  [class*=pb-md-45] {
    padding-bottom: 45px;
  }

  [class*=pt-md-50] {
    padding-top: 50px;
  }

  [class*=pb-md-50] {
    padding-bottom: 50px;
  }

  [class*=pt-md-55] {
    padding-top: 55px;
  }

  [class*=pb-md-55] {
    padding-bottom: 55px;
  }

  [class*=pt-md-60] {
    padding-top: 60px;
  }

  [class*=pb-md-60] {
    padding-bottom: 60px;
  }

  [class*=pt-md-70] {
    padding-top: 70px;
  }

  [class*=pb-md-70] {
    padding-bottom: 70px;
  }

  [class*=pt-md-80] {
    padding-top: 80px;
  }

  [class*=pb-md-80] {
    padding-bottom: 80px;
  }

  [class*=pt-md-90] {
    padding-top: 90px;
  }

  [class*=pb-md-90] {
    padding-bottom: 90px;
  }

  [class*=pt-md-100] {
    padding-top: 100px;
  }

  [class*=pb-md-100] {
    padding-bottom: 100px;
  }

  [class*=pt-md-120] {
    padding-top: 120px;
  }

  [class*=pb-md-120] {
    padding-bottom: 120px;
  }

  .logo {
    max-width: 75px;
  }

  .nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    padding: 50px 15px;
    overflow: auto;
    background-color: #333;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    transform: translateX(-120%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -15px;
  }

  .menu li {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .title {
    font-size: 30px;
  }

  .title span {
    font-size: 26px;
  }

  .features-item {
    min-height: unset;
  }

  .features-item::before {
    display: none;
  }

  .services-card__top {
    margin-bottom: 15px;
  }

  .services-card__top .icon {
    width: 35px;
    height: 35px;
  }

  .services-card__list {
    margin-right: -10px;
    margin-bottom: -15px;
    margin-left: -10px;
  }

  .services-card__list li {
    margin-right: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
  }

  .projects-card__link {
    padding-top: 30px;
  }

  .prices-card__title {
    margin-bottom: 10px;
  }

  .prices-card__text {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .prices-card__bottom {
    margin-bottom: -15px;
  }

  .prices-card__btn {
    margin-bottom: 15px;
  }

  .prices-card__socials {
    margin-bottom: 15px;
  }

  .prices-card__summ {
    margin-bottom: 15px;
  }

  .steps-card__list {
    margin-top: 30px;
  }

  .steps-card__number {
    height: 100px;
  }

  .steps-card__number--reverse {
    background-position: center right;
  }

  .slider__navigation {
    bottom: calc(100% + 32px);
  }

  .slider__btn {
    width: 30px;
    height: 23px;
  }

  .slider__btn--prev {
    margin-right: 15px;
  }

  .project-card__btn {
    width: 40px;
    height: 29px;
  }

  .content > div:not(:last-child) {
    margin-bottom: 35px;
  }

  .content > div > * {
    margin-bottom: 20px;
  }

  .content h2 {
    font-size: 26px;
  }

  .article-top {
    margin-bottom: 50px;
    padding: 30px 0;
  }

  .article-top {
    min-height: 240px;
  }

  .article-top__title {
    margin-bottom: 25px;
  }

  .article-top__box {
    margin-bottom: -80px;
    padding: 20px 15px 15px;
  }

  .article-top__btn {
    margin-top: 15px;
  }

  .article-top__image {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .project-top {
    margin-bottom: 50px;
    padding: 30px 0;
  }

  .project-top {
    min-height: 240px;
  }

  .project-top {
    min-height: 240px;
  }

  .project-top__image {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .project-top__title {
    margin-bottom: 25px;
  }

  .project-top__box {
    min-height: unset;
    margin-bottom: -80px;
    padding: 20px 15px 15px;
  }

  .header__logo {
    margin-right: 25px;
  }

  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

  }

  .header__burger span {
    display: block;
    width: 100%;
    height:3px;
    background-color: #fff;
  }

  .numbers__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -15px;
  }

  .numbers__item {
    margin-bottom: 15px;
  }

  .features .container::before {
    display: none;
  }

  .services__item {
    width: calc(100% - 30px);
  }

  .services__item--wide {
    width: calc(100% - 30px);
  }

  .services--page .services__inner {
    width: 100%;
  }

  .footer__socials {
    margin-top: 20px;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__logo {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .projects__title {
    margin-bottom: 30px;
  }

  .projects__categories {
    margin-bottom: 20px;
  }

  .projects-page__item {
    width: calc(100% - 4px);
  }

  .steps__info {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .steps__item:nth-child(2) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .steps__item:nth-child(3) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }

  .steps__item:nth-child(4) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    min-height: 180px;
  }

  .steps__item:nth-child(5) {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    min-height: 180px;
  }

  .lead-magnet__row::before {
    top: 50%;
    left: 50%;
    height: calc(100% - 50px);
    opacity: 0.5;
    display: none;
  }

  .projects-section__title {
    margin-bottom: 25px;
  }

  .project__gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .project__desc-title {
    font-size: 26px;
  }

  .project__done-title {
    margin-bottom: 20px;
  }

  .blog__list {
    margin-bottom: -30px;
  }

  .contacts__phone {
    margin-bottom: 20px;
  }

  .contacts__address {
    margin-bottom: 30px;
  }

  .contacts__company {
    margin-top: 20px;
  }

  .contacts__img {
    margin-bottom: 30px;
  }

  .contacts__img img {
    min-height: 200px;
  }

  .contacts__map {
    height: 320px;
  }

  .cpa {
    padding: 60px 0;
  }

  .cpa__inner::after {
    left: 0;
  }

  .cpa__inner::before {
    right: -20px;
    width: 200px;
    height: calc(100% + 50px);
  }

  .cpa__content {
    min-height: unset;
    padding-left: 15px;
  }

  .cpa__title {
    margin-bottom: 20px;
  }

  .cpa__text {
    margin-bottom: 25px;
  }
}

@media (max-width: 575.98px) {
  [class*=pt-sm-10] {
    padding-top: 10px;
  }

  [class*=pb-sm-10] {
    padding-bottom: 10px;
  }

  [class*=pt-sm-15] {
    padding-top: 15px;
  }

  [class*=pb-sm-15] {
    padding-bottom: 15px;
  }

  [class*=pt-sm-20] {
    padding-top: 20px;
  }

  [class*=pb-sm-20] {
    padding-bottom: 20px;
  }

  [class*=pt-sm-30] {
    padding-top: 30px;
  }

  [class*=pb-sm-30] {
    padding-bottom: 30px;
  }

  [class*=pt-sm-40] {
    padding-top: 40px;
  }

  [class*=pb-sm-40] {
    padding-bottom: 40px;
  }

  [class*=pt-sm-45] {
    padding-top: 45px;
  }

  [class*=pb-sm-45] {
    padding-bottom: 45px;
  }

  [class*=pt-sm-50] {
    padding-top: 50px;
  }

  [class*=pb-sm-50] {
    padding-bottom: 50px;
  }

  [class*=pt-sm-55] {
    padding-top: 55px;
  }

  [class*=pb-sm-55] {
    padding-bottom: 55px;
  }

  [class*=pt-sm-60] {
    padding-top: 60px;
  }

  [class*=pb-sm-60] {
    padding-bottom: 60px;
  }

  [class*=pt-sm-70] {
    padding-top: 70px;
  }

  [class*=pb-sm-70] {
    padding-bottom: 70px;
  }

  [class*=pt-sm-80] {
    padding-top: 80px;
  }

  [class*=pb-sm-80] {
    padding-bottom: 80px;
  }

  [class*=pt-sm-90] {
    padding-top: 90px;
  }

  [class*=pb-sm-90] {
    padding-bottom: 90px;
  }

  [class*=pt-sm-100] {
    padding-top: 100px;
  }

  [class*=pb-sm-100] {
    padding-bottom: 100px;
  }

  [class*=pt-sm-120] {
    padding-top: 120px;
  }

  [class*=pb-sm-120] {
    padding-bottom: 120px;
  }

  .content__gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .article-categories-item {
    min-height: unset;
    padding: 20px;
  }

  .project-top__box-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .projects__categories {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .projects__categories li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .projects__item {
    width: calc(100% - 16px);
  }

  .projects__item:nth-child(1),
  .projects__item:nth-child(2) {
    width: calc(100% - 16px);
  }

  .projects-page__categories {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .projects-page__categories li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .services-short__list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .services-short__item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

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