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

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-UltraLightItalic.woff2") format("woff2");
}

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

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-LightItalic.woff2") format("woff2");
}

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

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-RegularItalic.woff2") format("woff2");
}

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

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

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

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

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

@font-face {
  font-family: "Gilroy";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Gilroy/Gilroy-BoldItalic.woff2") format("woff2");
}

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

[class*='icon-'] {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

[class*='icon-']:before {
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: '\0041';
}

.icon-chevron-up:before {
  content: '\0042';
}

.icon-chevron-left:before {
  content: '\0043';
}

.icon-chevron-right:before {
  content: '\0044';
}

.icon-plus:before {
  content: '\0045';
}

.icon-minus:before {
  content: '\0046';
}

.icon-pause:before {
  content: '\0047';
}

.icon-play:before {
  content: '\0048';
}

.icon-arrow-left:before {
  content: '\0049';
}

.icon-arrow-right:before {
  content: '\004a';
}

.icon-arrow-up:before {
  content: '\004b';
}

.icon-pen:before {
  content: '\004c';
}

.icon-instagram:before {
  content: '\004d';
}

.icon-facebook:before {
  content: '\004e';
}

.icon-linkedin:before {
  content: '\004f';
}

.icon-menu-still:before {
  content: '\0050';
}

.icon-menu-close:before {
  content: '\0051';
}

.icon-check:before {
  content: '\0052';
}

.icon-plus-light:before {
  content: '\0053';
}

.icon-minus-light:before {
  content: '\0054';
}

.icon-close:before {
  content: '\0055';
}

.icon-Link:before {
  content: '\0056';
}

.icon-plus-big:before {
  content: '\0057';
}

.icon-minus-big:before {
  content: '\0058';
}

.icon-forward-arrow:before {
  content: '\0059';
}

.icon-star:before {
  content: '\005a';
}

.icon-twitter:before {
  content: '\0061';
}

:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

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

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

@media (min-width: 1200px) {
  .h1,h1 {
    font-size: 2.5rem;
  }
}

.h2,h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,h2 {
    font-size: 2rem;
  }
}

.h3,h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,h3 {
    font-size: 1.75rem;
  }
}

.h4,h4 {
  font-size: calc(1.275rem + 0.3vw);
}

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

.h5,h5 {
  font-size: 1.25rem;
}

.h6,h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

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

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

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

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

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

a > code {
  color: inherit;
}

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

legend + * {
  clear: left;
}

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 335;
}

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

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

@media (min-width: 1360px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1460px;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 768px;
  --bs-breakpoint-md: 1280px;
  --bs-breakpoint-lg: 1360px;
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1280px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1360px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .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-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1280px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}

@media (min-width: 1360px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}

@media 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: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

:root {
  --bg-color: #fff;
  --bg-gradient: linear-gradient(167deg, rgba(181,218,255,1) 0%, rgba(238,229,255,1) 100%);
  --text-color: #2d3666;
  --add-color: #f4f6fb;
  --add-text-color: #7662ff;
  --accent-color: #0d8bff;
  --accent-color-transparent: #0d8bff88;
  --scale: 1;
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --section-padding: 100px;
  --block-padding: 50px;
  --stacked-section-padding: 120px;
  --border-radius: 20px;
  --header-text-size: 80px;
  --header-text-lh: 88px;
  --translate-top: -100px;
  --border: 1px solid #dde0f2;
}

@media (prefers-reduced-motion) {
  :root {
    --scale: 0;
  }
}

::placeholder {
  color: var(--add-text-color);
}

::selection {
  background-color: var(--accent-color);
  color: var(--bt-color);
}

html {
  font-size: 16px;
}

body {
  font-size: 1rem;
  min-width: 350px;
  font-weight: 500;
  position: relative;
  line-height: 1.5;
  font-family: "Gilroy", sans-serif;
  overflow-x: hidden;
  color: var(--text-color);
  background: var(--bg-color);
}

.container-fluid, .container-xs, .container-sm, .container-md, .container-lg {
  width: 1720px;
  max-width: 90%;
}

.show--sm {
  display: none;
}

.border-top .container-fluid, .border-top .container-xs, .border-top .container-sm, .border-top .container-md, .border-top .container-lg {
  border-top: var(--border);
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
  justify-content: center;
}

.text-right {
  text-align: right;
  justify-content: flex-end;
}

.translate-top {
  transform: translateY(var(--translate-top));
}

.line-middle > div:first-child {
  border-right: 1px solid #dde0f2;
}

.line-bottom .container-fluid, .line-bottom .container-xs, .line-bottom .container-sm, .line-bottom .container-md, .line-bottom .container-lg {
  border-bottom: 1px solid #dde0f2;
}

.pat {
  padding-top: var(--section-padding);
}

.pab {
  padding-bottom: var(--section-padding);
}

.marb {
  margin-bottom: var(--section-padding);
}

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

.marb--40 {
  margin-bottom: 40px;
}

.marb--30 {
  margin-bottom: 30px;
}

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

.mart {
  margin-top: var(--section-padding);
}

.mart--50 {
  margin-top: 50px;
}

.mart--40 {
  margin-top: 40px;
}

.mart--30 {
  margin-top: 30px;
}

.mart--20 {
  margin-top: 20px;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: flex;
}

.radius-bottom {
  padding-bottom: var(--section-padding);
  position: relative;
  background: var(--bg-color);
}

.radius-bottom:after {
  content: '';
  height: 40px;
  background: var(--bg-color);
  display: block;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  z-index: 2;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -20px;
  position: absolute;
}

.radius-bottom + section {
  margin-top: -20px;
  padding-top: calc(var(--section-padding) + 20px);
}

.radius-bottom.dark:after {
  background: var(--add-color);
}

.dark {
  background: var(--add-color);
}

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

.img-responsive {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

ul.underline {
  list-style: none;
  padding: 0px;
  margin: 20px 0;
}

ul.underline li {
  padding: 35px 0px;
}

ul.underline li + li {
  border-top: 1px solid #dde0f2;
}

ul.underline--short {
  max-width: calc(100% - 100px);
}

ul.dark-items {
  list-style: none;
  padding: 0px;
}

ul.dark-items li {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 12px;
  background: var(--add-color);
  border-radius: 12px;
  break-inside: avoid;
}

ul.dark-items li:before {
  content: '\0052';
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-right: 16px;
  color: var(--bg-color);
  background: var(--add-text-color);
  border-radius: 50%;
  width: 20px;
  max-height: 20px;
  text-align: center;
  padding: 4px;
}

ul.three-column li {
  margin-bottom: 0px;
}

ul.border-bottom {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 60px;
}

ul.border-bottom li {
  padding: 20px 0px;
  /* display: flex; */
}

ul.border-bottom li:before {
  content: '\0052';
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-right: 16px;
  color: var(--bg-color);
  background: var(--add-text-color);
  border-radius: 50%;
  width: 20px;
  max-height: 20px;
  text-align: center;
  padding: 4px;
  margin-top: 2px;
}

ul.border-bottom li + li {
  border-top: var(--border);
}

.three-column {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.three-column > * {
  width: calc(100% / 3 - 22px);
}

.two-column:not(ul) {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.two-column:not(ul) > * {
  width: calc(100% / 2 - 16px);
}

p.big {
  font-size: 20px;
}

p.big.border-text {
  padding: 32px 36px;
}

/** buttons **/
button {
  border: none;
  background: transparent;
}

button.btn:after {
  content: '\0044';
  margin-left: 10px;
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
}

button.btn:has(i):after {
  display: none;
}

.btn {
  color: var(--bg-color);
  background: var(--accent-color);
  border-radius: 12px;
  text-decoration: none;
  display: inline-block;
  padding: 16px 20px;
  transition: 0.2s;
  text-align: center;
}

.btn--img {
  padding: 14px;
  font-size: 12px;
}

.btn--img span {
  display: flex;
  align-items: center;
}

.btn--img span i {
  color: var(--accent-color);
  background: var(--bg-color);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

.btn--img:hover span i {
  color: var(--bg-color);
  background: var(--accent-color);
}

.btn:hover {
  background: #006dd2;
}

.btn--noborder {
  background: none;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}

.btn--noborder i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-color);
  background: var(--accent-color);
}

.btn--noborder i + span {
  margin-left: 30px;
}

.btn--noborder span + i {
  margin-left: 30px;
}

.btn--noborder:hover {
  background: none;
  color: #006dd2;
}

.btn--noborder:hover i {
  color: var(--bg-color);
  background: #006dd2;
}

.btn--icon {
  display: flex;
  align-items: center;
}

.btn--icon:after {
  margin-left: 40px;
  content: '\0044';
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
}

.btn--footer {
  background: #232944;
  padding: 12px 20px;
  white-space: nowrap;
}

.btn--footer img {
  margin-right: 15px;
}

.btn--footer i {
  margin-right: 15px;
  height: 35px;
  width: 35px;
  background: var(--accent-color);
  color: var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s;
}

.btn--footer:hover {
  background: var(--accent-color);
}

.btn--footer:hover i {
  background: var(--bg-color);
  color: var(--accent-color);
}

.btn--block {
  display: block;
}

.btn--sm {
  padding: 14px;
}

.btn--light {
  border: 1px solid var(--accent-color-transparent);
  color: var(--accent-color);
  background: transparent;
}

.btn--light:hover {
  border-color: var(--accent-color);
  background: transparent;
}

.btn--grey {
  border: 1px solid #dde0f2;
}

.btn--center {
  justify-content: center;
}

.btn--center:after {
  margin-left: 10px;
}

/** headers **/
.block__header {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.6px;
}

.block__header a {
  color: var(--text-color);
  text-decoration: none;
}

.block__header--md {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}

.block__header--sm {
  font-size: 24px;
  line-height: 32px;
}

.block__header--pab {
  margin-bottom: 30px;
}

.section__header {
  font-size: var(--header-text-size);
  line-height: var(--header-text-lh);
  letter-spacing: -1px;
  margin-bottom: 60px;
}

.section__header--sm {
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 40px;
}

.header-center .header__line {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.header__line {
  align-items: flex-start;
}

.header__line .section__subheader {
  float: left;
}

.header__line--half {
  max-width: 1060px;
}

.section__subheader {
  background: var(--add-color);
  border-radius: 16px;
  padding: 18px 40px;
  margin-right: 20px;
  margin-top: 5px;
  text-transform: capitalize;
}

/** icons **/
.telegram {
  background-image: url(../images/telegram.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

.whatsapp {
  background-image: url(../images/whatsapp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

.viber {
  background-image: url(../images/viber.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}

/** inputs **/
input[type=text], textarea {
  background: transparent;
  border: 1px solid #2d366633;
  border-radius: 10px;
  min-height: 56px;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  padding-top: 20px;
  width: 100%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

input[type=text]:focus + label, input[type=text]:not(:placeholder-shown) + label, textarea:focus + label, textarea:not(:placeholder-shown) + label {
  opacity: 0.3;
  top: 15px;
}

.agree input[type=checkbox] {
  display: none;
}

.agree input[type=checkbox] + label {
  display: flex;
  position: static;
  transform: none;
}

.agree input[type=checkbox] + label > div {
  display: flex;
  align-items: center;
}

.agree input[type=checkbox] + label:before {
  content: '';
  width: 27px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #2d366633;
  display: block;
  flex: none;
  margin-right: 5px;
}

.agree input[type=checkbox]:checked + label:before {
  background-image: url(../images/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.agree .has-error input + label:before {
  border-color: #ff563f;
}

.form-group {
  position: relative;
  padding: 0px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.form-group.field-w0-email {
  min-width: 320px;
}

.form-group label {
  position: absolute;
  display: inline-block;
  left: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.form-group .help-block {
  color: #ff563f;
  position: absolute;
  font-size: 12px;
}

.form-group.has-error input[type=text], .form-group.has-error textarea {
  border-color: #ff563f;
}

.form-group.has-error label {
  color: #ff563f;
}

.form-group .iti + label {
  top: 15px;
  left: 15px;
}

.form-group .iti__flag-container {
  top: 15px;
  left: 5px;
}

.form-group .iti__flag-container:hover .iti__selected-flag {
  background: transparent;
}

.form-group .iti__flag {
  border-radius: 4px;
}

.form-group .iti__arrow {
  border: none;
  margin-left: 3px;
  width: initial;
  height: initial;
}

.form-group .iti__arrow:after {
  display: block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0041';
  font-size: 8px;
  transition: 0.1s;
}

.form-group .iti__arrow--up:after {
  transform: rotate(180deg);
}

.form-group .iti-country {
  font-size: 14px;
  padding: 3px 10px;
}

/** header **/
.header--mobile {
  display: none;
}

.header {
  background: var(--bg-color);
  position: sticky;
  top: 0px;
  z-index: 4;
}

.header__wrapper {
  display: flex;
  align-items: center;
  height: 80px;
  margin-left: -10px;
  margin-right: -10px;
}

.header__menu {
  margin-left: 140px;
  margin-right: auto;
}

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

.header__right .call__request {
  padding: 16px 65px;
  margin-right: 20px;
}

.header__tel {
  display: flex;
  border-radius: 12px;
  background: var(--add-color);
  align-items: center;
  padding: 10px;
  max-height: 56px;
  transition: 0.2s;
}

.header__tel > a {
  text-decoration: none;
  color: var(--text-color);
  margin-left: 30px;
  margin-right: 40px;
}

.header__tel:hover {
  background: var(--accent-color);
}

.header__tel:hover > a {
  color: var(--bg-color);
}

.languages__widget {
  background: var(--add-color);
  border-radius: 12px;
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}

.languages__widget a {
  font-weight: 500;
  text-decoration: none;
  color: var(--text-color);
}

.header__socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 38px;
  gap: 5px;
}

.header__socials i {
  width: 16px;
  height: 16px;
}

.main__menu {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}

.main__menu .submenu {
  padding-left: 0px;
}

.main__menu li:hover > a, .main__menu li:hover > span {
  color: var(--accent-color);
}

.main__menu li:hover > span:before {
  transform: rotate(180deg);
}

.main__menu a {
  text-decoration: none;
  color: var(--text-color);
  padding: 3px 0px;
}

.main__menu i.nolink {
  text-decoration: none;
  color: var(--text-color);
  padding: 3px 0px;
  font-style: normal;
  cursor: pointer;
}

.main__menu .haschild > span:before {
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0041';
  font-size: 8px;
  margin-left: 10px;
  transition: 0.2s;
}

.main__menu .haschild > ul {
  display: none;
}

main {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  padding-bottom: 20px;
  background: var(--bg-color);
  position: relative;
  z-index: 3;
}

.underfooter {
  background: var(--add-color);
  padding-top: var(--stacked-section-padding);
  padding-bottom: var(--section-padding);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  position: relative;
  margin-top: -20px;
  z-index: 2;
}

.footer {
  background: #1d223a;
  padding-top: var(--stacked-section-padding);
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.footer__logo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 75px;
}

.footer__logo img {
  max-width: calc(50% - 20px);
  height: auto;
}

.footer__form {
  border-radius: var(--border-radius);
  background: var(--bg-gradient);
  margin-bottom: 75px;
  padding: 30px 50px;
}

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

.footer__form .inputs__wrapper button {
  background: var(--accent-color);
  flex: none;
  border-radius: 50%;
  color: var(--bg-color);
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
  transition: 0.2s;
}

.footer__form .inputs__wrapper button:hover {
  background: #006dd2;
}

.footer__form .inputs__wrapper button span {
  display: inline-block;
}

.footer__form .inputs__wrapper button span:first-child {
  line-height: 10px;
}

.footer__form .inputs__wrapper button span:last-child {
  display: none;
}

.footer__contacts {
  border-top: 1px solid #ffffff22;
  border-bottom: 1px solid #ffffff22;
}

.footer__contacts .col-xl-6 + .col-xl-6 {
  border-left: 1px solid #ffffff22;
}

.footer__social {
  padding: 25px 0px;
  display: flex;
  gap: 15px;
}

.footer__social a {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--bg-color);
  font-size: 18px;
  background: #232944;
  text-decoration: none;
  transition: 0.2s;
}

.footer__social a:hover {
  background: var(--accent-color);
}

.footer__buttons {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 25px;
}

.footer__buttons .btn.clutch:hover {
  background: #ff563f;
}

.footer__links {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff22;
}

.footer__menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer__menu a {
  color: var(--bg-color);
  text-decoration: none;
}

.footer__menu a:hover {
  color: var(--accent-color);
}

.footer__menu--horizontal {
  display: flex;
  justify-content: space-between;
}

.footer__menu--columns {
  column-count: 4;
}

.footer__header {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 50px;
  color: var(--bg-color);
}

.footer__bottom-menu {
  padding: 50px 0;
  border-bottom: 1px solid #ffffff22;
}

.footer__bottom-menu a {
  color: #bec4e5;
}

.footer__copyright {
  padding: 30px 0;
  color: #bec4e5;
}

.footer__copyright--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rating__wrapper {
  display: flex;
}

.rating__wrapper a {
  color: #bec4e5;
  text-decoration: none;
}

.stars {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-right: 5px;
}

.stars__blank {
  position: relative;
  display: flex;
  color: #bec4e5;
}

.stars__full {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: flex;
  color: var(--accent-color);
}

.offices__header {
  font-size: 20px;
}

.offices__country {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -1px;
  margin-top: 20px;
}

.offices__link {
  text-decoration: none;
  font-size: 20px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #dde0f2;
  display: flex;
  color: var(--text-color);
  margin-top: 28px;
  margin-bottom: 28px;
  margin-right: 160px;
  transition: 0.2s;
}

.offices__link.active, .offices__link:hover {
  color: var(--bg-color);
  background: var(--accent-color);
  background-color: var(--accent-color);
}

.offices__map {
  height: 100%;
  min-height: 300px;
  display: none;
  filter: grayscale(1);
}

.offices__map.active {
  display: block;
}

.offices__map iframe {
  height: 100%;
  border-radius: 20px;
}

.frontpage-top {
  position: relative;
  padding: var(--section-padding) 0;
  min-height: 900px;
}

.frontpage-top .section__header {
  z-index: 3;
  position: relative;
}

.frontpage-top svg {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 1920px;
  top: 0px;
  right: 0px;
}

.frontpage-top__blocks {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 220px;
  top: 370px;
}

.frontpage-top__block {
  width: 100%;
  padding: 110px 35px 35px;
  border-radius: var(--border-radius);
  background: var(--add-color);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 400px;
  width: 280px;
}

.frontpage-top__block:nth-child(2) {
  margin-top: -65px;
}

.frontpage-top__block:nth-child(2):after {
  content: '';
  width: 76px;
  height: 76px;
  display: block;
  background-image: url(../images/google.svg);
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -180px;
}

.frontpage-top__block:last-child {
  margin-top: -150px;
}

.frontpage-top__block:last-child:after {
  content: '';
  width: 76px;
  height: 76px;
  display: block;
  background-image: url(../images/graph.svg);
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -180px;
}

.frontpage-top__block:first-child {
  margin-top: 55px;
}

.frontpage-top__block > * {
  position: relative;
  z-index: 3;
}

.frontpage-top__block--header {
  color: var(--add-text-color);
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 10px;
}

.frontpage-top__block--footer {
  margin-top: 90px;
}

.frontpage-top__block img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  margin-top: 20px;
}

.gradient-block {
  border-radius: var(--border-radius);
  background: var(--bg-gradient);
  padding: 56px 30px;
}

.graph-inner .gradient-block {
  position: relative;
}

.graph-inner .gradient-block > div {
  position: relative;
  z-index: 2;
}

.graph-inner .gradient-block:before {
  content: '';
  display: block;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0px;
  bottom: 0px;
  position: absolute;
  background-image: url(../images/graph-bg.svg);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: top right;
}

.graph-inner.short-form .gradient-block:before {
  background-image: url(../images/graph-bg2.svg);
  right: 0px;
  margin: auto;
}

.two-column-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.two-column-form > * {
  width: calc(50% - 15px);
}

.services-acc__item {
  border-top: 1px solid #dde0f2;
  position: relative;
  display: none;
}

.services-acc__content {
  padding: 75px;
}

.services-acc__content .block__header {
  margin-bottom: 50px;
}

.services-acc__content .block__header a {
  color: var(--text-color);
  text-decoration: none;
}

.services-acc__image {
  position: relative;
  margin-bottom: 32px;
}

.services-acc__image .main-img {
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  mask-type: alpha;
  mask-position: left bottom;
  mask-size: cover;
  mask-image: url(../images/mask.svg);
  max-width: 100%;
  height: auto;
}

.services-acc__image .brand-img {
  position: absolute;
  border-radius: 14px;
  bottom: 0px;
  left: 0px;
  width: initial !important;
}

.services-acc__half {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services-acc__half:first-child {
  border-right: 1px solid #dde0f2;
}

.services-acc__half:first-child .services-acc__content {
  padding-left: 0px;
}

.services-acc__half:last-child .services-acc__content {
  padding-right: 0px;
}

.services-acc__footer {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  height: 150px;
}

.services-acc__footer > .row {
  width: 100%;
  height: 100%;
}

.services-acc__footer > .row .col-md-6 {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 50px;
}

.services-acc__footer > .row .col-md-6 u {
  text-decoration: none;
  margin-right: 30px;
}

.services-acc__footer > .row .col-md-6 strong {
  font-size: 40px;
  line-height: 48px;
}

.services-acc__footer > .row .col-md-6:first-child {
  border-right: var(--border);
}

.services-acc__footer:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background: #dde0f2;
  left: 0;
  right: 0;
  bottom: 150px;
}

.services-acc__footer > div {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  width: 50%;
}

.services-acc__footer > div + div {
  border-left: 1px solid #dde0f2;
}

.services-acc__link {
  border-top: 1px solid #dde0f2;
  padding: 34px 40px;
  cursor: pointer;
  border-radius: var(--border-radius);
  border: 1px solid #B5DAFF;
  margin-bottom: 22px;
}

.services-acc__link.expanded {
  background: var(--bg-gradient);
  border: none;
}

.services-acc__link.expanded + .services-acc__item {
  display: block;
}

.services-acc__link .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-acc__link .inner i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-color);
  background: var(--accent-color);
  flex: none;
}

.services-acc__link-all {
  padding: 34px 40px;
  border: 1px solid #B5DAFF;
  border-radius: var(--border-radius);
}

.services-acc__link-all .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.services-acc__link-all .inner i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-color);
  background: var(--accent-color);
}

.services-acc__link-all a {
  text-decoration: none;
  color: var(--text-color);
}

.services-acc__link .block__header p {
  font-size: 1rem;
  font-weight: 500;
  display: none;
  line-height: 1.2;
}

.services-acc__link.expanded p {
  display: block;
}

.we-do__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.we-do__wrapper > div {
  width: calc(50%);
  flex: 0 0 auto;
}

.we-do__images img:last-child {
  display: none;
}

.we-do__header {
  margin-top: var(--section-padding);
}

.we-do__column {
  padding: 0px 100px 0 0;
}

.we-do__column:last-child {
  margin-top: -15%;
  border-left: var(--border);
  padding: 0px 0  0 100px;
}

.we-do__column:last-child .we-do__item:after {
  right: -100px;
  left: -100px;
}

.we-do__item {
  padding: var(--block-padding) 0;
  position: relative;
}

.we-do__item:after {
  content: '';
  position: absolute;
  display: block;
  height: 0px;
  right: -100px;
  left: -100px;
  bottom: 0px;
  border-bottom: var(--border);
}

.we-do__item:last-child {
  padding-bottom: var(--section-padding);
}

.we-do__item:last-child:after {
  display: none;
}

.we-do__item .block__header {
  margin-bottom: var(--block-padding);
}

.form_text .container-fluid > .row-column-reverse-sm, .form_text .container-xs > .row-column-reverse-sm, .form_text .container-sm > .row-column-reverse-sm, .form_text .container-md > .row-column-reverse-sm, .form_text .container-lg > .row-column-reverse-sm {
  border-bottom: var(--border);
  border-top: var(--border);
  margin-top: var(--block-padding);
}

.form_text .container-fluid > .row-column-reverse-sm .col-md-6, .form_text .container-xs > .row-column-reverse-sm .col-md-6, .form_text .container-sm > .row-column-reverse-sm .col-md-6, .form_text .container-md > .row-column-reverse-sm .col-md-6, .form_text .container-lg > .row-column-reverse-sm .col-md-6 {
  padding-top: var(--section-padding);
}

.form_text .container-fluid > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-xs > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-sm > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-md > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-lg > .row-column-reverse-sm .col-md-6:last-child {
  border-left: var(--border);
}

.form_text__header {
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  position: relative;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form_text__header .section__header {
  margin-bottom: 0px;
}

.form_text__header .row {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 2;
}

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

.form_text__images img:nth-child(1) {
  transform: translateY(-35%);
}

.form_text__images img:nth-child(2) {
  border-radius: var(--border-radius);
  transform: translateY(30%);
}

.seven-steps .column__form,
.form_text .column__form {
  position: sticky;
  top: 100px;
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  max-width: 554px;
  margin: auto;
  margin-bottom: 50px;
  padding: 50px;
}

.form_text .column__form .block__header {
  margin-bottom: 50px;
}

.seven-steps__item {
  display: none;
}

.seven-steps__item.active {
  display: block;
}

.seven-steps__tabs {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
}

.you-get {
  padding: 25px var(--section-padding);
  border-bottom: var(--border);
  margin-left: -10px;
}

.you-get:first-child {
  padding-top: 0px;
}

.you-get:last-child {
  border: none;
}

.you-get .block__header {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  margin-right: -110px;
}

.you-get .block__header img {
  margin-right: 20px;
}

.subheader__text {
  font-size: 20px;
  line-height: 28px;
}

.tag__switcher {
  background: var(--add-color);
  border-radius: var(--border-radius);
  padding: 15px;
  margin: var(--section-padding) auto var(--block-padding);
  display: inline-block;
}

.seven-steps .tag__switcher {
  margin: 0px;
}

.seven-steps__wrapper {
  border-radius: var(--border-radius);
  background: var(--add-color);
  padding: 66px 48px;
}

.seven-steps__tab,
.tag__switcher .tag__switch {
  transition: 0.2s;
  background: transparent;
  padding: 25px 50px;
  text-decoration: none;
  display: inline-block;
  border-radius: var(--border-radius);
  color: var(--text-color);
}

.seven-steps__tab:hover,
.tag__switcher .tag__switch:hover {
  background: #006dd2;
  color: var(--bg-color);
}

.seven-steps__tab.active,
.tag__switcher .tag__switch.active {
  background: var(--accent-color);
  color: var(--bg-color);
}

.case_slider .owl-carousel .owl-stage-outer {
  /* overflow: visible; */
}

.case_slider .owl-carousel .owl-stage-outer .owl-stage {
  display: flex;
}

.case_slider__tags {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  overflow-x: auto;
}

.case_slider__tag {
  padding: 10px 25px;
  border-radius: 10px;
  border: var(--border);
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.case_slider .owl-trash {
  display: none;
}

.case_slider .owl-item {
  opacity: 0.7;
}

.case_slider .owl-item.active {
  opacity: 1;
}

.case_slider .owl-item.visible {
  display: block;
}

.case_slider__item {
  background: var(--add-color);
  border-radius: var(--border-radius);
  padding: 25px 25px 50px 50px;
}

.case_slider__item .block__header {
  margin-bottom: 25px;
}

.case_slider__image {
  position: relative;
}

.case_slider__image .main-img {
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  mask-type: alpha;
  mask-position: left bottom;
  mask-size: cover;
  mask-image: url(../images/mask.svg);
  max-width: 100%;
  object-fit: cover;
}

.case_slider__image .brand-img {
  position: absolute;
  border-radius: 14px;
  bottom: 0px;
  left: 0px;
  width: initial !important;
  max-width: 120px;
}

.case_slider__show-all {
  display: flex;
  justify-content: flex-end;
}

.case_slider__left, .case_slider__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case_slider__footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
}

.case_slider__footer > .row {
  width: 100%;
  height: 100%;
  border-top: var(--border);
  gap: 10px;
  flex-wrap: nowrap;
}

.case_slider__footer > .row .col-md-6 {
  display: flex;
  align-items: center;
  width: 50%;
  justify-content: center;
}

.case_slider__footer > .row .col-md-6 u {
  text-decoration: none;
  font-size: 16px;
  line-height: 14px;
  font-weight: 500;
}

.case_slider__footer > .row .col-md-6 strong {
  font-size: 48px;
  line-height: 40px;
  letter-spacing: -2px;
}

.case__content {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 163px);
}

.case_slider__footer > .row .col-md-6:first-child {
  background: var(--accent-color);
  border-radius: var(--border-radius);
  color: #fff;
  flex-direction: column-reverse;
  align-items: flex-start;
  border: 2px solid var(--accent-color);
}

.case_slider__footer > .row .col-md-6:last-child {
  background: var(--bg-color);
  border-radius: var(--border-radius);
  flex-direction: column-reverse;
  align-items: flex-start;
  border: 2px solid var(--accent-color);
}

.case_slider__footer > .row .col-md-6:last-child strong {
  color: var(--accent-color);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #dfe0e855;
  font-size: 14px;
  color: var(--accent-color);
  transition: 0.2s;
  bottom: -75px;
}

.owl-carousel .owl-nav button.owl-prev:not(.disabled):hover, .owl-carousel .owl-nav button.owl-next:not(.disabled):hover {
  background: var(--accent-color);
  color: var(--bg-color);
}

.owl-carousel .owl-nav button.owl-prev.disabled i, .owl-carousel .owl-nav button.owl-next.disabled i {
  color: var(--text-color);
  opacity: 0.3;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 50px;
}

.owl-carousel .owl-nav button.owl-next {
  left: 120px;
}

.owl-carousel .owl-nav .count {
  position: absolute;
  color: var(--text-color);
  opacity: 0.3;
  left: 200px;
  font-size: 12px;
  bottom: -55px;
}

.reviews .border {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 0px;
  border-bottom: var(--border);
}

.reviews .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.reviews .owl-carousel .owl-stage {
  display: flex;
}

.reviews .owl-carousel .owl-item {
  border-right: var(--border);
  opacity: 0.7;
  padding-top: 50px;
}

.reviews .owl-carousel .owl-item.active {
  opacity: 1;
}

.reviews .block__header {
  margin-bottom: var(--section-padding);
}

.reviews .clutch__banner {
  margin-top: 150px;
  border-radius: var(--border-radius);
  padding: 0 25px;
  background: #17313b;
  color: var(--bg-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.reviews .clutch__banner:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../images/bulb.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}

.reviews .clutch__banner:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-image: url(../images/bulb-sm.webp);
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}

.reviews .btn {
  color: var(--bg-color);
  position: relative;
  z-index: 2;
}

.reviews .btn i {
  background: #ff563f;
}

.advantages__image {
  text-align: right;
  position: relative;
}

.advantages__image:before {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(../images/graph2.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0px;
}

.advantages__grid {
  display: grid;
  grid-template-columns: 4fr 2fr 4fr;
  grid-template-rows: 1fr 2fr;
  gap: 20px;
  margin-bottom: -100px;
}

.advantages__grid > div:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
  margin-top: 50px;
}

.advantages__grid > div:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.advantages__grid > div:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-right: auto;
  margin-top: auto;
}

.advantages__grid > div:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}

.advantages__item {
  background: var(--add-color);
  border-radius: var(--border-radius);
  padding: 70px 70px 70px 35px;
}

.advantages__item .block__header + p {
  margin-top: 32px;
}

.feedback {
  padding-bottom: calc(var(--section-padding) - 20px);
}

.feedback .block__header {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2%;
  margin-bottom: 20px;
}

.feedback p {
  font-size: 20px;
  line-height: 28px;
}

.guaranty .section__header {
  margin-bottom: 30px;
}

.guaranty__row {
  margin-top: var(--block-padding);
  border-top: var(--border);
  border-bottom: var(--border);
}

.guaranty__row > div {
  padding: 80px 100px;
}

.guaranty__row > div + div {
  border-left: var(--border);
}

.trust__image {
  background: var(--add-color);
  border-radius: var(--border-radius);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  width: 100%;
}

.trust__image img {
  width: 50% !important;
}

.trust .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.trust-us {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: var(--border-radius);
  border: var(--border);
  margin-top: var(--block-padding);
  padding-left: 20px;
}

.trust-us p {
  margin-bottom: 0px;
}

.trust-us .btn {
  padding: 12px 20px;
}

.faq__wrapper .container-fluid > .row, .faq__wrapper .container-xs > .row, .faq__wrapper .container-sm > .row, .faq__wrapper .container-md > .row, .faq__wrapper .container-lg > .row {
  position: relative;
}

.faq__wrapper .section__header {
  position: sticky;
  top: 100px;
}

.faq__item {
  padding: var(--block-padding) 0;
}

.faq__item:first-child {
  padding-top: 0;
}

.faq__item:after {
  content: '';
  position: absolute;
  height: 0px;
  border-bottom: var(--border);
  left: 50%;
  right: 0px;
  margin-top: var(--block-padding);
}

.faq__item:last-child:after {
  display: none;
}

.faq__item .question i {
  margin-left: var(--section-padding);
}

.graph {
  position: relative;
}

.graph .container-fluid, .graph .container-xs, .graph .container-sm, .graph .container-md, .graph .container-lg {
  position: relative;
  z-index: 2;
}

.graph:before {
  content: '';
  display: block;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0px;
  bottom: 0px;
  position: absolute;
  background-image: url(../images/graph-bg.svg);
  background-repeat: no-repeat;
  z-index: 1;
  background-position: top right;
}

.sert_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: var(--border);
  height: 100%;
}

.sert_item__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 80px;
}

.sert_item__right {
  width: 50%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 80px;
}

.sert_item__right img {
  width: initial !important;
  border-radius: var(--border-radius);
  background: var(--bg-gradient);
}

.sert_item__footer {
  width: 100%;
  border-top: var(--border);
  padding: 0 80px;
  display: flex;
  align-items: center;
  min-height: 140px;
}

.sert .owl-stage {
  display: flex;
}

.sert .owl-item.active + .owl-item.active {
  border-left: var(--border);
}

.sert .owl-carousel .owl-nav button.owl-prev,
.sert .owl-carousel .owl-nav button.owl-next,
.section-services .owl-carousel .owl-nav button.owl-prev,
.section-services .owl-carousel .owl-nav button.owl-next {
  bottom: initial;
  top: -125px;
}

.sert .owl-carousel .owl-nav button.owl-prev,
.section-services .owl-carousel .owl-nav button.owl-prev {
  right: 120px;
  left: initial;
}

.sert .owl-carousel .owl-nav button.owl-next,
.section-services .owl-carousel .owl-nav button.owl-next {
  right: 50px;
  left: initial;
}

.sert .owl-carousel .owl-nav .count,
.section-services .owl-carousel .owl-nav .count {
  top: -100px;
  bottom: initial;
  right: 200px;
  left: initial;
}

.section-services .owl-carousel .owl-nav button.owl-prev,
.section-services .owl-carousel .owl-nav button.owl-next {
  bottom: initial;
  top: -106px;
}

.section-services .owl-carousel .owl-nav .count {
  top: -85px;
}

.service__top {
  mask-type: alpha;
  mask-size: cover;
  mask-image: url(../images/mask-big.svg);
  mask-position: bottom left;
  padding: 60px;
  overflow: hidden;
  margin-top: 32px;
  position: relative;
}

.service__top {
  mask-type: alpha;
  mask-size: cover;
  mask-image: url(../images/mask-big.svg);
  mask-position: bottom left;
  padding: 60px;
  overflow: hidden;
  margin-top: 32px;
  position: relative;
}

.service__top.city__top {
  mask-image: url(../images/mask-big-180.svg);
  mask-position: top right;
}

.service__top.about__top {
  mask-image: url(../images/mask-big-flip.svg);
  mask-position: bottom right;
  text-align: center;
}

.service__top.about__top span {
  font-size: 24px;
  font-weight: 500;
  margin-top: 55px;
  display: block;
  margin-bottom: 60px;
}

.service__top.about__top:before {
  display: none;
}

.service__top.city__top .section__header {
  margin-bottom: 0px;
}

.service__top:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../images/search.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 60%;
  right: 40%;
}
.city__top.service__top:before {
  top: 25%;
  right: 20%;
}

.city__top--inner.service__top:before {
  display: none;
}

.service__top--images {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.service__top--images .first {
  position: absolute;
  top: 0px;
}

.city__top .row {
  height: 580px;
}

.city__top--inner .row {
  height: 480px;
}

.proportional-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.city__top .service__top--images .first {
  top: -270px;
  border-radius: var(--border-radius);
  right: calc(50% - 300px);
}

.city__top--inner .service__top--images .first {
  right: calc(50% - 500px);
  object-fit: cover;
}

.service__top--images .second {
  margin-left: auto;
  margin-bottom: -100px;
  margin-right: -100px;
}

.city__top .service__top--images .second {
  bottom: -180px;
  right: 70px;
  border-radius: var(--border-radius);
  margin: 0px;
  position: absolute;
}

.city__top--inner .service__top--images .second {
  bottom: -50px;
  right: 0;
  border-radius: var(--border-radius);
  margin: 0px;
  position: absolute;
  object-fit: cover;
}

.columns__wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.columns__wrapper > div {
  flex: 0 0 auto;
  width: calc(50% - 16px);
  background: var(--add-color);
  border-radius: var(--border-radius);
  padding: 32px;
  height: 100%;
}

.columns__wrapper > div img {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.columns__wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 60px;
}

.columns__wrapper ul li {
  padding: 20px 0px;
}

.columns__wrapper ul li:before {
  content: '\0052';
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-right: 16px;
  color: var(--bg-color);
  background: var(--add-text-color);
  border-radius: 50%;
  width: 20px;
  max-height: 20px;
  text-align: center;
  padding: 4px;
}

.columns__wrapper ul li + li {
  border-top: var(--border);
}

.columns.three .columns__wrapper {
  flex-wrap: wrap;
}

.columns.three .columns__wrapper > div {
  width: calc(100% / 3 - 22px);
}

.columns .priceButton {
  display: flex;
  background: #dde0f2;
  border-radius: 12px;
  align-items: center;
  padding-left: 20px;
}

.columns .priceButton > * {
  width: 50%;
  text-align: center;
}

.border-text {
  border: var(--border);
  border-radius: 12px;
  padding: 10px 10px 10px 20px;
}

.border-text--pad {
  padding: 48px;
}

.blog-page__content .border-text.row {
  margin-bottom: 24px;
  margin-left: 0px;
  margin-right: 0px;
}

.blog-page__content .border-text .author {
  margin-bottom: 0px;
}

.blog-page__content .border-text .author img {
  background: var(--bg-gradient);
}

.gradient-accent {
  background: var(--bg-gradient);
  color: var(--add-text-color);
  border-radius: 12px;
  padding: 16px 20px;
  min-width: 224px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 24px;
}

.counter__wrapper {
  display: flex;
  gap: 32px;
}

.counter__item {
  background: var(--add-color);
  border-radius: var(--border-radius);
  padding: 36px 32px;
  width: 25%;
}

.counter__top {
  font-size: 80px;
  line-height: 88px;
  color: var(--add-text-color);
}

.counter__bottom .btn {
  margin-top: 184px;
}

.border {
  border-bottom: var(--border);
  margin-bottom: 24px;
}

.big-content .container-fluid, .big-content .container-xs, .big-content .container-sm, .big-content .container-md, .big-content .container-lg {
  border-radius: var(--border-radius);
  border: var(--border);
  background: linear-gradient(180deg, #fff 70%, #f1f2ff 100%);
  position: relative;
  padding: 80px;
  width: auto;
}

.big-content .container-fluid:before, .big-content .container-xs:before, .big-content .container-sm:before, .big-content .container-md:before, .big-content .container-lg:before {
  content: '';
  width: 135px;
  height: 242px;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background: var(--bg-gradient);
  display: block;
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: 1;
}

.big-content .container-fluid:after, .big-content .container-xs:after, .big-content .container-sm:after, .big-content .container-md:after, .big-content .container-lg:after {
  content: '';
  width: 135px;
  height: 242px;
  border-top-right-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  display: block;
  position: absolute;
  left: 0px;
  top: 100px;
  background-image: url(../images/A.svg);
  background-repeat: no-repeat;
  background-position: center 144px;
  z-index: 2;
}

.big-content__img {
  position: absolute;
  right: 0px;
  top: 0px;
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}

.big-content ul.two-column {
  column-count: 2;
  gap: 32px;
}

.big-content ul.two-column li {
  width: 100%;
}

.big-content .section__header {
  margin-bottom: 28px;
}

.big-content__block {
  margin-bottom: 40px;
}

.big-content__block .border-text {
  padding: 40px 32px;
}

.big-content__block .three-column .block__header {
  margin: 32px 0px;
}

.big-content__block .two-column .block__header {
  margin: 32px 0px;
}

.latest-blog .container-fluid, .latest-blog .container-xs, .latest-blog .container-sm, .latest-blog .container-md, .latest-blog .container-lg {
  position: relative;
}

.latest-blog .section__header {
  max-width: calc(100% - 190px);
}

.latest-blog__left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.latest-blog__left a {
  color: var(--text-color);
  text-decoration: none;
}

.latest-blog__right {
  text-align: right;
}

.latest-blog__right img {
  width: 256px;
  height: auto;
  border-radius: var(--border-radius);
  background: var(--bg-gradient);
}

.latest-blog__inner {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}

.latest-blog__inner .btn--noborder {
  color: var(--accent-color);
  padding-left: 0px;
}

.latest-blog__inner .btn--noborder i {
  width: initial;
  height: initial;
  background: transparent;
  color: var(--accent-color);
  font-size: 10px;
  margin-left: 10px;
  transition: 0.2s;
}

.latest-blog__inner .btn--noborder:hover i {
  margin-left: 14px;
}

.latest-blog__item {
  border-bottom: var(--border);
}

.latest-blog__item:first-child .latest-blog__right img {
  width: 284px;
  height: auto;
}

.latest-blog .blog {
  position: absolute;
  top: 0;
  right: 120px;
  width: auto;
}

.blog_img1 {
  max-width: 100%;
}

.blog_img1 img {
  width: 100%;
  border-radius: var(--border-radius);
}

.case_table {
  border-collapse: collapse;
  border-radius: var(--border-radius);
  border-style: hidden;
  box-shadow: 0 0 0 1px #dde0f2;
}

.case_table tr {
  position: relative;
}

.case_table tr td {
  padding: 32px 0;
}

.case_table tr td:first-child {
  padding-left: 32px;
}

.case_table tr td:last-child {
  padding-right: 32px;
}

.case_table tr td + td {
  padding-left: 32px;
}

.case_table tr:first-child td {
  padding-bottom: 8px;
}

.case_table tr:first-child td span {
  padding: 20px;
  background: var(--add-text-color);
  color: var(--bg-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  border-radius: 12px;
  display: inline-block;
  width: 100%;
}

.case_table tr:first-child:after {
  display: none;
}

.case_table tr:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 32px;
  right: 32px;
  height: 0;
  display: block;
  border-bottom: var(--border);
}

.case_table tr:last-child:after {
  display: none;
}

.blog_table {
  border: none;
}

.blog_table tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  border-radius: var(--border-radius);
  padding: 24px;
  border: var(--border);
}

.blog_table tbody tr {
  width: 100%;
  display: flex;
  align-items: center;
}

.blog_table tbody td {
  background: var(--add-color);
  border-radius: 12px;
  min-height: 72px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.blog_table tbody td:first-child {
  flex: none;
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: var(--border);
  margin-right: 12px;
  background: #fff;
  padding-left: 0px;
}

.blog_table tbody td:last-child {
  flex: none;
  width: 72px;
  justify-content: center;
  padding-right: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.blog_table tbody td:last-child i {
  color: var(--bg-color);
  background: var(--add-text-color);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.blog_table tbody td:nth-child(2) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.history__line {
  border-left: var(--border);
  margin-left: -10px;
  padding-left: 2px;
  background: linear-gradient(to bottom, var(--add-text-color) 99.99%, transparent);
  background-size: 4px 100%;
  background-repeat: no-repeat;
  background-position: 0px -25px;
  box-sizing: inherit;
}

.history__line ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  counter-reset: li;
}

.history__line > ul > li {
  padding: 64px 0px 64px 54px;
  position: relative;
}

.history__line > ul > li img {
  margin-right: 32px;
}

.history__line > ul > li:before {
  content: counter(li);
  counter-increment: li;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--add-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -26px;
  left: -26px;
  transition: 0.3s;
}

.history__line > ul > li + li {
  border-top: var(--border);
}

.history__line > ul > li.curr:before {
  color: var(--bg-color);
  background: var(--add-text-color);
}

.borderles .border {
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.iti {
  width: 100%;
}

.top__page {
  padding-top: 120px;
  padding-bottom: 120px;
}

.top__page-case {
  border-top: var(--border);
  border-bottom: var(--border);
}

.top__page-case--wrapper {
  display: flex;
}

.top__page-case--wrapper .company {
  width: 40%;
  padding: 22px 0px;
}

.top__page-case--wrapper .company img {
  background: var(--add-color);
  border-radius: 10px;
}

.top__page-case--wrapper .company span {
  margin-left: 32px;
  font-size: 20px;
}

.top__page-case--wrapper .country {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top__page-case--wrapper .niche {
  width: 30%;
  border-left: var(--border);
  border-right: var(--border);
  padding: 22px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top__page-case--wrapper .niche span {
  padding: 16px 75px;
  border: var(--border);
  border-radius: 10px;
  display: inline-block;
}

.top__page-case--wrapper .year {
  width: 20%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 100px;
}

.breadcrumb {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 20px;
  margin-top: 16px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li + li:before {
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\0044';
  font-size: 8px;
  transition: 0.2s;
  margin-left: 10px;
  margin-right: 10px;
  color: #2d366644;
}

.breadcrumb a {
  list-style: none;
  color: #2d366644;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: var(--text-color);
}

.digi-item {
  display: flex;
}

.digi-item .dig {
  margin-right: 120px;
  font-size: 32px;
}

.digi-item .dig--sm {
  font-size: 24px;
}

.digi-item.bb {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: var(--border);
}

.digi-item--big {
  padding-top: 60px;
  padding-bottom: 60px;
}

.digi-item--big span {
  width: 50%;
  margin-right: 0px;
}

.img-cover {
  width: 100%;
  height: 680px;
  object-fit: contain;
}

.img-radius {
  border-radius: var(--border-radius);
}

.author {
  display: flex;
  gap: 40px;
  margin-bottom: 24px;
}

.author img {
  object-fit: cover;
  border-radius: 16px;
  background: var(--bg-gradient);
}

.author .text-right {
  margin-left: auto;
}

.author .quote {
  background-image: url(../images/quote.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  margin-right: 64px;
}

.material-case .underfooter,
.section-cases .underfooter,
.material-blog .underfooter {
  background: var(--bg-color);
}

.more-cases__count {
  margin-left: auto;
  color: #2D366622;
}

.more-cases__item {
  padding: 48px 32px;
}

.more-cases__link {
  color: var(--text-color);
  text-decoration: none;
  margin: 40px 0 28px;
  display: block;
}

.more-cases__wrapper.owl-carousel .owl-stage {
  border-top: var(--border);
  display: flex;
}

.huge__header {
  font-size: 100px;
  font-weight: 500;
  gap: 40px;
  line-height: 60px;
  margin-bottom: 20px;
}

.strange__header {
  position: relative;
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  padding: 175px 0px;
  margin-bottom: 80px;
  mask-type: alpha;
  mask-size: cover;
  mask-position: right top;
  mask-image: url(../images/mask-big-180.svg);
}

.strange__header .img-left {
  position: absolute;
  top: 0px;
  left: 0px;
}

.strange__header .img-left img {
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.strange__header .img-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.strange__header .img-right img {
  border-top-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.anchors,
.anchors-filters {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  gap: 16px;
}

.anchors__wrapper,
.anchors-filters__wrapper {
  position: sticky;
  top: 80px;
  z-index: 3;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.anchors__wrapper .border,
.anchors-filters__wrapper .border {
  margin-bottom: 0px;
}

.anchors a,
.anchors-filters a {
  text-decoration: none;
  color: var(--text-color);
  padding: 18px 51px;
  margin-top: 16px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: var(--border-radius);
  transition: 0.2s;
  white-space: nowrap;
}

.anchors a:hover, .anchors a.active,
.anchors-filters a:hover,
.anchors-filters a.active {
  background: var(--add-color);
  color: var(--accent-color);
}

.section-services .top__page .section__header,
.section-cases .top__page .section__header,
.section-reviews .top__page .section__header,
.section-blog .top__page .section__header,
.material-contacts .top__page .section__header {
  margin-bottom: 0px;
}

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

.service-items {
  margin-top: 80px;
  padding-bottom: 80px;
}

.dark .service-item {
  background: #fff;
}

.service-item {
  border-radius: var(--border-radius);
  background: var(--add-color);
  padding: 32px;
  height: 100%;
}

.service-item__content {
  height: calc(100% - 168px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-item .block__header {
  margin-top: 28px;
  margin-bottom: 28px;
}

.service-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-item__image {
  min-height: 168px;
  width: 100%;
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  mask-type: alpha;
  mask-size: cover;
  overflow: hidden;
  position: relative;
}

.service-item__image img {
  position: absolute;
  width: initial !important;
  height: initial !important;
}

.service-item-1 .service-item__image {
  mask-image: url(../images/mask.svg);
  mask-position: left bottom;
}

.service-item-1 .service-item__image img {
  bottom: 30%;
  left: 30%;
}

.service-item-2 .service-item__image {
  mask-image: url(../images/mask2.svg);
  mask-position: left top;
}

.service-item-2 .service-item__image img {
  top: 30%;
  left: 30%;
}

.service-item-3 .service-item__image {
  mask-image: url(../images/mask3.svg);
}

.service-item-3 .service-item__image img {
  top: 30%;
  right: 30%;
}

.service-item-4 .service-item__image {
  mask-image: url(../images/mask4.svg);
  mask-position: right bottom;
}

.service-item-4 .service-item__image img {
  bottom: 30%;
  right: 30%;
}

.service-item .btn--noborder:last-child i {
  width: initial;
  height: initial;
  background: transparent;
  color: var(--accent-color);
  font-size: 10px;
  margin-left: 10px;
  transition: 0.2s;
}

.service-page-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.service-page-slider .owl-stage {
  display: flex;
}

.filter-tab {
  display: none;
}

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

.case {
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  padding: 17px 7px 26px 24px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  height: calc(100% - 32px);
  margin-top: 32px;
  position: relative;
}

.case__link {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #fff;
  border-top-left-radius: var(--border-radius);
  padding-top: 8px;
  padding-left: 8px;
  padding-bottom: 8px;
}

.case__link:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/radius20px.svg);
    background-size: cover;
    position: absolute;
    right: 0px;
    top: -20px;
}

.case__link:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/radius20px.svg);
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: -20px;
}

.dark .case__link {
  background: var(--add-color);
}

.dark .case__link:before,
.dark .case__link:after {
    background-image: url(../images/radius20px-dark.svg);
}

.case__tags {
  position: absolute;
  top: 17px;
  right: 7px;
}

.case__link i + span {
  margin-left: 5px;
}

.gap-r-30 {
  row-gap: 30px;
}

.case__content .brand-img {
  border-radius: var(--border-radius);
  margin-bottom: 24px;
  background-color: #fff;
  width: 171px !important;
}

.case .case_slider__tag {
  background: #fff;
  font-size: 16px;
  border-radius: var(--border-radius);
  border: none;
  margin-bottom: 3px;
}

.filter-tab .case_slider__footer > .row {
  border: none;
}

.filter-tab .case_slider__footer > .row .col-md-6 {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.filter-tab .case_slider__footer > .row .col-md-6 strong {
  font-weight: 700;
}

.filter-tab .case_slider__footer > .row .col-md-6:first-child {
  border: none;
}

.filter-tab .case_slider__footer > .row .col-md-6:last-child:after {
  right: -10px;
}

.load-more-wrapper {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sendpulse {
  border: var(--border);
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  padding: 5px 20px;
}

.sendpulse img {
  margin-right: auto;
}

.sendpulse button {
  margin-left: 12px;
}

.blogs__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-tab .blog,
.more-blogs__wrapper .blog {
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.filter-tab .blog__image,
.more-blogs__wrapper .blog__image {
  position: relative;
}

.filter-tab .blog__image .read-count,
.more-blogs__wrapper .blog__image .read-count {
  background: var(--add-color);
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 16px;
  padding: 17px 0px;
  box-shadow: 0 0 0px 9px #fff;
  width: 120px;
  text-align: center;
}

.filter-tab .blog .block__header,
.more-blogs__wrapper .blog .block__header {
  margin-top: 32px;
  margin-bottom: 36px;
}

.filter-tab .blog__image img,
.more-blogs__wrapper .blog__image img {
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  mask-type: alpha;
  mask-position: left bottom;
  mask-size: 740px;
  mask-image: url(../images/mask.svg);
  width: 100%;
  height: auto;
}

.filter-tab .blog__author,
.more-blogs__wrapper .blog__author {
  display: flex;
  margin-top: 48px;
  align-items: center;
  font-size: 12px;
  width: 100%;
}

.filter-tab .blog__author--content,
.more-blogs__wrapper .blog__author--content {
  opacity: 0.4;
  font-size: 12px;
  margin-left: auto;
}

.filter-tab .blog__author img,
.more-blogs__wrapper .blog__author img {
  border-radius: 16px;
  margin-right: 21px;
  width: initial;
}

.filter-tab .blog__tags,
.more-blogs__wrapper .blog__tags {
  gap: 8px;
  overflow-x: auto;
}

.filter-tab .blog-latest,
.more-blogs__wrapper .blog-latest {
  padding-bottom: 80px;
  margin-top: 80px;
  width: 100%;
}

.filter-tab .blog-latest .block__header,
.more-blogs__wrapper .blog-latest .block__header {
  margin-top: 24px;
  margin-bottom: 36px;
}

.filter-tab .blog-latest .blog__image img,
.more-blogs__wrapper .blog-latest .blog__image img {
  background: var(--bg-gradient);
  border-radius: var(--border-radius);
  mask-type: alpha;
  mask-position: left bottom;
  mask-size: cover;
  mask-image: url(../images/mask-sqr.svg);
  width: 100%;
  height: auto;
}

.filter-tab .blog-latest__wrapper,
.more-blogs__wrapper .blog-latest__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.top__page--author {
  display: flex;
  align-items: center;
  font-size: 12px;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 48px;
  border-right: var(--border);
}

.top__page--author img {
  border-radius: 16px;
  margin-right: 21px;
}

.top__page--tags {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 64px;
  margin-right: auto;
  overflow-x: auto;
}

.top__page--tag {
  border: var(--border);
  border-radius: 10px;
  padding: 16px 15px;
  white-space: nowrap;
  margin-top: 16px;
  margin-bottom: 16px;
}

.top__page--stars {
  border-right: var(--border);
  border-left: var(--border);
  display: flex;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  color: var(--accent-color);
  gap: 2px;
  white-space: nowrap;
  padding-top: 16px;
  padding-bottom: 16px;
}

.top__page--read {
  text-align: right;
  display: flex;
  align-items: center;
}

.top__page--read span {
  background: var(--add-color);
  padding: 18px 33px;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 24px;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

.author__content {
  opacity: 0.3;
  max-width: 180px;
  margin-right: 16px;
}

.blog-latest__wrapper .btn--icon {
  padding-left: 38px;
  padding-right: 38px;
}

.blog-latest__wrapper .btn--icon:after {
  margin-left: 10px;
}

.blog-main-image img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.sendpulse-blog {
  background: var(--add-color);
  border-radius: var(--border-radius);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.sendpulse-blog button {
  margin-top: 16px;
}

.blog_side--anchors {
  margin-top: 24px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.blog_side--anchors a {
  color: var(--text-color);
  text-decoration: none;
}

.share-article {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.share-article a {
  text-decoration: none;
  background: var(--add-color);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_side_widget {
  position: sticky;
  top: 100px;
}

.blog-page__content .blog-table {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.blog-page__content .blog-table tbody {
  display: grid;
  border-radius: var(--border-radius);
  border: var(--border);
  gap: 17px;
  padding: 32px;
  min-width: 900px;
}

.blog-page__content .blog-table tbody tr {
  display: grid;
  grid-template-columns: minmax(200px, 1.5fr) repeat(auto-fit, minmax(60px, 1fr));
  gap: 17px;
}

.blog-page__content .blog-table tbody tr td {
  background: initial !important;
  min-width: 60px;
  text-align: center;
}

.blog-page__content .blog-table tbody tr td:first-child {
  text-align: left;
}

.blog-page__content .blog-table tbody tr:first-child td {
  width: initial !important;
}
.blog-page__content .blog-table--num tbody tr {
  grid-template-columns: minmax(50px, 0.5fr) repeat(auto-fit, minmax(60px, 1fr));
}

.blog-page__content .blog-table tbody tr:first-child td span {
  color: var(--bg-color);
  background: var(--text-color);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: bottom right;
  writing-mode: vertical-lr;
  width: 100%;
  height: 100%;
  max-height: 192px;
}

.blog-page__content .blog-table.blog-table--simple tbody tr:first-child td span {
  writing-mode: initial;
  min-height: 45px;
  padding: 10px;
}

.blog-page__content .blog-table tbody tr:first-child td:first-child span {
  writing-mode: initial;
}

.blog-page__content img {
  border-radius: var(--border-radius);
}

.blog-page__content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 60px;
}

.blog-page__content ul.has-header li {
  flex-wrap: wrap;
}

.blog-page__content ul.has-header li strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 20px;
}

.blog-page__content ul li {
  padding: 20px 0px;
  display: flex;
}

.blog-page__content ul li:before {
  content: '\0052';
  display: inline-block;
  font-family: 'glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-right: 16px;
  color: var(--bg-color);
  background: var(--add-text-color);
  border-radius: 50%;
  width: 20px;
  max-height: 20px;
  text-align: center;
  padding: 4px;
  margin-top: 2px;
}

.blog-page__content ul li + li {
  border-top: var(--border);
}

.more-blogs .border {
  margin-bottom: 0;
}

.more-blogs__wrapper .blog__image .read-count {
  background: var(--bg-color);
  box-shadow: 0 0 0px 9px var(--add-color);
}

.more-blogs__wrapper .blog {
  padding: 24px;
  height: 100%;
  border-bottom: var(--border);
}

.more-blogs__wrapper .owl-item.active + .owl-item.active {
  border-left: var(--border);
}

.more-blogs__wrapper .owl-item.active:first-child .blog {
  padding-left: 0px;
}
.more-blogs__wrapper .owl-item.active + .owl-item.active .blog {
  padding-right: 0px;
}

.more-blogs__wrapper .owl-stage {
  display: flex;
}

.top__page--image-wrapper {
  position: relative;
  padding-top: calc((var(--section-padding)) * 2);
}

.top__page--image-wrapper .img-container {
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: 2;
}

.top__page--image-wrapper .img-container .image1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.top__page--image-wrapper .img-container .image1 img {
  width: 181px;
  height: 208px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.top__page--image-wrapper .img-container .image1:before, .top__page--image-wrapper .img-container .image1:after {
  content: '';
  aspect-ratio: 1;
  width: 20px;
  position: absolute;
  background-image: radial-gradient(circle at 100% 100%, transparent 20px, #fff 20px);
}

.top__page--image-wrapper .img-container .image1:before {
  top: 56px;
  left: 0;
  transform: rotate(-90deg);
}

.top__page--image-wrapper .img-container .image1:after {
  bottom: 0;
  left: 84px;
  transform: rotate(-90deg);
}

.top__page--image-wrapper .img-container .image2 {
  position: absolute;
  border-radius: var(--border-radius);
  top: 100px;
  right: 120px;
  outline: 24px solid #fff;
}

.top__page--image-wrapper .img-container .image2 img {
  width: 181px;
  height: 208px;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.top__page--image-wrapper .img-container .image2:before, .top__page--image-wrapper .img-container .image2:after {
  content: '';
  aspect-ratio: 1;
  width: 20px;
  position: absolute;
  background-image: radial-gradient(circle at 100% 100%, transparent 20px, #fff 20px);
}

.top__page--image-wrapper .img-container .image2:before {
  left: -44px;
  top: 152px;
  transform: rotate(90deg);
}

.top__page--image-wrapper .img-container .image2:after {
  top: 152px;
  right: -44px;
}

.top__page--image-wrapper .img-container .image3 {
  position: absolute;
  top: 0px;
  right: 500px;
}

.contact-us {
  margin-top: 32px;
}

.contact-us-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 40px;
}

.contact-us-flex img {
  margin-right: 32px;
}

.contact-us-flex a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 24px;
  margin-right: auto;
}

.contacts--content .btn--noborder i {
  background: var(--add-color);
  color: var(--accent-color);
}

.contacts--content .border.flex {
  padding-bottom: 24px;
}

.contacts--content .section__header {
  margin-bottom: 0px;
  line-height: 1;
}

.contacts--content .bock__header a {
  color: var(--text-color);
  text-decoration: none;
}

.contacts--content .map {
  overflow: hidden;
  height: 620px;
  border-radius: var(--border-radius);
  margin-bottom: var(--section-padding);
}

.contacts--content .map iframe {
  margin-top: -62px;
  filter: grayscale(1);
  height: calc(100% + 62px);
}

.section-reviews .top__page {
  padding-bottom: 0px;
}

.section-reviews .review {
  margin-top: 80px;
  padding-bottom: 80px;
  border-bottom: var(--border);
}

.section-reviews .review__rating {
  border: var(--border);
  border-radius: var(--border-radius);
  display: flex;
  gap: 2px;
  color: var(--accent-color);
  width: 100%;
  height: 100%;
  justify-content: center;
}

.modals {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
}

.modals.open {
  display: flex;
}

.modal__overlay {
  background: #1D223A;
  opacity: .95;
  position: absolute;
  z-index: 1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.modal__window {
  position: relative;
  z-index: 2;
  max-width: 1120px;
}

.modal__inner {
  mask-type: alpha;
  mask-position: right top;
  mask-size: 1300px;
  mask-image: url(../images/mask-modal.svg);
}

.modal__inner > div {
  position: relative;
  z-index: 2;
}

.modal__inner form {
  margin-top: 70px;
}

.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  background: #fff1;
  z-index: 3;
  cursor: pointer;
}

.dialog .modal__inner {
  padding-top: 131px;
  min-width: 300px;
}

.material-blog a img {
  box-shadow: 0 0 30px 0 #00000007;
  margin-top: 10px;
  margin-bottom: 20px;
}

.error__block {
  background: var(--bg-gradient);
  padding: 140px;
  border-radius: 20px;
  position: relative;
}

.error__corner {
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 72px;
  height: 72px;
  background-color: #fff;
  background-image: url(../images/key.svg);
  background-position: center;
  border-radius: 1px;
  outline: 24px solid #fff
}

.error__corner:before {
  content: '';
  aspect-ratio: 1;
  width: 20px;
  position: absolute;
  background-image: radial-gradient(circle at 100% 100%, transparent 20px, #fff 20px);
  bottom: -7px;
  left: -43px;
  transform: rotate(180deg);
}

.error__corner:after {
  content: '';
  aspect-ratio: 1;
  width: 20px;
  position: absolute;
  background-image: radial-gradient(circle at 100% 100%, transparent 20px, #fff 20px);
  top: -43px;
  right: -7px;
  transform: rotate(180deg);
}

.error {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}

.error__code {
  font-size: 230px;
  font-weight: 500;
  line-height: 165px;
}

.blog-page__content .author {
  flex-direction: column;
  position: relative;
}

.blog-page__content .author .quote {
  position: absolute;
  top: 0px;
  right: 0px;
}

.city-block {
  text-align: center;
  font-weight: 500;
  font-size: 80px;
  line-height: 1.1;
}

.border-bottom {
  position: relative;
}

.border-bottom .container-fluid:after {
  content: '';
  width: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 0;
  max-width: 90%;
  border-bottom: var(--border);
  position: absolute;
}

.border-top .container-fluid:before {
  content: '';
  width: 100%;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0;
  max-width: 90%;
  border-bottom: var(--border);
  position: absolute;
}

.header__menu .languages__widget {
  display: none;
}

.table-overflow {
  width: 100%;
  overflow-x: auto;
  padding: 2px;
}

.material-review a img {
  height: auto;
}

.cookies__wrapper {
  background: #0d88ff;
  color: #fff;
  width: 1640px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  bottom: 26px;
  position: fixed;
  left: 0px;
  right: 0px;
  border-radius: 10px;
  padding: 30px 85px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.cookies__text {
  padding-right: 40px;
}

.cookies__buttons {
  display: flex;
  align-items: center;
  gap: 30px
}

.cookies__buttons a {
  white-space: nowrap;
  font-size: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 16px 44px;
  text-decoration: none;
  line-height: 1;
}

/* a.cookies__degree {
  background: #fff;
  color: #0d88ff;
} */
a.cookies__agree {
  background: #fff;
  color: #0d88ff;
}

.cookies__close {
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
}

.quote-block {
  border: var(--border);
  padding: 60px var(--section-padding);
  border-radius: var(--border-radius);
  position: relative;
  margin-bottom: 30px;
}

.quote-block:before {
  content: '';
  background-image: url(../images/quote.svg);
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 40px;
  left: 55px;
}

.languages__widget {
  position: relative;
}

.dropdown-lang {
  display: none;
}

.languages__widget input {
  display: none;
}

.languages__widget input:checked + .dropdown-lang {
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: calc(100% - 15px);
  position: absolute;
  left: 0px;
  right: 0px;
  background: var(--add-color);
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 10px;
}
.office-header {
  margin-bottom: 72px;
}

.office-header .section__header {
  width: 65%;
  margin-bottom: 0px;
}

.office-header.graph:before {
  left: initial;
  right: 20px;
}

.offices__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.offices__item {
  width: calc(25% - 40px);
  background: #f4f6fb;
  border-radius: 20px;
}

.offices__image {
  position: relative;
  text-align: center;
  padding: 20px;
}

.offices__image img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.offices__image:before {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 50%;
  width: 50%;
  background: var(--bg-gradient);
  border-radius: 10px;
  margin: auto;
}

.offices__image:after {
  content: '';
  display: block;
  position: absolute;
  height: 50%;
  width: 70%;
  background: var(--bg-gradient);
  border-radius: 10px;
  margin: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.offices__text {
  padding: 20px;
}

.offices__text a {
  color: var(--text-color);
  text-decoration: none;
}

.offices__text .strong {
  font-weight: 600;
}

.bonus-buttons {
  display: flex;
  gap: 50px;
  margin-top: 24px;
}

.bonus p {
  margin-top: 20px;
}

.bonus img {
  display: block;
  margin-left: auto;
}

h2.h2-to-p {
  font-size: 16px;
}
@media (max-width: 1550px) {
  .header__right .call__request {
    padding: 16px;
  }


  .case_slider__footer > .row .col-md-6 strong {
      font-size: 32px;
      line-height: 30px;
  }

  .filter-tab .case_slider__footer > .row .col-md-6 {
      padding-left: 16px;
      padding-right: 10px;
  }

  .case_slider__footer > .row .col-md-6 u {
      font-size: 14px;
  }
}
/*==========  Desktop First  ==========*/
@media (max-width: 1500px) {
  .blog-page__content .blog-table tbody {
    min-width: 690px;
  }

  ul.underline li {
    padding: 16px 0px;
  }
  .frontpage-top svg {
    width: 1600px;
    right: -90px;
  }
  .frontpage-top__blocks {
    right: var(--section-padding);
    top: 370px;
  }
  .frontpage-top__block {
    width: 225px;
  }
  .header__menu {
    margin-left: 30px;
  }
  .header__right .call__request {
    padding: 16px;
  }
  .header__tel > a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .we-do__item:after {
    left: 0;
    right: -100px;
  }
  .we-do__column:last-child .we-do__item:after {
    left: -100px;
    right: 0px;
  }
  .you-get .block__header {
    margin-right: -60px;
  }
  .service__top:before {
    width: 70px;
    height: 70px;
  }
  .service__top--images .first {
    width: 192px;
    height: auto;
  }
  .service__top--images .second {
    width: 302px;
    height: auto;
  }
  .header__line--half {
    max-width: 991px;
  }
  .tag__switcher .tag__switch {
    padding: 20px 40px;
  }
  .counter__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .counter__bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
  }
  .counter__bottom .btn {
    margin-top: 32px;
  }
  .advantages__grid {
    margin-bottom: -220px;
  }
  .top__page--author {
    padding-right: 22px;
    padding-left: 22px;
  }
  .top__page--tags {
    margin-left: 22px;
  }
  .top__page--stars {
    padding-left: 16px;
    padding-right: 16px;
  }

  .latest-blog .blog {
    right: 0px;
  }

}

@media (max-width: 1359.98px) {
  :root {
    --header-text-size: 60px;
    --header-text-lh: 72px;
    --section-padding: 40px;
  }
  .modal__window {
    max-width: 90%;
  }
  .top__page-case {
    border-bottom: none;
  }
  .top__page-case--wrapper {
    flex-wrap: wrap;
    border-bottom: var(--border);
  }
  .top__page--tags {
    width: 100%;
    order: 5;
    border-top: var(--border);
    margin-left: 0px;
    padding-left: 22px;
    padding-top: 24px;
  }
  .material-blog .top__page--author {
    grid-column-start: 1;
    grid-column-end: 3;
    border-right: none;
  }
  .material-blog .top__page--stars {
    display: flex;
    justify-content: center;
  }
  .frontpage-top svg {
    right: -150px;
  }
  .big-content .container-fluid:after, .big-content .container-xs:after, .big-content .container-sm:after, .big-content .container-md:after, .big-content .container-lg:after, .big-content .container-fluid:before, .big-content .container-xs:before, .big-content .container-sm:before, .big-content .container-md:before, .big-content .container-lg:before {
    height: 184px;
  }
  .big-content .container-fluid:after, .big-content .container-xs:after, .big-content .container-sm:after, .big-content .container-md:after, .big-content .container-lg:after {
    background-position: center 100px;
  }
  .big-content__img {
    width: 168px;
    height: 160px;
    object-fit: cover;
  }
  .service-items {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .counter__wrapper {
    flex-wrap: wrap;
  }
  .counter__item {
    width: calc(50% - 22px);
  }
  .top__page {
    padding-top: 48px;
    padding-bottom: 60px;
  }
  .top__page-case--wrapper .company {
    padding: 18px 0px;
  }
  .top__page-case--wrapper .niche {
    padding: 18px 0px;
  }
  .advantages__grid {
    margin-bottom: 0px;
  }
  .huge__header {
    font-size: 80px;
  }
  .huge__header img {
    width: 140px;
    height: auto;
  }
  .strange__header {
    margin-bottom: 60px;
  }
  .filter-tab .blog__image img {
    mask-size: 730px;
  }
  .filter-tab .blog__latest .blog__image img {
    mask-size: 170%;
  }
  .top__page--image-wrapper .img-container {
    top: 10px;
  }
  .top__page--image-wrapper .img-container .image3 {
    right: 350px;
  }
  .top__page--image-wrapper .img-container .image2 {
    top: 65px;
  }

  .offices__item {
    width: calc(33% - 30px);
  }
}

@media (max-width: 1279.98px) {
  .modal__window {
    max-width: 640px;
  }
  .modal__inner form {
    padding-top: 10px;
    margin-top: 0px;
  }
  .img-cover {
    height: 360px;
  }
  .blog__author {
    margin-top: 40px;
  }
  .graph-inner.short-form .gradient-block:before {
    width: 100%;
  }
  .block__header--pab {
    margin-bottom: 20px;
  }
  .section__header--sm {
    font-size: var(--header-text-size);
    line-height: var(--header-text-lh);
  }
  .top__page-case--wrapper {
    flex-wrap: wrap;
  }
  .top__page-case--wrapper .company {
    width: 80%;
    padding-left: 32px;
  }
  .top__page-case--wrapper .country {
    width: 20%;
    justify-content: flex-end;
    padding-right: 32px;
  }
  .top__page-case--wrapper .niche {
    width: 50%;
    border-top: var(--border);
    border-left: none;
  }
  .top__page-case--wrapper .year {
    width: 50%;
    border-top: var(--border);
    padding-right: 0;
    justify-content: center;
  }
  .three-column > * {
    width: calc(100% / 2 - 16px);
  }
  .service__top--images .first {
    width: 136px;
  }
  .service__top--images .second {
    width: 200px;
  }
  .header__menu {
    margin-left: 0px;
    display: none;
    height: calc(100vh - 100px);
    overflow: auto;
  }
  .header__menu.open {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    background: var(--bg-color);
  }
  .header__right {
    margin-left: auto;
  }
  .header .menu-toggle {
    text-decoration: none;
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--accent-color);
    margin-left: 8px;
  }
  .header .menu-toggle.active i:before {
    content: '\0051';
    font-size: 4px;
  }
  .frontpage-top__block:nth-child(2)::after {
    top: -90px;
  }
  .main__menu {
    display: flex;
    flex-direction: column;
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 40px;
  }
  .main__menu > li {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 16px 16px 0px;
  }
  .main__menu > li a {
    display: inline-block;
  }
  .main__menu > li + li {
    border-top: var(--border);
  }
  .main__menu .haschild span:before {
    font-size: 12px;
  }
  .main__menu .haschild.open > .submenu {
    display: block;
    width: 100%;
  }
  .main__menu .haschild.open > .submenu .container-fluid, .main__menu .haschild.open > .submenu .container-xs, .main__menu .haschild.open > .submenu .container-sm, .main__menu .haschild.open > .submenu .container-md, .main__menu .haschild.open > .submenu .container-lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .submenu__wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
  }
  .submenu__items {
    background: var(--add-color);
    border-radius: var(--border-radius);
    padding: 24px;
    width: calc(50% - 10px);
    font-size: 16px;
    display: flex;
    flex-direction: column;
  }
  .submenu__side, .submenu__discuss {
    display: none;
  }
  .header__menu-footer {
    margin: 60px 64px;
    padding: 20px 24px;
    background: var(--bg-gradient);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--border-radius);
  }
  .header__line--half {
    max-width: 800px;
  }
  .services-acc__content {
    padding: 40px 32px;
  }
  .services-acc__content .block__header {
    margin-bottom: 36px;
  }
  .services-acc__half:first-child {
    border: none;
  }
  .services-acc__footer {
    border-top: var(--border);
    border-bottom: var(--border);
    height: 132px;
  }
  .services-acc__footer .col-md-6 {
    width: 50%;
  }
  .services-acc__footer:after {
    display: none;
  }
  .services-acc__link {
    padding: 48px 0px;
  }
  .we-do__images {
    width: 100% !important;
    order: 1;
  }
  .we-do__images img:first-child {
    display: none;
  }
  .we-do__images img:last-child {
    display: block;
  }
  .we-do__header {
    order: 2;
    width: 100% !important;
  }
  .we-do__column {
    order: 3;
    padding: 0 50px 0 0;
  }
  .we-do__column .we-do__item:after {
    right: -50px;
    left: 0px;
  }
  .we-do__column:last-child {
    order: 4;
    margin-top: -40px;
    padding: 0px 0px 0px 50px;
  }
  .we-do__column:last-child .we-do__item:after {
    right: 0px;
    left: -50px;
  }
  .you-get {
    padding-right: 0px;
  }
  .you-get .block__header {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .you-get .block__header img {
    margin-bottom: 12px;
  }
  .case_slider__footer .col-md-6 {
    width: 50%;
  }
  .radius-bottom + section {
    padding-top: 70px;
  }
  .form_text__images img:nth-child(2) {
    width: 200px;
    height: 200px;
    transform: translateY(110%);
  }
  .form_text__images img:nth-child(1) {
    width: 180px;
    height: 180px;
  }
  .advantages__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .advantages__grid > div:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    margin-top: 0px;
  }
  .advantages__grid > div:nth-child(4) {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .advantages__grid > div:nth-child(2) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 50px;
  }
  .advantages__grid > div:nth-child(3) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    transform: translateY(-50px);
  }
  .advantages__grid > div:nth-child(5) {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 5;
    transform: translateY(-50px);
  }
  .guaranty__row > div {
    padding: 70px 50px;
  }
  .guaranty__row > div:last-child {
    border-left: none;
    border-top: var(--border);
  }
  .faq__item:after {
    left: 0px;
  }
  .latest-blog__inner {
    padding: 32px 40px;
  }
  .latest-blog__item p {
    display: none;
  }
  .latest-blog__item .btn.btn--noborder {
    display: none;
  }
  .latest-blog__item:first-child .latest-blog__right img {
    width: 256px;
  }
  ul.underline--short {
    max-width: calc(100% - 30px);
  }
  .footer__social {
    align-items: center;
    justify-content: center;
  }
  .footer__contacts .col-xl-6 + .col-xl-6 {
    border-left: none;
    border-top: 1px solid #fff2;
  }
  .footer__buttons {
    justify-content: center;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .three-column {
    gap: 8px 32px;
  }
  .history .col-md-6 {
    width: 50%;
  }
  .history__line ul li {
    padding: 56px 0px 56px 32px;
  }
  .huge__header {
    flex-wrap: wrap;
    gap: 10px;
    letter-spacing: -1px;
    font-size: 60px;
  }
  .huge__header img {
    width: 120px;
  }
  .huge__header .block__header {
    width: 100%;
  }
  .filter-tab .blog,
.filter-tab .blog__latest,
.filter-tab .case {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .material-blog .top__page--author {
    grid-column-start: 1;
    grid-column-end: 3;
    border-right: none;
    border-bottom: var(--border);
  }
  .material-blog .top__page--stars {
    display: flex;
    justify-content: center;
    border-left: none;
  }
  .material-blog .top__page--read {
    border-bottom: var(--border);
  }
  .material-blog .top__page--tags {
    grid-column-start: 1;
    grid-column-end: 3;
    border-bottom: var(--border);
    padding-top: 0px;
  }
  .service-items {
    margin-top: 28px;
    padding-bottom: 28px;
  }
  .service-item__image {
    height: 148px;
  }
  .service-item__image img {
    width: 240px !important;
    height: auto !important;
  }
  .service-item__content {
    height: calc(100% - 148px);
  }
  .anchors,
.anchors-filters {
    justify-content: flex-start;
    overflow-x: scroll;
    margin-top: 0px;
  }
  .anchors a,
.anchors-filters a {
    white-space: nowrap;
    margin-top: 16px;
  }
  .anchors__wrapper .border,
.anchors-filters__wrapper .border {
    margin-bottom: 0px;
  }
  .strange__header {
    padding-left: 0px;
    padding-right: 0px;
  }
  .strange__header .img-left img {
    width: 200px;
    height: 152px;
    object-fit: cover;
  }
  .strange__header .img-right img {
    width: 199px;
    height: 172px;
    object-fit: cover;
  }
  .frontpage-top svg {
    top: 85px;
    width: 195%;
  }
  .frontpage-top__blocks {
    top: 430px;
    max-width: 90%;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
  }
  .frontpage-top__block {
    width: 300px;
  }
  .frontpage-top__block:nth-child(2) {
    margin-top: -55px;
  }
  .frontpage-top__block:last-child {
    margin-top: -125px;
  }
  .border-text--pad {
    padding: 32px;
  }
  .history__line {
    margin-top: 32px;
  }
  .history .col-md-6 {
    width: 100%;
  }
  .top__page-case--wrapper {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .top__page-case--wrapper .company {
    display: flex;
    align-items: center;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    width: 100%;
    padding-left: 0px;
  }
  .top__page-case--wrapper .niche {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 5;
    width: 100%;
    justify-content: flex-start;
    padding-right: 16px;
  }
  .top__page-case--wrapper .niche span {
    padding: 10px 33px;
  }
  .top__page-case--wrapper .country {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    width: 100%;
    border-top: var(--border);
    padding-left: 28px;
    padding-right: 0px;
    justify-content: flex-start;
  }
  .top__page-case--wrapper .year {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
    width: 100%;
    padding-left: 28px;
    padding-right: 0px;
    justify-content: flex-start;
  }

  .cookies__wrapper {
    flex-wrap: wrap;
  }

  .cookies__text {
    margin-right: 0px;
  }

  .columns.three .columns__wrapper > div {
    width: calc(50% - 16px);
  }

}

@media (max-width: 767.98px) {
  .header__menu .languages__widget {
    display: flex;
    margin-top: 36px;
    margin-left: 15px;
  }

  .office-header .section__header {
    width: 100%;
  }

  .office-header {
    margin-bottom: 20px;
  }

  .offices__wrapper {
    gap: 20px;
  }

  .offices__item {
    width: calc(50% - 10px);
  }

  .offices__image img {
    border-radius: 10px;
  }

  .offices__image:before,
  .offices__image:after {
    border-radius: 10px;
  }

  .offices__image {
    padding: 10px;
  }

  .offices__text {
    padding: 10px;
  }

  .offices__text .block__header--sm {
    font-size: 16px;
    line-height: 1.2;
  }

.languages__widget input:checked + .dropdown-lang {
  top: initial;
  bottom: calc(100% - 16px);
}

  .modal__window {
    max-width: calc(100% - 80px);
  }
  .modal__window form .field-modalOrderForm-email,
.modal__window form .field-modalOrderForm-body {
    display: none;
  }
  .contacts-form .section__header {
    max-width: calc(100% - 160px);
    margin-top: 50px;
  }
  .top__page--image-wrapper .img-container .image2 {
    right: 8px;
    top: 85px;
  }
  .top__page--image-wrapper .img-container .image2:before {
    top: 111px;
  }
  .top__page--image-wrapper .img-container .image2:after {
    top: 188px;
    right: 1px;
    transform: rotate(90deg);
    width: 30px;
    background-image: radial-gradient(circle at 100% 100%, transparent 30px, #fff 30px);
  }
  .top__page--image-wrapper .img-container .image2 img {
    width: 136px;
    height: 168px;
  }
  .top__page--image-wrapper .img-container .image1 {
    right: 128px;
  }
  .top__page--image-wrapper .img-container .image1:after {
    bottom: 103px;
    left: 117px;
    transform: rotate(180deg);
  }
  .top__page--image-wrapper .img-container .image1:before {
    transform: rotate(180deg);
    top: calc(100% - 20px);
    left: 78px;
  }
  .top__page--image-wrapper .img-container .image1 img {
    width: 136px;
    height: 168px;
  }
  .top__page--image-wrapper .img-container .image3 {
    width: 64px;
    right: 12px;
  }
  .service-page-slider .owl-nav {
    display: none;
  }
  .frontpage-top svg {
    width: 300%;
    right: -170px;
    top: 25px;
  }
  .frontpage-top__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    top: 270px;
  }
  .frontpage-top__block {
    width: 100%;
    padding: 60px 24px 24px;
  }
  .frontpage-top__block:first-child {
    grid-row-start: 1;
    grid-row-end: 2;
    margin-top: 0px;
  }
  .frontpage-top__block:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    margin-top: auto;
    margin-bottom: auto;
  }
  .frontpage-top__block:nth-child(2):after {
    top: -160px;
    left: calc(100% / 4 * 6);
  }
  .frontpage-top__block:last-child {
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 0px;
  }
  .frontpage-top__block:last-child:after {
    bottom: -15px;
    left: calc(100% / 4 * -2);
  }
  .frontpage-top__block--footer {
    margin-top: 16px;
  }
  .huge__header {
    font-size: 40px;
    line-height: 48px;
  }
  .huge__header img {
    width: 90px;
  }
  .container-fluid, .container-xs, .container-sm, .container-md, .container-lg {
    max-width: calc(100% - 24px);
  }
  :root {
    --header-text-size: 40px;
    --header-text-lh: 48px;
    --block-padding: 24px;
  }
  .row {
    --bs-gutter-y: 20px;
  }
  .section__header {
    margin-bottom: 40px;
  }
  .block__header,
.block__header--md {
    font-size: 28px;
    line-height: 32px;
  }
  .section__subheader {
    font-size: 12px;
    padding: 13px 20px;
    margin-top: 0px;
    margin-right: 16px;
  }
  .submenu__wrapper {
    flex-wrap: wrap;
  }
  .submenu__items {
    width: 100%;
  }
  .submenu__items:first-child {
    margin-bottom: 16px;
  }
  .row-column-reverse-sm {
    flex-direction: column-reverse;
  }
  .translate-top {
    transform: none;
  }
  .line-middle > div:first-child {
    border: none;
  }
  .we-do__images img:last-child {
    display: none;
  }
  .we-do__images img:first-child {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .we-do__wrapper > div {
    width: 100%;
  }
  .we-do__wrapper .we-do__column {
    order: 4;
    border-left: none;
    border-right: none;
    padding: 0px;
    border-top: var(--border);
  }
  .we-do__wrapper .we-do__column:last-child {
    order: 3;
    margin-top: 0px;
    border-top: none;
  }
  .we-do__wrapper .we-do__column .we-do__item {
    padding: 24px 0px;
  }
  .we-do__wrapper .we-do__column .we-do__item:after {
    left: 0px;
    right: 0px;
  }
  .we-do__wrapper .we-do__column .we-do__item .block__header {
    margin-bottom: 24px;
  }
  .services-acc__link-all,
  .services-acc__link {
    padding: 24px 10px;
  }
  .services-acc__footer {
    height: 120px;
    width: calc(100% + 20px);
  }
  .services-acc__content {
    padding: 24px 0px;
  }
  .services-acc__content .block__header {
    margin-bottom: 24px;
  }
  .block__header--sm {
    font-size: 24px;
    line-height: 32px;
  }
  .form_text__images {
    margin-top: 40px;
    display: none;
  }
  .form_text__images img:nth-child(1) {
    width: 138px;
    transform: translateY(-50%);
  }
  .form_text__images img:nth-child(2) {
    width: 157px;
    transform: translateY(70%);
  }
  .form_text__header {
    min-height: 300px;
  }
  .form_text__header + div .col-md-6:last-child {
    border: none;
  }
  .form_text .container-fluid > .row, .form_text .container-xs > .row, .form_text .container-sm > .row, .form_text .container-md > .row, .form_text .container-lg > .row {
    border: none;
  }
  .you-get {
    padding: 24px calc(var(--bs-gutter-x) * .5);
  }
  .form_text__header + div .col-md-6 {
    padding-top: 0px;
  }
  .you-get .block__header {
    margin-right: 0px;
  }
  .two-column-form > * {
    width: 100%;
  }
  .tag__switcher {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .tag__switcher .tag__switch {
    text-align: center;
    padding: 18px;
  }
  .header__right .header__tel {
    display: none;
  }
  .header__right .languages__widget {
    display: none;
  }
  .header__wrapper {
    background: var(--add-color);
    border-radius: 16px;
    padding: 6px 8px 6px 12px;
    height: 56px;
  }
  .header--mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    padding: 6px;
    background: #fff2;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .header--mobile a {
    text-decoration: none;
    color: var(--text-color);
  }
  .header--mobile .header__socials {
    max-width: 90px;
    margin-right: 10px;
  }
  .header .container-fluid, .header .container-xs, .header .container-sm, .header .container-md, .header .container-lg {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header__logo img {
    width: 98px;
  }
  .header .menu-toggle {
    height: 44px;
    width: 44px;
  }
  .header__right .call__request {
    padding: 10px 14px;
    margin-left: 10px;
    margin-right: 0px;
    height: 44px;
    min-width: 180px;
  }
  .case_slider__footer > .row .col-md-6 u {
    margin-right: 6px;
  }
  .advantages__grid {
    margin-top: 24px;
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
  }
  .advantages__grid > div:nth-child(2) {
    margin-top: 0px;
  }
  .advantages__grid > div:nth-child(3), .advantages__grid > div:nth-child(5) {
    transform: none;
  }
  .advantages__grid > div:nth-child(4) {
    display: none;
  }
  .gradient-block {
    padding: 24px;
  }
  .feedback .block__header {
    font-size: 28px;
    line-height: 32px;
  }
  .guaranty__row {
    border: none;
  }
  .guaranty__row > div {
    padding: 24px 0px;
    border-top: var(--border);
  }
  .guaranty__row > div + div {
    border-left: none;
  }
  .trust__image {
    min-height: 52px;
    border-radius: 10px;
  }
  .trust__image img {
    width: 75px !important;
  }
  .trust-us {
    flex-wrap: wrap;
    padding: 24px;
  }
  .offices__link {
    width: 100%;
    padding: 18px 28px;
  }
  .inputs__wrapper {
    flex-direction: column;
  }
  .inputs__wrapper .form-group {
    width: 100%;
  }
  .footer__form .inputs__wrapper button {
    position: relative;
  }
  .footer__form .inputs__wrapper button span:last-child {
    display: inline-block;
    color: var(--accent-color);
    position: absolute;
    left: 70px;
  }
  .footer__form .inputs__wrapper {
    align-items: flex-start;
  }
  .footer__menu--columns {
    column-count: 2;
  }
  .footer__links {
    padding: 24px 0px;
    flex-wrap: wrap;
  }
  .footer__buttons {
    flex-wrap: wrap;
  }
  .btn--icon::after {
    margin-left: 20px;
  }
  .footer__bottom-menu {
    padding: 24px 0px;
  }
  .latest-blog .blog {
    position: static;
    margin-right: auto;
    margin-left: 10px;
  }
  .trust-us .btn {
    padding-left: 0px;
  }
  .latest-blog__inner {
    flex-direction: column-reverse;
  }
  .latest-blog__left {
    width: 100%;
  }
  .latest-blog__left .block__header--md {
    font-size: 20px;
    line-height: 28px;
  }
  .latest-blog__right {
    text-align: center;
  }
  .header__menu-footer {
    flex-direction: column;
    align-items: flex-start;
    margin: 16px;
    margin-bottom: 20px;
  }
  .header {
    background: transparent;
  }
  .two-column > div,
.three-column > div {
    width: 100%;
  }
  .big-content .container-fluid, .big-content .container-xs, .big-content .container-sm, .big-content .container-md, .big-content .container-lg {
    padding: 50px 32px;
  }
  .big-content .container-fluid:before, .big-content .container-xs:before, .big-content .container-sm:before, .big-content .container-md:before, .big-content .container-lg:before, .big-content .container-fluid:after, .big-content .container-xs:after, .big-content .container-sm:after, .big-content .container-md:after, .big-content .container-lg:after {
    width: 89px;
    height: 112px;
    top: 165px;
  }
  .big-content .container-fluid:after, .big-content .container-xs:after, .big-content .container-sm:after, .big-content .container-md:after, .big-content .container-lg:after {
    background-position: center;
  }
  .big-content__img {
    width: 69px;
    height: 115px;
  }
  .big-content__block .three-column .block__header,
.big-content__block .two-column .block__header {
    margin: 20px 0px;
  }
  .big-content__block .border-text {
    padding: 32px 28px;
  }
  .big-content ul.two-column {
    column-count: 1;
  }
  .graph:before {
    width: 100%;
  }
  .img-cover {
    height: 490px;
  }
  .author {
    flex-wrap: wrap;
    gap: 24px;
  }
  .author img {
    width: 154px;
    height: auto;
  }
  .form_text .container-fluid > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-xs > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-sm > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-md > .row-column-reverse-sm .col-md-6:last-child, .form_text .container-lg > .row-column-reverse-sm .col-md-6:last-child {
    border: none;
  }
  .you-get:first-child {
    margin-top: 30px;
  }
  .you-get .block__header {
    flex-direction: row;
  }
  .form_text .column__form {
    padding: 24px;
  }
  .case_slider__footer > .row .col-md-6 {
    flex-direction: column;
    justify-content: center;
  }
  .case_slider__right {
    order: 1;
  }
  .case_slider__right .case_slider__footer {
    display: none;
  }
  .case_slider__image {
    margin-bottom: 38px;
  }
  .case_slider__image img.main-img {
    height: 270px;
    object-fit: cover;
    max-width: 100%;
  }
  .case_slider__image img.brand-img {
    width: 100px !important;
    height: auto;
  }
  .case_slider__left {
    order: 2;
  }
  .case_slider__left .block__header {
    display: none;
  }
  .case_slider__footer {
    margin-top: 0px;
  }
  .sert .owl-carousel {
    margin-bottom: 50px;
  }
  .sert .owl-carousel .owl-nav button.owl-prev {
    top: initial;
    left: 0px;
  }
  .sert .owl-carousel .owl-nav button.owl-next {
    top: initial;
    left: 80px;
  }
  .sert .owl-carousel .owl-nav .count {
    top: initial;
    left: 160px;
    bottom: -40px;
    right: initial;
  }
  .more-cases__item {
    padding-left: 0px;
    padding-right: 0px;
  }
  .latest-blog__item:first-child .latest-blog__right img,
.latest-blog__right img {
    width: 100%;
    margin-bottom: 16px;
  }
  .main__menu {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main__menu > li {
    padding: 16px 0px;
  }
  .submenu__wrapper {
    padding-top: 6px;
  }
  .more-blogs__wrapper .blog .block__header {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .blogs__wrapper {
    flex-wrap: wrap;
  }
  .blogs__wrapper .blog__author {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  main {
    overflow: hidden;
  }
  .error__block {
    padding: 70px;
  }

  .error__code {
    font-size: 120px;
  }
  .cookies__wrapper {
    padding-left: 14px;
    padding-right: 14px;
  }
  .cookies__buttons {
    flex-wrap: wrap;
  }

  .cookies__buttons a {
    width: 100%;
    text-align: center;
  }

  .frontpage-top svg {
    display: none;
  }
  .frontpage-top__block:nth-child(2):after {
    top: -190px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    left: 70px;
  }
  .case_slider__wrapper .owl-nav .count {
    display: none;
  }
  .form-group.field-w0-email {
    min-width: initial;
  }

  .columns.three .columns__wrapper > div {
    width: 100%;
  }
}

@media (max-width: 690px) {
  .error__block {
    padding: 20px;
  }
  .contacts-form .section__header {
    max-width: 100%;
  }

  .sendpulse label {
    max-width: 76px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .top__page--image-wrapper .header__line {
    margin-top: 110px;
  }
  .top__page--image-wrapper .img-container {
    position: static;
  }
  .blogs__wrapper .blog__image img {
    mask-size: 630px;
  }
  .modal__inner {
    mask-size: 999px;
  }
  .owl-carousel .owl-nav .count {
    display: none;
  }
  .author .text-right {
    width: 100%;
    margin-left: initial;
  }
  .footer {
    padding-top: 50px;
  }
  .footer__form {
    padding: 24px;
    margin-bottom: 24px;
  }
  .footer__logo {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }
  .footer__logo img {
    max-width: 100%;
  }
  .footer__contacts .row {
    flex-direction: column-reverse;
  }
  .footer__social {
    padding: 12px 0px;
  }
  .footer__buttons {
    padding-top: 12px;
    padding-bottom: 0px;
    gap: 12px;
  }
  .footer__header {
    margin-bottom: 24px;
  }
  .footer__menu--horizontal {
    display: block;
    column-count: 2;
  }
  .footer__menu--horizontal li {
    margin-bottom: 12px;
  }
  .footer__contacts .col-xl-6 + .col-xl-6 {
    border-top: none;
  }
  .latest-blog__inner {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .show--sm {
    display: block;
  }
  .sert_item {
    display: flex;
    flex-direction: column;
  }
  .sert_item__left {
    width: 100%;
    padding: 24px 10px;
  }
  .sert_item__left p {
    display: none;
  }
  .sert_item__right {
    width: 100%;
    padding: 0px 10px;
  }
  .sert_item__footer {
    border-top: none;
    padding: 0px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .sert_item__footer p {
    color: #2d366633;
    margin-top: 30px;
  }
  .reviews .clutch__banner {
    margin-top: 100px;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 24px;
  }
  .reviews .clutch__banner:before {
    background-size: 100px;
    background-position: right top;
  }
  .reviews .clutch__banner:after {
    background-size: 60px;
    background-position: center;
  }
  .reviews .clutch__banner span img {
    width: 60px;
    height: 60px;
    margin-right: 16px;
  }
  .reviews .clutch__banner .btn {
    padding: 0px;
    flex-direction: row-reverse;
    margin-top: 12px;
  }
  .reviews .clutch__banner .btn i {
    margin-left: 0px;
    margin-right: 16px;
  }
  .services-acc__footer > .row .col-md-6 {
    flex-direction: column;
    justify-content: center;
  }
  .services-acc__footer > .row .col-md-6 u {
    margin-right: 5px;
  }
  .section__header {
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
  }
  .border-text--pad {
    padding: 24px;
  }
  .blog_table tbody {
    padding: 16px;
  }
  .blog_table tbody td:first-child,
.blog_table tbody td:last-child {
    width: 32px;
    padding: 0px;
  }
  .counter__item {
    width: 100%;
  }
  .columns__wrapper {
    flex-wrap: wrap;
  }
  .columns__wrapper > div {
    width: 100%;
  }
  .img-cover {
    height: 240px;
  }

  .contact-us-flex a {
    order: 3;
  }

  .contact-us-flex img {
    order: 1;
    margin-right: 0px;
  }

  .contact-us-flex span {
    order: 2;
    width: calc(100% - 70px);
    text-align: right;
  }

  .trust-us {
    padding: 0px;
    justify-content: center;
  }

  .trust-us .btn {
    padding-right: 0px;
  }

  .iti__country-list--dropup {
    max-width: 280px;
  }
  .iti__country {
    white-space: break-spaces;
  }
  .case_slider__item {
    padding: 16px;
  }

  .section-blog .sendpulse {
    flex-wrap: wrap;
  }

  .section-blog .sendpulse img {
    margin-right: 5px;
  }
  .section-blog .sendpulse .form-group {
    max-width: 190px;
  }
  .bonus-buttons {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .bonus-buttons .btn {
    padding-left: 20px;
  }
  .bonus img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 228px;
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  .big-content__img,
  .big-content .container-fluid::after,
  .big-content .container-fluid::before {
    display: none;
  }


  .frontpage-top__block:first-child {
    margin-top: 26px;
  }

  .cookies__text {
    padding-right: 0px;
    line-height: 1.2;
  }

  .cookies__text p {
    font-size: 12px;
  }

  .cookies__text .block__header {
    line-height: 1.2;
    font-size: 20px;
  }

  .cookies__wrapper {
    gap:0;
  }

  .cookies__buttons {
    gap: 10px;
    width: 100%;
  }

  .cookies__buttons a {
    font-size: 14px;
    padding: 10px;
  }

  .frontpage-top__block:nth-child(2):after {
    top: -220px;
  }

  .material-blog .more-blogs__wrapper .blog__image img {
    mask-size: 595px;
  }

  .material-blog .more-blogs__wrapper .blog__image .read-count {
    bottom: 25px;
  }

  .city-block {
    font-size: 40px;
    letter-spacing: -2px;
  }

  .city__top .row {
    height: 460px;
  }

  .service__top--images {
    position: absolute;
    bottom: 0px;
  }

  .city__top .service__top--images .first {
    top: -530px;
    right: calc(50% - -40px);
  }

  .city__top .service__top--images .second {
    width: 155px;
    bottom: 185px;
    right: -45px;
  }

  .city__top.service__top::before {
    right: 36%;
  }

  .advantages__item {
    padding: 15px;
  }

  .case_slider__item {
    padding: 15px;
  }

}

.company-table {
  width: 100%;
  border-radius: 20px;
  border: 1px solid #dde0f2;
  padding: 32px;
}
.company-table table {
  width: 100%;
}

.company-table td,
.company-table th {
  padding: 10px 30px;
}
.company-table th span {
  color: #fff;
  background-color: #2D3666;
  width: 100%;
  padding: 10px 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}

span.nowrap {
  white-space: nowrap;
}

body.material-review .pat.pab.radius-bottom div.bt-clutch {
  width: fit-content;
}

.techno__wrapper {
  background: var(--add-color);
  border-radius: var(--border-radius);
  padding: 45px 15px;
}

.techno__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.techno__row.large-images {
  gap: 80px;
}

.techno__row + .techno__row {
  margin-top: 40px;
}

.techno__wrapper img {
  width: auto;
  height: auto;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.team-card {
  background: white;
  border-radius: 12px;
  transition: all 0.3s ease;
  margin-top: 100px;
}

.team-card img {
  max-width: 100%;
  height: auto;
}

.team-card:nth-child(3n+2) {
  margin-top: 50px;
}

.team-card__name {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 24px;
}

.team-card__position {
  font-size: 16px;
}

.about__top img {
  max-width: 100%;
}

.show-more-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  border-top: var(--border);
}

.show-more-block.hidden {
  display: none;
}

/*==========  Mobile First  ==========*/
@media (min-width: 1280px) {
  .header__menu-footer,
.menu-toggle {
    display: none;
  }
  .main__menu .submenu__wrapper {
    display: flex;
  }
  .main__menu .submenu__side {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 45px;
    background: var(--add-color);
    border-radius: var(--border-radius);
  }
  .main__menu .submenu__side .image img {
    border-radius: var(--border-radius);
  }
  .main__menu .submenu__side .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .main__menu .submenu__side .text .button .btn {
    color: var(--bg-color);
    padding: 14px;
    white-space: nowrap;
    justify-content: space-between;
  }
  .main__menu .submenu__side .text .button .btn:after {
    margin-left: 10px;
  }
  .main__menu .submenu__discuss {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: var(--border);
    border-radius: var(--border-radius);
    padding: 10px 20px;
  }
  .main__menu .submenu__discuss > div {
    display: flex;
    align-items: center;
  }
  .main__menu .submenu__discuss > div img {
    margin-right: 20px;
  }
  .main__menu .submenu__discuss > div .btn {
    background: var(--add-color);
    padding: 16px 25px;
    color: var(--accent-color);
  }
  .main__menu > li {
    padding: 28px 0px;
  }
  .main__menu > li + li {
    margin-left: 30px;
  }
  .main__menu > li:hover > .submenu {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100%;
    margin: 0px;
    z-index: 2;
    border-bottom-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    padding-bottom: var(--section-padding);
    background: var(--bg-color);
    animation: showSubmenu 1s forwards;
    opacity: 1;
  }

  @keyframes showSubmenu {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

  .main__menu .submenu__items {
    display: flex;
    flex-direction: column;
  }
  .main__menu .submenu__items + .submenu__items {
    margin-left: 20px;
  }
  .main__menu .submenu__items .block__header {
    margin-bottom: 30px;
  }
  .main__menu .submenu__items a {
    padding: 5px 0px;
  }
  .main__menu .submenu__items a:hover {
    color: var(--accent-color);
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  body:before {
    content: '';
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: block;
    z-index: 4;
    background: #1D223A00;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
    transition-delay: 0s;
  }
  body:has(.haschild:hover):before {
    background: #1D223Abb;
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
    transition-delay: 0.15s;
    animation: showSubmenu 1.3s forwards;
  }
}

@media (min-width: 1360px) {
  .main__menu .submenu__items + .submenu__items {
    margin-left: var(--section-padding);
  }
}

@media (min-width: 1600px) {
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6667%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
}

@media (min-width: 768px) {
  .team-card:nth-child(3n+3) {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .case__content .brand-img {
    width: 145px !important;
    height: 61px;
  }

  .casw__tags {
    min-width: initial;
  }
}

@media (max-width: 768px) {
  .company-table {
    overflow-x: auto;
    padding: 15px;
  }
  .company-table td, 
  .company-table th {
    padding: 5px 10px;
  }
  .company-table th span{
    min-height: 70px;
  }

  .seven-steps .tag__switcher {
    flex-direction: row;
    margin-bottom: 40px;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  .seven-steps__tab {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1;
  }

  .seven-steps__wrapper {
    padding: 30px 28px;
  }

  .seven-steps .column__form {
    margin-bottom: 0px;
  }

  .services-acc__footer > .row .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .services-acc__footer {
    margin-left: 0px;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .team-card {
    margin-top: 56px;
  }

  .team-card:nth-child(2n+2) {
    margin-top: 0px;
  }
  .service__top.about__top span {
    font-size: 20px;
    margin-top: 12px;
  }

  .case__link span {
    display: none;
  }

  .case__content {
    max-width: calc(100% - 68px);
  }

}
